<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
db3b9140-e6ff-43ba-898c-1418c6f4935a|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="db3b9140-e6ff-43ba-898c-1418c6f4935a">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="77186" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-01-05T00:00:00" End="2026-01-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
db3b9140-e6ff-43ba-898c-1418c6f4935a|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
db3b9140-e6ff-43ba-898c-1418c6f4935a|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
db3b9140-e6ff-43ba-898c-1418c6f4935a|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
db3b9140-e6ff-43ba-898c-1418c6f4935a|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
db3b9140-e6ff-43ba-898c-1418c6f4935a|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
db3b9140-e6ff-43ba-898c-1418c6f4935a|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2025-12-05T05:32:08.0305919+00:00" Version="0" EchoToken="Search" TransactionIdentifier="db3b9140-e6ff-43ba-898c-1418c6f4935a" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="12" TotalAmount="31.80" OriginalAmount="31.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.331431" Longitude="-81.586227" StarRating="3" HotelCode="16472|1064899" HotelName="Ramada Gateway Kissimmee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7470 W. Irlo Bronson Memorial Highway 192, Kissimmee, Florida 34747</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/49/e749d35f3f71ad1c64ed2cd800a5734f64b32607.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kissimmee's tourist centre, in Osceola County in Florida. Coun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.24" OriginalAmount="31.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.456321" Longitude="-81.471617" StarRating="2" HotelCode="907356|693595" HotelName="Heart Of I-Drive" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7200 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/2d/1c2de1ea8d1ef456d2e7a9ec099a769780d2243f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Orlando.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.17" OriginalAmount="32.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.507823334541" Longitude="-81.41651503638" StarRating="2" HotelCode="121903|679965" HotelName="Days Inn Orlando Near Millenia Mall" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2500 West 33rd Street, Orlando, Florida 32839</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/1d/3e1d6c1a459079f25720207e603a4223d31b598e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.35" OriginalAmount="35.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.436979" Longitude="-81.404854" StarRating="3" HotelCode="888339|baymont_inn_and_suites_florida_mall" HotelName="Baymont Inn &amp; Suites Florida Mall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8820 S Orange Blossom Trail, Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/54/c054a35a1c292b891404c268fc9770d016bbfc2e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located only 3 blocks from the world-class Florida Mall. All major world-class Orlan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.35" OriginalAmount="35.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.462570931032" Longitude="-81.398067465772" StarRating="0" HotelCode="226326|oyo_townhouse_suites_orlando" HotelName="Great Value Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>7100 South Orange Blossom Trail, Orlando, Florida 32809-5717</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/25/4d2512b54249b7f18f0d0b91ce7c677b1f4f4e56.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.32" OriginalAmount="35.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.461854431584" Longitude="-81.466774642467" StarRating="3" HotelCode="21215|269705" HotelName="Monumental Movieland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6233 International Drive, Orlando, Florida 32829</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/b7/4db7d11f41146b4e26a303b7316b2fa850993337.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Orlando family-friendly hotel is located on the world famous International Drive, across from W...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.430420853867" Longitude="-81.476202607155" StarRating="3" HotelCode="47671|quality_suites_universal_south" HotelName="Quality Suites Universal South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9350 Turkey Lake Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/1e/981e50a70a6d684ddfbaaa2563da4af07a782407.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on Turkey Lake Road, only a few minutes by car from the attractions of In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="38.37" OriginalAmount="37.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.333447" Longitude="-81.498623" StarRating="2.5" HotelCode="14626|48900" HotelName="Parkside Inn &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Heated Pool,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5367 W. Irlo Bronson Memorial Hwy, Kissimmee, Florida 34746</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/21/6521539ba9d06dace3970e2c7223ec86d953dbde.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just 10 minutes’ drive from Walt Disney World. The city centre can be reached on foo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="39.09" OriginalAmount="38.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.450968059096" Longitude="-81.464859545231" StarRating="2" HotelCode="37482|CAZ900600" HotelName="Baymont by Wyndham Orlando Universal Blvd" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7825 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/57/4657dbf067764d96c45b6a4c5ba286241e98bd84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel affords an ideal location in the International Drive area, within a few minutes' walk of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.39" OriginalAmount="39.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.564514" Longitude="-81.195979" StarRating="2" HotelCode="119799|crossland_economy_studios__orlando__ucf_area" HotelName="HomeTowne Studios Orlando - UCF Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Fax,Golf,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12350 East Colonial Drive, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fd/abfd49cb8bd278674b59ade9d56324e1703badc6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.36" OriginalAmount="39.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.46442" Longitude="-81.46126" StarRating="2" HotelCode="186568|499965" HotelName="Super 8 by Wyndham Orlando International Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5900 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/49/1349694de999e520c59aa185e5d9e03bb770082a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.456368305974" Longitude="-81.473261087687" StarRating="2" HotelCode="84927|econo_lodge_international_drive" HotelName="Econo Lodge International Drive Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7102 International Drive, Florida, Orlando 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/17/30172bcbc0302102e2bf2d935b8f0267e73b8592.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.439897781156" Longitude="-81.403263956308" StarRating="3" HotelCode="40710|hampton_inn_florida_mall" HotelName="Ramada by Wyndham Orlando Florida Mall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8601 South Orange Blossom Trail, Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/87/8687127a70131bee80caf8e960c0b811fe3134af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers the perfect home base from which to explore all of Orlando's great attractions. Wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.452609399191" Longitude="-81.467831432819" StarRating="2" HotelCode="39187|the_floridian_hotel_and_suites" HotelName="The Floridian Hotel &amp; Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7531 Canada Avenue, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/4f/274f68a7dfad664e749dcc79a0667483eb321de7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, offering high quality at a reasonable price, is situated directly on International Drive...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.43" OriginalAmount="43.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.427279" Longitude="-81.403569" StarRating="2" HotelCode="102725|days_inn_orlando_airport_florida_mall" HotelName="Days Inn Orlando - Florida Mall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>9301 S Orange Blossom Trail, Fl Trnpk/Beachline/528/441 S., Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/91/ba915b3f9af76b5a8600232da5e465986ac3aa40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.29" OriginalAmount="43.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.464964426683" Longitude="-81.462756882022" StarRating="2" HotelCode="104217|269755" HotelName="Motel 6 Orlando International Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5909 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/a8/efa8b0739bc4a4f0e866cd7ac51e489beb8156dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.80" OriginalAmount="44.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.450727" Longitude="-81.356334" StarRating="2" HotelCode="35112|188156" HotelName="Best Western Airport Inn &amp; Suites" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8101 Aircenter Court (McCoy Road), Orlando, Florida 32809-7414</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/cd/dccdae10001296eb6c322239aa81b3e7ee55691b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located within minutes of the area’s main attractions. Guests will find r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.14" OriginalAmount="44.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.372141" Longitude="-81.503047" StarRating="3" HotelCode="13526|889455" HotelName="Holiday Inn Resort Orlando Lake Buena Vista" 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,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13351 State Road 535, 32821 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/44/5344d3737f8d878b612214e686eaf37e746742a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This establishment is the best value family hotel in Orlando. Shopping facilities and restaurants ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.21" OriginalAmount="45.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.444690169821" Longitude="-81.473284363747" StarRating="3" HotelCode="75937|1877065" HotelName="Red Roof Inn Orlando Convention Center / Int'l Dr" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8342 Jamaican Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/2d/cf2d85e904bd449447636c5488a27a9b65daabee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel lies directly on International Drive, some 3 km from Universal Studi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="46.77" OriginalAmount="46.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.417409334475" Longitude="-81.462351679802" StarRating="3" HotelCode="17530|1167498" HotelName="DoubleTree by Hilton Hotel Orlando at SeaWorld" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Conference Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10100 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/37/2437ed8713a3e472f0a784cf0c57b2805da1ce40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is located at the southern end of International Drive within a few minutes walk o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.467940319119" Longitude="-81.396487448917" StarRating="2" HotelCode="894754|rodeway_inn_near_florida_mall" HotelName="Rodeway Inn Near Florida Mall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Designated Smoking Area,Golf,Internet,Laundry,Luggage Storage,Parking,Pets allowed,Shopping Arcade,Smoking Rooms,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>6119 South Orange Blossom Trail</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/ea/e1ea30dcdec0f349272e324c0b8534b5cb118195.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;General Description: Accessible to many local attractions  Close proximity to shopping district  Des...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.94" OriginalAmount="47.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.451946" Longitude="-81.350875" StarRating="2" HotelCode="11597|305805" HotelName="Quality Inn Orlando Airport" 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>2601 McCoy Rd., Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/a2/0ca226893b47b729a90bbf5e5d758bca2f1b29a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.21" OriginalAmount="47.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.445289203137" Longitude="-81.472849845886" StarRating="2.5" HotelCode="259968|259845" HotelName="Quality Inn at International Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8300 Jamaican Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/9b/979b0709dd6ba15f86e034977775788acccc307b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within walking distance of all of International Drive’s attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.429194780264" Longitude="-81.408519778955" StarRating="2" HotelCode="125455|suburban_extended_stay_south" HotelName="Suburban Extended Stay South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9435 Delegates Drive, Orlando, FL 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/ca/7aca3724cc193e51e259bd07fc83e07110485d29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 142 rooms. Individual storeys are accessible via the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.613686447722" Longitude="-81.430688829922" StarRating="2" HotelCode="897016|value_place_orlandoclarcona" HotelName="WoodSpring Suites Orlando Clarcona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4125 Clarcona Ocoee Road, Orlando, Florida 32810</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/dc/e2dc1a8b4762e770a90abf4fc8bdc6ff349e5891.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.12" OriginalAmount="48.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.462917894486" Longitude="-81.466172486544" StarRating="2" HotelCode="55998|491075" HotelName="SonoHotel International Drive Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>6825 Visitor’s Circle, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/a9/e2a95de4d3c7660b045d2c114fbb1251047ce84d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This small, welcoming hotel is located at the heart of International Drive, opposite Wet 'n Wild and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.39" OriginalAmount="48.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.451340427382" Longitude="-81.357034742832" StarRating="2" HotelCode="16452|693675" HotelName="Days Inn &amp; Suites Orlando Airport" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1853 McCoy Road, Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/e7/28e78189076c7783c6a7a25c1d403ec5a0f88908.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located just 10 minutes from the Orlando International Airport and 25 minutes from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.39" OriginalAmount="48.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.552249333333" Longitude="-81.42789" StarRating="2" HotelCode="126857|2613605" HotelName="Quality Inn &amp; Suites Downtown Orlando" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Motel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3956 West Colonial Drive, Orlando, Florida 32808</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/f4/f9f46a5ca13b3aa06e9348fbeeaa7da71908a709.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="49.40" OriginalAmount="48.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.508449041108" Longitude="-81.397656811242" StarRating="2" HotelCode="121901|317946" HotelName="Days Inn by Wyndham Orlando Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3300 South Orange Blossom Trail, Orlando, Florida 32839</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/f3/a5f31479548c1549a6d15ca4c46d6fd991b80c45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="49.78" OriginalAmount="49.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.451983831215" Longitude="-81.337730936176" StarRating="2" HotelCode="64491|CAN922900" HotelName="La Quinta Inn Orlando Airport West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7931 Daetwyler Drive, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/06/8f06019d344a2b44f401530c0b11e6d42d08b689.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - Herndon (ORL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="49.93" OriginalAmount="49.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.437183" Longitude="-81.468478" StarRating="3" HotelCode="396009|12914" HotelName="Springhill Suites Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>8840 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/18/55189ea41602a2db32d3233796bb510d7a6c744a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the centre of International Drive, within a stone's throw of all of th...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.27" OriginalAmount="49.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.453937073759" Longitude="-81.468940526248" StarRating="3" HotelCode="16319|896255" HotelName="Quality Suites Near Orange County Convention Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7400 Canada Avenue, 32819 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3f/d1/3fd16322e99053b397221e89b66bd60eca0e6ef7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent, small suite hotel is situated in the area of International Drive within a few minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.42" OriginalAmount="49.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.357433767815" Longitude="-81.508985154596" StarRating="3" HotelCode="59120|501095" HotelName="Holiday Inn Resort Orlando Suites - Waterpark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14500 Continental Gateway, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/3d/643dd547f6dc7eb0d840bc362cf5d8f0b0915a24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set on 24 beautiful acres in Orlando, Florida, this family-friendly hotel enjoys a perfect location,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.442111" Longitude="-81.472307" StarRating="3" HotelCode="142104|rodeway_inn_international_drive" HotelName="Rodeway Inn International Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8444 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/4b/ef4b2a64d2ad69aa172cb52273fba63b9b23dcd7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located for experiencing all that central Florida has to offer. Guests can take...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.02" OriginalAmount="50.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.439025127964" Longitude="-81.472141742707" StarRating="3" HotelCode="11010|1064778" HotelName="Avanti International Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8738 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/c0/8fc0f5e2d8976b39cdb1f919e13683315a591054.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of International Drive. Pointe Orlando shopping and entertainment...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="53.08" OriginalAmount="52.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.451496309263" Longitude="-81.472490429878" StarRating="3" HotelCode="163167|163683" HotelName="Rosen Inn International" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7600 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/9b/3b9b7c2d06fd62755cae4720a5e85f7e7be0aa90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is situated directly on International Drive, within a few minutes' walk o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.428905" Longitude="-81.405579" StarRating="2" HotelCode="64442|la_quinta_inn__suites_orlando_south" HotelName="La Quinta Inn &amp; Suites Orlando South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2051 Consulate Dr, Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/13/5713ad24a679f2c09f257baff425745c47287574.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.57" OriginalAmount="54.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.386633691178" Longitude="-81.502512775463" StarRating="3" HotelCode="69973|360995" HotelName="Courtyard Orlando Lake Buena Vista at Vista Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8501 Palm Parkway, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/ce/21ceb47fd0b7df7f767daa841d95edc25e31fe42.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Surrounded by conveniences, this hotel is located on Palm Parkway within walking distance of Downtow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.12" OriginalAmount="54.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.422649521657" Longitude="-81.461164230778" StarRating="2" HotelCode="396001|365375" HotelName="Days Inn Convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9990 International Drive, Orlando, FL 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/77/5e7725e0608790fecf1447ca8f4db5b9e2c6b843.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the famous International Drive. The hotel is within walking di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="55.45" OriginalAmount="54.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.433798492248" Longitude="-81.472914218903" StarRating="3" HotelCode="16467|CAL263300" HotelName="Rosen Inn at Pointe Orlando" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9000 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/66/e6663181d22d53b0b6490da100f2265ec8f21d38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel lies at the quiet end of International Drive, opposite the Pointe Orlando entert...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.458502449119" Longitude="-81.470655798912" StarRating="3" HotelCode="13482|international_palms_resort_orlando" HotelName="Avanti Palms Resort &amp; Conference Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6515 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/dd/ccdd9999214c075e0fb075ef0ac8f78978b87d1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular, resort-style full-service hotel lies at the heart of International Drive, within a sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.01" OriginalAmount="55.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.377010602594" Longitude="-81.501935720443" StarRating="3" HotelCode="20706|362785" HotelName="Courtyard Orlando Lake Buena Vista in the Marriott Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8623 Vineland Avenue, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/64/9764601a3cb38ed6fb7c9d1253c112c6df1ba0a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This small yet impressive hotel is part of the Marriott Village and is located near the Downtown Dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.44" OriginalAmount="55.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.457896416322" Longitude="-81.463682055473" StarRating="3.5" HotelCode="31961|211736" HotelName="Best Western Orlando Gateway Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7299 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/cc/f0ccc5d8881afdee857e5477e5d537d002dc5282.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This high-rise hotel enjoys a fabulous location within a two-minute walk of all the attractions on I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="56.61" OriginalAmount="56.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.460456" Longitude="-81.469744" StarRating="3" HotelCode="16864|632971" HotelName="Rosen Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6327 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/f1/2ef1e5c0f1f10c07a330cfe81cf43b89b25a2cc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family resort is situated on International Drive opposite Wet n' Wild and within a few minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.68" OriginalAmount="56.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.445567493051" Longitude="-81.467244029045" StarRating="3" HotelCode="29287|931875" HotelName="Fairfield Inn &amp; Suites Orlando International Drive/Convention Center" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8214 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/50/f7/50f7211523caf444eb530e616d3991997f945a31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beautiful hotel is located in the heart of International Drive, just a few paces from all of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.80" OriginalAmount="56.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.659396571429" Longitude="-81.476055142857" StarRating="2" HotelCode="124484|655445" HotelName="Rodeway Inn Apopka Orlando" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1317 South Orange Blossom Trail, Apopka, FL 32703</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/66/4166f44a4aa2bf92d4a263157de017c0ef259e8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.17" OriginalAmount="56.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.399451" Longitude="-81.463629" StarRating="3" HotelCode="16321|313375" HotelName="Parc Corniche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6300 Parc Corniche Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/c4/56c4076f8b05435dc72e6f84857046249a827eba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is situated at the quiet end of International Drive. An abundance of ente...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.486256" Longitude="-81.456591" StarRating="3" HotelCode="64448|quality_inn_and_suites_universal_studios" HotelName="Quality Inn &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5635 Windhover Drive, 32819 Orlando</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/ce/94ceebc868b00f33a50010fa2da43c6f507b983b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located just 3 km from Universal Studios Florida and Universal's Islands o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.44" OriginalAmount="57.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.447399943098" Longitude="-81.471846699715" StarRating="3" HotelCode="29486|200316" HotelName="Best Western International Drive - Orlando" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Heated Pool,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8222 Jamaican Court, International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/b8/02b8e1373f3efa062a384fbef6f34b47f17858fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel lies just a few minutes walk from over 40 restaurants and bars and is a g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.392453639335" Longitude="-81.47350566423" StarRating="3" HotelCode="897018|343385" HotelName="Westgate Leisure Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6950 Villa de Costa Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/b5/25b5111dfaf9b7077baef5728462d31d6759d5f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="58.66" OriginalAmount="58.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.435662" Longitude="-81.403523" StarRating="2" HotelCode="88192|2033455" HotelName="Travelodge Orlando Near Florida Mall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Heated Pool,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1850 West Landstreet Road, Orlando, Florida 32809-7981</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/59/b3/59b37f678d1ae8cfff797b809f4a0c310bf225d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Florida Mall. There are many attractions in the area including Orange ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.408114413026" Longitude="-81.45438015461" StarRating="3" HotelCode="899487|fairfield_inn__suites_by_marriott_orlando_at_seaworld" HotelName="Fairfield Inn &amp; Suites Orlando at Seaworld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10815 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/10/f41025fe5b05ba8cb807b89b03344468e44aa06e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located across the street from SeaWorld Orlando and adjacent to the Aquatica theme par...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="60.34" OriginalAmount="59.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.384839325067" Longitude="-81.50279134512" StarRating="3" HotelCode="396013|1584557" HotelName="Royale Parc Hotel Orlando - Lake Buena Vista" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8686 Palm Parkway, 32836 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/47/1547be33ad410c5ee4748dabcde30d86f6fdb42c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located approximately 1.6 kilometres from Disney World and roughly 5 kilometres from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.607879582153" Longitude="-81.393805644386" StarRating="2" HotelCode="128503|motel_6_orlando__winter_park" HotelName="Motel 6 Orlando Winter Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5300 Adanson Road, Orlando, Florida 32810</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/b4/71b454c993462041a4657cc6705a4b1f1328725b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.459028303557" Longitude="-81.313161849976" StarRating="2" HotelCode="39112|la_quinta_inn_and_suites_orlando_airport_north" HotelName="La Quinta Inn &amp; Suites Orlando Airport North" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7160 North Frontage Road, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/e5/86e5587c1501120c13c373759da9b49fe813d9b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.93" OriginalAmount="60.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.454189400788" Longitude="-81.471063494682" StarRating="3" HotelCode="165436|1514318" HotelName="CoCo Key Hotel &amp; Water Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7400 International Drive, Orlando 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f2/97/f297d6219d8377a24cef18ad8be13a9d0d6bdba2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the middle of all the restaurants and activities on International Driv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.49" OriginalAmount="60.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.476519136371" Longitude="-81.457274258137" StarRating="3" HotelCode="56812|499895" HotelName="Holiday Inn &amp; Suites Across From Universal Orlando" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5905 South Kirkman Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/1e/c51e2dbfcb313fb97fabcc8a9781f07e04ac9563.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is located at the entrance to Universal Studios, about 800 m from the sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.54" OriginalAmount="60.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.44146985204" Longitude="-81.468504879781" StarRating="2" HotelCode="64500|2128675" HotelName="La Quinta Inn &amp; Suites Orlando Orlando I Drive/Conv Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8504 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/e1/7ee1a52d4c3071dc00124ae7c5fd0524b71bbffe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.408016318593" Longitude="-81.458014552396" StarRating="3" HotelCode="510741|holiday_inn_express_suites_orlando_at_seaworld" HotelName="Holiday Inn Express &amp; Suites Orlando At Seaworld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>10771 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/3c/713c857506603e8f07d18cdaa97675b10e1bad3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Orlando.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="62.56" OriginalAmount="61.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.384179776018" Longitude="-81.506731510162" StarRating="3" HotelCode="23531|1771077" HotelName="Delta Hotels Orlando Lake Buena Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12490 South Apopka Vineland Road, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/2e/462ecc4b406cdff839f1ff90ac81686087624fe4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies close to Disney and is perfect for couples, families and business guests. It is loca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.57" OriginalAmount="61.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.390076" Longitude="-81.47269" StarRating="3" HotelCode="100091|228556" HotelName="Monumental Hotel Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12120 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/81/b2813856f21da351d1fb7c2b0839facd3abbad67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel quickly developed into one of the popular tourist area's favourites because of its locati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.419343707953" Longitude="-81.465774178505" StarRating="3" HotelCode="88022|hawthorn_suites_orlando_convention_center" HotelName="Four Points by Sheraton Orlando Convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6435 Westwood Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/94/6f9453fc12b689c5ccf75077b9bd16c0d5898c18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive and comfortable hotel is located close to International Drive. Guests will find plen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.418598665131" Longitude="-81.464729373016" StarRating="3.5" HotelCode="86654|best_western_plus_orlando_convention_center_hotel" HotelName="Best Western Orlando Convention Center Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6301 Westwood Boulevard, Orlando, Florida 32821-8023</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/ce/cdce9cc5578429a4e49c9ef1efee6fd41b2b2dda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just outside this brand new hotel guests will find world famous attractions and entertainment. SeaWo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.650072400463" Longitude="-81.349662165676" StarRating="2" HotelCode="68996|days_inn_n_orlando__casselberry" HotelName="Days Inn N Orlando/Casselberry" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8245 South US Highway 17-92, Fern Park, Florida 32730</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/5d/fd5de9aeb8430b1515051901be8aff76bf5b3e52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.30" OriginalAmount="62.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.38895" Longitude="-81.50299" StarRating="3" HotelCode="621941|343285" HotelName="Westgate Blue Tree Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Garden,Golf,Internet,Kids Play Area,Kitchen,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12007 Cypress Run Road, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/45/3645951b65c1b43fe9716db8b5184189d7e74b14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located within minutes of Orlando's theme parks and tourist attractions, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.442268059576" Longitude="-81.47112518549" StarRating="3" HotelCode="18440|ssta_es_suites_orlando_international_drive" HotelName="Sonesta ES Suites Orlando - International Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8480 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/c7/6dc712c19403a403d42f08aaf93ca3eddca9a24f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of International Drive, surrounded by restaurants and shopping. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.480249" Longitude="-81.454392" StarRating="2" HotelCode="177846|extended_stay_america__orlando__universal_studios__major_blvd" HotelName="Extended Stay America Orlando - Universal Studios" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5620 Major Blvd., Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/fb/1afbb34afc6b16eb260f99145a7ed6a36dc3d82f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.35" OriginalAmount="63.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.452510925307" Longitude="-81.464010542328" StarRating="3" HotelCode="32914|355115" HotelName="Country Inn &amp; Suites by Radisson, Orlando, FL" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7701 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/07/d207d95f6fbf19c2f726150be8f1821a96f42df8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near Walt Disney World® Resort, Universal Studios® and Sea World® theme parks....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.632290083502" Longitude="-81.40046775341" StarRating="3" HotelCode="71392|extended_stay_america__orlando__maitland__1776_pembrook_dr" HotelName="Extended Stay America - Orlando - Maitland - Pembrook Drive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1776 Pembrook Drive, Orlando, Florida  32810</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/96/199690b7dbe88ca0ff67cbddf1081de4ac8b48c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located to the north of Orlando across the street from the Orlando RDV Sportsplex, this property lie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="64.77" OriginalAmount="64.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.43766" Longitude="-81.46846" StarRating="3" HotelCode="29214|60661" HotelName="Residence Inn Orlando Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8800 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/9a/a09adf7b898c7f3160e9ecc4b21abd7f3721ac5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just steps from International Drive, guests can make use of the properties free transportati...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.00" OriginalAmount="64.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.377081399961" Longitude="-81.502574086189" StarRating="3" HotelCode="56495|499595" HotelName="Fairfield Inn &amp; Suites Orlando Lake Buena Vista in the Marriott Village" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8615 Vineland Avenue, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/01/0e014a837f5869ab36bc419b0eb8ddbdf7bca7b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in an excellent district and offers guests resort-style facilities. It is loc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.06" OriginalAmount="64.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.390844" Longitude="-81.496443" StarRating="3" HotelCode="17550|1290088" HotelName="Extended Stay America - Orlando - Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8100 Palm Pkwy, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/65/c9651cacdbb3c7d991a2bc2d79d1918236fce0e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location, only minutes away from the famous Disney World and within e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="65.11" OriginalAmount="64.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.331076526567" Longitude="-81.538189002956" StarRating="4" HotelCode="88224|94214" HotelName="Meliá Orlando Suite Hotel at Celebration" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Celebration Place, 34747 Kissimmee, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/4d/244d8220b7caeb59df46ceda30ac8c20d3874dbb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the charming community of Celebration, just minutes away from some of Orland...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.63" OriginalAmount="64.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.456161" Longitude="-81.308679" StarRating="3" HotelCode="396002|501825" HotelName="Ramada Suites Orlando Aiport" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7500 Augusta National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/59/7759d13b3f6e25b97a1f286ca3c40cd2215df099.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located near the Citadel Business Park and surrounded by a lake, which is perfect ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.567660285714" Longitude="-81.210326857143" StarRating="2" HotelCode="121229|days_inn_orlando_ucf_area" HotelName="Days Inn &amp; Suites Orlando / UCF Research Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11639 East Colonial Drive, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/21/b921e712794a69a633bc833fbe87595dbdc013b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="66.01" OriginalAmount="65.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.477092054821" Longitude="-81.455002427101" StarRating="2" HotelCode="55985|1810458" HotelName="Clarion Inn &amp; Suites Across From Universal Orlando Resort Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5829 Grand National Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/b0/a0b0c43538a744cd1ee6a925d64f09041993baf4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive and family-friendly hotel is located just a few minutes' walk from Universal Orlando...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="66.07" OriginalAmount="65.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.390532042118" Longitude="-81.503137350082" StarRating="3" HotelCode="36277|16164" HotelName="Cypress Pointe Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Jacuzzi,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8651 Treasure Cay Lane, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/01/3701d0b34fbb9fc78e35639959b2a8d66b5ad9e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is the perfect place from which to explore the centre of Florida. There is a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.12" OriginalAmount="65.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.389243686077" Longitude="-81.496860980988" StarRating="3" HotelCode="396004|305845" HotelName="Quality Suites Lake Buena Vista" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8200, Palm Parkway, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/97/8397ffce6ad7a5b750d35275f7ee63c5238b68ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly hotel is nestled in a beautiful and peaceful resort area just minutes from downt...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="66.22" OriginalAmount="65.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.463282" Longitude="-81.459874" StarRating="2" HotelCode="26724|13648" HotelName="La Quinta Inn Orlando International Drive North" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5825 International Drive, Orlando 32819, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/b6/bdb6d86c61f0ccfbd9a99d3744ada6d4074afa01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous boutique-style hotel lies on International Drive in Orlando, within a few minutes’ wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.26" OriginalAmount="65.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.438997140149" Longitude="-81.468757397944" StarRating="3" HotelCode="55929|751635" HotelName="Extended Stay America - Orlando - Convention Center - Universal Blvd" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8750 Universal Blvd., Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/3f/273ff6e013efe234e5beb19af98ef8c47c946ad2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of International Drive, close to its many attractions. Bars, res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.66" OriginalAmount="66.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.550187512805" Longitude="-81.48345617791" StarRating="3" HotelCode="123882|holiday_inn_express_hotel__suites_ocoee_east" HotelName="Holiday Inn Express &amp; Suites Orlando-Ocoee East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7474 West Colonial Drive, Orlando, Florida 32818</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/b7/b0b73b71b4d55b7d4391d9678abe6f9da9dd95bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.66" OriginalAmount="66.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.39061609" Longitude="-81.48681118" StarRating="0" HotelCode="853462|holiday_inn_suites_orlando_international_dr_s" HotelName="Holiday Inn &amp; Suites Orlando - International Dr S" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12005 Regency Village Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/d5/15d58c55fd8b689afd2236c5a08f1f279cdaa2b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is located in Lake Buena Vista. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.40" OriginalAmount="66.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.462867197495" Longitude="-81.461461186409" StarRating="3" HotelCode="45066|844" HotelName="Four Points by Sheraton Orlando International Drive" 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,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5905 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/7d/fb7df06bc58606a35c63bcd9d02fe25cf8811797.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous International Drive in Orlando. Numerous world-famous theme park...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.09" OriginalAmount="67.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.446" Longitude="-81.4447" StarRating="0" HotelCode="981411|2554565" HotelName="La Quinta Inn &amp; Suites by Wyndham Orlando IDrive Theme Parks" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>11545 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/e6/c4e6497a8c319fa713af7da15a7788bde454cc68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.386117115934" Longitude="-81.476712226868" StarRating="4" HotelCode="19242|sheraton_vistana_villages_resort_villas_idriveorlando" HotelName="Sheraton Vistana Villages Resort Villas, I-Drive/Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Village,Family-friendly Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12401 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/45/e345fcc8632a6f64029354defcc65801549a2584.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is situated at the southern end of International Drive and is some 3 km f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.391135" Longitude="-81.470875" StarRating="3" HotelCode="226333|kingstown_reef" HotelName="Kingstown Reef by EVRentals" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12000 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/e3/b9e34f7ab850e152b3ca6e1049902c9f3248a07c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - Herndon (ORL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.11" OriginalAmount="68.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.459347061138" Longitude="-81.459311" StarRating="3" HotelCode="40709|12900" HotelName="Hampton Inn Orlando Near Universal Blv/International Dr" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7110 South Kirkman Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/60/1260040abd569472e998c624a593707f34813013.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel friendly hotel is situated is ideally situated for making trips into the surrounding area...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="70.06" OriginalAmount="69.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.481988" Longitude="-81.454734" StarRating="3" HotelCode="31917|88231" HotelName="Holiday Inn Express Hotel &amp; Suites Nearest Universal Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5605 Major Boulevard, Olrando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/5a/335a0d4b2680ef19e56471a71f1af5f88bdd77cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located off Kirkman Road on Major Boulevard, just 400 m from the entrance to Universal ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.12" OriginalAmount="69.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.464815" Longitude="-81.4605" StarRating="3" HotelCode="260607|951575" HotelName="Sunsol International Drive" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Spa Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Heated Pool,Internet,Laundry,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5859 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/07/ed07a2fc706dfce211e11263efb7b7c09f345036.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This small, friendly resort lies just off International Drive, near Wet 'n' Wild. An array of attrac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.36" OriginalAmount="69.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.453166623884" Longitude="-81.467632465536" StarRating="3" HotelCode="128502|1303868" HotelName="Comfort Inn &amp; Suites Universal - Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7495 Canada Avenue, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/0c/ea0ca04c2d0a21fb93dcb2a0814976f3462ed0cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="70.55" OriginalAmount="69.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.387867" Longitude="-81.505198" StarRating="3" HotelCode="29510|1882555" HotelName="Fairfield Inn &amp; Suites Lake Buena Vista" Meals="BED &amp; BREAKFAST,HOT BREAKFAST BUFFET" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Laundry,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12191 South Apopka Vineland Road, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/1b/461b559748e2c9fbb5171cc5f5060b16f107c982.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.58" OriginalAmount="69.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.390642669091" Longitude="-81.494744587172" StarRating="3" HotelCode="39111|166856" HotelName="Embassy Suites by Hilton Orlando Lake Buena Vista Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8100 Lake Street, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/b6/03b630042b76e9587061a8aeb7c60e7315807bbd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 4-hectare all-suite resort is located just 1.6 km from Walt Disney World in the beautiful tropi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.599939" Longitude="-81.211203" StarRating="3" HotelCode="564444|holiday_inn_orlando" HotelName="DoubleTree by Hilton Hotel Orlando East - UCF Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12125 High Tech Avenue, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/7b/227bcf273ac8085eaa8e6dca77da964994ca279f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.39334453" Longitude="-81.49327818" StarRating="0" HotelCode="849666|holiday_inn_express_suites_orlando_lk_buena_vista_area" HotelName="Holiday Inn Express &amp; Suites Orlando Lk Buena Vista Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>11409 Marbella Palms Court, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/99/a099e3778f54ede1df5f5887e7e86e6aaf2a9a2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel can be found in Lake Buena Vista. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.45258976" Longitude="-81.33336704" StarRating="0" HotelCode="973997|avid_hotels_orlando_international_airport" HotelName="avid hotel Orlando International Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7976 Conway Road, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/8f/778fec180340f9d067a5d4e7cc7f62d5c874f0c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.26" OriginalAmount="70.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.386548942053" Longitude="-81.505682766438" StarRating="4" HotelCode="17525|896325" HotelName="Sheraton Lake Buena Vista Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12205 S. Apopka-Vineland Road, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/b7/97b72bfd5ec83f8782fa6d17f68bbcc1180c8f15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This wild African-style club resort is ideally located in Lake Buena Vista. It is just a short dista...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="71.37" OriginalAmount="70.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.38895" Longitude="-81.50299" StarRating="3" HotelCode="56735|1029519" HotelName="Blue Tree Resort at Lake Buena Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12007 Cypress Run Road, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/12/fe1203cd4413a45a65705322522f9cf1433b4776.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 23-acre, quiet, family-oriented resort located in the middle of all major attractions...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.46" OriginalAmount="70.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.426934602877" Longitude="-81.475848555565" StarRating="3" HotelCode="29916|446535" HotelName="Westgate Lakes Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9500 Turkey Lake Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/fe/d8fe24cefe09a39f3a22a7d64c7d6048d06049cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury-style hotel is located amidst large grounds right beside a lake and about 10 minutes' dr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="72.26" OriginalAmount="71.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.409892" Longitude="-81.470653" StarRating="3" HotelCode="49151|CAL137700" HotelName="Hilton Garden Inn Orlando at SeaWorld" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6850 Westwood Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/c7/d6c710c19641fceba8f8b78b95d2bfd79ec0229e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within walking distance of Sea World, just 800 m from Discovery Cove.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.408902389788" Longitude="-81.454412341118" StarRating="3" HotelCode="899705|springhill_suites_by_marriott_orlando_at_seaworld" HotelName="Springhill Suites by Marriott Orlando at Seaworld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10801, International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/4f/724ffa6feed3ba27df367da91bebcd43646dd577.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Orlando.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="72.93" OriginalAmount="72.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.588771" Longitude="-81.207257" StarRating="2" HotelCode="64523|4501935" HotelName="La Quinta Inn &amp; Suites by Wyndham Orlando UCF" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11805 Research Parkway, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b5/88b52107c70de08fff46b32ba1c00291c95186ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.32" OriginalAmount="72.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.457665321188" Longitude="-81.468469798565" StarRating="3" HotelCode="24630|904355" HotelName="Ramada Plaza by Wyndham Orlando Resort &amp; Suites Intl Drive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6500 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/f9/28f9135100a94c0aeb570665cbb064b3cfb44fcc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;For travellers who want to be in the centre of all the action this resort property is located only a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.34" OriginalAmount="72.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.482139732857" Longitude="-81.455994844437" StarRating="2.5" HotelCode="75695|4564305" HotelName="Extended Stay America - Orlando Theme Parks - Vineland Rd." Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5610, Vineland Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/31/3a31cfe1dff694e860c2784efb96164b623a77a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated across the street from Universal Studios and is close to the Orlando attracti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.54" OriginalAmount="72.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.450563" Longitude="-81.353731" StarRating="3" HotelCode="166908|352565" HotelName="Comfort Suites Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1936 McCoy Road, Orlando, 32809 Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/60/d060023b4dfdeb564ac676c5005c301c9b75b6d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="74.26" OriginalAmount="73.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.567614311188" Longitude="-81.267869944005" StarRating="2" HotelCode="891619|1767565" HotelName="Best Western Orlando East Inn &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Business Centre,Conference Hall,Golf,Internet,Kitchen,Lounge,Meeting Room,Pets allowed,Restaurant,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>8750 East Colonial Drive, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/cb/64cbdcb451eba0c51078e4b3d701cb5f3e1dcf0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.28" OriginalAmount="73.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.391776510413" Longitude="-81.493258774281" StarRating="3" HotelCode="21216|491355" HotelName="Residence Inn Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11450 Marbella Palm Court, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/c6/09c6d6b75cff2ebdbb9dd84b1795a6c16d0068fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in the Orlando area, in Florida.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.39" OriginalAmount="74.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.367689716666" Longitude="-81.504153907299" StarRating="4" HotelCode="29514|46734" HotelName="Sheraton Vistana Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8800 Vistana Centre Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/ac/a6acc12f3a15bb621329ca7241d2f3f1b9914540.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel complex lies just 1.5 km from Walt Disney World.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.455543" Longitude="-81.473154" StarRating="3" HotelCode="88021|holiday_inn_express__suites_international_drive" HotelName="Holiday Inn Express Orlando - International Drive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7276 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/eb/b8ebfafebfd2809dddd45afe07cb97248e3ed0db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Orlando.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.446169621357" Longitude="-81.428665816784" StarRating="3" HotelCode="71396|extended_stay_americaorlandosouthparkcommodity_circle" HotelName="Extended Stay America - Orlando - Southpark - Commodity Circle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Village,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8687 Commodity Circle, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/92/9692a1799274c62e481fea8925ce9c74d68b1e95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on John Young Parkway and Sand Lake Road, this all-suite hotel lies in the middle of everyth...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.26" OriginalAmount="75.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.481212591073" Longitude="-81.452961266041" StarRating="2" HotelCode="893469|253366" HotelName="La Quinta Inn Orlando - Universal Studios" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5621 Major Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/f8/96f8c079724f8bd999cad0bb6b7d7bf909ea772d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.96" OriginalAmount="76.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.377796450717" Longitude="-81.502049714327" StarRating="3" HotelCode="46044|325365" HotelName="SpringHill Suites Orlando Lake Buena Vista in Marriott Village" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8601 Vineland Avenue, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ff/70ffdcd482050295cf8c42e69947d44d5b460a56.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a wonderful location in Orlando, not far from restaurants and a new shopping centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.57" OriginalAmount="76.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.406043" Longitude="-81.469245" StarRating="4" HotelCode="370676|167306" HotelName="Hilton Grand Vacations at Seaworld" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6924 Grand Vacations Way, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/b8/51b83d043b2e4b9bdcbe3c3dc0657f061290c7aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just across from Sea World Adventure Park and minutes away from Walt Disney Wor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="77.59" OriginalAmount="76.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.437605" Longitude="-81.469929" StarRating="3" HotelCode="29257|13632" HotelName="Homewood Suites by Hilton Orlando-International Drive/Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8745 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/0d/5b0db31c5f78d8e14417f35e195aed3940520ea7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the perfect location in the heart of International Drive and in close proxi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.56464" Longitude="-81.198286" StarRating="2" HotelCode="263869|holiday_inn_express__suites_orlando_east__ucf_area" HotelName="Holiday Inn Express &amp; Suites Orlando East-UCF Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12250 East Colonial Drive, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/51/fe5111d4df8d6a671e66e7c4aaf1f8833895ef9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.87" OriginalAmount="77.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.407085830091" Longitude="-81.471130705572" StarRating="3" HotelCode="318760|1998985" HotelName="Hampton Inn &amp; Suites Orlando at SeaWorld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7003 Sea Harbor Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/0f/640f21ff02bcbd131122895f8586234710c9732b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.09" OriginalAmount="77.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.39327565" Longitude="-81.49560131" StarRating="3" HotelCode="731347|2568435" HotelName="TownePlace Suites Orlando Lake Buena Vista/Palm Parkway" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Internet,Kitchen,Pets allowed,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8040 Palm Parkway, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/66/7f66ea9e021e0afb266bd41394785b037bfa4c47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Lake Buena vista and minutes from all the magic Orlando has to offer. Locat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.44" OriginalAmount="77.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.363621770472" Longitude="-81.499994331412" StarRating="3" HotelCode="426986|1279538" HotelName="Bryan's Spanish Cove" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13875 State Road 535, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/fd/10fdbab12cfb7b08ff204673e82896015dc6faef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="78.63" OriginalAmount="77.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.39264795" Longitude="-81.49572882" StarRating="3" HotelCode="739347|53318240" HotelName="SpringHill Suites Orlando Lake Buena Vista/Palm Parkway" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8040 Palm Parkway, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/628721/628721a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Come experience the NEW SpringHill Suites Lake Buena Vista on Palm Parkway. Situated in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.485602946426" Longitude="-81.456118226051" StarRating="3" HotelCode="40958|hampton_inn_closest_to_universal" HotelName="Hampton Inn Closest to Universal Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5621 Windhover Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/92/9a92f6b3129f243974f6af4411f1166a2e4aa06d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;From museum hopping to bargain shopping, sunny beaches to arboretums, guests will be close to everyt...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.94" OriginalAmount="79.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.481537371999" Longitude="-81.453118175268" StarRating="3" HotelCode="59781|352555" HotelName="Comfort Suites Universal Studios Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5617 Major Blvd., Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/59/4c594e3d17e5a55e8947c08504bb4ac76a167624.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies 1.6 km from Universal Studios, 2.4 km from the hustle and bustle on International Dr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="80.02" OriginalAmount="79.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.573839" Longitude="-81.207034" StarRating="3" HotelCode="84340|371177" HotelName="Comfort Suites UCF Area - Research Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12101 Challenger Parkway, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/13/fd13059ad0ce092ca323ea48ec9a39e3c3ffb274.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="80.77" OriginalAmount="79.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.486199" Longitude="-81.45724" StarRating="3" HotelCode="99574|2628826" HotelName="Wingate by Wyndham Convention Center Closest Universal Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5661 Windhover Drive, Windhover and Kirkman, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/bc/d8bcb4982b06e36934063fd9d937f73090f58e4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.05" OriginalAmount="80.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.45329813816" Longitude="-81.473381125509" StarRating="3" HotelCode="88020|130990" HotelName="Hampton Inn &amp; Suites Orlando Intl Dr N" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7448 North International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/71/37714c995330c8593e81231a8ca32ad3921c2bbd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.05" OriginalAmount="80.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.389937418199" Longitude="-81.496319174766" StarRating="3" HotelCode="40708|130928" HotelName="Hampton Inn Orlando/Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8150, Palm Parkway, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/53/7653842d8e9268aa1911bf2cd8922c5b62e91264.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Lake Buena Vista area of Orlando, just 2 miles from Walt Disney World ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.77" OriginalAmount="80.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.478407853689" Longitude="-81.456536650657" StarRating="3" HotelCode="58808|13647" HotelName="Doubletree by Hilton at the Entrance to Universal Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5780 Major Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/88/3d88a2da91268a226c89ee1a22267c2097711e79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly opposite the entrance of Universal Orlando. An abundance of shops, r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.438337613691" Longitude="-81.469581574202" StarRating="3" HotelCode="88160|hyatt_place_orlando_convention_center" HotelName="Hyatt Place Orlando/Convention Center" 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,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8741 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/39/8d39899ec3cd1e259deab6461a40540514160fec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies directly on International Drive only a few minutes walk from the countless restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.84" OriginalAmount="81.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.55889406284" Longitude="-81.3785366714" StarRating="3" HotelCode="56823|97793" HotelName="DoubleTree by Hilton Orlando Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 South Ivanhoe Boulevard, Orlando, Florida 32804</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/f7/bcf79a7e3e85a49bfac996e16779e0b30c9d4ea7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is superbly located in Downtown Orlando with easy access to the Citrus Bowl and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.89" OriginalAmount="81.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.3897" Longitude="-81.4868" StarRating="3" HotelCode="445347|449153" HotelName="Home2 Suites by Hilton Orlando / International Drive South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Golf,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>12107 Regency Village Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/f0/a7f095b97be152cb9029071c5907782225bafb34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Orlando.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="82.09" OriginalAmount="81.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.465751336562" Longitude="-81.461382705522" StarRating="3" HotelCode="55942|16138" HotelName="Hilton Garden Inn International Drive North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5877 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/67/ce67b559cf7a78fb86e0b4f7f82c0d4d03dea17c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel lies close to public transport. Within 3 km of various bars, restaurants and sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.56824782663" Longitude="-81.208134591579" StarRating="3" HotelCode="32855|radisson_hotel_orlando__ucf" HotelName="Holiday Inn Orlando East - UCF Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1724 North Alafaya Trail, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/a3/e1a39da71e3265b557328fcc502490c8726a71a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="84.36" OriginalAmount="83.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.389423365359" Longitude="-81.501096679901" StarRating="3" HotelCode="208386|1989677" HotelName="Grande Villas Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12118 Turtle Cay Circle, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/b3/23b34a826f58e6f1446aaee689937dadf06adcd2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is the perfect place from which to explore the centre of Florida. There is a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.83" OriginalAmount="83.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.460929" Longitude="-81.468313" StarRating="2" HotelCode="59772|228386" HotelName="Floridian Express" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Laundry,Restaurant,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6323 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/c9/6cc9f2d8bf26bf0b663aba2d45530753a33225b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated just a few minutes from Wet ‘n' Wild at the heart of International Drive, this hotel lies w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="84.94" OriginalAmount="84.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.571735380237" Longitude="-81.206564020763" StarRating="3" HotelCode="40712|CAP223900" HotelName="Hilton Garden Inn Orlando East/UCF Area" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1959 North Alafaya Trail, Orlando, FL 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/49/d54972c2b2651e03949638456675fc43418701db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Orlando.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.16" OriginalAmount="84.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.674031" Longitude="-81.460867" StarRating="2.5" HotelCode="906481|132265" HotelName="Hampton Inn &amp; Suites Orlando-Apopka" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>321 S. Lake Cortez Drive, Apopka, Florida 32703</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/zz/b7adc775da05c722cf64e110836ab040e862118d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just minutes from world-famous theme parks and less than an hour's drive from D...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="85.48" OriginalAmount="84.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.40741" Longitude="-81.47041" StarRating="3" HotelCode="421785|42639160" HotelName="Staybridge Suites Orlando at SeaWorld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Business Centre,Internet,Laundry,Meeting Room">
        <Address>
          <AddressLines>
            <AddressLine>6985 Sea Harbor Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/9f/439f0f8263dd1f8802e9b086261cfa54fd6f4c86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel can be found in Lake Buena Vista. Visitors will find the airport within 16. 2 kilo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.61" OriginalAmount="84.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.554187708333" Longitude="-81.377080575" StarRating="3" HotelCode="891363|252363" HotelName="Courtyard Orlando Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>730 North Magnolia Avenue, Orlando, Florida 32803</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8a/ab/8aabe9ea8e9592482d1e33aecce3c3dcdb79e92e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.573778" Longitude="-81.373309" StarRating="3" HotelCode="65492|comfort_suites_downtown" HotelName="Comfort Suites Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2416 N. Orange Ave., Orlando, Florida 32804</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/0e/dc0e76e87827fc5496275630e48b59f28ee9b161.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests are welcome to this Orlando hotel that is conveniently located across the street from Florida...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.459424461225" Longitude="-81.308746933937" StarRating="3" HotelCode="22633|holiday_inn_orlandointernational_airport" HotelName="Holiday Inn Orlando - International Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5750 T.G. Lee Boulevard, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/90/e39089b9aaf889455119d7118e4c79c7a1799557.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel affords a wonderful location just 1.5 km from Orlando airport. The hotel's central situat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.39698" Longitude="-81.45491" StarRating="4" HotelCode="29923|marriotts_grande_vista" HotelName="Marriott's Grande Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5925 Avenida Vista, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/71/c771ee9675375d026d0a4fb8378acfbc4e884b87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spectacular resort is located at the southern end of International drive, only a short drive fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.88" OriginalAmount="85.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.459871283866" Longitude="-81.313870119049" StarRating="3" HotelCode="42210|135887" HotelName="Country Inn &amp; Suites by Radisson, Orlando Airport, FL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5440 Forbes Place, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/d1/31d10d26763d8afb7cb7d1330b7d1c302290d25f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly hotel is conveniently located near Orlando International Airport, Orlando Execut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.32" OriginalAmount="85.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.441351794066" Longitude="-81.472629904747" StarRating="3" HotelCode="396006|1270678" HotelName="Courtyard Orlando International Drive/Convention Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8600, Austrian Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2c/85/2c850f7043bd65b7da9ab0064a22e3df8f2ed96a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located by world famous International Drive, the hotel is less than 2 km from the Orlando Convention...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.42" OriginalAmount="85.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.436546362389" Longitude="-81.468539397631" StarRating="3" HotelCode="55938|165986" HotelName="Hampton Inn Orlando International Drive/Convention Center" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8900 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/0a/490a374a37e8500fbbebfecc7b3e5f1c24e287ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This small, welcoming hotel is located just a few steps from International Drive and a 5-minute walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="86.55" OriginalAmount="85.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.482017139145" Longitude="-81.456676125526" StarRating="3" HotelCode="122217|124473" HotelName="Fairfield Inn &amp; Suites Orlando Near Universal Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5614, Vineland Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/14/a31418b056fc91402b31e33df84ceb8fa58a6700.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The business hotel is located near the entrance to Universal Orlando, less than 3 km from the Holy L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="86.62" OriginalAmount="85.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.410626236084" Longitude="-81.456117343551" StarRating="3" HotelCode="552266|602929" HotelName="TownePlace Suites Orlando At SeaWorld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Spa">
        <Address>
          <AddressLines>
            <AddressLine>10731 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/c0/e5c04b73ac4de6af334c9b5700b61e4c6fede7e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Orlando.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.14" OriginalAmount="86.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.361997" Longitude="-81.496835" StarRating="3" HotelCode="40705|391285" HotelName="Grand Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8317 Lake Bryan Beach Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/20/522086d1f5e1d456cf726804b42a605b33bbde29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on Lake Bryan in Orlando with access to numerous water activities. It is withi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.52" OriginalAmount="86.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.46260310115" Longitude="-81.308006644249" StarRating="3" HotelCode="89585|500255" HotelName="Wingate Inn @ Orlando Airport" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5750 Hazeltine National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/46/cf4600056ccfa737d002567280965ae044677f9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beautiful hotel is located about a 25-minute drive to Orlando's attactions. A recreation park i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="87.60" OriginalAmount="86.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.460808706799" Longitude="-81.307773804005" StarRating="3" HotelCode="40957|130802" HotelName="Hampton Inn Orlando-International Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5767 T. G. Lee Boulevard, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/bb/cabb7c7bd88054cd40bd60cbf88cd59d791ec42c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 1.3 miles north of the Orlando International Airport and is within close proxi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="87.69" OriginalAmount="86.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.393202279491" Longitude="-81.493305588518" StarRating="3" HotelCode="40713|131058" HotelName="Homewood Suites by Hilton Orlando/Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11428 Marbella Palm Court, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/15/bb15d78a07216d76230e7a6a861be4b269c7e9d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="87.78" OriginalAmount="86.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.599279437242" Longitude="-81.216353288407" StarRating="3" HotelCode="40706|160261" HotelName="Hampton Inn &amp; Suites Orlando/East UCF Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3450 Quadrangle Boulevard, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/zz/81ad387870bc6710b9c428bc5ccdcf9006fdc7c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.439106809933" Longitude="-81.427992716983" StarRating="3" HotelCode="123109|hampton_inn__suites_orlando_john_young_pkwys_park" HotelName="Hampton Inn &amp; Suites Orlando John Young Pkwy S. Park" 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>7500 Futures Drive, Orlando, FL 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/84/2284e4880643c1350bbef244a1c4e1e65b5119b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.23" OriginalAmount="87.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.40755103" Longitude="-81.47227711" StarRating="3" HotelCode="510822|542663" HotelName="Homewood Suites by Hilton Orlando Theme Parks" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Conference Hall,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6940 Westwood Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/1d/181d207422c991bd03bf25fa4e1bc9d3001257f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Orlando.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.49" OriginalAmount="87.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.481151906399" Longitude="-81.456820964813" StarRating="3.5" HotelCode="426699|214046" HotelName="Best Western Plus Universal Inn" 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>5618 Vineland Road, Orlando, Florida 32819-7827</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/0d/fa0d38ab7b02d9810c1f5df84e7a001456dbfabc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.456148452069" Longitude="-81.307647898793" StarRating="3" HotelCode="70767|sheraton_suites_orlando_airport" HotelName="Sheraton Suites Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7550, Aususta National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/3e/103e1069030339c179ee4dbd98fa10052f849b2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies approximately 1.5 km from Orlando International Airport and is only a short drive awa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.386058123158" Longitude="-81.489951610565" StarRating="4" HotelCode="69835|hilton_gran_vacations_suites_on_international_drive" HotelName="Hilton Grand Vacations at Tuscany Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8122 Arrezzo Way, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/e2/4fe25afe79834036c5b8cbfdd36784d387baeb74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property affords an excellent location close to Lake Buena Vista, Walt Disney World, challengin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.68" OriginalAmount="88.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.598882" Longitude="-81.222895" StarRating="2" HotelCode="450303|2202525" HotelName="Fairfield Inn &amp; Suites Orlando East/UCF Area" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>3420 Lake Lynda Drive, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/f6/ddf676ba4da39a95ff9d8bcf8a3c335a29ef9611.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Orlando.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="90.33" OriginalAmount="89.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.475138696644" Longitude="-81.456941664219" StarRating="3" HotelCode="395999|1612225" HotelName="Hyatt Place Orlando / Universal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel">
        <Address>
          <AddressLines>
            <AddressLine>5895 Caravan Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/c3/3ec38ce48e9673be94637de5918fa66bfd6ce2af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located with regards to all major attractions. It lies across the street fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.443906587858" Longitude="-81.472540434359" StarRating="3" HotelCode="293643|radisson_hotel_orlando" HotelName="Allure Resort International Drive Orlando" 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,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8368 Jamaican Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/ca/49ca9446739e7f241a746c71d2ac497671d032f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Orlando.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.462676920037" Longitude="-81.306608813929" StarRating="3" HotelCode="125122|springhill_suites_by_marriott_orlando_airport" HotelName="SpringHill Suites Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5828 Hazeltine National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/1b/c11b7ee272e588a75f3a4d5a840140824ecf0817.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.444935443715" Longitude="-81.395602226257" StarRating="4" HotelCode="48393|the_florida_hotel_and_conference_center" HotelName="The Florida Hotel and Conference Center Best Western Premier Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1500 Sand Lake Road, Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/48/3f488aec5a7be7f8eccd96ee4c259765bbf4dba0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florida's largest shopping centre and the thrills of International Drive ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.452885311619" Longitude="-81.334174275398" StarRating="3" HotelCode="64058|holiday_inn_express_orlando_international_airport" HotelName="Holiday Inn Express &amp; Suites Orlando International Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Lounge,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7900 S. Conway Road, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/2e/ca2e160c2d011f4843090edd4c3671b5d1175950.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 1.5 miles from Orlando International Airport, about 15 miles from the main...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.444808090033" Longitude="-81.402860283852" StarRating="2" HotelCode="42211|red_roof_inn_orlando_south__florida_mall" HotelName="Red Roof Inn Orlando South - Florida Mall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8296 South Orange Blossom Trail, 32809 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/zz/32adde65be068a1f35a6943b852d0f2c75de6de2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.08" OriginalAmount="91.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.30461175" Longitude="-81.445447" StarRating="2" HotelCode="890547|4634245" HotelName="Ambassador Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>4107 West Vine Street, Kissimmee, FL 34741</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/2c/322cc83fb3414362b8bd1ea0dd4ccc1d91f3ed27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Orlando.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.46354854" Longitude="-81.3152525" StarRating="0" HotelCode="850007|home2_suites_by_hilton_orlando_airport" HotelName="Home2 Suites By Hilton Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Internet,Pets allowed,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5445 Hazeltine National Drive, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/80/9d80f27efc86cba57a12e3ce23b7d32f91f82cf2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel can be found in Orlando International Airport. Home2 Suites Orlando Airport o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.59" OriginalAmount="92.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.632430571429" Longitude="-81.400838285714" StarRating="3" HotelCode="120362|774295" HotelName="Courtyard Orlando Altamonte Springs/Maitland" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1750 Pembrook Drive, Orlando, FL 32810</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/08/7008c43478a4328a85333d36f085a8c55c450e15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.4590465" Longitude="-81.31203575" StarRating="3" HotelCode="891329|courtyard_by_marriott_orlando_airport" HotelName="Courtyard Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7155 North Frontage Road, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/25/582538f24c7a2acb4268f43925fc2c3e99cb34d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.457243" Longitude="-81.307902" StarRating="3" HotelCode="41928|staybridge_suites_orlando_airport_south" HotelName="Staybridge Suites Orlando Airport South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7450 Augusta National Drive, Orlando 32822, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/71/03710e09f016896ffc508c88813c80e8c0e6bc9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - Herndon (ORL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.33" OriginalAmount="94.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.552426125465" Longitude="-81.383530944586" StarRating="4" HotelCode="59712|362135" HotelName="Crowne Plaza Orlando Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>304, West Colonial Drive, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/bf/b3bf818086fd4401779bd79efba13008be4cd836.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city business hotel is the newest choice among Downtown Orlando hotels. Located off I-4 in Downt...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.33" OriginalAmount="94.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.38873649" Longitude="-81.24364462" StarRating="0" HotelCode="779108|2283785" HotelName="Holiday Inn Express &amp; Suites Orlando - Lake Nona Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10115 William Carey Drive, Orlando, Florida 32832</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/9a/809ac77c296c316f97d709261c8f12757dbe94c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 2 star hotel is located within the city of Orlando.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.600014" Longitude="-81.214816" StarRating="2.5" HotelCode="897013|towneplace_suites_by_marriott_orlando_eastucf" HotelName="TownePlace Suites Orlando East/UCF Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11801 High Tech Avenue, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/b0/58b058f5c092f7f6e171e421b164fd9c020e8ddb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.12" OriginalAmount="95.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.38497579" Longitude="-81.50397074" StarRating="3" HotelCode="446639|1943525" HotelName="Hyatt Place Orlando/Lake Buena Vista" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>8688 Palm Parkway, Orlando, FL 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/22/1522941c2c2ae5aa31bdb31972bc3c84e045af07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A bar and a business centre are available to guests of the hotel. Wireless internet access is availa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="97.50" OriginalAmount="96.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.545926" Longitude="-81.380653" StarRating="3" HotelCode="44836|54059965" HotelName="Venturella Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>8688 Palm Parkway, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/22/1522941c2c2ae5aa31bdb31972bc3c84e045af07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.97" OriginalAmount="97.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.46443599" Longitude="-81.46207558" StarRating="2" HotelCode="943503|home2_suites_by_hilton_orlando_near_universal" HotelName="Home2 Suites by Hilton Orlando Near Universal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5910 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/23/ef2323408df2b1b1f2325de421ea9d05b108a0a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.02" OriginalAmount="97.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.451699118894" Longitude="-81.465896219015" StarRating="4" HotelCode="27052|362985" HotelName="Crowne Plaza Orlando - Universal Blvd" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7800 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39850/p_39850_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This high-rise hotel is excellently positioned one block from the famous International Drive.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.84" OriginalAmount="97.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.406141" Longitude="-81.476771" StarRating="3" HotelCode="14603|318815" HotelName="Residence Inn Orlando at SeaWorld" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11000 Westwood Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/d7/c2d78d7dd5ef5a004dd567e84fec9cb6f522dcf2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Affording a Caribbean style, this hotel lies close to International Drive. Sea World is 800 m away a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.42662" Longitude="-81.467208" StarRating="4" HotelCode="31963|hyatt_regency_orlando" HotelName="Hyatt Regency Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9801 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/fc/7ffc2fe816ff283c2b47f83c33b10a2b04c998fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, inviting hotel is situated at the heart of International Drive. The hotel is located j...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.30" OriginalAmount="99.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.59947542" Longitude="-81.22073732" StarRating="3" HotelCode="955386|658944" HotelName="Home2 Suites by Hilton Orlando Near Ucf" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>3414 Technological Avenue, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/90/c09080a5068ae6df87887f036f75193dbc8b8952.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.73" OriginalAmount="99.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.447966666661" Longitude="-81.47297007791" StarRating="3" HotelCode="20588|347485" HotelName="Comfort Inn International Dr." Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8134 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/14/811479d7ea435275a5b86a25034cd5c095b3de8f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new, beautifully decorated hotel is wonderfully situated on world-famous International Drive. P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.39" OriginalAmount="100.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.414931872348" Longitude="-81.425417234156" StarRating="3" HotelCode="935209|1074078" HotelName="Courtyard Orlando South/John Young Parkway" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4120 Taft Vineland Road, Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/6d/556d30e80a132b2df840e0a93804d7df26327473.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.45" OriginalAmount="100.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.4585909089" Longitude="-81.307370573189" StarRating="3" HotelCode="40711|131094" HotelName="Hilton Garden Inn Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7300 Augusta National Drive, Orlando, FL 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/6d/ec6d3cb7199001a79cdf83541000bbeb9fb0d6fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.78" OriginalAmount="100.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.583938" Longitude="-81.208336" StarRating="3" HotelCode="99152|160274" HotelName="Homewood Suites by Hilton Orlando-UCF Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3028 North Alafaya Trail, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/1c/a01c26fd9928292628d92bea4b74e6fea92f1634.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="103.72" OriginalAmount="102.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.45892944375" Longitude="-81.464106317791" StarRating="3" HotelCode="741216|CBD727200" HotelName="Universal’s Endless Summer Resort - Surfside Inn and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7000 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/0a/9c0a15cb634b39de44dfffa48baec57ed9b005ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Universal Orlando's first Value property introduces extra affordability to your Universal vacation. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.461111" Longitude="-81.306908" StarRating="3" HotelCode="22273|fairfield_inn_by_marriott_orlando_airport" HotelName="Fairfield Inn Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7100 Augusta National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/52/8852a029b1125a019c5bc102a66fd03b86b59a6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located just outside Orlando International Airport, and is within walking...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.526007" Longitude="-81.37613168" StarRating="0" HotelCode="605005|the_delaney_hotel" HotelName="The Delaney Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1315 South Orange Avenue, Orlando, Florida 32806</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/10/d81046e7efd9d35005f2d60c431cd73ed1b81863.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Orlando, The Delaney Hotel is minutes from Orlando Regional Medic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="104.44" OriginalAmount="103.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.4594507" Longitude="-81.46353121" StarRating="4" HotelCode="878441|CBE797600" HotelName="Universal’s Endless Summer Resort - Dockside Inn and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7125 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/10/3910fb49dfa5de2ae76be63346d713cd55319107.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Orlando.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="107.32" OriginalAmount="106.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.463966" Longitude="-81.473334" StarRating="3" HotelCode="255692|CAT643300" HotelName="Universal's Cabana Bay Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6550 Adventure Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/1f/471f802c9b6a52ab14728e3b5ab0ecf20670d125.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is located in the heart of Orlando. Its setting is especially ideal for parents wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.24" OriginalAmount="107.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.44697" Longitude="-81.472998" StarRating="3" HotelCode="31960|166366" HotelName="Embassy Suites by Hilton Orlando International Drive I Drive 360" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8250 Jamaican Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/b6/7cb648954a63bf4ab3eadb78dad6a7b43ad256bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This high-rise hotel is located just off International Drive and offers first-class service. A multi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="108.88" OriginalAmount="107.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.465724" Longitude="-81.461989" StarRating="3" HotelCode="31962|13631" HotelName="Homewood Suites by Hilton® Orlando-Nearest to Universal Studios" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Kitchen,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5893 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/7e/e07e22c75b1668e05c03a9178679462b730bd377.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming and modern is centrally located close to the Universal Orlando and just a few minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="108.96" OriginalAmount="107.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.358072970529" Longitude="-81.535339951515" StarRating="4" HotelCode="175656|1319380" HotelName="Wyndham Grand Orlando Resort Bonnet Creek" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Golf Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14651 Chelonia Parkway, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/f3/ccf36ef9cbe542ef0b6d168a97f5a3062b4577cc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests simply have to pass under the Walt Disney World sign to find the resort nestled amongst the B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.28" OriginalAmount="108.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.545562876346" Longitude="-81.369763165712" StarRating="3" HotelCode="56035|1302938" HotelName="Eo Inn &amp; Urban Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>227, North Eola Drive, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/15/4a15c2126c9f2d02b1b0969780740366fa340537.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated somewhat outside of the centre in a quaint, lively community. From the hotel, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="111.99" OriginalAmount="110.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.382216442941" Longitude="-81.509880423546" StarRating="4" HotelCode="13641|1722578" HotelName="Hyatt Regency Grand Cypress" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Grand Cypress Boulevard, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/b2/82b25aeaa6b09d983cd7bd62775ade44cbf09ca1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on 1,500 acres of land in Lake Buena Vista, the hotel is just 5 minutes from World Disney Wo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.02" OriginalAmount="112.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.43817959091" Longitude="-81.472734510899" StarRating="3" HotelCode="35582|166576" HotelName="Embassy Suites by Hilton Orlando International Drive Convention Center" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="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,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8978 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/07/350738347e31bee8b4f6e455868329dce01e5ec0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This full-service, all suite hotel is located on Orlando’s famous International Drive. It is just mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.4844151" Longitude="-81.43492375" StarRating="5" HotelCode="638039|springhill_suites_by_marriott_orlando_at_millenia" HotelName="SpringHill Suites Orlando at Millenia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>5403 Millenia Lakes Boulevard, Orlando, Florida 32839</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/67/f067984c3dd9c0bc096589ae7e28349a4cc6f2f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Orlando.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.82" OriginalAmount="113.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.457277542685" Longitude="-81.311666589067" StarRating="3" HotelCode="263868|189684" HotelName="Hampton Inn &amp; Suites Orlando Airport @ Gateway Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5460 Gateway Village Circle, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/85/ee85e710f60d87302f78f579c6789fca4cf7ed6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="115.03" OriginalAmount="113.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.451227" Longitude="-81.477067" StarRating="3" HotelCode="213501|173211" HotelName="Drury Inn &amp; Suites Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Jacuzzi,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7301 West Sand Lake Road, Orlando 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=11150317</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.10" OriginalAmount="113.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.461386363035" Longitude="-81.311826109886" StarRating="4" HotelCode="56831|318735" HotelName="Renaissance Orlando Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5445, Forbes Place, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/75/f875fa2e132f073537e4d047e760c81b05e2015e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family friendly hotel is located just a few minutes away from Orlando International Airport, wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.01" OriginalAmount="115.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.43002458755" Longitude="-81.471707224846" StarRating="4" HotelCode="16941|122854" HotelName="Rosen Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9700 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/f5/e3f5959df98e5516364eee830b6505301e489998.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located opposite the Pointe Orlando, an entertainment and shopping centre at the heart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.75" OriginalAmount="117.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.537272242294" Longitude="-81.38032302998" StarRating="3" HotelCode="440583|189687" HotelName="Hampton Inn &amp; Suites Orlando/Downtown South - Medical Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>43 Columbia Street, Orlando, Florida 32806</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/5e/ec5ed9a307f269f89b666b82a10248c0c5431473.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.461865348098" Longitude="-81.305975899312" StarRating="3" HotelCode="99379|residence_inn_orlando_airport" HotelName="Residence Inn Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7024 Augusta National Drive, Orlando, FL 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/27/6327223662db123aa8e63d15ba87966f4935ea9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.596018" Longitude="-81.212831" StarRating="3" HotelCode="119741|courtyard_by_marriott_orlando_eastucf_area" HotelName="Courtyard Orlando East/UCF Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>12000 Collegiate Way, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/bd/02bddc6f72fb89823f0ee38c3966f6325bfd7c19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.433949966142" Longitude="-81.459721046627" StarRating="4" HotelCode="897020|las_palmeras_by_hilton_grand_vacations" HotelName="Las Palmeras by Hilton Grand Vacations" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Garden,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9501 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/e7/1fe7614356b680af671b7560257dbcd17fd415e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the International Drive tourist district area with shopping, dining, and e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.20" OriginalAmount="120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.547813666667" Longitude="-81.376477666667" StarRating="2" HotelCode="897015|travelodge_orlando_downtown_centroplex" HotelName="Travelodge Orlando Downtown Centroplex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>409 North Magnolia Avenue, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/04/dc044bcbd507c55fb908047b38531c5951bfa58e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.59" OriginalAmount="120.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.388229035684" Longitude="-81.482296586037" StarRating="4" HotelCode="59824|376835" HotelName="Floridays Resort Orlando" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12562 International Drive, 32821 Orlando</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/70/4b701f096425e92d400320ab92f275596309557b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to Orlando's attractions: 2 km from Sea World, 4 km from Disney World, 8...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="123.74" OriginalAmount="122.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.350005041578" Longitude="-81.50711774826" StarRating="4" HotelCode="59771|2102147" HotelName="WorldQuest Orlando Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Club Resort,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8849 WorldQuest Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/08/ce08ef23e5bedd0197823c0436e803f158cdb06a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Walt Disney World is about 1.6 km from this family-friendly club resort, while Universal Studios Orl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.25" OriginalAmount="125.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.440211" Longitude="-81.469284" StarRating="4" HotelCode="52839|holiday_inn_resort__the_castle" HotelName="Castle Hotel - Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8629 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/9a/6a9a863b38355d2b18dc548572f5e603575efb12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family hotel, designed in the style of a castle from the Middle Ages, is situated at the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="126.59" OriginalAmount="125.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.43772828" Longitude="-81.42773391" StarRating="2" HotelCode="733120|99017348" HotelName="Home2 Suites By Hilton Orlando South Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Business Centre,Fax,Internet,Pets allowed,Printer,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2800 Destination Parkway, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/79/b0790ef3d496eb3cfe72b46d6717033f1136847d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel can be found in Florida Mall Area. Customers will find the airport within 11. 6 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.26" OriginalAmount="126.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.46200701" Longitude="-81.4511689" StarRating="2" HotelCode="850073|hyatt_house_orlando_international_drive" HotelName="Hyatt House Orlando International Drive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>5374 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/fd/92fdeea686f530e1b77c94dfcdfdf4d512ab3400.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is set in Florida Mall Area. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.48441253" Longitude="-81.434884" StarRating="3" HotelCode="620153|residence_inn_by_marriott_orlando_at_millenia" HotelName="Residence Inn Orlando at Millenia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>5403 Millenia Lakes Boulevard, Orlando, Florida 32839</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/4b/534b2fe687422eb6c0a53c57abda878298e27d22.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.80" OriginalAmount="127.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.460542183787" Longitude="-81.305697262287" StarRating="3" HotelCode="40703|131071" HotelName="Embassy Suites by Hilton Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5835 T. G. Lee Boulevard, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/a1/8aa1f637e787575daced425536eee6d121bc0584.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located near the Orlando Airport with easy access to all major interstates and express toll roads, t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="129.33" OriginalAmount="128.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.425789847099" Longitude="-81.43493719079" StarRating="4" HotelCode="396015|58114" HotelName="Rosen Shingle Creek" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel,Golf Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 27/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>9939 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/9c/c99ccff0820c3b7b452a02292ab448a7c5d4b343.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 230-acre resort is located on a quiet street, in the heart of Orlando's tourist attractions. Di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.81" OriginalAmount="128.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.4289421" Longitude="-81.44860164" StarRating="4" HotelCode="881332|1433478" HotelName="Vista Cay at Harbor Square by Millenium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,ATM/Cash Machine,Bar,Business Centre,Central Heating,Currency Exchange,Internet,Kitchen,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4874 Cayview Avenue, Off Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/75/9175ace097a40510a0685545d9b7b8245b05f95e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a beautiful lakefront holiday resort offering the best in luxury. The 2 and 3-bedroom suites...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.19" OriginalAmount="131.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.400130509563" Longitude="-81.492510437965" StarRating="4" HotelCode="100038|166516" HotelName="Parc Soleil by Hilton Grand Vacations Club" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11272, Desforges Avenue, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/d8/88d888b77f78260a2ed99d6ac96f6c7d17c30e41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort hotel is located on a 52-acre plot, which lies off of Palm Parkway in the heart of the a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.26" OriginalAmount="131.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.464244026467" Longitude="-81.311896215083" StarRating="3" HotelCode="84477|362125" HotelName="DoubleTree By Hilton Hotel Orlando Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5555 Hazeltine National Drive, Orlando, FL 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/0a/c60ac4873118e8c4a61a70d986522f4984bc91c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.599033" Longitude="-81.217565" StarRating="3" HotelCode="898359|residence_inn_by_marriott_orlando_eastucf_area" HotelName="Residence Inn Orlando East/UCF Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Fax,Golf,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11651 University Boulevard, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/0b/cd0bb09c5ffa8b86ed64b67fba829997fdb0a657.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="135.33" OriginalAmount="133.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.378349" Longitude="-81.50825" StarRating="3" HotelCode="10992|1236202" HotelName="Best Western Lake Buena Vista - Disney Springs Resort Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2000 Hotel Plaza Boulevard, Lake Buena Vista, Florida 32830-8406</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8f/8f42dc50f576b694/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Affording a great location in the heart of Walt Disney World, the hotel lies just a short walk from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.23" OriginalAmount="136.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.424891861191" Longitude="-81.457738280296" StarRating="4" HotelCode="899707|115113" HotelName="Hilton Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6001 Destination Parkway, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/1b/2f1b0144c9eeee91e45e3ba31d6a6e67ce6ee63e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the heart of Orlando's world famous attractions and entertainment...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.23" OriginalAmount="136.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.36114608121" Longitude="-81.504156589508" StarRating="4" HotelCode="31942|779495" HotelName="Marriott's Royal Palms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8404 Vacation Way, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/5b/885b10d1af4212691748edd8e3a6a79560f9516b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the grounds of the World Center, Florida, the resort is 3 km from the Downtown Disney are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.30" OriginalAmount="136.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.458529706753" Longitude="-81.311667235323" StarRating="3" HotelCode="263870|189683" HotelName="Homewood Suites by Hilton Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5425 Gateway Village Circle, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/e3/66e394b29c405345b31a6734e5fc5238c7bd99c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.480885" Longitude="-81.45473445" StarRating="3" HotelCode="572340|residence_inn_by_marriott_near_universal_orlandotm" HotelName="Residence Inn Near Universal Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5616 Major Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/39/9239bc8b5bb29a412aad70e7f9e188f2b8e26871.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Orlando.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.456113669351" Longitude="-81.305844783783" StarRating="4" HotelCode="163165|orlando_airport_marriott" HotelName="Marriott Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7499 Augusta National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/e3/b2e3d5848be78dc38b891e086d015ccfd9f8f743.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The stunning full-service hotel in the style of a resort is located about 5 minutes from Orlando Int...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.536517" Longitude="-81.378911" StarRating="3" HotelCode="262140|aloft_orlando_downtown" HotelName="Aloft Orlando Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>500 South Orange Avenue, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/f2/b8f2a6ac090e952b88cb2a93e0e76855b6cdb634.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="139.58" OriginalAmount="138.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.547082877637" Longitude="-81.38405317791" StarRating="4" HotelCode="42212|2766232" HotelName="Marriott Orlando Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>400 West Livingston Street, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/91/a7912d30d59b304e6e715e8acd598e0bffebadc6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Orlando.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.47540449" Longitude="-81.45707517" StarRating="3" HotelCode="640440|hyatt_house_orlando_universal" HotelName="Hyatt House across from Universal Orlando Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>5915 Caravan Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/66/21665b14ec99064fc2729c8cdc44c3211987aed3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.03" OriginalAmount="140.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.35784873854" Longitude="-81.495715677738" StarRating="3" HotelCode="20707|445595" HotelName="Buena Vista Suites" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8203 World Center Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/3f/0f3f59ba6d449c40c51b7255f7e4beb9982b52b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury design hotel is located some 3 km from Walt Disney World and other leisure parks. In add...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="142.61" OriginalAmount="141.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.46603645" Longitude="-81.47191266" StarRating="3.5" HotelCode="562840|CBB482500" HotelName="Universal's Aventura Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>6725 Adventure Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/52/eb529de958615394e1d60ba5ae0bcaeb36dcd9e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Orlando.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="144.61" OriginalAmount="143.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.541548527868" Longitude="-81.375781547767" StarRating="3" HotelCode="40704|131148" HotelName="Embassy Suites Orlando Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>191 East Pine Street, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/94/1a945b64c1f97112ee35673d5b3097da990c94da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.40265" Longitude="-81.477496" StarRating="3" HotelCode="564744|marriotts_harbour_lake" HotelName="Marriott's Harbour Lake" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7102 Grand Horizons Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/34/473471249adbf76197bddb5c9a3a28cca9252ba8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Orlando's SeaWorld - Convention Center neighbourhood, the condominium resort is close to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.14" OriginalAmount="145.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.411572" Longitude="-81.468095" StarRating="4" HotelCode="30074|318755" HotelName="Renaissance Orlando Resort at SeaWorld" 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,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6677 Sea Harbor Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/d4/3cd44f7961a6eb3e12784ae3b921d4961a865bf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is beautifully situated within paces of Sea World. World-famous Walt Dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.47" OriginalAmount="147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.460991" Longitude="-81.313817" StarRating="3" HotelCode="149841|hyatt_place_orlando_airport_northwest" HotelName="Hyatt Place Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Restaurant,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5435 Forbes Place, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/54/35543902738b20df44fa466da218f28052aa3961.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The airport hotel is located 3 km outside Orlando International Airport, just off the Beachline Expr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.50" OriginalAmount="150.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.37142243" Longitude="-81.27849554" StarRating="3" HotelCode="407954|courtyard_by_marriott_orlando_lake_nona_2" HotelName="Courtyard Orlando Lake Nona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6955 Lake Nona Boulevard, Orlando, Florida 32827</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/21/ee2183cc49e60b50d4c1e8a5caa799f382421fb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.10" OriginalAmount="154.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.552724385238" Longitude="-81.379452563434" StarRating="3" HotelCode="318510|2202545" HotelName="Residence Inn Orlando Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>680 North Orange Avenue, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/04/41048b9e27563a2e9ea054d3f10d44272e71bd00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.399375499377" Longitude="-81.426807045937" StarRating="3" HotelCode="178766|marriotts_lakeshore_reserve" HotelName="Marriott's Lakeshore Reserve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11248 Lakeshore Reserve Drive, Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/b8/20b82c655909210217ab8664a74b48f161f1dc2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.371471419509" Longitude="-81.278655305497" StarRating="3" HotelCode="322307|residence_inn_orlando_lake_nona_2" HotelName="Residence Inn Orlando Lake Nona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6955 Lake Nona Boulevard, Orlando, Florida 32827</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/cd/40cdd8022e308bbf09e8759855c87e2167d4d163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="164.46" OriginalAmount="162.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.424519162729" Longitude="-81.46412730217" StarRating="4" HotelCode="31915|122794" HotelName="Rosen Centre Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9840 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/b9/dbb953209c3df6f06891d45a5db0123f54ee51d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This award-winning hotel is located adjacent to the Orange County Convention Center just one block f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.87" OriginalAmount="165.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.360985583008" Longitude="-81.510926485062" StarRating="4" HotelCode="14606|884" HotelName="Marriott Orlando World Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8701 World Center Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/7c/4b7cb3c90b1e8c5a16109beea2baadb2b82ee0f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort lies just 5 minutes' drive from Walt Disney World and about 15 minutes from Universal Or...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.66" OriginalAmount="166.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.41941860524" Longitude="-81.466597616673" StarRating="3" HotelCode="56044|extended_stay_america_orlando_convention_center_6443_westwood" HotelName="Extended Stay America - Orlando - Convention Ctr - 6443 Westwood" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6443 Westwood Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/7a/587ab7a9cf3331dd1b673063a0bf422db87521a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideal for families: it is just a 10-minute walk from Sea World, 3 km from Universal St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.71" OriginalAmount="171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.400503293859" Longitude="-81.472592353821" StarRating="4" HotelCode="14604|marriotts_cypress_harbour" HotelName="Marriott's Cypress Harbour Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11251 Harbour Villa Road, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/ca/c1ca2bc0edde2ab3371bf42bc4dec74bf52170a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the southern end of International Drive, directly beside a lake. The many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="176.88" OriginalAmount="175.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.538633976635" Longitude="-81.378608152115" StarRating="4" HotelCode="122827|391335" HotelName="Grand Bohemian Hotel Orlando, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>325 South Orange Avenue, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/b7/b6b74a856a0306dd94be25d51f50ed1c23886550.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located across from City Hall in Orlando's Downtown arts district and within walking di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.90" OriginalAmount="190.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.431246403928" Longitude="-81.306172013283" StarRating="4" HotelCode="13642|hyatt_regency_orlando_international_airport" HotelName="Hyatt Regency Orlando International Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9300 Jeff Fuqua Boulevard, Orlando, Florida 32827</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/dc/23dcd3a049730c79540d67c74c3dd2c1ba9d3e0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated near Disney World, the hotel is just an elevator ride away from the airport termina...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="220.03" OriginalAmount="217.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.363809098686" Longitude="-81.512624323368" StarRating="4" HotelCode="31910|501035" HotelName="Marriott's Sabal Palms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8805 World Center Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/aa/13aaf1d4a0db01c2057d4e78e79df4b48268f692.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club resort lies adjacent to the Orlando World Center Marriott, offering guests access to swimm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="227.71" OriginalAmount="225.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.424900461538" Longitude="-81.404235538462" StarRating="2" HotelCode="124680|680115" HotelName="Howard Johnson Inn Airport Florida Mall" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9393 South Orange Blossom Trail, 32837 Orlando</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/86/6f8662fd4a08ad67c08fe2dfc35dccd23cc62ef2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="227.83" OriginalAmount="225.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.351961" Longitude="-81.487428" StarRating="4" HotelCode="387123|255106" HotelName="Lake Buena Vista Resort Village &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Conference Hall,Golf,Jacuzzi,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8113 Resort Village Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/c1/c2c14a823171d06887eaa666f619a5c38409862c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;If you want location, luxury accommodations, shopping, pampering services, and most importantly an i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="252.47" OriginalAmount="249.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.358" Longitude="-81.492968" StarRating="4" HotelCode="11459|834" HotelName="Caribe Royale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8101 World Center Drive, 32821 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/73/aa731ce897d489941ea65b0da7530e127a884f1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within a short distance of Lake Buena Vista, just 3 km from Walt Disney World.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="253.51" OriginalAmount="251.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.458174079519" Longitude="-81.51069271284" StarRating="4" HotelCode="306035|arnold_palmers_bay_hill_club__lodge" HotelName="Arnold Palmer's Bay Hill Club &amp; Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Spa Hotel,Golf Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>9000 Bay Hill Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/2f/532fef83dd6692158bcdcf1b369921bf4b80e2bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This golf hotel is located only a few minutes from Disney Attractions, Universal Orlando, Seaworld O...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="263.73" OriginalAmount="261.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.353527" Longitude="-81.533899" StarRating="5" HotelCode="899719|116302" HotelName="Waldorf Astoria Orlando" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14200 Bonnet Creek Resort Lane, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ac/93/ac930085c338a6baf9a33e44a6628a8b9f2e81e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Orlando, this business hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="264.70" OriginalAmount="262.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.361590832223" Longitude="-81.502481939342" StarRating="4" HotelCode="935255|500765" HotelName="Marriott's Imperial Palms Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8404 Vacation Way, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/16/3516b40c25108331bd30142048e862b2935361da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orlando. The nearest airport is Orlando - International (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.94" OriginalAmount="294.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.401451" Longitude="-81.428204" StarRating="4" HotelCode="28333|jw_marriott_orlando_grande_lakes" HotelName="JW Marriott Orlando Grande Lake" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel,Golf Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4040 Central Florida Parkway, Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/a3/47a3a8cb8c407d3510379b72637031bbdd0b84e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious resort is located directly within the 18-hole golf course created by Greg Norman, con...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="317.14" OriginalAmount="314.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.42889976" Longitude="-81.44856551" StarRating="0" HotelCode="881578|casiola_vacation_homes" HotelName="Vista Cay at Harbor Square by Casiola Vacation Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Concierge,Dining,Dry Cleaning,Elevator,Garden,Golf,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Lounge,Luggage Storage,Parking,Pets allowed,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4874 Cayview Avenue, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/98/8e98d85ca2dbbcc8c1e5230b06c0e928c13654e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Casiola Vacation Homes in Orlando SeaWorld - Convention Center, you...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="332.04" OriginalAmount="328.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.466184687731" Longitude="-81.47021757093" StarRating="4" HotelCode="317762|CAY659500" HotelName="Loews Sapphire Falls Resort at Universal Orlando Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>6601 Adventure Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/a3/d5a3b6ec62f851e7238adc24a5ef8a033304c1b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Orlando.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="345.00" OriginalAmount="341.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.468265" Longitude="-81.467324" StarRating="4" HotelCode="317059|CAL266300" HotelName="Loews Royal Pacific Resort at Universal Orlando Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6300 Hollywood Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/29/e9/29e9bb249a3256a163b33df0d3c74770b2cac337.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in Orland, close to Universal Orlando Park and within a short distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="391.99" OriginalAmount="388.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.415050294604" Longitude="-81.574848890305" StarRating="4" HotelCode="11791|107952" HotelName="Disney's Contemporary Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 23/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4600 North World Drive, Lake Buena Vista, Florida 32830</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/39/a8/39a8612d3440b085b94149a2e6efd912bcbe8201.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is conveniently located within walking distance of Magic Kingdom. Guests may also take a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="458.09" OriginalAmount="453.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.480706320557" Longitude="-81.460211277008" StarRating="4.5" HotelCode="16014|CAL263000" HotelName="Loews Portofino Bay Hotel at Universal Orlando Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5601 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/f0/e9f0af459d6e60b872e4187d347e1931734265e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fantastic re-creation of the Mediterranean seaside village of Portofino is located on-site at U...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="486.89" OriginalAmount="482.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.477122704691" Longitude="-81.46458864212" StarRating="4" HotelCode="13208|CAL246300" HotelName="Hard Rock Hotel Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5800 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/f2/01f2be06bc925481d523309cccd4375f3f6f5683.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This themed hotel is located on-site at Universal Orlando, within a short distance of all of the the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="497.93" OriginalAmount="493.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.403586971882" Longitude="-81.429222375154" StarRating="5" HotelCode="26001|the_ritzcarlton_orlando_grande_lakes" HotelName="The Ritz-Carlton Orlando Grande Lakes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Golf Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4012 Central Florida Parkway, Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/7a/8b7a91c07fb5d13c9afe863e996dddc35903d1f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located approximately 3 km east of Sea World Adventure Park and 10 km north of Walt Dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="583.78" OriginalAmount="578.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.428685998395" Longitude="-81.448704600334" StarRating="4" HotelCode="409628|orlando_vista_cay_executive_3br_villa" HotelName="Vista Cay at Harbor Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4874 Cayview Avenue, Off Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/cd/30cdecb3343e5874f211e3096c422701ab8b9a4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 800 m from the Orange County Convention Center, and it lies 1.5 km from Point ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Telephone Service,Bar,Central Heating,Designated Smoking Area,Diet Meals,Heated Pool,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Wheelchair Access,Shopping Arcade,Kitchen,Currency Exchange,Golf,Nightclub,Sauna,Bicycle Rental,Garden,Kids Play Area,Business Centre,Meeting Room,Pets allowed,Wake-up Call Service,Printer,ATM/Cash Machine,24 Hour Front Desk,Luggage Storage,Parking,Smoking Rooms,Vending Machine,Concierge,Dining,Dry Cleaning,Elevator,Housekeeping,LCD/Projector</BasicAmenities>
    <HotelRating>2,3,4,2.5,5,3.5,4.5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,SELF CATERING,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,CLUB RESORT,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,SPA HOTEL,GOLF HOTEL,ECO HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,COUNTRY HOUSE,VILLAGE,BEACH HOTEL,HOTEL,AIRPORT HOTEL,MOTEL,RESORT,VILLA</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
0ccab05c-e0f7-4064-9167-8dffec9f4c1d|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
0ccab05c-e0f7-4064-9167-8dffec9f4c1d|TravcoSearch|successfull supplier interation||Travco|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ccab05c-e0f7-4064-9167-8dffec9f4c1d|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
0ccab05c-e0f7-4064-9167-8dffec9f4c1d|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
0ccab05c-e0f7-4064-9167-8dffec9f4c1d|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
0ccab05c-e0f7-4064-9167-8dffec9f4c1d|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
0ccab05c-e0f7-4064-9167-8dffec9f4c1d|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
0ccab05c-e0f7-4064-9167-8dffec9f4c1d|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2025-12-05T05:32:16.9509479+00:00" Version="0" EchoToken="Search" TransactionIdentifier="0ccab05c-e0f7-4064-9167-8dffec9f4c1d" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="12" TotalAmount="25.34" OriginalAmount="25.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.473649140562" Longitude="-0.027244538068771" StarRating="2" HotelCode="189775|3497965" HotelName="Venture Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>86 Tanners Hill, Greater London SE8 4PN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/f8/40f82175482640a24ca5554d8cfcce74d5741672.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.29" OriginalAmount="29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.534944" Longitude="0.070981" StarRating="2" HotelCode="53449|456664" HotelName="ibis budget London Barking" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Highbridge Road, Barking IG11 7BA, Essex</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/77/fe7726ebca9e4c6db7ed7ae72475fee089e7bfd6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis budget London Barking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="30.30" OriginalAmount="30" 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="27" TotalAmount="32.32" OriginalAmount="32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.530038388319" Longitude="-0.2255118981476" StarRating="2" HotelCode="149178|200253" HotelName="Kensal Green Backpackers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>639 Harrow Road, London NW10 5NU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e6/8ae6d3f717c4c06f0d875ce1785e56d9601652fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a convenient location opposite Kensal Green Underground Station, right in front of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="34.24" OriginalAmount="33.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498423" Longitude="-0.208623" StarRating="2" HotelCode="888829|3764469" HotelName="Holland Inn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Holland Road, London W14 8HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/e3/64e3c484ac78a25af789781c5661ec2ee9af0d0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located a 5-minute walk from the pubs at Shepherds Bush and near the new Westfield sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.83" OriginalAmount="34.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.557313" Longitude="0.07302" StarRating="2" HotelCode="114929|2422595" HotelName="Travelodge London Ilford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Clements Road, Ilford, London, Essex IG1 1BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/e5/bae54af0353f25846022633fc80a2905bde7d7d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.35" OriginalAmount="35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.537098630397" Longitude="0.079697557672148" StarRating="1" HotelCode="205288|225952" HotelName="Travelodge London Barking" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Arboretum Place, Barking, London IG11 7RX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/c9/19c9cfcc6bdbbe1bd0def3bbe1c0d22f0987c413.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.93" OriginalAmount="37.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.357256" Longitude="-0.117071" StarRating="4" HotelCode="76390|1091618" HotelName="London Croydon Aerodrome Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>680 Purley Way, Croydon, Surrey  CR9 4LT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/1d/e21dcb334d38fcbabcd5b8340473849bdd5dbc53.jpeg</HotelPictures>
        <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="38.38" OriginalAmount="38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.46679401" Longitude="-0.29138034" StarRating="3" HotelCode="263526|93738" HotelName="Premier Inn London Richmond" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>136-138 Lower Mortlake Road, Richmond, London TW9 2JZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/5d/855d19f7eb7ea0ae96db3779c0ee2a421a54f6bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Richmond Premier Inn is ideally situated on the A316 within walking distance of Richmond, Kew an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.43" OriginalAmount="38.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.563565467413" Longitude="0.070720004574127" StarRating="2" HotelCode="78576|609005" 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="27" TotalAmount="39.39" OriginalAmount="39" 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="27" TotalAmount="39.39" OriginalAmount="39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.410995023811" Longitude="-0.054952248809059" StarRating="2.5" HotelCode="199809|215313" HotelName="Travelodge London Crystal Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61-63 Croydon Road, Yeoman House, Penge, London SE20 7TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/7b/277b6d42c3ba5c64f3bebae5371aaf5080ee17ba.jpeg</HotelPictures>
        <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="39.39" OriginalAmount="39" 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="27" TotalAmount="39.39" OriginalAmount="39" 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="12" TotalAmount="39.44" OriginalAmount="39.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.564039" Longitude="0.065391" StarRating="3" HotelCode="906395|1327768" HotelName="Britannia Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Fax,Garden,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Mansfield Road, Ilford, Essex IG1 3BD, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/75/a475ef8e1ff86d5683c973b2bc17aedce4dd9ac8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated next to Ilford town centre and Ilford station. Ilford is a suburban town of Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.88" OriginalAmount="39.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.575697368969" Longitude="-0.19733849754425" StarRating="2" HotelCode="145797|346405" HotelName="Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Hoop Lane, London, Greater London NW11 8BS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/26/952623b12a1a6423dec64a9d0490407a91e4103b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Golders Green, this city hotel is set in a very quiet location, only a shor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.40" OriginalAmount="40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492223" Longitude="0.063517000000047" StarRating="3" HotelCode="199810|215511" HotelName="Travelodge London Woolwich" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125-157 Powis Street, Woolwich, London SE18 6LQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/d9/96d9728b0a971852e590a03478994642fefe5d76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 650 m from the Woolwich Arsenal train station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.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="8" TotalAmount="40.82" OriginalAmount="40.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49515804" Longitude="-0.38781902" StarRating="2.5" HotelCode="520441|806110" HotelName="Old Oak Tree Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 The Common, London UB2 5PJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/3b/2e3b4f2e64df0a748fbebc07c56e923d0be57ac0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.86" OriginalAmount="40.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.537966" Longitude="-0.283278" StarRating="3" HotelCode="79028|1998275" HotelName="Travelodge London Wembley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Circular Road, Ealing NW10 7UG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/65/e265e97b808aa710c04440e627c4ad1f6de11cad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers great value for money combined with a fantastic location in London, on North Circu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.41" OriginalAmount="41" 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="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.57421157" Longitude="-0.09779431" StarRating="3.5" HotelCode="324163|united_lodge_hotel" HotelName="United Lodge Hotel and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>368-370 Green Lanes, London N4 1DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/31/af3164645837f2723c671ed48b7009bb9f30905d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is United Lodge Hotel and Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.50" OriginalAmount="41.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.380376627664" Longitude="-0.28072755208018" StarRating="2" HotelCode="114990|2256795" HotelName="Travelodge Chessington Tolworth" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="16" TotalAmount="41.65" OriginalAmount="41.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.446831724276" Longitude="-0.4112734546311" StarRating="2.5" HotelCode="115390|2256735" HotelName="Travelodge London Feltham" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="41.85" OriginalAmount="41.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.55518388" Longitude="0.07769766" StarRating="2" HotelCode="440067|40392037" HotelName="Woodlands Lodge Ilford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>92-94 Woodlands Road, Redbridge, Ilford IG1 1JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/6a/9b6a7f9d05bfd3b4756f903fe903dd7bb36f6a68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Woodlands Lodge Ilford.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.42" OriginalAmount="42" 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 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>John Bradshaw Road, Southgate, London N14 6BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/5d/ce5d4d275bfb93e1d84782c558b560142d2cc59b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.559376" Longitude="0.068355399999973" StarRating="3" HotelCode="382732|lucky_8_hotel" HotelName="Lucky 8 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>21 -25 York Road, Ilford IG1 3AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/25/d8254e05cc532176c3fa573a3fca8034364f34c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lucky 8 Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="42.81" OriginalAmount="42.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.532734570265" Longitude="-0.031045274594817" StarRating="1" HotelCode="323533|761626" HotelName="City View Hotel Roman Road Market" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 17/12/2025" 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="16" TotalAmount="43.31" OriginalAmount="42.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.527091" Longitude="-0.278704" StarRating="2" HotelCode="97132|2422605" HotelName="Travelodge London Park Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>614 Western Avenue, London W3 0TE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/5e/6d5e2663f2042301aa7a0c55e58ea65e149b19f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.76" OriginalAmount="43.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.533859557254" Longitude="0.071743467744341" StarRating="2" HotelCode="115102|1302148" HotelName="ibis London Barking Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Highbridge Road, Essex, Barking IG11 7BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/bb/80bbdd6421a3c22c5a56ed656be0a20eea59d0f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Barking Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.44" OriginalAmount="44" 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="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54755913" Longitude="-0.05631847" StarRating="2" HotelCode="440136|kip_hotel_2" HotelName="Kip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Aspland Grove, Hackney, London E8 1JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/74/1d747aae4141f989a0ddac2882c7ad9fd6dbbb93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kip.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="44.99" OriginalAmount="44.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5508762" Longitude="0.07421761" StarRating="3" HotelCode="958822|9121129" HotelName="Premier Lux Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>210 Ilford Lane, Ilford IG1 2LW, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/f1/d4f155ee4357eb281f698c2ecfc5320808678a1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.94" OriginalAmount="46.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.602972" Longitude="-0.019518" StarRating="3" HotelCode="34555|62014" HotelName="Holiday Inn Express Chingford - North Circular" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Walthamstow Avenue, London E4 8ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/5e/415e1897feed941137df37e3aa5ae11535d8adf6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just off the North Circular Road London (A406), at the Crooked Billet roundabo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="47.37" OriginalAmount="46.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.53683" Longitude="-0.139445" StarRating="1" HotelCode="173554|4783889" HotelName="Smart Camden Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" HotelFacility="Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>55-57 Bayham Street, London NW1 0AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/5b/575ba351c230bb44963cfa14e937ddeb593cbc2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Less than 500 m from Camden Market, the hostel is located in Camden’s pubs and clubs district, one o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.47" OriginalAmount="47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.37492242" Longitude="-0.09034449" StarRating="2.5" HotelCode="502934|411127" HotelName="easyHotel Croydon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Addiscombe Road, Croydon, London CR9 5DT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/7c/877ca104b49306d756a18ab01d660d84cfcc349b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Croydon.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.47" OriginalAmount="47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49542657" Longitude="-0.18946535" StarRating="2.5" HotelCode="623394|237256" HotelName="easyHotel South Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>14 Lexham Gardens, Kensington, London W8 5JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/c7/b0c722e57294f893e5094c0b1e8365bd35d6291b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.47" OriginalAmount="47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.469928636398" Longitude="-0.36700065704599" StarRating="2" HotelCode="266416|215502" HotelName="Travelodge London Hounslow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lampton Road, Hounslow, London TW3 1JG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/73/927375911e3ac84bd9244d239775a549ca8e41c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.48" OriginalAmount="48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="967018|493730" HotelName="Home2Home Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Southfield Road, Chiswick, London W4 1AG, England</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/8e/488e4b741e34b840949ac79771079a1797c5f279.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.48" OriginalAmount="48" 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="16" TotalAmount="48.89" OriginalAmount="48.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095825" Longitude="-0.2727159" StarRating="3" HotelCode="144992|1653378" HotelName="London Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Steyne Road, Acton, London W3 9NU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/5d/ef5d65093385f676d7c4cdba7c7cf66d5d5b8d20.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.03" OriginalAmount="48.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.567596" Longitude="0.065121" StarRating="2" HotelCode="114512|608795" HotelName="Park Hotel Ilford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Garden,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>327 Cranbrook Road, Ilford, Essex, London IG1 4UE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/28/66289b159e3674895776baef3c51e8e340d08006.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near Ilford town centre and Gants Hill tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.47" OriginalAmount="48.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.48083" Longitude="-0.430632" StarRating="3" HotelCode="13247|2071875" HotelName="ibis London Heathrow Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>112 Bath Road, Hayes, Middlesex, London Heathrow Airport, London UB3 5AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/11/3011dc0d5bc6300aee1154292676b19c8fcabb94.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated near to the airport on the northern perimeter road (Bath Road), this hotel offers excellent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.47" OriginalAmount="48.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.542333974493" Longitude="0.0045330744701459" StarRating="2" HotelCode="114400|830865" HotelName="ibis London Stratford Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1A Romford Road, Stratford, London E15 4LJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b7/f5/b7f5b78602e5fd7194ff174f666814f061de233f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in East London, this newly refurbished hotel is 4 minutes away from Stratford Stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.49" OriginalAmount="49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5570262" Longitude="0.06681187" StarRating="2.5" HotelCode="432731|394336" HotelName="OYO Townhouse 16 Ilford Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>16 Ilford Hill, Ilford, IG1 2DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/zz/2bad26ad81f0cfd827a186cdde9883765c38b1f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.49" OriginalAmount="49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501100303783" Longitude="-0.22180690585593" StarRating="2" HotelCode="144523|200173" HotelName="Comfotel Purple" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>33 Shepherds Bush Road, Hammersmith, London W6 7LX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/15/d8152383e57a7532af4634958a58a66b0b9e09e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on Shepherd’s Bush Road and has 5 main London underground stations within 5-1...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.49" OriginalAmount="49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.39743516" Longitude="-0.10335381" StarRating="2" HotelCode="417350|524188" HotelName="The Crystal Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>49 Brigstock Road, CR7 7JH Thornton Heath</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/4c/064cc89e097179263723ccce9808c7909abfac8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Crystal Lodge Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.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="12" TotalAmount="49.83" OriginalAmount="49.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.481015" Longitude="-0.433617" StarRating="3" HotelCode="28980|1314404" HotelName="Best Western London Heathrow Ariel Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118 Bath Road, Harlington, Hayes, Greater London UB3 5AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/be/e7be8b9620a59d70240b6fb0c84c5758b67ae3cb.jpeg</HotelPictures>
        <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="12" TotalAmount="49.97" OriginalAmount="49.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517758" Longitude="-0.064875" StarRating="2" HotelCode="210603|86950739" HotelName="ibis budget London Whitechapel - Brick Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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="12" TotalAmount="50.09" OriginalAmount="49.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.529092" Longitude="-0.120078" StarRating="1" HotelCode="170218|2915483" HotelName="Clink261" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse,Hostel" 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="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.409681" Longitude="-0.301294" StarRating="3" HotelCode="350601|premier_inn_london_kingston_upon_thames" HotelName="Premier Inn London Kingston Upon Thames" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Wheatfield Way, Combined House, Kingston Upon Thames KT1 2PA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/d5/cad58aeeb49663b8f538c1e615cf2d5a722316e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.480113377207" Longitude="-0.42460441589356" StarRating="3" HotelCode="96634|premier_inn_heathrow_airport" HotelName="Premier Inn London Heathrow Airport (Bath Road)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Bath Road, Hounslow, Middlesex TW6 2AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/5b/165b7ad99eced9f05d876c81c2b06ea12ceb07e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the A4 Bath Road and is very close to good transport links to London, Houns...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.31" OriginalAmount="50.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.575316" Longitude="-0.203934" StarRating="2" HotelCode="94563|385545" HotelName="King Solomon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>155-159 Golders Green Road, London NW11 9BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ae/62ae17d8f934fe5dc88b4cce0b6c307d073f23ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tree-lined suburb of Golders Green, in north London, near the Golders G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.51" OriginalAmount="51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.560459" Longitude="0.069839000000002" StarRating="3" HotelCode="284651|38768" HotelName="Best Western Greater London Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Cranbrook Road, Ilford IG1 4NH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/0d/9c0d4b1d44e4f60ed434560a7931a9fa2a792dba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ilford.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.51" OriginalAmount="51" 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 01/01/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="51.51" OriginalAmount="51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="2" HotelCode="151700|495517" HotelName="Macdonald" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45-46 Argyle Square, Kings Cross, London WC1H 8AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/2f/362f19683c4f3360f494bfdd7facc8e7b6e22f07.JPEG</HotelPictures>
        <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="51.55" OriginalAmount="51.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515976855675" Longitude="-0.17133054844476" StarRating="2" HotelCode="101996|313156" HotelName="White House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>102 Sussex Gardens, Westminster Borough, London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/ff/8dff2be2db4fc54c144e8264ffd912d5d7e794a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.87" OriginalAmount="51.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510044770374" Longitude="-0.19313810401371" StarRating="3" HotelCode="114652|2426745" HotelName="Notting Hill Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Clanricarde Gardens, Royal Borough of Kensington and Chelsea, London W2 4JJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/05/25053040f3270455f7e7b18c516990efe19a4b73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Notting Hill Gate.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="51.88" OriginalAmount="51.37" 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 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Highbridge Road, Barking, London, Essex IG11 7BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/47/6b479981019b126efdff81d9c7d6df30292374ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Positioned alongside the A406 north circular, transport into east London from here is easy\n\nPositi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.94" OriginalAmount="51.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514392060161" Longitude="-0.1729316864909" StarRating="3" HotelCode="114626|1550988" HotelName="Linden House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-6 Sussex Place, London, Greater London W2 2TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/a8/e9a8f09ae9b91864459d9044ceb403935b50db26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="52.33" OriginalAmount="51.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.478673" Longitude="-0.363676" StarRating="3.5" HotelCode="189438|1130285" HotelName="Park Grand London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>449 Great West Road, Hounslow, Middlesex TW5 0BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/af/28af140a30fc41adff4025e206290dd4d8ec4376.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="52.50" OriginalAmount="51.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.467242" Longitude="-0.366724" StarRating="2" HotelCode="213192|2807890" HotelName="ibis budget London Hounslow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>20-28 Staines Road, 65 Grove Road, London TW3 3JS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/a9/c6a922fc6eedee3d8518dc4e0a0c38e0020485a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis budget London Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.52" OriginalAmount="52" 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="27" TotalAmount="52.52" OriginalAmount="52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.47408326" Longitude="-0.28660063" StarRating="3" HotelCode="440156|128186" HotelName="Kew Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>271 Sandycombe Road, Richmond, Greater London  TW9 3LU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/a6/55a6c28f4d39e5a1a972f502987af47b28a539c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kew Rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.52" OriginalAmount="52" 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 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>738 Sidcup Road, New Eltham, London SE9 3NS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/b0/8ab021e10f79883d05114990d3a3f373d7f9f03a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.52" OriginalAmount="52" 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="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.58873899" Longitude="-0.06250125" StarRating="3" HotelCode="495957|premier_inn_london_tottenham_hale" HotelName="London Tottenham Hale Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Station Road, Tottenham Hale, Tottenham N17 9LR, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/3f/443f6feabff46ffdf9b517588f08ee02deb1ed5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.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="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.376191" Longitude="-0.097858" StarRating="3" HotelCode="37754|jurys_inn_london_croydon_2" HotelName="Jurys Inn London Croydon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Wellesley Road, Croydon, South London CR0 9XY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/a4/85a453b2906ec3a7c962bbf96fb8c8a81067b21b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, just 100 metres from a public transport connection. Bars, restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.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="12" TotalAmount="52.59" OriginalAmount="52.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52863508" Longitude="-0.05564725" StarRating="3" HotelCode="769821|10592339" HotelName="The East London Hotel" Meals="ROOM ONLY,BREAKFAST FOR TWO GUESTS" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>309-317 Cambridge Heath Road, London E2 9LH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fe/5afea8b37be27d0c285032207dc88486f812996b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="53.39" OriginalAmount="52.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.536606" Longitude="-0.192046" StarRating="4" HotelCode="136308|1635221" HotelName="Maitrise Hotel Maida Vale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53-59 Kilburn High Road, Maida Vale, London NW6 5SB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/bf/09bfd6e31e782b434a5b7fc542054af352fbc4b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located about 7 km from the centre of London, this boutique hotel is ideal for guests who appreciate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.53" OriginalAmount="53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516071761151" Longitude="-0.1727731525898" StarRating="1" HotelCode="141808|94921" HotelName="Dolphin Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse,Hostel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>44 Norfolk Square, Paddington, London W2 1RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/6c/c56ca37be7e923e6d83ae46a3840b0a9c6e5ea12.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse enjoys the perfect location to be guests’ base from which to explore London. It lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.53" OriginalAmount="53" 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 01/01/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="53.53" OriginalAmount="53" 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="Free CXL until 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>11-15 Lillie Road, Fulham, London SW6 1TX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/e7/6de7b876def02dcf7f17cd48d7c24addb4277a83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.53" OriginalAmount="53" 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 01/01/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="63" TotalAmount="53.53" OriginalAmount="53.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="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.612338444048" Longitude="-0.048261828172372" StarRating="3" HotelCode="336049|premier_inn_london_edmonton" HotelName="Premier Inn London Edmonton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Advent Way, Edmonton, Enfield N18 3AF, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/ec/86ecf9dc18b69cfb6e8cfe928a13d8ed779e5601.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.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="Non Refundable" 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="63" TotalAmount="53.53" OriginalAmount="53.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="16" TotalAmount="53.57" OriginalAmount="53.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.659922971867" Longitude="-0.26589262024233" StarRating="3" HotelCode="114983|1062028" HotelName="ibis London Elstree Borehamwood Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elstree Way, Borehamwood, London WD6 1JY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/49/9249dd1d9febf6cc547497dfb7b218a94d8be6a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="53.61" OriginalAmount="53.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.567960741476" Longitude="-0.099287331104279" StarRating="3" HotelCode="899481|1032407" HotelName="Best Western London Highbury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>372-374 Seven Sisters Road, London N4 2PG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/01/87013e37459132b47a5e2ac6384980c9163b72ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel overlooks Finsbury Park, one of London's prettiest parks, and is easily accessible to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.62" OriginalAmount="53.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.468138071051" Longitude="-0.21088063716888" StarRating="3" HotelCode="75512|1478178" HotelName="Premier Inn London Putney Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3 Putney Bridge Approach, Putney, London SW6 3JD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/b1/9bb17c12db2e915dd152233d549345bbbc9f6fe7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="53.86" OriginalAmount="53.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.504215" Longitude="-0.218171" StarRating="2" HotelCode="421613|2043271" HotelName="St Christopher's Shepherd’s Bush" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" HotelFacility="24 Hour Front Desk,ATM/Cash Machine,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Housekeeping,Internet,Laundry,Lounge,Luggage Storage,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Shepherd's Bush Green, Shepherd's Bush, W12 8Ph London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/d5/fbd56c1bce19ea7e94fad394c09b11ab2d7838f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London. For those in need of an adults-only holiday, it provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.46" OriginalAmount="53.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493093930698" Longitude="-0.23861154480937" StarRating="3" HotelCode="18886|1486508" HotelName="Premier Inn London Hammersmith" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>255 King Street, Hammersmith, London W6 9LU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/8d/9c8d7f69e6a0852a8b2f05a4fc4a18b8112bce4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hammersmith, close to Chiswick. From this location, guests have easy access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.54" OriginalAmount="54" 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 01/01/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="12" TotalAmount="54.55" OriginalAmount="54.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.545476" Longitude="-0.17607" StarRating="2" HotelCode="901725|1501048" HotelName="Palmers Lodge Swiss Cottage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse,Hostel">
        <Address>
          <AddressLines>
            <AddressLine>40 College Crescent, London NW3 5LB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/09/dd09c971ea7a827664eef425d94f888bca906951.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located near Swiss Cottage or Finchley Road tube stations and in a few minutes gu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="54.89" OriginalAmount="54.35" 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 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Chequers Corner, 2 New Road, Dagenham, London RM9 6YS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/1a/5e1a37c5a4e6b17d6e36f63b85717ac0d96e54a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.91" OriginalAmount="54.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515125277875" Longitude="-0.16160033798883" StarRating="2" HotelCode="114580|1551098" HotelName="The Marble Arch Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49/50 Upper Berkeley Street, Marble Arch, London W1H 5QR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/c9/27c911454407ec9e9b425d27dad10f4ee66f67ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location in Marble Arch, close to Hyde Park, Oxford Street and Edgware Ro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="54.94" OriginalAmount="54.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.559171" Longitude="-0.284036" StarRating="3" HotelCode="81370|70242" HotelName="Wembley International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Empire Way, Wembley, London, Middlesex  HA9 0NH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/16/33167e7bad3589a0ef982ed8dd294da11f2deadd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is a 15-minute tube-ride from central London, and just 5 minutes’ walk from Wembley Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="54.96" OriginalAmount="54.42" 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 31/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1-6 Ritz Parade, Hanger Lane, Ealing, London W5 3RA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/df/e5dfa94297ca4b7a384bf8450a887a106e4e98f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="54.97" OriginalAmount="54.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49127" Longitude="-0.143472" StarRating="1.5" HotelCode="93109|314819" HotelName="Colliers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95/97 Warwick Way, SW1V 1QL London, Victoria</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/c6/1cc614ddca1e0bb4d573e359f0b484bdecfb0aa9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Colliers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="55.00" OriginalAmount="54.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.48008" Longitude="-0.483259" StarRating="3" HotelCode="28977|1647881" HotelName="Thistle London Heathrow Terminal 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Longford, London UB7 0EQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/73/ff735807bac2a3a779e6a0e9f1620963357e27e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in a quiet location near London Heathrow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="55.11" OriginalAmount="54.56" 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="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Shepiston Lane, Hayes, Middlesex UB3 1RW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/5c/285c1619957feeeb14d975236b4dd4d3fcd7c4b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;An ideal airport location, this Premier Inn is just 1 mile from Heathrow airport. Ideally located wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="55.11" OriginalAmount="54.56" 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 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Woolwich Manor Way, Beckton, London E6 5NT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/ab/2cab7a6a7c3b588ccaed6daeb9233dfdfa8639a2.jpeg</HotelPictures>
        <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="55.55" OriginalAmount="55" 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="Free CXL until 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>638-640 Wandsworth Road, Clapham, London SW8 3JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/10/201070477b151eddf037a53cf1989ecdf293636e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.55" OriginalAmount="55" 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 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kenton Road, Kenton, Middlesex HA3 8AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/6c/c26c9f98dd91de56f569454d25c594a64ec149dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.55" OriginalAmount="55" 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 01/01/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="55.55" OriginalAmount="55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506814363375" Longitude="0.22592239776998" StarRating="3" HotelCode="159632|93959" HotelName="Premier Inn Hotel London Rainham" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>New Road, Wennington, Rainham, Essex RM13 9ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/dd/57dd01d59a4f72f424c2726d786cd889db1ee354.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.55" OriginalAmount="55" 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 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>St. Nicholas Way, Sutton, London SM1 1AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/8d/608d58861e279f092c69d99d1ccb18f65f09b0ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.55" OriginalAmount="55" 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 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 Kingston Road, Tolworth, London KT5 9NU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/96/88961759ad43d76f1b30d52b2dd5cd07ddad5c59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.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="55.55" OriginalAmount="55.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="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.584778598751" Longitude="-0.28244528035657" StarRating="3" HotelCode="150302|kingsland_hotel" HotelName="Kingsland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kingsbury Circle, Kingsbury, London NW9 9RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/2d/4c2df0a7885430a4e2083ac2f06fd001ad9f6255.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kingsland Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="55.93" OriginalAmount="55.38" 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 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Primrose Hill Road, Hampstead, London NW3 3NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/c4/9ac468779df799e73f22f14020be61b7e31831b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only minutes from famous boutiques, cosy bars and restaurants. Nearby there are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.56" OriginalAmount="56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52835484" Longitude="-0.01856488" StarRating="2" HotelCode="449861|492706" HotelName="CityLodge London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Designated Smoking Area,Dry Cleaning,Housekeeping,Internet,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>167 Bow Road, Tower Hamlets, London E3 2SG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/84/f384f87ee3ea1a6558e3e9b2abc9442582849f34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is CityLodge London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.56" OriginalAmount="56" 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="Free CXL until 01/01/2026" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>420 Bath Road, Heathrow Airport Terminal 5, Longford UB7 0EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/50/4950b6e5c3c25033d932c972e57793056d8bcbf2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;An ideal airport location, this hotel is just 1.6 km from Heathrow Terminal 5. The hotel boasts a Co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.56" OriginalAmount="56" 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 01/01/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="56.56" OriginalAmount="56" 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 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hogarth Roundabout, Axis House, Chiswick, London W4 2TH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/c3/06c3afd026e7060d7a7a2a2b0b54870d321e3f0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.56" OriginalAmount="56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.376666" Longitude="-0.096126" StarRating="3" HotelCode="262105|93567" HotelName="Premier Inn London Croydon Town Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/01/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="56.56" OriginalAmount="56" 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="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Uxbridge Road, Ealing, London W5 2RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/57/d95729deef8fa83074fde925c9d2e6ef0ddd83cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.56" OriginalAmount="56" 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 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>43-81 Greenwich High Road, Greenwich, London SE10 8JL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/eb/bbeb686db849a7200af150d17eb9e697717e4f74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located within walking distance of Greenwich train station and 3\n\nConveniently locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.56" OriginalAmount="56" 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 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>362 Uxbridge Road, Hayes, Middlesex UB4 0HF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/d5/ccd5308333b4e6d4daf3b32ea53e9f79f7594e12.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Providing comfortable, good value accommodation, Premier Inn Hayes (Heathrow) is situated in close p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.56" OriginalAmount="56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.485029" Longitude="-0.30106" StarRating="3" HotelCode="152862|93607" HotelName="Premier Inn London Kew Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>52 High Street, Brentford, London TW8 0BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/2b/d12b1b1031b65491c9217e56980a9a790885ca56.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.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="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.43309421" Longitude="0.10212969" StarRating="3" HotelCode="467756|premier_inn_london_sidcup" HotelName="Premier Inn London Sidcup Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101-108 Station Road, Sidcup, DA15 7BS London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/c6/bcc6685f39ad7c7fb3265b1e6dbce986a92e6429.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.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="Free CXL until 31/12/2025" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>272 Bath Road, Harlington, Heathrow, London UB3 5AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/19/08192663a81ed8004a6ea93db7512b12439b1691.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis Styles London Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.78" OriginalAmount="56.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490825" Longitude="-0.14503" StarRating="2" HotelCode="65406|368045" HotelName="Grapevine Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 Warwick Way, London SW1V 4HT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/7c/0f7c702df5ead3eaf3550623bfdae84011d60b27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located only 5 minutes from the Victoria coach and train stations, all major sights, s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="57.25" OriginalAmount="56.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508276236287" Longitude="0.038858318227767" StarRating="3" HotelCode="94604|115413" HotelName="London Docklands (Excel) Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>2 Festoon Way, Royal Victoria Dock, London E16 1SJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/88/2288ebc7d50a93008224c0b30d5c258454d6b5b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a 24-hour front desk and popular restaurant, this modern hotel offers spacious rooms with Wi-Fi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.57" OriginalAmount="57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498955833161" Longitude="-0.31481508197567" StarRating="2" HotelCode="389614|58109" HotelName="Northfields Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Northfield Avenue Northfield Avenue, Brentford W5 4UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/f9/e4f9ad6d53b97a154d62acb9c7156a5f08b39711.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is situated in Ealing. A total of 25 guests rooms are available for guests'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.57" OriginalAmount="57" 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 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ladderswood, New Southgate, London N11 1FH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/d3/43d3e997e80b80762428f5e034e059b1b31b419d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.57" OriginalAmount="57" 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 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>45 Garratt Lane, London SW18 4AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/4d/8b4d74bba1801a53c8de666bad8ce4b2172b85ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located south of the River Thames is the vibrant up and coming area of Wandsworth\n\nTh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.57" OriginalAmount="57" 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 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>91 Beresford Street, Woolwich, London SE18 6BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/00/f60053ba81597ff6f9acbeb13c994f6430b68ceb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.57" OriginalAmount="57" 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="57.57" OriginalAmount="57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51218628858" Longitude="-0.31157076358795" StarRating="3" HotelCode="906927|23639" HotelName="Travelodge London Ealing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Uxbridge Road, Ealing, London W5 5ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/09/01097dc91d72eec6729a935a6e32ad7698d44032.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Travelodge London Ealing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.57" OriginalAmount="57" 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="27" TotalAmount="57.57" OriginalAmount="57" 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="27" TotalAmount="57.57" OriginalAmount="57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.449825825015" Longitude="-0.33001022104895" StarRating="2" HotelCode="204206|215508" HotelName="Travelodge London Twickenham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>London Road, Twickenham TW1 3QS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/21/9a21e5d074c323db7a91e23d1716449d8cde079a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.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="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Kings Cross Road, London WC1X 9DT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/d2/cbd2572926dc6e2f0000209434e0d1178ca15e35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on King's Cross Road making it the ideal stopover point for both business and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.560028289343" Longitude="0.067192073645401" StarRating="3" HotelCode="165984|37497" HotelName="Best Western London Ilford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Argyle Road, Ilford, Essex IG1 3BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/52/555266b9446590325964ab484df5706861622cbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated next to Ilford town centre and Ilford Station. Ilford is a suburban town of Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49887" Longitude="-0.2224" StarRating="3" HotelCode="171244|56961" HotelName="Comfotel GRN" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Shepherds Bush Road 120, London W6 7PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/7f/717ff2841bcd6d986b5f1301ebc43f073cfbd8fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location, 1 km away from the Hammersmith HMV Apollo, Shepherd’s Bush ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49158181813" Longitude="-0.14238339206543" StarRating="2" HotelCode="432583|199426" HotelName="Golden Star Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>75 Warwick Way, Victoria, London, SW1V 1QR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/51/95/519548c9c169e1b6694d8ea2ad36edca9d720171.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" 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 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>Millington Road, Hayes, London UB3 4AZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/74/e0744b4c9382759ab7cb4fe2c2e75dcdc07e21cc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" 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 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sheffield Road, London Heathrow Airport, Heathrow TW6 3FH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/0e/650edb5413b138eb2c85bdee8d5b1d1f4a6c06de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="857932|406160" HotelName="London Wembley Stadium hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Wembley Park Boulevard, Wembley, London HA9 0GG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/13/4d13a09bf75d2ccd64e2016958b176a1c43e48a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491572171259" Longitude="-0.14219519510652" StarRating="3" HotelCode="462272|218742" HotelName="The Tudor Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73 Warwick Way, Victoria, London SW1V 1RZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/30/1a30763ca07b1338450bea3bafa476197bd6ecde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" 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="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.47732429" Longitude="-0.01505847" StarRating="3" HotelCode="496620|215336" HotelName="Travelodge London Greenwich High Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Designated Smoking Area,Pets allowed,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Greenwich High Road, Greenwich, London SE10 8JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/a7/61a756fa7fffef911a9df7681a9f09f2fbd876d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;"Our London Greenwich High Road hotel is surrounded by must-see attractions like the Cutty Sark and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="2" HotelCode="901449|oakwood_bed_and_breakfast_heathrow" HotelName="Oakwood Bed and Breakfast Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 Station Road, West Drayton UB7 7ND, Middlesex</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/03/45/03456494bdf18a91d6511588adf3775906b2a3a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Oakwood Bed and Breakfast Heathrow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.528818088833" Longitude="-0.11848107695555" StarRating="2" HotelCode="76625|arriva_hotel" HotelName="Arriva Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>47-55 Swinton Street, Kings Cross, London WC1X 9NT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/25/f82585227e8085c301d2f3f7c9733997516028fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="58.90" OriginalAmount="58.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491665354229" Longitude="-0.21061167757591" StarRating="3" HotelCode="186224|5971228" HotelName="The W14 Hotel Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16-22 Gunterstone Road, West Kensington, London W14 9BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/0a/310a1228b6c73db886d55b45e21468b78bf9d5ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London’s trendy Kensington district, the hotel is situated on a quiet, leafy, residential...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.07" OriginalAmount="58.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.529324655129" Longitude="-0.12266880501856" StarRating="3" HotelCode="143216|1653768" HotelName="Alhambra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17/19 Argyle Street, London, Greater London WC1H 8EJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/5d/c85d198d41ee53e9da4b1710b39e085b46e4d65f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Alhambra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.20" OriginalAmount="58.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514309547827" Longitude="-0.19181817770004" StarRating="2" HotelCode="25512|1081108" HotelName="Lords" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Leinster Square, Bayswater, London W2 4PR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/80/a08087fd15a4d4f8378aa28c5f21dbac7a01cd85.JPEG</HotelPictures>
        <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="8" TotalAmount="59.21" OriginalAmount="58.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516160641997" Longitude="-0.17352148890495" StarRating="2" HotelCode="189723|315068" HotelName="Tony's House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Norfolk Square, London W2 1RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/86/80864acc22c0cb7978d6cc4c9485cf4871521218.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.32" OriginalAmount="58.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516200723099" Longitude="-0.17335622723749" StarRating="2" HotelCode="35403|467005" HotelName="Dolphin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Central Heating,Conference Hall,Garden,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Norfolk Square, Paddington, London W2 1RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/8c/9c8cc08c730835a9b22c5342f26a3ff1d8898c21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel has a wonderful location on an attractive square surrounded by trees. The nearest ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.32" OriginalAmount="58.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516089472533" Longitude="-0.17358681797145" StarRating="2" HotelCode="37782|388255" HotelName="Shakespeare Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Golf,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>22-28 Norfolk Square, Paddington, London W2 1RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/0a/ef0a5e7717a4e4f15b55ad299b0b6d800a8bad17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated not far from the town centre and links to the public transport network a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.32" OriginalAmount="58.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50406791566" Longitude="0.040630102157593" StarRating="3" HotelCode="97131|1065448" HotelName="Travelodge London City Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Connaught Road, London E16 2DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/1a/6a1a427810a127a9027e10ecc5886097272ccb04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a central location.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="59.35" OriginalAmount="58.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522798" Longitude="-0.123331" StarRating="1" HotelCode="173555|1223966" HotelName="Smart Russell Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" HotelFacility="Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>71-72 Guildford Street, London WC1N 1DF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/fb/c0fba1ef05027c651dd89d2c14b2608279e5aa7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is situated in the heart of London, in an ideal area for any type of trip, a 10-minute w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.59" OriginalAmount="59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.553607017664" Longitude="0.033790469169617" StarRating="2" HotelCode="94551|457372" HotelName="Forest Gate" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>105 Godwin Road, London E7 0LW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/d4/0bd4306ba0fafa7cf2ab574dc07f31e17295287a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Forest Gate.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.59" OriginalAmount="59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508002608716" Longitude="0.047314900226196" StarRating="3" HotelCode="199815|32868" HotelName="Travelodge London Excel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1016 Dockside Road, London E16 2FQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/zz/63ada080c4245975639783b6481496dc0262097a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 4-minute walk from the Royal Albert tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.59" OriginalAmount="59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.56211915" Longitude="0.0702969" StarRating="0" HotelCode="957477|490048" HotelName="Wellesley Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Wellesley Road, Ilford IG1 4JT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/0e/e40e832a25fd342b9046bd80254414062e1ab8fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.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="59.59" OriginalAmount="59.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="63" TotalAmount="59.59" OriginalAmount="59.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="63" TotalAmount="59.59" OriginalAmount="59.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 31/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Long Drive, Station Approach, London HA4 0HG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/e0/02e0fec85a84406941910d4d6e338595b41c0b02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.81" OriginalAmount="59.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.486409" Longitude="-0.197955" StarRating="2" HotelCode="14114|468065" HotelName="Lily" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>23-33 Lillie Road, London SW6 1UG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/ff/e6ffd4b25863ef5898432b4e2dfe2669be354bbb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lily.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="60.36" OriginalAmount="59.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492285939878" Longitude="0.010090470314026" StarRating="3" HotelCode="27215|38760" HotelName="Holiday Inn Express London Greenwich" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/12/2025" 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="60.60" OriginalAmount="60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514654234271" Longitude="-0.1730078458786" StarRating="3" HotelCode="173037|16365" HotelName="Alexandra" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159-161 Sussex Gardens, Hyde Park, London W2 2RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/e6/07e67fe632459689b4b2cdd7a617119d07ad635a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated just a few minutes away from Hyde Park near to Oxford Street and Marble Arch....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.60" OriginalAmount="60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.562809" Longitude="-0.28102" StarRating="3" HotelCode="152864|30796" HotelName="Premier Inn London Wembley Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>151 Wembley Park Drive, Wembley, London, Middlesex HA9 8HQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/13/4d13a09bf75d2ccd64e2016958b176a1c43e48a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49924292" Longitude="-0.20918699" StarRating="3" HotelCode="446597|88_studios" HotelName="88 Studio Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>88 Holland Road, Kensington, London W14 8BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/0c/300c3f32907e3535fb93e4f1d20bd0c2b9332b8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.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="Free CXL until 31/12/2025" 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="12" TotalAmount="60.81" OriginalAmount="60.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500918" Longitude="-0.22175500000003" StarRating="3" HotelCode="296997|4156469" HotelName="Sapphire Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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="16" TotalAmount="60.91" OriginalAmount="60.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.482560198505" Longitude="-0.4506762356167" StarRating="4" HotelCode="28974|385715" HotelName="Radisson Hotel &amp; Conference Centre London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Building A, Heathrow, Middlesex UB7 0DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/96/3a965a2ff728b3fa575a4a6a97a33b3ae870353f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located outside of the city, close to a selection of nightclubs (50 m). Windso...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.19" OriginalAmount="60.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493537970857" Longitude="-0.19889353395039" StarRating="2" HotelCode="114644|4323265" HotelName="West Cromwell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Designated Smoking Area,Elevator,Housekeeping,Internet,LCD/Projector,Luggage Storage,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 West Cromwell Road, Earls Court, London, Greater London SW5 9QS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/78/e17830557f8af5d9995c20be54de8b32765879e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.20" OriginalAmount="60.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522072289278" Longitude="-0.16418874263763" StarRating="3" HotelCode="25120|1486628" HotelName="Travelodge London Central Marylebone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Harewood Row, Marylebone, London NW1 6SE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/c1/0bc15731070c34e78f0eb0c3bdbf9c3cbc9faf11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the centre of London where there are countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.20" OriginalAmount="60.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491567835524" Longitude="-0.19707262516022" StarRating="2" HotelCode="52705|384075" HotelName="Garden View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Nevern Square, London SW5 9PE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/58/55584bcbbd20c302ecba3cc5edf408dbee599312.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family run hotel is situated in a peaceful location in the Earls Court district of the city, cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.26" OriginalAmount="60.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490891414142" Longitude="-0.19382429458221" StarRating="3" HotelCode="94573|108302" HotelName="Mowbray Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28/32 Penywern Road, Earls Court, London SW5 9SU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/4a/124ad08b1b48179823280bff4472e508443aabb4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel benefits from its close proximity to Earl's Court Exhibition Centre and Earl's Court under...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.31" OriginalAmount="60.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490535" Longitude="-0.138908" StarRating="1.5" HotelCode="94588|1476708" HotelName="Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Belgrave Road, Victoria, London SW1V 2BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/8a/bd8a11c4ae3f9a89ff259e335493f4b497446653.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in the vicinity of the Victoria train station, within walking distance of m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="61.37" OriginalAmount="60.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515142466054" Longitude="-0.17216026782989" StarRating="3" HotelCode="25446|314006" HotelName="Kingsway Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>139 Sussex Gardens, Hyde Park, London W2 2RX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/5a/665a5a6340bf77f3346e8ed5ec1160adfa6404b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.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="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.505795" Longitude="-0.226092" StarRating="3" HotelCode="318946|shepherds_bush_boutique_hotel" HotelName="Tulip Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>11/12 Poplar Mews, Uxbridge Road, London W12 7JS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/c2/c5c248394595fc8d0f5e07726cdfdc41ae999e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Tulip Boutique Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52161274" Longitude="-0.04694868" StarRating="4" HotelCode="493245|london_suites_2" HotelName="London Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>230A Mile End Road, London, England E1 4LJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/c1/e6c1961d81d75c24afe51b86999cd5dd1778235b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="61.63" OriginalAmount="61.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50286" Longitude="-0.091832" StarRating="1.5" HotelCode="316281|6307558" HotelName="St Christopher's at The Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,ATM/Cash Machine,Bar,Beauty Salon,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,Library,Lounge,Luggage Storage,Meeting Room,Nightclub,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>161-165 Borough High Street, Southwark, London SE1 1HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/d1/dcd1e67a6cf8c2435bd11d5b48b2a64450d40d04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at St Christopher's Inn, London Bridge - Hostel, you'l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.84" OriginalAmount="61.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.503987676285" Longitude="-0.33376733201601" StarRating="4" HotelCode="77777|2236015" HotelName="Boston Manor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146-152 Boston Road, Hanwell, London W7 2HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/37/5d37bdba412428846db838f50511769ae936f6a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Boston Manor.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.87" OriginalAmount="61.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516700293906" Longitude="-0.17273716733564" StarRating="2" HotelCode="15692|243166" HotelName="Hyde Park Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Norfolk Square, Paddington, London W2 1RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/10/c310389d7b61c45bf6647a721f3f05c39c67db65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally situated near Hyde Park, this hotel enjoys a privileged location in Norfolk Square with ac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.90" OriginalAmount="61.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.455138" Longitude="0.152269" StarRating="4" HotelCode="80348|856875" HotelName="Marriott Bexleyheath" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Broadway, Bexleyheath, England, DA6 7JZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/78/2d787180255df54797088bafb3c136c37599b116.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="61.93" OriginalAmount="61.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508380857035" Longitude="0.04285975082621" StarRating="3" HotelCode="305705|4592417" HotelName="Holiday Inn Express London - Excel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1018 Dockside Road, E16 2FQ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/6f/b46fc941f9de5f11a5cb85ec4c6c960f1b1eb1a6.jpeg</HotelPictures>
        <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="61.98" OriginalAmount="61.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49089147108" Longitude="-0.14482453465462" StarRating="2" HotelCode="901540|133845" HotelName="Sheriff Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>115 Warwick Way, Victoria, London SW1V 4HT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/73/727389ecf0241b9ddec02223aad9c33f9f985a72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a privileged location in central London in the Victoria and Westminster area. This ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="62.04" OriginalAmount="61.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.446473" Longitude="0.154033" StarRating="3" HotelCode="79586|1012975" HotelName="Holiday Inn London - Bexley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Southwold Road, Bexley DA5 1ND</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/b7/e6b733ccfa4e1efebc0e7215ac04642c857bc3ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the edge of the green belt with easy access to London and the Kent countrysi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.13" OriginalAmount="61.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.384314" Longitude="-0.291716" StarRating="3" HotelCode="114510|4692305" HotelName="Warwick Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="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="12" TotalAmount="62.26" OriginalAmount="61.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5644351" Longitude="-0.011468199999968" StarRating="3" HotelCode="429631|15030502" HotelName="Lion &amp; Key Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>475-477 High Road Leyton, London E10 5EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/8c/168ccd526a9eb8e2b99690dc2da8a7853d7c605c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.28" OriginalAmount="61.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.481601408492" Longitude="-0.44115863558193" StarRating="4" HotelCode="29412|32334" HotelName="Radisson Blu Edwardian Heathrow Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Bath Road, Hayes Middlesex, Hillingdon, London UB3 5AW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/7d/777d9846f8e43cadbf3e223182f44b066c90ffe9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable luxury hotel lies on the outskirts of the centre of London, by Heathrow. Convenient...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.35" OriginalAmount="61.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506946810816" Longitude="-0.0070553715787582" StarRating="3" HotelCode="114269|1426988" HotelName="ibis London Docklands Canary Wharf Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Baffin Way, Off Preston Road, London E14 9PE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/ab/4eab5f4b117fe04916abdd51f912686785a43d04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.40" OriginalAmount="61.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.469545735515" Longitude="-0.36629442327876" StarRating="4" HotelCode="94520|386545" HotelName="The Continental Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29/31 Lampton Road, Hounslow, Middlesex TW3 1JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/3e/773e7283cc7a51632419ef3dc2c06b40fa205206.jpeg</HotelPictures>
        <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="62.62" OriginalAmount="62" 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="62.62" OriginalAmount="62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.41897817" Longitude="-0.19885975" StarRating="3" HotelCode="959019|406169" HotelName="Premier Inn London Wimbledon (Broadway)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>153-163 The Broadway, Wimbledon, London SW19 1NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/90/f6903a0589e99b2f4c500c9e9231e86ca5fdb4c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.62" OriginalAmount="62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.414106" Longitude="-0.180625" StarRating="3" HotelCode="152865|93660" HotelName="Premier Inn London Wimbledon South" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>27 Chapter Way, London SW19 2RF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/0c/e80cf18728119986199dfd90b509da1c4db879e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located within easy reach of Colliers Wood underground station\n\nIdeally located within eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.62" OriginalAmount="62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.609168082034" Longitude="0.059336633236967" StarRating="2" HotelCode="266410|215308" HotelName="Travelodge London Chigwell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>735 Chigwell Road, Woodford Green, Redbridge Waltham Forest, Greater London  IG8 8AS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/88/01882badba997cdb5493dde190f8edcfff365ed1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Stansted (STN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.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="16" TotalAmount="62.72" OriginalAmount="62.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.488671" Longitude="-0.13956" StarRating="3" HotelCode="114287|2637405" HotelName="St George's Pimlico" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 &amp; 115 St. Georges Drive, London SW1V 4DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/93/b793daae2a0ce70c18b21df15afc8fdb9951612b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This London property is close to Westminster Cathedral and Vauxhall Bridge. Also nearby are Chelsea ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="63.29" OriginalAmount="62.66" 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 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>18 Parkfield Street, Islington, London N1 0PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/33/6333ab6416c4cde89441d0ea6826a2fc2ca05242.jpeg</HotelPictures>
        <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="63.33" OriginalAmount="62.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514300208022" Longitude="-0.17276257991076" StarRating="3" HotelCode="114312|314093" HotelName="Barry House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" 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>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.60" OriginalAmount="62.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.583194333463" Longitude="-0.40081937301636" StarRating="3" HotelCode="82537|4727985" 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="27" TotalAmount="63.63" OriginalAmount="63" 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="27" TotalAmount="63.63" OriginalAmount="63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525458" Longitude="-0.125797" StarRating="2" HotelCode="148308|199428" HotelName="Goodwood Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-40 Tavistock Place, London WC1H 9RE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/1c/921c2d54f2b8bdbb771db7a04cc55406f21ba5db.JPEG</HotelPictures>
        <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="63.63" OriginalAmount="63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52946671" Longitude="-0.11622125" StarRating="0" HotelCode="986376|478737" HotelName="London Queen's Eurostar Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Flat 2 Swinton Street, London WC1X 9NL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/77/687702fd231e6d0bacb62a095ce7ab868f0d3565.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.63" OriginalAmount="63" 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 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>Simpsons Road, Shortlands, Bromley BR2 0QL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/41/57416cdf167fb6a2bba78f0f81aaa4967a795b01.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.63" OriginalAmount="63" 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="63.63" OriginalAmount="63" 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="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509916693513" Longitude="-0.32486897916795" StarRating="3" HotelCode="445643|holiday_inn_express_londonealing" HotelName="Holiday Inn Express London - Ealing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>75 Broadway Ealing, London, W13 9BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/40/7140856f7db4dd0310e3acbca728e0c2a24a4e15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.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="64.64" OriginalAmount="64.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="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49378838" Longitude="-0.18987626" StarRating="2" HotelCode="409058|anwar_house" HotelName="Anwar House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Internet,LCD/Projector">
        <Address>
          <AddressLines>
            <AddressLine>31 Collingham Place, Earls Court, London SW5 0QF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/8c/c48c2c44654e1a7e768834593ab21dd32d1990e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Anwar House in London (Kensington), you'll be conve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515100811511" Longitude="-0.17231589550977" StarRating="2.5" HotelCode="146202|columbus_hotel" HotelName="Hotel Columbus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>141 Sussex Gardens, London W2 2RX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/49/7949867ee57fcb4eac4dc3472e192a749b793c43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Columbus.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.84" OriginalAmount="64.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.528997" Longitude="-0.12166" StarRating="2" HotelCode="147327|1552228" HotelName="Elmwood Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Argyle Square, WC1H 8AS London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/fe/02fe154376350b4bdfa248d16b378739bd08cbb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.09" OriginalAmount="64.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495083002218" Longitude="-0.19042234873064" StarRating="3" HotelCode="76159|939175" HotelName="1 Lexham Gardens Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="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="16" TotalAmount="65.16" OriginalAmount="64.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.479684490969" Longitude="-0.0090626804764042" StarRating="3" HotelCode="114501|1062038" HotelName="ibis London Greenwich Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30 Stockwell Street, Greenwich, London SE10 9JN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/9c/4e9c78d3bc3e46b541c57d69c45e193b3872c22e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in London. For business travellers, it provides everything n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.24" OriginalAmount="64.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525894155483" Longitude="-0.45486078604256" StarRating="3" HotelCode="146745|4667995" HotelName="Debden Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Golf,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>42 Pield Health Road, Hillingdon, Middlesex UB8 3NG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/0d/d90d0472a0d804b82be7f6ab6d5aa56745828be5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Debden Guest House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="65.27" OriginalAmount="64.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507920413108" Longitude="0.022419490476523" StarRating="3" HotelCode="79815|1463214" HotelName="ibis London Excel Docklands" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Western Gateway, Royal Victoria Dock, London E16 1AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/37/343777452a6719bb5151975a9f447d7ba806ac95.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Excel Docklands.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="65.37" OriginalAmount="64.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.377813" Longitude="-0.095798" StarRating="3" HotelCode="905882|3124176" HotelName="Hampton by Hilton London Croydon" Meals="BED &amp; BREAKFAST,BUFFET STYLE BREAKFAST AT HOTEL" BedType="BED &amp; BREAKFAST" PropertyType="" 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="65.65" OriginalAmount="65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.453717757141" Longitude="-0.33758416771889" StarRating="3" HotelCode="164150|487284" HotelName="Twickenham Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Russell Road, Twickenham TW2 7QT, Middlesex</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/d5/b3d5ff009b9ee05f3732ef6bd7295c710058fc83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Twickenham Guest House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.53798516" Longitude="0.08007575" StarRating="3" HotelCode="639569|73670787" HotelName="Bank Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Ripple Road, Barking IG11 8DN, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/2f/492f863deaf9544961ab84ab9980b4712c61d67a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Barking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.576969318975" Longitude="0.17814733862303" StarRating="3" HotelCode="199303|gidea_park_hotel" HotelName="Gidea Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>115 Main Road, Romford, Greater London RM2 5EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/bf/30bfa8becfaa6b75d115875326938df0c550587d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Gidea Park Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.481191278215" Longitude="-0.20971506427361" StarRating="3" HotelCode="378901|the_captain_cook" HotelName="The Captain Cook Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>203-205 Dawes Road, Fulham, London SW67QY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/cf/e2cf958ec933390862be935400f825021d35d10d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5152043" Longitude="-0.17452649999996" StarRating="2" HotelCode="429123|atlas_hostels_london" HotelName="Atlas Hostels London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Talbot Square, Paddington, London, W2 1TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/f3/cff3ff8d7e55a5fb7628896ed386020968bbba8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in London. The nearest airport is Atlas Hostels London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="65.90" OriginalAmount="65.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50831085" Longitude="0.04103809" StarRating="3.5" HotelCode="556570|45676986" HotelName="Hampton by Hilton London Docklands" Meals="BED &amp; BREAKFAST,BUFFET STYLE BREAKFAST AT HOTEL" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Dockside Road, London E16 2QT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/a0/53a09cee41e69cc80b02fdb4b98ece5e3b201b30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in London, 9-minutes' walk from the ExCel London exhibition centre, Hampton By ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.93" OriginalAmount="65.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516385" Longitude="-0.171086" StarRating="3" HotelCode="114702|294345" HotelName="Normandie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>96 Sussex Gardens, Paddington, London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ea/dbeabe7d5fe5bc01ddcd1b5f305a2e6b6b2f31ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of London and a few minutes' walk from the Heathrow Expre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.99" OriginalAmount="65.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507849324229" Longitude="0.023040175437927" StarRating="4" HotelCode="37279|385675" HotelName="Novotel London Excel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Western Gateway, Royal Victoria Dock, London E16 1AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/1d/861d17f7a34b4d1158a579a1f209d9895e9a26e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is located alongside the Royal Victoria Dock, 150 metres from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.17" OriginalAmount="65.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4907589386" Longitude="-0.14459335737729" StarRating="2" HotelCode="144514|2556945" HotelName="Bakers Hotel - B&amp;B" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Warwick Way, London SW1V 4JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/c0/4fc0cc277ecd4e71aca504e37353ebb642a1fe95.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Bakers Hotel - B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.22" OriginalAmount="65.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514150974494" Longitude="-0.17517238855362" StarRating="2" HotelCode="35638|383955" HotelName="Edward" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1A Spring Street, W2 3RA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/e1/dce15ffd44253f30c53966efce3fff08dd0e2b09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, located in the London district of Paddington, lies only a few paces from the terminus of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.391517888889" Longitude="-0.32015933333333" StarRating="4" HotelCode="158851|49183" HotelName="Crowne Plaza London - Kingston" Meals="ROOM ONLY,HALF BOARD,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>Portsmouth Road, Surbiton, London, Surrey KT6 5QQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/f1/3bf14e28d7b848722bc275f7a39dea1965aafd4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Crowne Plaza London - Kingston.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.66" OriginalAmount="66" 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="66.66" OriginalAmount="66" 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="Free CXL until 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>Innova Park, Corner Of Solar Way, Enfield EN3 7XY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/f1/41f15a5b7e42f2c79ca9f5dac08be5b4ab314f0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.57648785" Longitude="-0.02977875" StarRating="0" HotelCode="519616|491804" HotelName="The Commongate Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>131-133 Markhouse Road, Walthamstow, London E17 8DQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/a7/e7a7839f3df3c3e874db3ff2745c7235dcc7257c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.66" OriginalAmount="66.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="66.66" OriginalAmount="66.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4751637" Longitude="-0.33592561" StarRating="2.5" HotelCode="580093|the_bridge_inn_3" HotelName="The Bridge Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels,Hotel" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>457 London Road, Isleworth, Greater London TW7 5AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/a5/3aa5f1d13f867bb3f8acdc122f86e521bf494e18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.66" OriginalAmount="66.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.3741755535" Longitude="-0.101894438267" StarRating="4" HotelCode="64367|holiday_inn_express_london__croydon" HotelName="Holiday Inn Express London - Croydon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Priddy's Yard, Croydon, London CR0 1TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/11/58110197dc56ae89ed5080f32e9c72ab93f629a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Croydon and only 2 minutes' walk from the main shopping areas, restaurants a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="66.78" OriginalAmount="66.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.361716079655" Longitude="-0.19653618335724" StarRating="3" HotelCode="36913|2176782" HotelName="Holiday Inn Sutton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gibson Road, Sutton SM1 2RF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f1/0af19dbb5d82bc7fa3cfd16b3a1be206f12c7e8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a peaceful location, this pleasant business hotel is situated only a short distance from Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.35" OriginalAmount="66.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49003" Longitude="-0.137899" StarRating="2" HotelCode="94596|1061898" HotelName="Carlton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Belgrave Road, Victoria, London SW1V 2BJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/54/2354138d1ec90e4d538af67df7b622dabfabb6db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Carlton.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.52" OriginalAmount="66.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.551672386913" Longitude="-0.16704797744751" StarRating="3" HotelCode="29461|32774" HotelName="Premier Inn London Hampstead" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>215 Haverstock Hill, Hampstead, London NW3 4RB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/3f/603f816e46173d09eb0f35454da1ea32724a298d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated ideally close to the M1 and M40. The centre of London is about 15 minutes by ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.58" OriginalAmount="66.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52252796664" Longitude="-0.086988244274835" StarRating="3" HotelCode="67591|1065458" HotelName="Travelodge London Central City Road" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-23 City Road, London EC1Y 1AG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/b4/e8b4f3f5c168b3d6dbfc8be795be5de878bd19ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel ist a 2-minute walk from Old Street tube station and a 1 km walk from St Paul's Cathedral.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.560902840735" Longitude="-0.1141538668054" StarRating="4" HotelCode="901159|444213" HotelName="Mondrian Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Dining,Internet,Kitchen,Laundry,Luggage Storage,Parking,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>105 Seven Sisters Road, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/c5/02c59e68c232c829fdb5f4ee953a831736d34f3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Mondrian Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.67" OriginalAmount="67" 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 01/01/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="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512488630899" Longitude="-0.31159205146584" StarRating="3" HotelCode="460470|200248" HotelName="ibis Styles London Ealing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>32-38 Uxbridge Road, Ealing, London W52BS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/5a/c85ab3694df3d6d662d35d27f66e0d07fcee064a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="67.70" OriginalAmount="67.03" 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 29/12/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Guilford Street, London WC1N 1DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/53/d25317b6255b02da4521eb9390c2337f65fe4ac7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Guilford House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.350641123724" Longitude="-0.31574428081512" StarRating="4" HotelCode="71957|11835" HotelName="Chessington Safari Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Leatherhead Road, Chessington KT9 2NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/97389/a_97389_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Royal Borough of Kingston-upon-Thames, a 15-minute drive from the centre of Kingston,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517473" Longitude="-0.29106400000001" StarRating="4" HotelCode="158880|199448" HotelName="Hotel 55" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Hanger Lane, London W5 3HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/f0/d1f03d4149c3ee73e9f0d16a14202cc4067060b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel 55.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514617321542" Longitude="0.0091424115319268" StarRating="3" HotelCode="573045|407355" HotelName="ibis London Canning Town" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>8 Silvertown Way, London E16 1ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/31/603130cece40dd521ead0328bddd4a1a22793494.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.64688724" Longitude="-0.08014731" StarRating="2.5" HotelCode="580163|486187" HotelName="Kathleen House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85 London Road, Enfield EN2 6ES, Greater London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/4b/f54b8ae7e0cc95cdf19eb2e9d03968e481d87e3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50157386" Longitude="0.0524" StarRating="0" HotelCode="849353|490226" HotelName="London City Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74 Albert Road, North Woolwich, London E16 2DY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/b9/05b935219340add43ce310d7db6eb9ccb86a98e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.68" OriginalAmount="68" 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="Free CXL until 01/01/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>9 International Square, Montfichet Road, Westfield Stratford City, London E20 1EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/e2/35e2710d4a86242201b4d263a813d68f446a75bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.41304511" Longitude="-0.12410182" StarRating="3" HotelCode="630322|guest_house_london_2" HotelName="Guest House London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1530 London Road, Norbury, London SW16 4EU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/a6/9fa6e17f2ae97cfd3829f80406fc2e84f264979e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.95" OriginalAmount="68.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492820949851" Longitude="-0.19419885110312" StarRating="3" HotelCode="20412|1800888" HotelName="London Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>194-196 Earls Court Road, Kensington, London SW5 9QF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/72/4d72dc816a4c32e3ac8778ead313aaca77b003ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.01" OriginalAmount="68.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492435" Longitude="-0.19409" StarRating="3" HotelCode="94553|274665" 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="16" TotalAmount="69.51" OriginalAmount="68.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494542049957" Longitude="-0.22776380181313" StarRating="2" HotelCode="94574|2025565" HotelName="Heeton Concept Hotel - Luma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28-36 Glenthorne Road, Hammersmith, London W6 0LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/bd/19bde4152085992346ee605578ba6b8ca230e883.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in London, 450 yards from Hammersmith Apollo and 750 yards from Riverside Studios. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.69" OriginalAmount="69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.546371854665" Longitude="-0.0076075158691538" StarRating="3" HotelCode="986134|465348" HotelName="Aparthotel Adagio London Stratford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Celebration Avenue, Penny Brookes Street, London E20 1BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/a5/fba5c9f5bc8c5199e0f0fa22112ae0a9fab6cfab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.69" OriginalAmount="69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52985498" Longitude="-0.07732457" StarRating="3" HotelCode="323930|61580" HotelName="Central Hoxton Shoreditch SH Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>100 Kingsland Road, Hackney, London E2 8DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/17/0a1777fe701485114bcea6ca1cf0f2505d746eb1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.69" OriginalAmount="69" 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="69.69" OriginalAmount="69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49130465" Longitude="-0.19310795" StarRating="4" HotelCode="986226|408317" HotelName="Merit Kensington Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 &amp; 24 Penywern Road, Kensington, London SW5 9ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/d4/e1d4679095f4283de9d77202c9c3fe42fe303fc7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.69" OriginalAmount="69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5289658" Longitude="-0.1228894" StarRating="3" HotelCode="267557|58155" HotelName="The Melville Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>38-39 Argyle Square, Kings Cross, London WC1H 8AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/c4/adc4be7685b457c0c52a3d23cb63f8b9dc3786eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54791903" Longitude="-0.00818566" StarRating="3" HotelCode="394339|bridgestreet_stratford_city" HotelName="BridgeStreet Stratford City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Celebration Avenue, London E20 1DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/1f/061f8989980518229357c3cd89112c185054b329.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.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="69.69" OriginalAmount="69.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>
    <HotelStay SourceId="16" TotalAmount="69.78" OriginalAmount="69.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490739" Longitude="-0.144067" StarRating="3" HotelCode="89406|381965" HotelName="The 29 London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 St. George's Drive, Victoria, London SW1V 4DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/3d/dd3dc91ddb8754d156ee1c4ccb80ecd07b58b559.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city guesthouse is located in central London and is within walking distance of the city's famou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.86" OriginalAmount="69.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515059" Longitude="-0.172309" StarRating="2.5" HotelCode="24545|314758" HotelName="Queensway Hotel, Sure Hotel Collection by Best Western" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147-149 Sussex Gardens, Paddington, Hyde Park, London W2 2RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cf/60/cf60daea82ece7d949f6d1b521f07409e6809dd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Queensway Hotel, Sure Hotel Collection by Be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="70.28" OriginalAmount="69.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491181025435" Longitude="-0.14341276712197" StarRating="2" HotelCode="114282|6528855" HotelName="Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>104 Warwick Way, London, Greater London SW1V 1SD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/26/76261cc131ebb812bff0f01190f3a763062148f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hotel is about 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="70.32" OriginalAmount="69.62" 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 30/12/2025" HotelFacility="Bar,Kitchen,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>65 Greenwich High Road, Greenwich, London SE10 8JL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/e8/5ae8b09c7e1c50135a4446d491c26495995a841c.jpeg</HotelPictures>
        <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="12" TotalAmount="70.62" OriginalAmount="69.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494557079184" Longitude="-0.22833108901978" StarRating="4" HotelCode="888771|1631682" HotelName="Axiom W6 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" 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="70.70" OriginalAmount="70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5488633" Longitude="-0.1923206" StarRating="2" HotelCode="267544|94232" HotelName="Charlotte Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>195-197 Sumatra Road, London NW6 1PF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/70/7f70de06e191b6683f6e71c2423aa2a8d6c9fad8.JPEG</HotelPictures>
        <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="70.70" OriginalAmount="70" 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="Free CXL until 01/01/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="27" TotalAmount="70.70" OriginalAmount="70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507519" Longitude="-0.203564" StarRating="2" HotelCode="153417|56635" HotelName="Ravna Gora" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Holland Park Avenue, Notting Hill, London W11 3RW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e3/68e3b3e654d4eb76f458aa725b3d0f45735ec2f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The closest tube station to the hotel is Holland Park on the Central line, which is just a minute fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.70" OriginalAmount="70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.66114533" Longitude="-0.08672" StarRating="0" HotelCode="986041|493711" HotelName="Six Bells" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>187 Chase Side, Enfield EN2 0PT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/1e/7c1e6fd84839c7fddf34c6603f3513b379048b93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.70" OriginalAmount="70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4981705" Longitude="-0.2222168" StarRating="2" HotelCode="902818|63725" HotelName="Star Hotel - B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>97-99 Shepherd's Bush Road, London W6 7LP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/2d/742d81bb6e8213478d4fba576be7d9b92f312e3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.55238215" Longitude="-0.21056942" StarRating="2.5" HotelCode="503026|cricklewood_lodge_hotel" HotelName="Cricklewood Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Cricklewood Broadway, London, Greater London NW2 3JX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/a2/fca2ca27e3c15e3b7c8069f869ab2e4338fe599c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.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="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502596617111" Longitude="-0.20195969604106" StarRating="3.5" HotelCode="403898|safestay_holland_park" HotelName="Safestay London Kensington Holland Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Holland Walk, Holland Park, Kensington, London W8 7QU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/1c/431cad984ac8994024d880d710ed1824a6f9572a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.79" OriginalAmount="70.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514223" Longitude="-0.178275" StarRating="3" HotelCode="18495|344525" HotelName="The Royal Eagle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26-30 Craven Road, London W2 3QB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/24/b42419402ef73905d4c6f3ca8d08cd8812f0bc60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the heart of London, just a few metres from Hyde Park and the fa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="71.05" OriginalAmount="70.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515830154596" Longitude="-0.17211467027664" StarRating="3" HotelCode="24546|1503992" HotelName="The Royal Cambridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124-126 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/03/9e03fb7310a26810c092b7dcfbd8305fd8aa7270.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.08" OriginalAmount="70.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490215096601" Longitude="-0.080782771110535" StarRating="3" HotelCode="97105|1643248" HotelName="Eurotraveller Hotel-Premier @Tower Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>194-202 Old Kent Road, London SE1 5TY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/a1/07a1297fcca8609896dffb366fcb90f74d41d894.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated outside the congestion charge zone, 1,5 km from Tower Bridge and London Bridge...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.49" OriginalAmount="70.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525472709017" Longitude="-0.12576226069166" StarRating="3" HotelCode="146476|2543855" HotelName="City Inn Russell Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Tavistock Place, London WC1H 9RE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/ae/caaed46e9190d35fed20c9d52234d7c94d015582.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.61" OriginalAmount="70.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508222" Longitude="0.020218" StarRating="4" HotelCode="54523|53784" HotelName="Crowne Plaza London Docklands" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Royal Victoria Dock, Western Gateway, London E16 1AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/9a/b59a62d196433934322abcfd1a98782471dae39b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in London's Docklands and offers guests superb views over the Royal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4810220906" Longitude="-0.46161332931149" StarRating="4" HotelCode="727762|404902" HotelName="Holiday Inn London - Heathrow Bath Road" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>276 Bath Road, West Drayton UB7 0DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/77/4777e9e2440bbd17685a0cd116e3ae2765e44c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.71" OriginalAmount="71" 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="27" TotalAmount="71.71" OriginalAmount="71" 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="27" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.565284012105" Longitude="-0.13554167768643" StarRating="3" HotelCode="467754|227198" HotelName="London Archway Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Macdonald Road, Hamlyn House, London N19 5DD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e2/39e26c852681c070d1a233a1240728f8378ab144.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;From M1 (J2), exit onto Barnet Bypass/Great N Way/A1 towards Central London. Continue on the A406 un...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.59156737" Longitude="-0.14359801" StarRating="3" HotelCode="502836|200356" HotelName="Roseview Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Queens Avenue, Muswell Hill, London N10 3NR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/64/0f64d67fac10c02ed1c9fea2278799edac058f7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="71.72" OriginalAmount="71.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54290135" Longitude="-0.00035488" StarRating="2.5" HotelCode="571845|9427144" HotelName="Moxy London Stratford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>86 Great Eastern Road, London E15 1GR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/67/1d67c5d3ad4577ebfa6de7978f5f22fb834471d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.05" OriginalAmount="71.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.529784" Longitude="-0.122451" StarRating="2" HotelCode="36442|1650088" HotelName="Crestfield" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-4 Crestfield Street, King's Cross, London WC1H 8AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/20/8d207bc029b89318fe043611139bb5fcd7111da8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Crestfield.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="72.11" OriginalAmount="71.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52416" Longitude="-0.116373" StarRating="2" HotelCode="148446|315632" HotelName="Grenville Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Guilford Street, London WC1N 1DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/15/911516e716763c920efac6878f88cf1281f849ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Grenville Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="72.23" OriginalAmount="71.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512283" Longitude="-0.186194" StarRating="1" HotelCode="173552|2817549" HotelName="Smart Hyde Park Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel" HotelFacility="Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>48-50 Inverness Terrace, Bayswater, London W2 3JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/14/9914aa9f445b1b2eb62e4e921eff7d509cc66b72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel is perfectly located in the heart of London, just off London and Europe’s most popular sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.24" OriginalAmount="71.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524297" Longitude="-0.184563" StarRating="4" HotelCode="114410|940025" HotelName="The Colonnade" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Warrington Crescent, Little Venice, London W9 1ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/79/ae7947d669650921aff08c9f63acefec9a36bb8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.34" OriginalAmount="71.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51110709412" Longitude="-0.18492087721825" StarRating="3" HotelCode="30118|95505" HotelName="Troy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Queensborough Terrace, London W2 3SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/e6/fce6127e7d4936b80a226489aed8e467c42dd187.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is centrally located near to Bayswater and Queensway. Copious shops and other a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.43" OriginalAmount="71.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513571759843" Longitude="-0.19265100359917" StarRating="2" HotelCode="19337|388455" HotelName="Wedgewood" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49-51 Leinster Square, Bayswater, London W2 4PU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/56/ed56866427391857b3dc671bc65ec2ad5d0a2911.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy, intimate hotel is well located at the heart of Bayswater and dates back to 1800. Bayswate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="72.60" OriginalAmount="71.88" 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 26/12/2025" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13/15 Argyle Street, King's Cross, London, WC1H 8EJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/63/f763ec612d3b077f6bbc1161757d20fdaad74801.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.62" OriginalAmount="71.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5037586684" Longitude="-0.10131107007182" StarRating="3" HotelCode="101238|1486478" HotelName="Travelodge London Central Southwark" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="27" TotalAmount="72.72" OriginalAmount="72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4363529" Longitude="-0.14518109" StarRating="3" HotelCode="517278|244841" HotelName="Balham Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>204 Bedford Hill, London SW12 9HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/e5/7ce5ff3554387a718a92d22a2e6f227587504f9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.72" OriginalAmount="72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501169" Longitude="-0.221793" StarRating="2" HotelCode="147441|199397" HotelName="Euro Hotel Hammersmith" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>31 Shepherd Bush Road, Hammersmith, London W6 7LX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/b9/cdb94fca433e3a62bbab51caa314343ab56c3fdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.72" OriginalAmount="72" 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="72.72" OriginalAmount="72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4907074" Longitude="-0.05346" StarRating="3" HotelCode="267546|58074" HotelName="London Stay Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>187 Rotherhithe New Road, London SE16 2BE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/33/9e3385144516511c2e02186ff42e778e3fa272c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is London Stay Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.72" OriginalAmount="72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.528526" Longitude="-0.123177" StarRating="2" HotelCode="155039|200090" HotelName="Wardonia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46-54 Argyle Street, London WC1H 8ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/bb/15bb49ecf616132977460235bcadcfcf02469ea7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Wardonia Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494658" Longitude="-0.177699" StarRating="1" HotelCode="94556|acacia_house" HotelName="Acacia House Shared Facilities" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>14 Queensberry Place, South Kensington, London, SW7 2EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/70/fe70c1ccc6a27cad3157cefe72e344ccc2be5597.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.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="63" TotalAmount="72.72" OriginalAmount="72.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="16" TotalAmount="72.92" OriginalAmount="72.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492647" Longitude="-0.16722" StarRating="3" HotelCode="56991|1061918" HotelName="Chelsea Cloisters" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sloane Avenue, Chelsea Cloisters, London SW3 3DW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/38/db38efcfd2381f94f691e4a39d04035bbe466dd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the London district of Chelsea, one of the most modern and cu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.11" OriginalAmount="72.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.481547" Longitude="-0.43671" StarRating="4" HotelCode="28976|32354" HotelName="Sheraton Skyline Hotel London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Heathrow Airport, Hayes UB3 5BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/e8/ece8436a8a475eff8060897b5f0c1bebd1fcbf55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located beside Heathrow Airport and offers quick access to the terminals.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.44" OriginalAmount="72.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51122" Longitude="-0.18527" StarRating="3" HotelCode="47318|32434" HotelName="Central Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49/67 Queensborough Terrace, London W2 3SY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/e8/2ee8021a04a33655a2e67a6e479f356b42ed7ac0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right at the centre of London, this hotel lies close to plenty of sightseeing attractions as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="73.50" OriginalAmount="72.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50744031283" Longitude="0.038681477308273" StarRating="4" HotelCode="61557|CAH976800" HotelName="DoubleTree by Hilton Hotel London ExCel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Festoon Way, Excel, Royal Victoria Dock, London E16 1RH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/b1/2db1a9287de7d49689bd2dd9ebf3b581be372ba1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in an enviable waterfront location, moments away from links to the city's beating ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="73.60" OriginalAmount="72.87" 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 31/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>140 Battersea Park Road, London SW11 4NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/1d/f71db17f5bbf1ce85c1219864da8c4d786b82e3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.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="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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="73.73" OriginalAmount="73.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="16" TotalAmount="74.00" OriginalAmount="73.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516407757841" Longitude="-0.17266462684694" StarRating="2" HotelCode="114593|606565" HotelName="Belvedere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Norfolk Square, London, Greater London W2 1RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/c8/b5c834799af775f065e2125b7b4ed161e172d0b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.27" OriginalAmount="73.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513012992287" Longitude="-0.1834044110451" StarRating="3" HotelCode="11952|359805" HotelName="Duke of Leinster" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Leinster Gardens, London W2 3AN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/67/8e677f91bb4431ce36afaa46f1f6944cc84e2b6e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the Bayswater district of London, close to Queensway underground ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="74.28" OriginalAmount="73.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49403273" Longitude="-0.19764208" StarRating="3.5" HotelCode="975447|45172594" HotelName="Point A Kensington Olympia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>42 West Cromwell Road, Kensington, London SW5 9QL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/ff/89ff22953448841e4651dad6b3a245c04c8ec1bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="74.44" OriginalAmount="73.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512012155127" Longitude="-0.1782367830981" StarRating="4" HotelCode="67796|3376579" HotelName="Best Western Mornington Hotel Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Lancaster Gate, London W2 3LG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/7d/8b7d257c61f04e4b044ce857c1c56e225627fd64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="74.55" OriginalAmount="73.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.481882" Longitude="-0.468293" StarRating="4" HotelCode="76622|1569327" HotelName="Hyatt Place London Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, The Grove, West Drayton UB7 0DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/7f/4d7f3be9859ebf539548441c4300bfb3001795fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Heathrow overlooking and only a stone's throw from Heathrow Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.74" OriginalAmount="74" 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="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.46963392" Longitude="-0.36975819" StarRating="3.5" HotelCode="580252|489371" HotelName="Imperial Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Bulstrode Road, Hounslow TW3 3AP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/e6/b7e6732cab418dfd8a775c33461d5185aeb01dde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.485512438434" Longitude="-0.12385655826643" StarRating="3" HotelCode="263544|212601" HotelName="Travelodge London Vauxhall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Bondway, Vauxhall, London SW8 1SJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/05/93059857c3c2bf16b6265d2ac975038608cbf659.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51700155" Longitude="-0.07480804" StarRating="3.5" HotelCode="498681|monopoly_guest_house" HotelName="Monopoly Accommodations" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Wentworth Street 41-43, Tower Hamlets, London E1 7TD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/41/c04143222b23abe66aa90c11e9d9ebbfd5b200aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.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="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.486393361705" Longitude="-0.084261813491821" StarRating="1" HotelCode="94591|hour_glass_hotel" HotelName="Hour Glass Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131 Beaconsfield Road, Southwark, London SE17 2BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/8a/828aa64887fd9b34df8da96660c029f4ca6e8e8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near Elephant and Castle with easy access to many of London's fascinating attr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.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 30/12/2025" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>45 Imperial Way, Croydon, Greater London CR0 4RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/05/29053e87268841a5599cd9f3803d7b56cbfe5137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Grand Sapphire Hotel &amp; Banqueting.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.80" OriginalAmount="74.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490286" Longitude="-0.137825" StarRating="3" HotelCode="18525|2256835" HotelName="Victoria Inn London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>65-67 Belgrave Road, Victoria, London SW1V 2BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/80/35805b9bfd86f58e2f46974ac9da7cf03f7286ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.83" OriginalAmount="74.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523308097102" Longitude="-0.17449378967285" StarRating="3" HotelCode="97053|137694" HotelName="Comfort Inn Edgware Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>450 Edgware Road, London W2 1EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/45/e3457523c77c0b139f93a74272b2780d5089a392.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="74.83" OriginalAmount="74.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.528920962779" Longitude="-0.11943072080612" StarRating="3" HotelCode="915064|4638706" HotelName="Point A Hotel London Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>324 Gray's Inn Road, Kings Cross, London WC1X 8BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/75/7f/757fad03cb625ff436c84708db51df38573efea0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Point A Hotel London Kings Cross.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.26" OriginalAmount="74.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515403691503" Longitude="-0.16109072883603" StarRating="3" HotelCode="145072|297545" HotelName="Boston Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Upper Berkeley Street, Marble Arch, London W1H 7QL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/cd/7fcd6a6a644b21cd24f45e4d3ca00022f6b66c7c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is only two minutes’ walk from busy Marble Arch, with its underground and train stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="75.32" OriginalAmount="74.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.357941" Longitude="-0.114574" StarRating="4" HotelCode="36911|1048780" HotelName="Hilton Croydon" Meals="ROOM ONLY,BUFFET STYLE BREAKFAST AT HOTEL" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Waddon Way, Purley Way, Croydon CR9 4HH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/d6/a5d6df1f29e74a4230d3edd379d35fc59e07be60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located just 13 km from London’s sights and shopping areas, and London Victoria S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="75.37" OriginalAmount="74.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4815" Longitude="-0.457295" StarRating="4" HotelCode="326334|1248916" HotelName="Leonardo Hotel London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" HotelFacility="Air Conditioning,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Sipson, West Drayton UB7 0DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/zz/2aada39abe8f1dc85546dc8b11f15f93daf16d32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in close vicinity of the London Heathrow Airport. The convenient location makes it th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.60" OriginalAmount="74.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.528668075858" Longitude="-0.12302296808821" StarRating="5" HotelCode="114557|2563355" HotelName="OYO Apollo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>43 Argyle Street, London WC1H 8EP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/7e/f07efec3d4037bbe84d4a8c3db446d9201a36d33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.74" OriginalAmount="74.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491946750254" Longitude="-0.19442496197132" StarRating="3" HotelCode="130405|834235" HotelName="The Trebovir Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Trebovir Road, Kensington, London SW5 9NH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/cf/fccf73dde88fb2ffd940081efaf532b0acea3733.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street, just minutes from Earl's Court Underground Station and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="75.75" OriginalAmount="75.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 30/12/2025" HotelFacility="Designated Smoking Area,Internet">
        <Address>
          <AddressLines>
            <AddressLine>63 Prince's Square, London W2 4PX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/848034/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of London, The Notting Hill Hostel puts everything the city has to offer jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.75" OriginalAmount="75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5625" Longitude="-0.13234699999998" StarRating="4" HotelCode="293245|45036" HotelName="SO Archway Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Pemberton Gardens, Archway, London N19 5RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/95/1695e42fe410b86cc0b4bfcc0a376de8863b2bab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located about 10 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.75" OriginalAmount="75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.541270966214" Longitude="-0.26164692899101" StarRating="3" HotelCode="145163|200143" HotelName="The Bridge Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Hillside, London NW10 8BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/36/bf36fc0fb7ade627a022fc2854bc2c969034a628.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bridge Park Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.75" OriginalAmount="75" 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="27" TotalAmount="75.75" OriginalAmount="75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521045131387" Longitude="-0.077661588954925" StarRating="2.5" HotelCode="915051|31568" HotelName="Point A Hotel London Liverpool Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Folgate Street, London E1 6BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/7a/8c7adabc81991254c6ed4fc70b3498e3d9d50d4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.75" OriginalAmount="75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51815" Longitude="-0.15829" StarRating="4" HotelCode="114603|458283" HotelName="Z Gloucester Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Gloucester Place, London W1U 8JF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/348936/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.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="12" TotalAmount="75.97" OriginalAmount="75.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.529604271707" Longitude="-0.29428124427795" StarRating="4" HotelCode="29190|2869175" HotelName="Crowne Plaza London Ealing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Western Avenue, Hanger Lane Gyratory System, Ealing, London W5 1HG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/ef/7defbc1cb47550c1e938986054d2a90f3373ad16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the city centre of London, where guests will discover man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.20" OriginalAmount="75.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511387204815" Longitude="-0.18503198528481" StarRating="4" HotelCode="37755|385575" HotelName="Park Avenue J Hotel Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="12" TotalAmount="76.21" OriginalAmount="75.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490937" Longitude="-0.30211499999996" StarRating="4" HotelCode="298478|1061402" HotelName="Novotel London Brentford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Great West Road, Brentford, London TW80GP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/cf/23cf0e8ce6ae744bb803aa7079825a6495732703.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in London. For business travellers, it provides everything n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.33" OriginalAmount="75.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493331481527" Longitude="-0.19194234477459" StarRating="3" HotelCode="56987|428575" HotelName="Dreamtel London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="16" TotalAmount="76.38" OriginalAmount="75.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.48308846165" Longitude="-0.31244873659705" StarRating="4" HotelCode="38270|385185" HotelName="Holiday Inn London-Brentford Lock" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Commerce Road, Brentford, London TW8 8GA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/a5/c8a5bd47625d999494d3bd3d3c2cdae1cd7e2d14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located right beside Brentford Lock, directly on a main road. The hotel is sit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="76.59" OriginalAmount="75.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5374087" Longitude="0.0058355" StarRating="4" HotelCode="735579|637183" HotelName="Roomzzz London Stratford" Meals="LIGHT BREAKFAST" BedType="LIGHT BREAKFAST" PropertyType="aparthotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>66 West Ham Lane, London E15 4PT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/30/4f30a5209a663a5dbcbdbb7760a4de64f94eb1a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="76.65" OriginalAmount="75.89" 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 30/12/2025" HotelFacility="Bar,Central Heating,Fax,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16-18 &amp; 24 Penywern Road, Earls Court, SW5 9ST London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2e/f42ee5357248313cd87a8a168b6f4022110a7f2d.jpeg</HotelPictures>
        <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="16" TotalAmount="76.71" OriginalAmount="75.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.531986" Longitude="-0.061487" StarRating="4" HotelCode="78710|683325" HotelName="Mama Shelter Shoreditch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>437 Hackney Road, London E2 8PP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/d8/1fd82be30cdffd847d1feea17cce306940df3add.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within easy reach of the city's financial district and Liverpool Street railway...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52545072" Longitude="-0.12598619" StarRating="3" HotelCode="442191|200129" HotelName="Albany Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>34 Tavistock Place, situated just north of Russell Square, Bloomsbury, United Kingdom, London WC1H 9RE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/f3/80f3147b94168747095ef335864abb3241a82926.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501155683026" Longitude="-0.093609997519746" StarRating="3" HotelCode="151561|396617" HotelName="CitySpace. Borough" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>200 Borough High Street, London SE1 1JX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/2d/052d11e547e24b1796ab10b4dd787605d4c7a0de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is CitySpace. Borough.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.66497113" Longitude="-0.04434452" StarRating="2.5" HotelCode="519888|488459" HotelName="Dharma Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>446 Hertford Road, Enfield, London EN3 5QH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/bb/91bb7c2444fd1a88c09106d3de77d904bb84dfea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" 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="76.76" OriginalAmount="76" 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="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43-45 Belgrave Road, Victoria, London SW1V 2BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2e/f42e8c6423b7ba296f693680f6d36fc80d11f8ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lidos Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" 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="76.76" OriginalAmount="76" 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="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.504463" Longitude="-0.21912900000007" StarRating="4" HotelCode="284371|199919" HotelName="W12 Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Uxbridge Road, Shepherd's Bush, London, W12 8LP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/8d/618ddd54de496f2b4b07fc110621b150caa01a22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Shepherd's Bush. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" 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="Free CXL until 31/12/2025" 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="76.76" OriginalAmount="76.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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="76.76" OriginalAmount="76.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="76.76" OriginalAmount="76.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="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.41856017" Longitude="-0.3015134" StarRating="0" HotelCode="499281|the_queens_head_8" HotelName="The Queen's Head" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Central Heating,Garden,Internet,LCD/Projector,Luggage Storage,Pets allowed,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>144 Richmond Road, KT2 5HA Kingston Upon Thames, Surrey</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/ba/e8bad06faa1747af36a0f2b784eb458e9112de2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Queen's Head in Kingston Upon Thames, you'll be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.92" OriginalAmount="76.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517472553179" Longitude="-0.13051360845566" StarRating="3" HotelCode="17889|33354" HotelName="St Giles London - A St Giles Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bedford Avenue, London WC1B 3GH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c0/6a/c06ac30ec990e6d74d3479f9e0ddd410a68ae657.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of the West End. A variety of shopping areas, including...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="77.04" OriginalAmount="76.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514864" Longitude="-0.172657" StarRating="2" HotelCode="94561|314809" HotelName="Europa House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>151 Sussex Gardens, Hyde Park, London W2 2RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/9e/0a9e5f14daef0215774c442cfe3f27a98614ea51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.10" OriginalAmount="76.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511726402961" Longitude="-0.18296286463737" StarRating="1.5" HotelCode="37204|1486518" HotelName="Smart Hyde Park View Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Leinster Terrace, London W2 3EU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/d5/e8d5a287021955e1a34d30063c24ffc63c8aeca2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 100 metres from Hyde Park in London, the hostel is a 5-minute walk from Queensway Underground S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="77.18" OriginalAmount="76.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512047739136" Longitude="-0.18657982349396" StarRating="3" HotelCode="10844|14550" HotelName="Berjaya Eden Park London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35-39 Inverness Terrace, Bayswater, London W2 3JS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/72/c5722bc14a5ec98f108ac61d8c6610efedc78b17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel was renovated in 2009 and is located in Bayswater, just a short walk from Hyd...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="77.20" OriginalAmount="76.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.496651102955" Longitude="-0.20635843276978" StarRating="4" HotelCode="31270|CAF398900" HotelName="Hilton London Olympia" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>380 Kensington High Street, W14 8NL London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/2d/0b2d40d38427e833bf83b9d5e33b2f7ef0aa50be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated on bustling and fashionable Kensington High Street, a 5-minute walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.30" OriginalAmount="76.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512574" Longitude="-0.180237" StarRating="4" HotelCode="34458|1550588" HotelName="Signature Townhouse Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Lancaster Gate, London W2 3NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/62/eb621db6b386a802765a69e25eec065160ee609d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Signature Townhouse Hyde Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.67" OriginalAmount="76.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513891" Longitude="-0.178426" StarRating="2.5" HotelCode="35455|385895" HotelName="Prince William" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42-44 Gloucester Terrace, London W2 3DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f3/42f3669e239e8d3f669311d3815abba24e4794e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paddington. Hyde Park is just a stone's throw away. There are scores of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.69" OriginalAmount="76.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491717811242" Longitude="-0.14166750062907" StarRating="3" HotelCode="114632|219936" HotelName="Best Western Victoria Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60-64 Warwick Way, Victoria, London SW1V 1SA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/a9/a2a9bdf2c85c7d79e86f23b97d8eb924cfd86cf2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.77" OriginalAmount="77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4850475" Longitude="-0.4422486" StarRating="2" HotelCode="199581|75094" HotelName="Apple House Guest House Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 West End Lane, Harlington, Hayes, Greater London UB3 5LY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/b2/9cb25d50a51334ada0e4c52d6906b2005bc5d8dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Apple House Guest House Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.77" OriginalAmount="77" 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="27" TotalAmount="77.77" OriginalAmount="77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52725621" Longitude="-0.07683533" StarRating="3" HotelCode="420339|444289" HotelName="Shoreditch Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,LCD/Projector,Luggage Storage,Restaurant,Spa,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>1 Austin Street, London E2 7NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/8d/708d5fc2aaaf7dc1c3d31828326a7dd056839ba3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.77" OriginalAmount="77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.537449" Longitude="-0.00239" StarRating="4" HotelCode="209781|37165" HotelName="The Westbridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>335-337 High Street, London E15 2TF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/13/ca134dd94bc5c68cd2456dc6f4689ace4e9108e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.477034361075" Longitude="-0.40484860034815" StarRating="3" HotelCode="405602|london_plus_heathrow" HotelName="London Plus Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Woodfield Road, Hounslow, Greater London TW4 6LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/4f/8f4fdddea4e9d5663de7da3b3a785c9effff9998.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.88" OriginalAmount="77.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.480574457705" Longitude="-0.4460181031023" StarRating="4" HotelCode="28981|344475" HotelName="Renaissance London Heathrow Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="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="16" TotalAmount="78.06" OriginalAmount="77.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.317214109357" Longitude="-0.12298464775085" StarRating="4" HotelCode="35640|382535" HotelName="Coulsdon Manor Hotel and Golf Club" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coulsdon Court Road, Old Coulsdon, Coulsdon, Surrey CR5 2LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/ac/80ac1ca3b378abadd22990b76328493637703e50.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This country house hotel enjoys a secluded location amidst picturesque landscaped parklands that fea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="78.29" OriginalAmount="77.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.481309398602" Longitude="-0.18987625837326" StarRating="4" HotelCode="14859|1079140" HotelName="Millennium &amp; Copthorne Hotels at Chelsea Football Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stamford Bridge, Fulham Road, Chelsea, London SW6 1HS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d8/08d843c720ce1bd5e7569f9925821010601f556f.JPEG</HotelPictures>
        <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="12" TotalAmount="78.41" OriginalAmount="77.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508275026069" Longitude="0.035791397094727" StarRating="4" HotelCode="175055|1531675" HotelName="Aloft London Excel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" 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="12" TotalAmount="78.42" OriginalAmount="77.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52873437" Longitude="-0.11862456" StarRating="4" HotelCode="540879|36608112" HotelName="The House of Toby" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>61-65 Swinton Street, Kings Cross, London WC1X 9NT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/37/ed37f6799af6eebfda6533fb6708cccdd5194e62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.78" OriginalAmount="78" 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="27" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49457" Longitude="-0.186061" StarRating="4" HotelCode="409521|45329" HotelName="Ashburn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Cromwell Road, London SW7 4DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/5a/165a0b0aa95595d5e49de785fff329128987382f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Kensingtion, close to major attractions such as Harrods and Hyde Park. Tube ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514761" Longitude="-0.164836" StarRating="3" HotelCode="94549|200230" HotelName="Griffin House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 Connaught Street, Hyde Park, London W2 2AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/13/4c131d2022713b5fab1031b82665db8a4d0e1b29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Griffin House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="151563|199493" HotelName="London Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>167 Horn Lane, Acton, London W3 6PP, Greater London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/4d/f64d3640d1d5698347703595f9e24ed34ebc03ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London, approximately 7.3 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.78" OriginalAmount="78" 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="27" TotalAmount="78.78" OriginalAmount="78" 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="78.78" OriginalAmount="78" 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 01/01/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="78.78" OriginalAmount="78" 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 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>Whalebone Lane North, Chadwell Heath, Romford, Greater London RM6 6QU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/28/272811fa7521c7c6dddd9d44c2f7979e36eb751b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.78" OriginalAmount="78" 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,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Stamford Bridge, Fulham Road, Chelsea, London SW6 1HS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/5/3/6/0/0/3/7/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.79" OriginalAmount="78.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492212" Longitude="-0.1944" StarRating="3" HotelCode="17039|1550828" HotelName="Rushmore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Trebovir Road, London SW5 9LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/86/6f86715cc1b128ef4cfcd4ad3dd6f8c887404f77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="78.79" OriginalAmount="78.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521031767128" Longitude="-0.26280011190261" StarRating="3" HotelCode="34468|2511612" HotelName="Holiday Inn London - West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Portal Way, Gypsy Corner/A40, London W3 6RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/79/14796ee2a6c0b6eb62743a87d9bad903a7b6c066.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in North Acton, about a 30 minute drive to the city centre. From the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.23" OriginalAmount="78.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512464" Longitude="-0.178238" StarRating="3" HotelCode="94569|606595" HotelName="Elysee Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25-26 Craven Terrace, London W2 3EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/9c/fa9c30aae98afb38341e418b0120a458998f62f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hotel is just a few steps from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.31" OriginalAmount="78.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513991" Longitude="-0.189569" StarRating="3" HotelCode="21204|384875" HotelName="London House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Kensington Gardens Square, Bayswater, West London W2 4DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/c6/f1c69f234e5ae80065f9818a4e02ef73b25baa57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on a quiet and charming street in the Bayswater area, just a short dista...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.32" OriginalAmount="78.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51552929061" Longitude="-0.17210939762265" StarRating="3" HotelCode="94554|1061858" HotelName="Admiral" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>143 Sussex Gardens, Hyde Park, London W22RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/9b/ef9b685da9575206b3fe1be2e6334f160b102289.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="79.49" OriginalAmount="78.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498497905328" Longitude="-0.19086867570877" StarRating="4" HotelCode="24570|1063699" HotelName="Copthorne Tara Hotel London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Scarsdale Place, Kensington, London W8 5SY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/d2/8cd25e8852650b2cf553639c220c04eda8806059.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated on High Street Kensington. Plenty of tourist attractions, like the Vi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="79.67" OriginalAmount="78.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.56599406" Longitude="-0.10226167" StarRating="3" HotelCode="325741|5586545" HotelName="Queens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" 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="8" TotalAmount="79.79" OriginalAmount="79.00" 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 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Euston Road, London NW1 2SA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/60/0260113051c04a4b198b93f7ade8dea38604d2af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.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="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>469-475 The Highway, London E1W 3HN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/20/75204585767ff7a2786a788f3aae7464d873061f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of London's Docklands and thus offers an ideal starting point for ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.42" OriginalAmount="79.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491939" Longitude="-0.141855" StarRating="2" HotelCode="147016|830005" HotelName="Dover" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42-44 Belgrave Road, Victoria, London SW1V 1RG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/31/5731c94fe9b64be329bdeadde3072285d678eb5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just 5 minutes' walking distance from the Victoria rail and underground statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="80.71" OriginalAmount="79.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52850556374" Longitude="-0.12211350019072" StarRating="2" HotelCode="334178|440302" HotelName="The Angus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>31-32 Argyle Square, Kings Cross, London WC1H 8AP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/6a/fb6a3c107b73ac651023dd9070c3445028de9c7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Angus Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.80" OriginalAmount="80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.481009629761" Longitude="-0.46171178772124" StarRating="4" HotelCode="779886|405705" HotelName="Staybridge Suites London - Heathrow Bath Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>276a Bath Road, West Drayton UB7 0DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/bf/b8bf9a8f4ab148f9ec8386251b9fe1b32701bba1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50383958" Longitude="-0.09479968" StarRating="0" HotelCode="960920|publove_the_rose_crown" HotelName="PubLove @ The Rose &amp; Crown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Union Street, Southwark, London SE1 1SG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/39/a4395c184c82bf0c3278579d9c52ae270f5a78f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.659825570133" Longitude="-0.087507771426431" StarRating="2" HotelCode="79665|holtwhites_hotel" HotelName="Holtwhites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>92-94 Chase Side, London Borough of Enfield, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/44/bb445d2031d903b9a6e021ca4f93c49100ea28f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.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="16" TotalAmount="80.84" OriginalAmount="80.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510877563772" Longitude="-0.18519580364227" StarRating="3" HotelCode="47647|56534" HotelName="Comfort Inn Hyde Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Queensborough Terrace, London W2 3SU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/da/72dadc1e49454fdf6df1d4ae1c4f0e8c213c7f6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.28" OriginalAmount="80.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516444391893" Longitude="-0.17091438174248" StarRating="3" HotelCode="25448|297985" HotelName="Orchard Paddington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" 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="16" TotalAmount="81.43" OriginalAmount="80.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491010044337" Longitude="-0.18083989620209" StarRating="4" HotelCode="35442|2332045" HotelName="Roland House Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 Old Brompton Road, London SW7 3RX, South Kensington</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/91/ab91eb887ee0583ba507762e0346a139b6a00a6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The attractive apartment complex is centrally located in the shopping district of Knightsbridge, jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="81.51" OriginalAmount="80.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51768232" Longitude="-0.0626603" StarRating="4" HotelCode="614800|52457125" HotelName="New Road Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Bicycle Rental,Conference Hall,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103-107 New Road, London E1 1HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b0/47/b047d6821be7a7c78596d32a5a43e401fa74509b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of London, this urban hotel is ideal for guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.81" OriginalAmount="81" 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="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51198193" Longitude="-0.0892075" StarRating="3" HotelCode="986329|405413" HotelName="Hub by Premier Inn London City Bank" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>St Swithins Lane, London EC4N 8AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/a4/c9a49427683b251e2da334c8bc1567bd8926f03f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.81" OriginalAmount="81" 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="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49210151" Longitude="0.00813078" StarRating="4" HotelCode="986307|425754" HotelName="Radisson Red London Greenwich The O2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>228 Tunnel Avenue, London SE10 0PL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/1d/e91d276537e6321789a1f9b9bed89205ad357aa4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513519900158" Longitude="-0.12964480244671" StarRating="3" HotelCode="199824|444282" HotelName="Z Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Bar,Designated Smoking Area,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Moor Street, London W1D 5AP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/12/30120a9f8ee270b26e59c96af1ab088f1584c0a6.jpeg</HotelPictures>
        <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="8" TotalAmount="81.99" OriginalAmount="81.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.55014165" Longitude="-0.07505637" StarRating="3.5" HotelCode="986332|883045" HotelName="Kingsland Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>130 Kingsland High Street, Dalston, London E8 2LQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/e6/92e657ec07bc14e82b3d3a69590449db3094a156.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.05" OriginalAmount="81.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54990112696" Longitude="-0.18099009990692" StarRating="3" HotelCode="35169|1628998" HotelName="Quality Hampstead" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Frognal, Hampstead, London NW3 6AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/3d/3e3db05e366b7f9961ed156596cdc9557db9fedf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Hampstead and affords fabulous views out over the park. Coun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.76" OriginalAmount="81.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492114" Longitude="-0.141617" StarRating="2" HotelCode="36443|2543245" HotelName="Stanley House" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19/21 Belgrave Road, Victoria, London SW1V 1RB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/85/58858681653a4eef7bb5aa1ff0a1ab4a543d64bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.81" OriginalAmount="81.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.483290448835" Longitude="-0.48135727643967" StarRating="4" HotelCode="28975|32344" HotelName="Sheraton Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Heathrow Airport, Colnbrook Bypass, West Drayton UB7 0HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/9c/d49c36258867130339dbb992c174086f563f166d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable airport hotel is located approximately 5 minutes from London Heathrow Airport as we...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50716071124" Longitude="-0.025383423278754" StarRating="2.5" HotelCode="307983|54072" HotelName="Point A Hotel, London Canary Wharf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Hertsmere Road West, E14 4AS London, Canary Wharf</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/6a/e86a6583b18b5d0d72b63addf942796df6f94dc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" 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 01/01/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="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.55355" Longitude="-0.21201799999994" StarRating="3" HotelCode="296644|200486" HotelName="The Windmill Gastropub" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Cricklewood Broadway, Cricklewood NW2 3JX, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/46/6e462d7578935d1f5aa12667229f9910956b5ebf.jpeg</HotelPictures>
        <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="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.57347226" Longitude="0.01757071" StarRating="0" HotelCode="967231|494945" HotelName="Wanstead Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2B Lonsdale Road, Wanstead, London E11 2PH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/37000000/36510000/36502800/36502755/7a90f2d8_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.62269825" Longitude="-0.27793154" StarRating="0" HotelCode="785809|edgware_bb" HotelName="Edgware Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>130 Edgwarebury Lane, Edgware  HA8 8NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/97/e9970dac52ad8004e4ff87bb41f776ecf5e34e06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.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="12" TotalAmount="82.86" OriginalAmount="82.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51629561402" Longitude="-0.17123663310053" StarRating="3" HotelCode="36434|1962514" HotelName="Belmont Hotel &amp; Astoria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" 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="12" TotalAmount="83.11" OriginalAmount="82.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510936" Longitude="-0.186224" StarRating="3" HotelCode="258581|64196615" HotelName="Jones" Meals="ROOM ONLY,BUFFET STYLE BREAKFAST AT HOTEL,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inverness Terrace, Bayswater, London W2 3JP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/15/9d15c632823c4d70842dd123d750339629b3ab39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="83.13" OriginalAmount="82.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493301286729" Longitude="-0.18310904502869" StarRating="4" HotelCode="44236|1103384" HotelName="Millennium Gloucester Hotel London Kensington" 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,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-18 Harrington Gardens, London SW7 4LH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e9/a3/e9a3bd74d016afd62a1db8d1dd10493ff0208d26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is less than a minute's walk from Gloucester Road underground station, with connections to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.32" OriginalAmount="82.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.471354" Longitude="-0.137138" StarRating="3" HotelCode="114531|2543215" HotelName="Chelsea Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>372 Wandsworth Road, London, SW8 4TE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/c9/26c9e804c7a7224d03b22a444a7e7c37bd2c905b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.35" OriginalAmount="82.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.489985" Longitude="-0.097705" StarRating="3" HotelCode="97064|2169605" HotelName="Eurotraveller Hotel Express @ E&amp;C" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Amelia Street, Walworth, London SE17 3PY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/da/c4dacf0349569b000ec15f7a729ddd0d793a2715.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This high end hotel is ideally situated in central London's South east area, close to many of London...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.53" OriginalAmount="82.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.455103" Longitude="-0.339707" StarRating="4" HotelCode="141807|385045" HotelName="London Marriott Hotel Twickenham" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>198 Whitton Road, Twickenham TW2 7BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/202697/a_202697_D1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located in the south stand of Twickenham Rugby Stadium, London. Guests are ab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516329" Longitude="-0.171174" StarRating="3" HotelCode="510433|62376" HotelName="Astoria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>100 Sussex Gardens, Paddington, London, Greater London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/79/2d7936df1b224894f2aba6dcba2a3153c632e594.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service is among the facilities. Wireless internet access is available to guests i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51339" Longitude="-0.192298" StarRating="3" HotelCode="15788|45005" HotelName="Pembridge Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Prince’s Square, W2 4PX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/67/6c671d43959706ba27b5b83c8957da5c4dfe9d6f.jpeg</HotelPictures>
        <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="16" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51344" Longitude="-0.189912" StarRating="2" HotelCode="63779|385495" HotelName="Kensington Gardens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Kensington Gardens Square, London W2 4BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/cc/3acc1ea694acdce2d62e72d3b42f5457203c242b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the tranquility of Kensington Gardens Square, it is hard to believe that you are only mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.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="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.530398230437" Longitude="-0.12223531523045" StarRating="2.5" HotelCode="145537|carlton_hotel_11" HotelName="Carlton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Birkenhead Street, London WC1H 8BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/19/b819cea78e68b106c22777d2654cf0b1d7326406.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="84.02" OriginalAmount="83.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52183" Longitude="-0.132131" StarRating="3" HotelCode="114661|62235067" HotelName="Cavendish" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>75 Gower Street, Bloomsbury, London WC1E 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/a6/50a6c14fb19383f4f1441d439dcd5ff66860bc59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests of the hotel can reach various storeys easily and comfortably by lift. Services and facilitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.07" OriginalAmount="83.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.419341" Longitude="-0.195034" StarRating="3" HotelCode="115492|1080978" HotelName="Antoinette Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>249-263 The Broadway, Wimbledon, London SW19 1SD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/b6/52b69d42b218b69221bc265ba7831de49eff6fcf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Antoinette Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="84.48" OriginalAmount="83.64" 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 18/12/2025" HotelFacility="24 Hour Front Desk,Elevator,Internet,Luggage Storage,Parking,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>156/157 Sussex Gardens, London W2 1UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/ef/c1ef9d6729eb89ef31e80009619015ef66f570f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Balmoral House Hotel, you'll be centrally located i...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="84.53" OriginalAmount="83.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513909730137" Longitude="-0.17549104662703" StarRating="2" HotelCode="61842|592363" HotelName="Lancaster Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>202-204 Sussex Gardens, Paddington, London W2 3UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/2c/e52c7cc021858f1ec4543dc04f674fafe7f5f7fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="84.77" OriginalAmount="83.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.474348" Longitude="-0.019471" StarRating="4" HotelCode="199793|2902197" HotelName="DoubleTree by Hilton London Greenwich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Catherine Grove, Greenwich, London SE10 8BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/b4/c2b42f791aa044875d3184a875519ff53e6cb8a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just 10 minutes’ walk from the historic ship The Cutty Sark and the National Maritime M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="84.83" OriginalAmount="83.99" 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 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>28 Great Tower Street, London EC3R 5AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/a3/60a3ab482b7cf69d9cd45040e7acc32c0aa1c3bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.533759" Longitude="-0.29564800000003" StarRating="3" HotelCode="61558|455943" HotelName="Fox &amp; Goose" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hanger Lane, Ealing, London W5 1DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/ba/ecba90f9e8eb54d8152b91a7c80df49e5c4467b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Fox &amp; Goose.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.84" OriginalAmount="84" 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 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>50 Wharfdale Road, Kings Cross, London N1 9FA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/93/2b931ceb6fd777c852d5d663232d157fbf6bb3f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.84" OriginalAmount="84" 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="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5287" Longitude="-0.049052999999958" StarRating="3" HotelCode="309866|199531" HotelName="Plaza London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>115A-117A Roman Road, Bethnal Green, London E2 0QN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/ed/5aedb2ed64a4df42bf0f2e1844a6f668d8dddc2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514035799833" Longitude="0.031639337539673" StarRating="3" HotelCode="189757|200664" HotelName="Prince Regent Excel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>361-363 Prince Regent Lane, London E16 3JP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/d8/bcd84ef059696013dec574b5e92777f3eeaddc63.jpeg</HotelPictures>
        <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="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492615" Longitude="-0.186329" StarRating="2" HotelCode="902781|55838" HotelName="St Simeon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>38 Harrington Gardens, London SW7 4LT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/28/422836b23d5202a42da72c1e52517f93127dd9af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is superbly situated in the centre of London, in the heart of the fashionable and exclusi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.457525838165" Longitude="-0.20607835910801" StarRating="3" HotelCode="77360|the_lodge_hotel" HotelName="The Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Upper Richmond Road, Putney, London SW15 2RN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/c7/bac7fe3d5a015e81ddd2355e9eda1fe3e8954518.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.89" OriginalAmount="84.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="144955|4277575" HotelName="Blades B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Belgrave Road, Victoria, London SW1V 2BL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/a3/e0a37568313ebb93a413cc1c55c5c53da3b9b50b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Blades B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="85.37" OriginalAmount="84.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514726008844" Longitude="-0.057320147752762" StarRating="4" HotelCode="175781|1650636" HotelName="Holiday Inn London - Whitechapel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Cavell Street, London E1 2BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/27/99276d73b2f79dd9eeb1b9cdee9910f3d62ecc25.jpeg</HotelPictures>
        <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="1" TotalAmount="85.38" OriginalAmount="84.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.504934" Longitude="-0.21454" StarRating="4" HotelCode="259330|CAF399000" HotelName="Hilton London Kensington" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>179-199 Holland Park Avenue, London W11 4UL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/0f/080f88ed357dd0ed31b4bb63c0570f7867ea7df9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, top-class hotel is situated in a central location at the heart of the London district ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.40" OriginalAmount="84.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.544577" Longitude="-0.172655" StarRating="3.5" HotelCode="18450|219716" HotelName="Best Western Swiss Cottage Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Adamson Road, Swiss Cottage, London NW3 3HP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/b3/aab3384856c8c6b69535db6beb610a1b77693be9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.61" OriginalAmount="84.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.416709254573" Longitude="0.0022007055225686" StarRating="3" HotelCode="77032|1615108" HotelName="The Bromley Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bromley Hill, Bromley  BR1 4JD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/ce/5dce6e92843677479cd64e6a8e447259527aad0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bromley Court Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.65" OriginalAmount="84.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49200704953" Longitude="-0.21974265575409" StarRating="4" HotelCode="25549|7546" HotelName="Novotel London West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Shortlands, Hammersmith International Centre, Hammersmith, London W6 8DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/3b/023bc796984c8b4a5de5bc60ee5ef37292b8c189.JPEG</HotelPictures>
        <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="12" TotalAmount="85.66" OriginalAmount="84.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493458665009" Longitude="-0.19224969023037" StarRating="3" HotelCode="12281|2119942" HotelName="ibis Styles London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15-25 Hogarth Road, Earls Court, London SW5 0QJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/c1/3bc1ad5d210b3e92752bb53972530fd78008000c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the cosmopolitan heart of Kensington, close to Earls Court and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.78" OriginalAmount="84.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513829653155" Longitude="-0.17890870571136" StarRating="3" HotelCode="11241|278045" HotelName="Brunel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,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="8" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3.5" HotelCode="534048|575942" HotelName="Best Western Plus Vauxhall Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>152 Old South Lambeth Road, Vauxhall, London SW8 1XX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/61/93611953e33470ece72dcea8a81584a6a761a674.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.85" OriginalAmount="85" 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="16" TotalAmount="86.59" OriginalAmount="85.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493872409395" Longitude="-0.18573492765427" StarRating="3" HotelCode="94548|238136" HotelName="The Villa Kensington Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-11 Ashburn Gardens, London SW7 4DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/eb/04eb4b0e0eaafd24e0ca4b9cf9df015e49f2e361.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in one of London's quiet residential streets, Ashburn Gardens, this hotel is a 2-minute walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.61" OriginalAmount="85.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495701790701" Longitude="-0.19507437944412" StarRating="3" HotelCode="14175|281485" HotelName="London Lodge Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134-136 Lexham Gardens, Kensington, London W8 6JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/79/d079cbc96beb8685a623a5ccecb64be473201e73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Victorian Kensington, one of the finest areas of London, and is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.77" OriginalAmount="85.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516322546566" Longitude="-0.1719805598259" StarRating="3" HotelCode="15202|493145" HotelName="Norfolk Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Norfolk Place, Paddington, W2 1QW London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/c6/f5c61d0778b2fa3eadb4523867828d1b42e8b768.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Victorian style hotel is located near Oxford Street in London's West End. Paddington undergroun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.82" OriginalAmount="85.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512506" Longitude="-0.186734" StarRating="4" HotelCode="13656|32824" HotelName="La Suite West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41-51 Inverness Terrace, Hyde Park, London W2 3JN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/7f/087f9704f83163aa62b0825c3b685115fbbb821a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.39361743" Longitude="0.0448959" StarRating="0" HotelCode="663159|491709" HotelName="Glendevon House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>80 Southborough Road, Bickley, Bromley, Kent BR1 2EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/88/e788d2b83cff1ba587e61668a25f9710f7bb4bcd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="901532|408383" HotelName="Oliver" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Elevator,Garden,Internet,Luggage Storage,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>198 Cromwell Road, Earls Court, London SW5 0SN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/83/08835cb9dfb26cb43dc87b22d8e6a74320c23df2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Oliver.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.504927138539" Longitude="-0.10474718440867" StarRating="3" HotelCode="213140|31892" HotelName="ibis London Blackfriars Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>49 Blackfriars road, London SE1 8NZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/3c/1c3c18e546b00e8828c8c3fa640d63f05d3848cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.86" OriginalAmount="86" 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 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>104 Coombe Road, Croydon, Surrey CR0 5RB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/cb/8ecb78e2c01cd1be6f20cb65989f44c10c7276ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.86" OriginalAmount="86" 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="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49273767182" Longitude="-0.22999942302704" StarRating="3.5" HotelCode="169979|24795" HotelName="Seraphine Hammersmith Hotel, Sure Hotel Collection by Best Western" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84 King Street, Hammersmith, London  W6 0QW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/0f/070fcf6eeec279c39818e454c6671d2f05b765a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 500 m from Hammersmith underground station and Hammersmith Apollo. Pubs a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523264" Longitude="-0.160131" StarRating="2" HotelCode="94585|345135" HotelName="Somerset" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Gloucester Place 6 Dorset Square, London, Baker Street</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/69/1c69ab942cf3eb70b5108d4b15be7442a0d72845.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the quiet Dorset square and is just a couple of minutes’ walk from Baker Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="87.26" OriginalAmount="86.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513282984369" Longitude="-0.043230503797531" StarRating="4" HotelCode="96722|8110025" HotelName="Marlin Limehouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Airport Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" 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="8" TotalAmount="87.44" OriginalAmount="86.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.503764" Longitude="-0.091196" StarRating="2" HotelCode="65658|314074" HotelName="St Christopher's at The Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Central Heating,Concierge,Designated Smoking Area,Internet,Laundry,Lounge,Luggage Storage,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>121 Borough High Street, Southwark, London SE1 1HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/c6/5ac63159157d7c1140226cd2290d46b9f742fc90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hostel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.50" OriginalAmount="86.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513184499829" Longitude="-0.17912462353706" StarRating="3" HotelCode="38342|1062178" HotelName="Lancaster Hall Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Craven Terrace, London W2 3EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/54/5854eed36777c13c9b4019c166864e14778d4ea3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.51" OriginalAmount="86.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525212129347" Longitude="-0.12637577911585" StarRating="1.5" HotelCode="114418|2543225" HotelName="St Athans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Tavistock Place, Russell Square, London WC1H 9RE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/30/863006bd442ff38fa140c9ebfcc14f126e502c0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.36050953" Longitude="-0.19032467" StarRating="0" HotelCode="986334|511112" HotelName="Aparthotel Adagio London Sutton Point" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sutton Court Road, Sutton, London SM1 4FS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/34/9234cf52b6bf41df4e298c147a3ef0d2223068f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.87" OriginalAmount="87" 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="Free CXL until 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>21 Tothill Street, Westminster, London SW1H 9LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.87" OriginalAmount="87" 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="Free CXL until 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 Dacre Street, Westminster, London SW1H 0DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/a6/faa6293711430747fa649b5f477d7241d487506b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.561469" Longitude="-0.27925099999993" StarRating="4" HotelCode="298481|80496" HotelName="Novotel London Wembley" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Olympic Way, Wembley, London HA9 0NP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/35/a33547fe6d895332b34e580abbcff8f0554d5ac3.jpeg</HotelPictures>
        <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="87.87" OriginalAmount="87.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="63" TotalAmount="87.87" OriginalAmount="87.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 23/12/2025" 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="87.87" OriginalAmount="87.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="16" TotalAmount="87.89" OriginalAmount="87.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511430938607" Longitude="-0.17967984080315" StarRating="2" HotelCode="36439|382315" HotelName="Columbia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95-99 Lancaster Gate, London W2 3NS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/af/62af5c7f51064bf16d86be20b45a267ace0b3d64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the corner of Bayswater Road and Lancaster Gate on the north side of Hyde P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="88.29" OriginalAmount="87.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.503914626013" Longitude="-0.22438322453695" StarRating="4" HotelCode="284152|1743523" HotelName="Dorsett Shepherds Bush" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Shepherds Bush Green, London W12 8QE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/6a/5d6a66bfafd136eaba53bf8d2675afa3b5c9ad96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="88.34" OriginalAmount="87.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511294890817" Longitude="-0.29053151607513" StarRating="4" HotelCode="22116|CAQ293000" HotelName="DoubleTree by Hilton Hotel London - Ealing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-8 Hanger Lane, Ealing W5 3HN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/e1/50e10982588914196993a6c5b3c9c78bb57e4f36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is close to Westfield Shopping Centre, Wembley Stadium, Park Royal and Chiswick Business P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.48" OriginalAmount="87.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515738196911" Longitude="-0.17375903115073" StarRating="3" HotelCode="114281|4301855" HotelName="Tudor Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-12 Norfolk Square, London W2 1RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/ae/33ae283f39fcc1bbc9d050ec1389ce2e1fda02bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.55" OriginalAmount="87.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52754499" Longitude="-0.28598678" StarRating="4" HotelCode="986085|749271" HotelName="Hampton by Hilton London Park Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Western Avenue, Park Royal, Greater London, London W5 3BQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/56/c8566a9697d0f7d974724ab6f61e0ddc8bd5344c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.66" OriginalAmount="87.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526437937036" Longitude="-0.12955605983734" StarRating="2" HotelCode="26975|228126" HotelName="The County Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-11 Upper Woburn Place, London WC1H 0JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/c0/c0d7723d847705a1/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is situated at the heart of London, within walking distance of Euston and King's C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.67" OriginalAmount="87.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49159962976" Longitude="-0.19546241104513" StarRating="3" HotelCode="15386|1062258" HotelName="Oliver Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Trebovir Road, Earls Court, London SW5 9NF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/f6/a4f6bce08245766a730cd088e298329e2b152327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.77" OriginalAmount="87.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515937" Longitude="-0.171949" StarRating="3" HotelCode="13655|95492" HotelName="The Gresham Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>116 Sussex Gardens, London, Greater London W2 1UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/d8/c7d8fd2277a0eb38909ae4d6213db740ff770110.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This impressive Neo-Georgian style building in Central London is perfectly located for guests who wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.469554" Longitude="-0.36766899999998" StarRating="3" HotelCode="297004|169510" HotelName="Homestay Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Bulstrode Road, Hounslow, Middlesex TW3 3AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/43/4443fb32273b4f5c5ef144010019e4ea14237aea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hounslow. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.88" OriginalAmount="88" 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="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.42399435" Longitude="-0.20501245" StarRating="0" HotelCode="887815|compton_guest_house_2" HotelName="Compton Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Compton Road, Wimbledon, London SW19 7QA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/14/43/1443c58305ed03ffe5fb581ca4d3675f76ba8ccb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="89.22" OriginalAmount="88.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.468317690451" Longitude="-0.41878938674927" StarRating="3" HotelCode="370530|1099905" HotelName="Hilton Garden Inn London Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Eastern Perimeter Road, Hatton Cross, London, Heathrow TW6 2SQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/zz/7c/ad7c4935cf98aab9ca9304490340ef5bb4429d36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within 5 minutes' walk from Hatton Cross on the Piccadilly Line. The hotel is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.45" OriginalAmount="88.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51119" Longitude="-0.069877" StarRating="3" HotelCode="58829|1486638" HotelName="Travelodge London Central Aldgate East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6-13 Chamber Street, London E1 8BL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/20/1420d0e172ed5b53bfe6e16201dbc78e0fa188ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.45" OriginalAmount="88.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490792372379" Longitude="-0.19351391413733" StarRating="4" HotelCode="94566|219746" HotelName="BEST WESTERN The Boltons Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19-21 Penywern Road, Earls Court, London SW5 9TT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/7c/9c7ce6ca660417c14299a32fe9191df792ca8c13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.45" OriginalAmount="88.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510989" Longitude="-0.074045" StarRating="3" HotelCode="137293|1486698" HotelName="Travelodge London Central Tower Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Goodmans Yard, Lloyds Court Business Centre, London E1 8AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/57/8357825ac4b23858f524a4e20506bb56dd60880d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.54" OriginalAmount="88.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523558" Longitude="-0.127674" StarRating="3" HotelCode="17453|33284" HotelName="The Royal National Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-51 Bedford Way, London WC1H 0DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/55/34/5534128151e55dae31ad2c9ec8edc15a24bc1294.jpeg</HotelPictures>
        <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="12" TotalAmount="89.61" OriginalAmount="88.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52703066" Longitude="-0.13743933" StarRating="3" HotelCode="447494|5815891" HotelName="Studios 2 Let North Gower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Internet,Laundry,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>192 North Gower Street, London NW1 2LY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/21/012199850a262729e4458669b72a23d934afbcaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.77" OriginalAmount="88.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513428206946" Longitude="-0.19193217158318" StarRating="3" HotelCode="16526|386025" HotelName="Reem" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50-51 Prince's Square, London W2 4PX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/b6/c6b6be513b952ecb8749d4ff117208b8fd5b1cca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel offers a fabulous location just a short walk from a wide selection of shopping and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.89" OriginalAmount="89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51264547" Longitude="-0.1749701" StarRating="3" HotelCode="519932|456280" HotelName="Assaha Hyde Park Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>16 Westbourne Street, Westminster Borough, London W2 2TZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/7b/227b449e7cea4c65205f843f5eef6301cf03f975.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Assaha Hyde Park Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.89" OriginalAmount="89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493625257775" Longitude="-0.17535209655762" StarRating="3" HotelCode="189755|200145" HotelName="Brompton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Old Brompton Road, London SW7 3DL, South Kensington</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/d4/82d42121b69bbd2d42bfe3cb0b9e0891e0f224ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.89" OriginalAmount="89" 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="89.89" OriginalAmount="89.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51046977328" Longitude="-0.19061309325411" StarRating="4" HotelCode="258819|doubletree_by_hilton_london__hyde_park" HotelName="DoubleTree by Hilton Hotel London - Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Bayswater Road, London W2 4RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/67/3b/673b9b33ebfd82b478edfa35fd45aa3cfeb12047.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of the capital of England, with a view of Kensington Gardens and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.09" OriginalAmount="89.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.489897227411" Longitude="-0.13713241104506" StarRating="2.5" HotelCode="47807|216766" HotelName="Best Western Corona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="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="16" TotalAmount="90.13" OriginalAmount="89.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513297376958" Longitude="-0.18695681901431" StarRating="3" HotelCode="94592|1941655" HotelName="Imperial Court Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>77-79 Inverness Terrace, London W2 3JT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/05/4c05f177cb498bbc6203eb29f0a5f7f87c2eb80b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in London. The nearest airport is Imperial Court Studios.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="90.16" OriginalAmount="89.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494466367886" Longitude="-0.18739014599805" StarRating="3" HotelCode="387912|1106177" HotelName="K Hotel Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>131-137 Cromwell Road, Kensington, London SW7 4DW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/b3/22b37c3b9aa86b651def2c1b8ae3f19cdaf81e0e.JPEG</HotelPictures>
        <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="90.21" OriginalAmount="89.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="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Belgrave Road, Westminster Borough, London, Greater London SW1V 2BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/82/0f8241e4af01322716c5c9fdf374a4c25a5ed5b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.21" OriginalAmount="89.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490286761096" Longitude="-0.14034162223238" StarRating="4" HotelCode="145734|1918395" HotelName="Mornington Hotel London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Gloucester Street, London SW1V 2DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/65/72658ffd63c98e3cddd867125c0e90b3e3d5c863.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Mornington Hotel London Victoria.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490231" Longitude="-0.13759400000004" StarRating="1" HotelCode="293776|457961" HotelName="Astor Victoria Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 Belgrave Road, Victoria, London SW1V 2BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/9b/709bf6f0ce05819ba27db68fd3ce5e485c15782f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" 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="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492359419686" Longitude="-0.27853667736054" StarRating="4" HotelCode="387606|14333" HotelName="Clayton Hotel Chiswick" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>626 Chiswick High Road, London W4 5RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/9d/749ded77c3ae54f43c052e088c26abc83bec6710.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 20 minutes from central London, yet nestled in the tree-lined tranquillity of C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.48811062" Longitude="-0.47878204" StarRating="3" HotelCode="520462|491820" HotelName="Harmondsworth Hall" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Summerhouse Lane, Harmondsworth, England UB7 0BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/00/900049ab8fd28b2ca3f2336f4a58a209d85318d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494340824838" Longitude="-0.1144739985466" StarRating="2" HotelCode="189773|56823" HotelName="The London Waterloo Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>73 Lambeth Walk, London SE11 6DX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/42/bf427ed650544a615504d7b6c353a4d1cbf0eed1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.577558" Longitude="0.186787" StarRating="3" HotelCode="152962|93960" HotelName="Premier Inn London Romford Central" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mercury Gardens, Romford, Essex RM1 3EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/15/5915d0146caeb80c79546701e42beee1b6b50e27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.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="16" TotalAmount="90.92" OriginalAmount="90.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491633801396" Longitude="-0.19477397203445" StarRating="3" HotelCode="35170|468145" HotelName="Mayflower Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26-28 Trebovir Road, Earls Court, London SW5 9NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/8f/498fe05f86df3bf2a0574593c0a784a40e581cb4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superb hotel is near to the City. Knightsbridge and Chelsea, noted for their innumerable boutiq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.23" OriginalAmount="90.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524150987025" Longitude="-0.16093725644873" StarRating="3" HotelCode="101994|1632388" HotelName="Park Avenue Baker Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>173 Gloucester Place, NW1 6DX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/fa/d9fa4f76c5c6316b97e31172c7bab290adec29a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located a 2-minute walk from Baker Street station, 100 m away from the co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.46" OriginalAmount="90.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491502" Longitude="-0.142723" StarRating="2" HotelCode="94590|364915" HotelName="Enrico" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77-79 Warwick Way, Victoria, London SW1V 1QP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/60/c56077699cbdd69598388e940bd47ce2842e4ab1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is placed in one of the most convenient locations in the Victoria and Westminster neighbou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="91.57" OriginalAmount="90.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51755035" Longitude="-0.16405707" StarRating="3" HotelCode="586650|51721990" HotelName="The Duke Rooms London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>45 Harrowby Street, London W1H 5HT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/16/2e16bc77a8d7485ba2f77c4c51063aa8e779d97d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.617243" Longitude="-0.178919" StarRating="3" HotelCode="148739|490677" HotelName="Heatherbank Guest House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>25/29 Woodside Park Road, North Finchley, London N12 8RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/bb/33bbeee2f940aac3b941736c7f8cff0b21a727a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.91" OriginalAmount="91" 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="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.471743585025" Longitude="-0.38179372023774" StarRating="2" HotelCode="147716|456835" HotelName="The Firs Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>289 Bath Road, Hounslow, London TW3 3DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/c7/ddc755262088b73fd657d86dd8f2f6d23f6dedb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet area just a few hundred metres from Hounslow West underground statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.497008446685" Longitude="-0.22692561149597" StarRating="2.5" HotelCode="167350|200346" HotelName="Room 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>102 Hammersmith Grove, London W6 7HB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/e6/6ee657dfb6e47138ff8d722136a527403504698a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated along Hammersmith Grove only minutes from King Street, Hammersmith Broadway, Brook Green an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.91" OriginalAmount="91" 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="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52450206259" Longitude="-0.036753347638069" StarRating="2" HotelCode="394485|new_globe_hotel" HotelName="New Globe hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>359 Mile End Road, London E3 4QS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/11/da114dac0b3ff2ed226bd06adb1892a2aa9d2fbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is New Globe hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522165" Longitude="-0.108716" StarRating="4" HotelCode="437547|the_bryson_hotel" HotelName="The Bryson Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>124-132 Clerkenwell Road, London EC1R 5DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/e0/93e0f1b1f048688daee072d05fb483de85162acd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bryson Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4921138" Longitude="-0.14158237" StarRating="3" HotelCode="519461|the_beverley_hotel_london_victoria" HotelName="The Beverley Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13 Belgrave, Victoria, SW1V 1RB London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/1a/2f1a28c1148a0b783f6e56b530b5457e564589d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.36" OriginalAmount="91.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490945301892" Longitude="-0.14381694990095" StarRating="3" HotelCode="114417|2561995" HotelName="OYO Townhouse New England Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 St George's Drive, Pimlico, London SW1V 4BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ff/62/ff62a5b9a96e2e7113e0e14565deb0fbfed54152.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="92.43" OriginalAmount="91.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524433729464" Longitude="-0.12829542160034" StarRating="3" HotelCode="18178|7571" HotelName="The Tavistock Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48-55 Tavistock Square, London WC1H 9EU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/b0/73b0a113e1c6124fe044d3510d00accfca21ebde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a wonderful view of the Tavistock Square gardens in the heart of Bloomsbury. It is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="92.56" OriginalAmount="91.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493082714469" Longitude="-0.23150191534421" StarRating="3" HotelCode="49821|7576" HotelName="Holiday Inn Express London - Hammersmith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124 King Street, Hammersmith, London W6 0QU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/8d/908d4b470fa451a4837c9b26adf00f260e11c615.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hammersmith, just 10 minutes from the city centre. There is an abundance of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.59" OriginalAmount="91.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494874707544" Longitude="-0.18997013568878" StarRating="4" HotelCode="14336|1018358" HotelName="Xenia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Cromwell Road, South Kensington, London SW5 0TL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/f5/97f5862a4cc21df76d509f82d20db31541d1a0c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.62" OriginalAmount="91.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512417426132" Longitude="-0.18620018650817" StarRating="4" HotelCode="56989|386175" HotelName="Shaftesbury Hyde Park International" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52-56 Inverness Terrace, London W2 3LB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/8d/798ddfabb7f019935818201cf0c0edc71af44eda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Queensway area of London, only a few minutes walk from Hyde Park, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.65" OriginalAmount="91.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512905205399" Longitude="-0.17914268129971" StarRating="3" HotelCode="146470|1879165" HotelName="The Craven Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10/11 Craven Terrace, Paddington, London W2 3QD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/0e/c60e3644c1bdd256b0610f5b2c5ef8d8564a59e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.66" OriginalAmount="91.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515990751152" Longitude="-0.17178987850923" StarRating="3" HotelCode="144163|4294515" HotelName="Athena Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110-114 Sussex Gardens, Hyde Park, London W2 1UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/30/c030a5bace138efabcdcb55900630996a07f747f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="92.83" OriginalAmount="91.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495733" Longitude="-0.18927" StarRating="4" HotelCode="115167|1104386" HotelName="Park City Grand Plaza Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18-30 Lexham Gardens, London W8 5JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/3a/d13a5a64b2319c8780be2c1a729b79f4d3955b04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set within the exclusive Royal Borough of Kensington and Chelsea, in close proximity t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.92" OriginalAmount="92" 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="92.92" OriginalAmount="92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49718337" Longitude="-0.20780357" StarRating="3.5" HotelCode="630123|444192" HotelName="Kensington Prime Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Russell Road, London W14 8JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/8c/ad8c85dd0cdf82185dfccdd9590869a9c1266cd1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.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="12" TotalAmount="93.41" OriginalAmount="92.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500585" Longitude="-0.025219" StarRating="4" HotelCode="74679|6088044" HotelName="Marlin Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" 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="12" TotalAmount="93.48" OriginalAmount="92.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51196526717" Longitude="-0.1807791226845" StarRating="4" HotelCode="47679|1205893" HotelName="Commodore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Lancaster Gate, Hyde Park, W2 3NA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/4c/094c980a93cf90ea086a25c71ab98ad1d71af103.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Commodore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.93" OriginalAmount="93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514351" Longitude="-0.190775" StarRating="3" HotelCode="221715|457398" HotelName="Garden Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-31 Kensington Gardens Square, Bayswater, London W2 4BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/dd/d0dd4b5d7a6a9d8147b689fc42336ca8a9c04fca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Garden Court.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.93" OriginalAmount="93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5135639" Longitude="-0.18706559999998" StarRating="4" HotelCode="476605|234017" HotelName="Imperial Court Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>81-83 Inverness Terrace, Bayswater, Westminster Borough, London W2 3JU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/89/b589c482232c830d82a564acc7a10991659a1ef6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.93" OriginalAmount="93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="900881|444209" HotelName="Mermaid Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Babysitting,Designated Smoking Area,Internet,Laundry,Parking,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>3-4 Blenheim Street, London W1S 1LA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/2a/3e2a3fcee987e9dc19f8c852adce126f3753a5bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Mayfair, Mermaid Suite Hotel promises a relaxing and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.93" OriginalAmount="93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.499112" Longitude="-0.112541" StarRating="2.5" HotelCode="915048|199903" HotelName="Point A Hotel, London Westminster" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118-120 Westminster Bridge Road, Lambeth, London SE1 7RW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/0c/800cd38007d01b63e6d4cb3d31a0ad46e63c790f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.93" OriginalAmount="93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4689982" Longitude="-0.32419207" StarRating="3" HotelCode="481866|457287" HotelName="The Swan Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Swan Street 1, TW7 6RJ Isleworth</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/d9/b8d942b8e5f6299bdc95317853495f4c00ccddb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.38" OriginalAmount="93.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495225039799" Longitude="-0.18277645111084" StarRating="3" HotelCode="14976|2425275" HotelName="Montana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67-69 Gloucester Road, Kensington, London SW7 4PG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/2d/692d37b50a4b1de5aa0cc7217a7e3883a344c284.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="94.42" OriginalAmount="93.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490582511143" Longitude="-0.1384449005127" StarRating="3" HotelCode="34472|2278263" HotelName="Huttons" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 - 57 Belgrave Road, SW1V 2BB London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/73/91739b2e55ff9ae0a4b21553da76fe726417f31e.JPEG</HotelPictures>
        <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="8" TotalAmount="94.57" OriginalAmount="93.63" 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 31/12/2025" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Corsham Street, London N1 6DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/e4/30e4fe140c147ae51838ddb40d7d1f6f2d2b7efa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="94.76" OriginalAmount="93.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515644" Longitude="-0.172399" StarRating="3" HotelCode="27216|1665549" HotelName="Nayland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132-134 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ff/b7fffdd66d98b67e1bb1011dbc8758310f69be12.jpeg</HotelPictures>
        <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="8" TotalAmount="94.78" OriginalAmount="93.84" 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 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Dorset Rise, London EC4Y 8EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/f1/f8f198668a709fdb97793f9045057f6db7b13854.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Based in the heart of London and just 350 m from London Blackfriars Underground Station, Premier Inn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5154213" Longitude="-0.1716391" StarRating="3" HotelCode="263502|274673" HotelName="Abc Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 Sussex Gardens, London, Westminster W2 2RU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/3c/653c3469853f07cabcd94540e65047435b250271.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Abc Hyde Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51248932" Longitude="-0.18650429" StarRating="3" HotelCode="530949|142312" HotelName="Hyde Park Superior Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>34 Inverness Terrace, Westminster, London W2 3JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/58/4658efabe4fd2e61ef47efe2014887b6fad47216.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.53287859" Longitude="-0.4761507" StarRating="3" HotelCode="331725|456051" HotelName="Lancaster Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kingston Lane, Brunel University London, Uxbridge, Middlesex, UB8 3PH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f2/0cf2263fe27ac1eed73873138e3cf5530ace1054.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lancaster Hotel and Spa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.527139" Longitude="-0.127648" StarRating="3" HotelCode="915065|56872" HotelName="Studios 2 Let Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-37 Cartwright Gardens, Camden, London WC1H 9EH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/56/9556cfed548e0e7711d0d032c8184f261573f97e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for those in need of an adults-only holiday, this adults-only hotel is located in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.53411213" Longitude="-0.13889375" StarRating="0" HotelCode="726166|495505" HotelName="The Hurdwick" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>2 Hurdwick Place, London NW1 2JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/72/fe72679ae0278e24c0d799725d19cc816868cc31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.56272076" Longitude="0.06813166" StarRating="3" HotelCode="519268|ilford_apartments" HotelName="Ilford Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" 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="16" TotalAmount="94.95" OriginalAmount="94.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.529497601416" Longitude="-0.12343034324442" StarRating="3" HotelCode="11325|1081548" HotelName="The California" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-8 Belgrove Street, Kings Cross, London WC1H 8AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/37/0237a0e4bf50a267bb8d2f0d2bd1fe047e811895.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.06" OriginalAmount="94.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.474028723377" Longitude="-0.18375302801292" StarRating="3" HotelCode="27281|1001235" HotelName="DoubleTree by Hilton Hotel London - Chelsea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="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="8" TotalAmount="95.64" OriginalAmount="94.69" 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 31/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Prescot Street, London E1 8BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/zz/61ad502b18c95f72afe6249ad4e344a35cc76175.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="95.78" OriginalAmount="94.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.546416891045" Longitude="-0.0077738128280771" StarRating="4" HotelCode="986135|CBO915600" HotelName="The Gantry London Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Celebration Avenue, Stratford, London E20 1DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/8d/c98d9f6de87ebcbedd1813deb45181b2fdd94fce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54068026" Longitude="-0.2041579" StarRating="0" HotelCode="986076|490690" HotelName="The Kilburn Arms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99-101 Willesden Lane, London NW6 7SD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/88/fa88176419393bd1e612361acd3a4640169e9910.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.95" OriginalAmount="95" 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="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495682573722" Longitude="-0.14630639993061" StarRating="3" HotelCode="263538|406052" HotelName="Z Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Bar,Designated Smoking Area,Spa">
        <Address>
          <AddressLines>
            <AddressLine>5 Lower Belgrave Street, London SW1W 0NR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/36/db364d37fd8d34c5e7014e1040f4e97dd692b140.jpeg</HotelPictures>
        <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="16" TotalAmount="96.51" OriginalAmount="95.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526262043725" Longitude="-0.12671771707131" StarRating="2" HotelCode="114601|2247975" HotelName="Mentone Hotel" Meals="BED &amp; BREAKFAST,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="12" TotalAmount="96.67" OriginalAmount="95.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51392884" Longitude="-0.1590018" StarRating="4" HotelCode="878270|22128573" HotelName="Great Cumberland Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Great Cumberland Place, London W1H 7AN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/00/006573/006573a_hb_a_945.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.95" OriginalAmount="95.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509642" Longitude="-0.083524" StarRating="3" HotelCode="262250|314012" HotelName="Premier Inn London Bank (Tower) Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>20 St Mary At Hill, City Of London, London EC3R 8EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/95/9595e901d1a61485b7da01d7d7639397bed62020.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located a 15-minute walk to St Paul’s Cathedral, Premier Inn London Bank (Tower) is als...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509009931614" Longitude="-0.13140498749874" StarRating="4" HotelCode="307493|425737" HotelName="Z Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Coffee Shop,Concierge,Elevator,Internet,Luggage Storage,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>2 Orange Street, London WC2H 7DF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/66/e566b086510d91204d5967a22edfe988681370fe.jpeg</HotelPictures>
        <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="16" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4936" Longitude="-0.190816" StarRating="3" HotelCode="114291|1551368" HotelName="Premier Inn London Kensington Earls Court" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>11 Knaresborough Place, London SW5 0TJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/24/882404ae22ecef575c9dd5ccd6a66e15ac82380e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="97.67" OriginalAmount="96.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52732067596" Longitude="-0.28311407040269" StarRating="4" HotelCode="510863|45102776" HotelName="Park Plaza London Park Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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="16" TotalAmount="97.84" OriginalAmount="96.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.529186138172" Longitude="-0.1239431721292" StarRating="2" HotelCode="145792|2156725" HotelName="Central Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>16-18 Argyle Street, Kings Cross, London WC1H 8EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/e9/3be9bdc737c1ab1eb0ae2225576dea423565a8f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.97" OriginalAmount="97" 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 01/01/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="27" TotalAmount="97.97" OriginalAmount="97" 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 01/01/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="97.97" OriginalAmount="97" 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 01/01/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-32 West Cromwell Road, London SW5 9QJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/76/9d762332578bf36e475718f39e92b6c405d287d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in Kensington approximately 200 m from Earl's Court underground station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50904267" Longitude="-0.01557323" StarRating="4" HotelCode="551994|236932" HotelName="Lansbury Heritage Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="97.97" OriginalAmount="97.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.467390597277" Longitude="-0.072269396958973" StarRating="2.5" HotelCode="199821|victoria_inn_6" HotelName="Victoria Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Choumert Road, Peckham, London SE15 4AR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/9b/969b44378f3c0e5bb749f4878908d1cec1cbabfe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Victoria Inn.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.97" OriginalAmount="97.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="63" TotalAmount="97.97" OriginalAmount="97.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5354676" Longitude="-0.1661333" StarRating="3" HotelCode="903691|the_new_inn_6" HotelName="The New Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>2 Allitsen Road, St John’s Wood, London NW8 6LA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/3d/143d7c55006908baedff336d53e2e223d51c87e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at The New Inn Hotel to discover the wonders of London. The hotel offers a high standard of ser...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.72" OriginalAmount="97.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511383363659" Longitude="-0.18211126327515" StarRating="3" HotelCode="58766|228106" HotelName="Lancaster Gate Hotel Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,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="8" TotalAmount="98.77" OriginalAmount="97.79" 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 28/12/2025" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Great Russell Street, London WC1B 3NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/dd/01dd7ce0a44bd231da71d6818250b8ef8c3ddaf4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.81" OriginalAmount="97.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525971350104" Longitude="-0.13615290674591" StarRating="3" HotelCode="34471|313103" HotelName="Euston Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>152-156 North Gower Street, London NW1 2LU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/2f/482f3da4a08d17822ead5d2c92dfd24add8a4d62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location, a short walk from the British Museum, Regent's Park, British Li...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="98.84" OriginalAmount="97.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4655445" Longitude="-0.15625781" StarRating="2" HotelCode="542694|16731981" HotelName="PubLove @ The Crown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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="12" TotalAmount="98.89" OriginalAmount="97.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.519838" Longitude="-0.124077" StarRating="4" HotelCode="905071|1966495" HotelName="Grange Clarendon Hotel" Meals="ROOM ONLY,BUFFET B'FAST (CONTINENTAL),BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34-37 Bedford Place, London WC1B 5JR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/43/9443db966e9632bf60a1e3f48b1a25f0c1dacb5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Beneath the area where the hotel is located lie the remains of the Tudor Palace of Placentia, where ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.451066728268" Longitude="-0.1480569846558" StarRating="3" HotelCode="903455|55823" HotelName="The Gateway" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Balham Hill, London SW12 9EB, Greater London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/68/8d681721853e00cfc04dbaeb7c36ca09b478e4c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.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="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5714574" Longitude="-0.20079490000001" StarRating="3" HotelCode="114464|martel_guest_house" HotelName="Martel Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 25/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>27 The Ridgeway, Golders Green, London NW11 8QP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/8b/a58b28d9d83a2d36442f99494667ba4bd1b8193b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.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="8" TotalAmount="99.10" OriginalAmount="98.12" 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 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>15a Great Suffolk Street, Southwark, London SE1 0FL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/347706/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a 7-minute tube journey from central London, Premier Inn London Southwark (Tate Modern)is less ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="99.67" OriginalAmount="98.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526139230595" Longitude="-0.12629181146622" StarRating="3" HotelCode="189769|312054" HotelName="George Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" 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="27" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524615630378" Longitude="-0.16077429056168" StarRating="3" HotelCode="58768|199927" HotelName="Americana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>172 Gloucester PLace, Regents Park, London NW1 6DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/20/f120670def3bc0a4aabac54d4bafa13860e0992b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located, a short walk from Regents Park and Baker Street Underground Station,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.499373886206" Longitude="-0.079210506555939" StarRating="3" HotelCode="267545|34714" HotelName="Premier Inn London Tower Bridge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/01/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="12" TotalAmount="100.43" OriginalAmount="99.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510896976166" Longitude="-0.18393900000001" StarRating="4" HotelCode="52837|1455509" HotelName="Thistle Kensington Gardens" Meals="ROOM ONLY,BUFFET STYLE BREAKFAST AT HOTEL" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>104 Bayswater Road, London W2 3HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/26/5426ae049bb3b8c97b3f5c483e4a586053584a82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish city hotel is located on Bayswater Road, close to Hyde Park. There is a wonderful panor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511671" Longitude="-0.18544099999997" StarRating="3" HotelCode="284906|478825" HotelName="Astor Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Queensborough Terrace, London, W2 3SY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/9b/529ba26e571f2f79fc98025df58acdeca08ed5b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5018359" Longitude="-0.11665829" StarRating="3" HotelCode="263529|93560" HotelName="Premier Inn London Waterloo" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>85 York Road, Waterloo, London SE1 7NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/7f/497fadd166334be1332af323969a7d4c1bf93ce4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wake up to the London Eye and enjoy skyscraper views of London&amp;apos;s iconic skyline</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512765520848" Longitude="-0.19263356924057" StarRating="4" HotelCode="31271|31832" HotelName="The Premier Notting Hill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Princes Square, Bayswater, London W2 4NP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/24/0e24e56f4cee8464bf2ff0db7017c366ef82f4a8.jpeg</HotelPictures>
        <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="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516566" Longitude="-0.069878" StarRating="3" HotelCode="64682|city_hotel_9" HotelName="Arbor City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/12/2025" 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="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49451574" Longitude="-0.23473611" StarRating="3" HotelCode="519295|flynns_town_house" HotelName="Flynns Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>73 dalling road, London W6 0JD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/13/cc133dab88537a00313f28f02c6fdfe6bacacdea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.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="101.00" OriginalAmount="100.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="12" TotalAmount="101.61" OriginalAmount="100.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52276145" Longitude="-0.10426755" StarRating="4" HotelCode="986347|22519379" HotelName="YOTEL London City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>96-100 Clerkenwell Road, London EC1M 5RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/a2/dea2985bcd0824aee6d209f639035da7e324488a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.82" OriginalAmount="100.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.481102" Longitude="-0.438241" StarRating="4" HotelCode="28973|1967785" HotelName="London Heathrow Marriott Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Harlington, Hayes UB3 5AN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/65/85658b009272a7a214b19e006809dd9a998d8897.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The appealing hotel is situated in Heathrow and attracts guests with its impressive fittings, which ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="101.93" OriginalAmount="100.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5136209" Longitude="-0.049418800000012" StarRating="4" HotelCode="140912|7967362" HotelName="Marlin Aldgate Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Commercial Road, London, E1 1LP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/20/87208927da0b4d75db119cdd3d387813422de7ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.535019486819" Longitude="-0.27528584003448" StarRating="3" HotelCode="915063|200110" HotelName="Abbey Point Cafe and B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>300 Twyford Abbey Road, London NW10 7DD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/af/49afe4c1d02482d3507d0565e80dbcff00096efa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Abbey Point Cafe and B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.44687216" Longitude="-0.35787494" StarRating="3" HotelCode="159645|93740" HotelName="Premier Inn London Twickenham Stadium Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Golf">
        <Address>
          <AddressLines>
            <AddressLine>Chertsey Road, Whitton, Twickenham TW2 6LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/fa/a8fae51b4f22514bc45d68679773ab1ff75024e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.10" OriginalAmount="101.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52232679667" Longitude="-0.12418359518051" StarRating="3" HotelCode="16150|228056" HotelName="The President Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-60 Guilford Street, London WC1N 1DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/4e/7f4eb199c3443bf30b7f018888621329aa80798f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bloomsbury, only a short walk from the theatres, Convent Garde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="102.32" OriginalAmount="101.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492639977861" Longitude="-0.19628271460533" StarRating="3" HotelCode="259328|1195663" HotelName="The Kensington Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33-35 Nevern Place, Earls Court, London SW5 9NP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d4/e6d43d172b22f362806c3da56d8a64771bc6a0a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located between the districts of Kensington and Earl's Court. Restaurants, b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526310500698" Longitude="-0.12660066705121" StarRating="2.5" HotelCode="144347|199284" HotelName="Avonmore Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Cartwright Gardens, London, Greater London WC1H 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/0f/b00fea57bd02028f4e44b9fcc09ba74c858d2ab4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="102" 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 01/01/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="103.02" OriginalAmount="102.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="16" TotalAmount="103.04" OriginalAmount="102.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512929106726" Longitude="-0.18372595310211" StarRating="4" HotelCode="11065|468225" HotelName="Blakemore Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Leinster Gardens, Bayswater, W2 3AN London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/dd/39ddcbc5d2c8826bce4d90b5f201cb12d49e17a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has a quiet but central location close to Hyde Park and 400 m from Lancaster Gate tube st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="103.19" OriginalAmount="102.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.557591" Longitude="-0.28238" StarRating="4" HotelCode="199829|CAS384600" HotelName="Hilton London Wembley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lakeside Way, Wembley, London HA9 0BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0c/fe/0cfeae5eab197c916995bdc117cc689b9c7e0b73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the iconic Wembley Stadium, next to the historical Wembley Arena, and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.42" OriginalAmount="102.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.458986956818" Longitude="-0.4410544047546" StarRating="4" HotelCode="28979|15126" HotelName="Hilton London Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Terminal 4, Hounslow TW6 3AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/46/d746a66a02265eb6143478a4bf783fb23e9fc609.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is directly linked via walkway to Heathrow Airport Terminal 4 and offers a fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.42" OriginalAmount="102.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500878905749" Longitude="-0.10792167228317" StarRating="3" HotelCode="292107|315129" HotelName="Hampton by Hilton London Waterloo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>157 Waterloo Road, London SE1 8XA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/77/1577b0f1e2a72d09e2738c736d0ad51d10147028.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.48" OriginalAmount="102.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51493301" Longitude="-0.06524645" StarRating="4" HotelCode="986368|883304" HotelName="Wilde Aparthotels by Staycity London Aldgate Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>73 Commercial Road, Tower Hamlets, London E1 1RD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/96/87/96877d2ee9907cdc975cc16673dc26092bdc1a11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="103.48" OriginalAmount="102.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.46857" Longitude="0.00977" StarRating="3" HotelCode="522585|51426318" HotelName="The Clarendon Hotel" Meals="BED &amp; BREAKFAST,ENGLISH BUFFET BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-16 Montpelier Row, Blackheath Village, Borough of Greenwich, London SE3 0RW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/9e/fc9e7177bc1303bb815c2f0620f44abf50ebb814.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Bloomsbury district of London, close to Covent Garden, this hotel is just a stone's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.54" OriginalAmount="102.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511687" Longitude="-0.092959" StarRating="4" HotelCode="75691|94501" HotelName="Marlin Queen Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Queen Street, London EC4R 1BR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/9e/9c9eb9abc7384a6a072598ffd145a84f7eff1149.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;These luxurious serviced apartments are within easy walking distance of a host of London's main attr...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.65" OriginalAmount="102.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515788" Longitude="-0.180123" StarRating="4" HotelCode="17625|386205" HotelName="Park Grand London Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78-82 Westbourne Terrace, Paddington, London W2 6QA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/0b/320b78f5c00ea6d3ee792d84aa2af5effd7b55ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of London's central tourist area, this hotel is ideal for those wishing to vis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.75" OriginalAmount="102.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492708" Longitude="-0.250816" StarRating="3" HotelCode="78070|216666" HotelName="Best Western Chiswick Palace &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71-73 Chiswick High Road, London W4 2LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/59/145993d1e6bbd5e753f904d5dacf3cb31a19ab5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located on Chiswick High Road and is a mere 30-minute journey from central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="103.84" OriginalAmount="102.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526467140075" Longitude="-0.12728556990623" StarRating="3" HotelCode="189765|171594" HotelName="Judd Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Cartwright Gardens, Bloomsbury, London WC1H 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/14/91143449c928a3604eab9d41b8d1160b812d0add.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.529453" Longitude="-0.122089" StarRating="2" HotelCode="149811|199988" HotelName="Howard Winchester Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Housekeeping,Internet,LCD/Projector,Luggage Storage,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>9 Argyle Square, London WC1H 8AS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/af/b4af25ca2713d151bad0f7e90f9cf6bbd8cc018a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Howard Winchester Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.527565" Longitude="-0.129224" StarRating="3" HotelCode="152861|93608" HotelName="Premier Inn London Euston" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>1 Dukes Road, London WC1H 9PJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/b0/59b032eee97a2899395202c63be7bbf88994193c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located to explore central London, the Premier Inn London Euston is just a 5 minute wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="103" 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="Free CXL until 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>135 Borough High Street, London SE1 1NP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/3e/d93ed5a0e0af89915435d5413aa4aaa4df3cda61.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.427805" Longitude="-0.318894" StarRating="4" HotelCode="199792|284306" HotelName="The Lensbury" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Broom Road, Teddington, Middlesex TW11 9NU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/e9/51e99e14ee4457858db581ef30e5d8e0e8b90865.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has 171 non-smoking rooms and includes a lift and a reception desk. To ensure guests a com...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.06" OriginalAmount="103.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5216407" Longitude="-0.131875" StarRating="2" HotelCode="267556|649003" HotelName="Gower House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="24 Hour Security,Air Conditioning,Central Heating,Garden,Housekeeping,Internet,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Gower Street, London WC1E 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/97/82974b717d534b3f846970de3c9f18dcdc60d4ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Gower House Hotel offers rooms with free Wi-Fi and is well-located in central London's elegant B...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.58" OriginalAmount="103.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506496666667" Longitude="-0.2247716" StarRating="3" HotelCode="142734|2543385" HotelName="Abbey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Wood Lane, London, Greater London W12 7DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/07/ed07c40fc202b9a290e33ebcdcce9d9cb78796cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="104.58" OriginalAmount="103.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.497683" Longitude="-0.08133" StarRating="4" HotelCode="899697|4178667" HotelName="Bermondsey Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bermondsey Square, Tower Bridge Road, London SE1 3UN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/99/149935fa4a6c7cb3ec076a50d96953b25873f449.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a few minutes from the city, in the heart of one of London's most vibrant villa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.61" OriginalAmount="103.57" 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 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>52 Wilson Street, London EC2A 2ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/e7/f0e74b716d8cc634212de0249da24d2e6f32f664.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London. For those in need of an adults-only holiday, it provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" 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 01/01/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="12" TotalAmount="105.07" OriginalAmount="104.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522289246488" Longitude="-0.14261305332184" StarRating="4" HotelCode="29460|2030261" HotelName="Holiday Inn London Regent's Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carburton Street, London W1W 5EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/4b/f94b2192ab4731f10862f27fa6fee56fdae519f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to Regent's Park just 1.5 km from renowned Tottenham Court Road wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.58" OriginalAmount="104.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.531903" Longitude="-0.122277" StarRating="3" HotelCode="94572|2090165" HotelName="Premier Inn London Kings Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>26-30 York Way, Kings Cross, London N1 9AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/82/1b82fadb2d21ce611330ab337d052c4cdd5630b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located within central London just 18 minutes away by tube and a few minutes walk from King'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="105.72" OriginalAmount="104.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4941321" Longitude="-0.21412880000003" StarRating="4" HotelCode="303760|8920171" HotelName="St Paul's Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Hammersmith Road, London, Hammersmith W14 0QL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/67/2767e71669fa06fdc3898a24b254c0b1ddc1756a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.05" OriginalAmount="105" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.6041824" Longitude="0.00280217" StarRating="0" HotelCode="957201|478861" HotelName="The Royal Oak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>320 Hale End Road, Highams Park, Essex IG8 9LN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/0a/e10a7aea87bd6d2700ab2f1242961260bbe3ebf1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.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="12" TotalAmount="106.42" OriginalAmount="105.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515699268803" Longitude="-0.072465332079219" StarRating="3" HotelCode="75511|3267740" HotelName="ibis London City - Shoreditch Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Commercial Street, London E1 6BF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/4c/ee4c607d1b7ae13ae4d5990ebc352f4e5367f520.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51418876" Longitude="-0.07077318" StarRating="4" HotelCode="522806|199481" HotelName="Leman Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>15 Leman St, London E1 8EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/5d/be5d9d62a66847846a803d7804c9461d000813ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.453138845994" Longitude="-0.00021688073479709" StarRating="3" HotelCode="336615|the_station_hotel_3" HotelName="The Station Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Internet,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>14 Staplehurst Road, Hither Green, London SE13 5NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/fe/41fe10a9b2e54b3cf87611d6e02b72b1243ce5c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Station Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.10" OriginalAmount="106.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515294" Longitude="-0.160074" StarRating="3" HotelCode="35458|1062308" HotelName="Rose Court Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35/35a Great Cumberland Place, Marble Arch, London W1H 7DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/a1/e4a1fb23512685ffdd3fa2f13d261540293da19c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.50" OriginalAmount="106.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522186582238" Longitude="-0.13233033151499" StarRating="3" HotelCode="114680|1654168" HotelName="Arosfa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>83 Gower Street, London, Greater London WC1E 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ca/9aca316311392870e6189b8590ee6a5e78ea70c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Arosfa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="107.91" OriginalAmount="106.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500919" Longitude="-0.0906" StarRating="4" HotelCode="73799|3972508" HotelName="Marlin Apartments Empire Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" HotelFacility="Central Heating,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Long Lane, London, SE1 4NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/52/b35202af8aa7dc100cacf86a80213fbc26799f82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel area is steeped in London history with many sites and museums close by. Some such attracti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51154" Longitude="-0.194449" StarRating="3" HotelCode="94555|408378" HotelName="Blue Bells" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Pembridge Square, Notting Hill Gate, London W2 4EH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/33/f0338e7d9e17d4f1390e2a44eb50e47f007e5536.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.529044996796" Longitude="-0.1233396816987" StarRating="3" HotelCode="150137|56037" HotelName="The Jesmond Dene" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Argyle Street, Kings Cross St Pancras, London WC1H 8EP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/85/ab8587b9aecf0b40d405c24cc23235bd26a98576.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.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="63" TotalAmount="108.07" OriginalAmount="107.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="12" TotalAmount="108.66" OriginalAmount="107.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491932" Longitude="-0.191898" StarRating="4" HotelCode="10674|1184125" HotelName="Indigo London Kensington - Earl's Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34-44 Barkston Gardens, London SW5 0EW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/ac/6cac416070acd7389be2e461b71b8116d1c22d1a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern conference hotel is situated in Earls Court at the heart of London, just metres from a w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49351912" Longitude="-0.19604394" StarRating="2" HotelCode="498360|458335" HotelName="Saint James Backpackers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>21 Longridge, London SW5 9SB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/zz/2cadc49e8b6302efded270ece6684d714eff0dcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.08" OriginalAmount="108.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="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49792122" Longitude="-0.20747578" StarRating="0" HotelCode="349212|the_crown_and_sceptre" HotelName="The Crown and Sceptre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Holland Road, Kensington Olympia, Central London, W14 8BA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b4/9d/b49d16f535dbdc403ecc7b811935a3b7ecb965d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="109.09" OriginalAmount="108.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52029609" Longitude="-0.17044424" StarRating="2" HotelCode="497131|87854215" HotelName="PubLove @ The Green Man" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>308 Edgware Road, London W2 1DY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/f1/f1f1130268b35d93d063b17b7904382523a9c431.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London. For those in need of an adults-only holiday, it provide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="109.34" OriginalAmount="108.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51414067" Longitude="-0.13698933" StarRating="3" HotelCode="648915|690931" HotelName="Z Tottenham Court Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2025">
        <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="27" TotalAmount="110.09" OriginalAmount="109" 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 28/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>109 Hammersmith Grove, London W6 0NQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/6f/5c6f58df0edc77521d2b86eccd632becb2335a2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London. The nearest airport is Lamington - Hammersmith Serviced A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.618766614432" Longitude="-0.13603906745914" StarRating="4" HotelCode="434471|bay_tree_house_bed__breakfast" HotelName="Bay Tree House B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Brookdale, New Southgate, London, N11 1BS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/5c/9d5c62808c9373686b0a845b661f40723e48ac2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Bay Tree House B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.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="27" TotalAmount="111.10" OriginalAmount="110" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493462" Longitude="-0.205909" StarRating="2" HotelCode="73256|22033" HotelName="Best Western Kensington Olympia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25-27 Matheson Road, Kensington, London W14 8SN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/40/234013beb87dbd17c5720a12c469e93f4eb30736.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated within easy reach of the famous shopping district of Ken...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.10" OriginalAmount="110" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54404006" Longitude="-0.1528324" StarRating="3.5" HotelCode="580389|492814" HotelName="Camden Enterprise Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Haverstock Hill, London NW3 2BL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/27/79275c603030bcac443da3a5071cb652ecadc422.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.10" OriginalAmount="110" 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 01/01/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="111.10" OriginalAmount="110" 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="Free CXL until 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>82-83 Eccleston Square, Off 55 Gillingham Street, London Victoria SW1V 1PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/337968/2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="111.70" OriginalAmount="110.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494733254746" Longitude="-0.1187427341938" StarRating="4" HotelCode="15255|294365" HotelName="Novotel London Waterloo" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>113 Lambeth Road, London SE1 7LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/39/87399a287f01798ce8e36a973f639ac9bd44da4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to Waterloo Eurostar, on Lambeth Road. It is 1 minute’s walk from the So...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.09" OriginalAmount="110.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512009" Longitude="-0.185137" StarRating="3" HotelCode="18270|1061888" HotelName="The Byron" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Queensborough Terrace, Bayswater, London W2 3SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/c9/bbc963fd8e10010a6424b0de683f7967a7713f83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="112.10" OriginalAmount="110.99" 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 30/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>628-634 Commercial Road, Limehouse, Tower Hamlets, London E14 7HS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/3d/4c3daac3e708175e17ecc21da7609d3923cb7115.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="112.10" OriginalAmount="110.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.479682365424" Longitude="-0.31497303572087" StarRating="4" HotelCode="171079|CAW013700" HotelName="Hilton London Syon Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 01/01/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="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.532038750126" Longitude="-0.10957106825698" StarRating="4" HotelCode="259003|10170" HotelName="DoubleTree by Hilton London Angel Kings Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Pentonville Road, London N1 9LA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/1a/651aa3a5343546bce48dc2141fad10b362b03912.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated at the heart of the hip London district of Islington. There are variou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.11" OriginalAmount="111" 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="63" TotalAmount="112.11" OriginalAmount="111.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="112.11" OriginalAmount="111.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 31/12/2025" 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="34" TotalAmount="112.19" OriginalAmount="111.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495882" Longitude="-0.181302" StarRating="4" HotelCode="35405|812501" HotelName="Strathmore Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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="12" TotalAmount="112.26" OriginalAmount="111.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520823096308" Longitude="-0.12307450175285" StarRating="3" HotelCode="25645|1801251" HotelName="Thistle Bloomsbury Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Southampton Row, London WC1B 5AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/e1/57e106bdc211639cc1e9ed1f39a195e48c10c05d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the centre of London where there are countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="112.60" OriginalAmount="111.49" 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 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-21 Goswell Road, London EC1M 7AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/9e/a09ebf2f97c0a0be2db8ece18bb0d29f5bffb9ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel enjoys a fabulous central location at the heart of London and provides...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.75" OriginalAmount="111.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521211960317" Longitude="-0.15590071678162" StarRating="3" HotelCode="43845|1551778" HotelName="Blandford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Chiltern Street, W1U 5AF London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/9a/6c9a47f4988b359b9efc8117f7fc9fcd12e3eef9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.12" OriginalAmount="112" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51513764" Longitude="-0.0688986" StarRating="4" HotelCode="986156|456957" HotelName="The Gate" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 White Church Lane, London E1 7QR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/41/c04143222b23abe66aa90c11e9d9ebbfd5b200aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.33" OriginalAmount="112.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495079759198" Longitude="-0.18420875072479" StarRating="3" HotelCode="87667|219806" HotelName="ibis Styles London Gloucester Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Cromwell Road, London SW7 4ES</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/ca/2fca71473c3b07c128416763df4f9159444986df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic business hotel is situated on the Cromwell Road in Kensington. Gloucester Road tube st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.90" OriginalAmount="112.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515087576903" Longitude="-0.17351995713216" StarRating="3" HotelCode="145731|1551108" HotelName="The Castleton Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>164-166 Sussex Gardens, London W2 1UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/ac/01ac509840c0e5bfa730753b5852fbe236bce58e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.92" OriginalAmount="112.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515212505226" Longitude="-0.17414442551671" StarRating="4" HotelCode="59052|809785" HotelName="Hotel Indigo London Paddington" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 London Street, Paddington, London W2 1HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b9/9ab9d620657dad46258d437013380dde7186d839.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city and business hotel is situated adjacent to Paddington Station, home to the Heathr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.94" OriginalAmount="112.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514466451423" Longitude="-0.174520611763" StarRating="2" HotelCode="35450|385195" HotelName="Mitre House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>178-186 Sussex Gardens, London W2 1TU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/35/ab35f6f65b6ac93f496708db6e55e85e1374017b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located, offering easy access to all of London's most important districts. Whet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="113.95" OriginalAmount="112.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54254462" Longitude="-0.00508673" StarRating="4" HotelCode="175782|2172138" HotelName="Holiday Inn London Stratford City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10A Chestnut Plaza, Westfield, Stratford City, London E20 1GL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/6e/e06e4008eccf3a6c46aabed54ca4d77435123033.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.96" OriginalAmount="112.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.505702" Longitude="-0.095268" StarRating="3" HotelCode="68976|181466" HotelName="ibis Styles London Southwark - near Borough Market Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43-47 Southwark Bridge Road, London SE1 9HH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/2c/f82c8f502955430a36414ba7c5a9b13d2e32f394.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.13" OriginalAmount="113" 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 01/01/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="8" TotalAmount="114.98" OriginalAmount="113.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49275843" Longitude="-0.19596462" StarRating="4" HotelCode="946234|695731" HotelName="Nevern Place Supercity Aparthotels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>27 Nevern Place, London SW5 9NP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/94/79943cea672613dcd3c88b7d8fb299562a1041b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.14" OriginalAmount="114" 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="27" TotalAmount="115.14" OriginalAmount="114" 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="27" TotalAmount="115.14" OriginalAmount="114" 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="Free CXL until 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>34 Park Street, Bankside, London SE1 9EF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/85/24850bd95a981811a7c558923728ffdedb997400.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Our hotel offers you all the services you need, rooms with comfortable beds and an excellent restaur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.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="63" TotalAmount="115.14" OriginalAmount="114.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="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512889923181" Longitude="-0.1829591906685" StarRating="3" HotelCode="36435|caring_hotel" HotelName="Caring Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Craven Hill Gardens, London, Greater London W2 3EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/2d/8c2d47b7bf921599b95c0f9f107f8a86053165b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Caring Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="115.50" OriginalAmount="114.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.53509449" Longitude="-0.20103697" StarRating="3" HotelCode="737807|845338" HotelName="London Queens Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>138 Brondesbury Villas, Brent, Greater London NW6 6AE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/aa/c5aa572f8b1aac5c6771941722cffde502593f32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.67" OriginalAmount="114.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498728332923" Longitude="-0.10616719722748" StarRating="4" HotelCode="137292|384165" HotelName="H10 London Waterloo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>284 to 302 Waterloo Road, SE1 8RQ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/15/18/1518c0d3d0a0d8dbecd5084547c6e4a6905e6c2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the well-known Waterloo Road, just 5 minutes' walk from Waterloo Tube Statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="115.72" OriginalAmount="114.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501250494388" Longitude="-0.023310967418153" StarRating="4" HotelCode="446550|95970995" HotelName="Novotel London Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>40 Marsh Wall, London E14 9TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/c2/5cc20af7d06d1d7f77ddb8a67c51b5c2b0aec840.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 8 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.15" OriginalAmount="115" 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="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507246" Longitude="0.024864" StarRating="4" HotelCode="305710|sunborn_london" HotelName="Sunborn London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Western Gateway, Royal Victoria Dock, London E16 1XL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/cd/89cdfefa84a2c87471d5b6f46f5e24d8839b54ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="116.31" OriginalAmount="115.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49326" Longitude="-0.22441" StarRating="2" HotelCode="386328|8136646" HotelName="St Christopher's Hammersmith" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Hammersmith Broadway, Hammersmith, London W6 7AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/f4/b2f4921f11d70c05d03343d68e9bec9055b83c4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located about 8 km from the centre of London. Its setting is especially ideal for tho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51056113" Longitude="-0.12855342" StarRating="3" HotelCode="726230|354762" HotelName="Assembly London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Garden">
        <Address>
          <AddressLines>
            <AddressLine>27-31 Charing Cross Road, London WC2H 0LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/fe/b5fed12cce1514b3fa35397225ed9c2d9a69642e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.505154360949" Longitude="-0.098252881614712" StarRating="4" HotelCode="199763|54780" HotelName="citizenM London Bankside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5262539" Longitude="-0.12688900000001" StarRating="3" HotelCode="903418|457647" HotelName="Euro Bloomsbury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Cartwright Gardens, Russel Square, London WC1H 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f4/f3f4db28e9a5e1a8bffaa67d18bf56729548a99f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of services and facilities for holidaymakers and business guests alike. Gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="901566|55566" HotelName="Opulence Central London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Gloucester Place, London W1U 8JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/a8/16a8f935741f1549fb9d980b65221b1937b341dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfectly situated right in the heart of London's West End, this hotel is only a few steps away from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.58137547" Longitude="-0.2263524" StarRating="4" HotelCode="324386|456925" HotelName="The Hide London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>230 Hendon Way, London NW4 3NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/4c/de4c70569a321daf2b11718af15a29a7cccc4ad3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Hide London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492374449631" Longitude="-0.19117176532745" StarRating="3" HotelCode="18269|best_western_burns" HotelName="Best Western Burns Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-26 Barkston Gardens, Kensington, London SW5 0EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/f1/e0f1132ea63614b10b85de9193f52f6dbe34b5c7.JPEG</HotelPictures>
        <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="12" TotalAmount="117.17" OriginalAmount="116.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49701049" Longitude="-0.11289727" StarRating="2" HotelCode="386109|4875328" HotelName="The Steam Engine Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>41-42 Cosser Street, London SE1 7BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/e2/7ce2df5210f84813cebd1afdba21667e470521b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in London. The nearest airport is The Steam Engine Waterloo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.32" OriginalAmount="116.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512699713145" Longitude="-0.084646650042596" StarRating="4" HotelCode="34460|1080798" HotelName="Club Quarters Hotel Gracechurch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Gracechurch Street, London, Greater London EC3V 0DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/71/637105353253de625144561772c68348ee751dae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.66" OriginalAmount="116.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513211692436" Longitude="-0.17790871630109" StarRating="3" HotelCode="64681|2259205" HotelName="The Westbourne Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Bar,Conference Hall,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>51 Gloucester Terrace, London W2 3DQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/e4/6ce40cfab873604e544f3a88c9d0cb61c9599b94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="117.78" OriginalAmount="116.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.505103" Longitude="-0.104784" StarRating="4" HotelCode="208031|1383164" HotelName="Novotel London Blackfriars" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" 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="8" TotalAmount="117.89" OriginalAmount="116.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522023574778" Longitude="-0.13216771334444" StarRating="3" HotelCode="153453|316137" HotelName="Regency House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Gower Street, London, Greater London WC1E 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/61/ff61b98d6bf61158d8aee0fc6a99b7ed0b7918f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="118.00" OriginalAmount="116.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49450030208" Longitude="-0.13629913330078" StarRating="4" HotelCode="55582|1462701" HotelName="Wellington Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Vincent Square, London SW1P 2PA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2d/28/2d28e7e98c471849db693d751d906460ded2ea9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location close to Buckingham Palace (1.5 km). Westminster Abbey is 800 m ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="118.02" OriginalAmount="116.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526643192282" Longitude="-0.11383295059204" StarRating="4" HotelCode="13485|1040741" HotelName="Crowne Plaza London - Kings Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Kings Cross Road, London WC1X 9HX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/c0/3ac0565fde6a0067479e9c7d07799385589616f4.jpeg</HotelPictures>
        <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="1" TotalAmount="118.04" OriginalAmount="116.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49322780844" Longitude="-0.12700259685516" StarRating="4" HotelCode="27519|CAT853700" HotelName="The Westminster London Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 John Islip Street, London SW1P 4DD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/ae/7eae4f56aec259369803c88e0b0a6a79914758dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of London and can be easily reached from all directions. It is l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.10" OriginalAmount="116.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.497793746265" Longitude="-0.18355160951614" StarRating="3.5" HotelCode="33050|382215" HotelName="Citadines South Kensington London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>35A Gloucester Road, London SW7 4PL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/c6/f6c67b382dcc39eee36462d13a22ecdf9ddebd2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming traditional red brick hotel complex is located in the heart of London, and is in the i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.15" OriginalAmount="116.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4923823" Longitude="-0.1950967" StarRating="4" HotelCode="903118|682008" HotelName="Templeton Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Dry Cleaning,Elevator,Internet,Laundry,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>17 Templeton Place, London SW5 9NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/31/64317755f4057928871a4bf8d556037c8c0499a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Templeton Place is a popular choice amongst travelers in London, whether exploring or just passing t...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515331" Longitude="-0.172982" StarRating="3" HotelCode="89407|9727" HotelName="Days Inn Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>148-152 Sussex Gardens, Paddington, London W2 1UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/64/9e64de848a8b23c40082a593c78cc7dd3c0b9628.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a central location, set in leafy Sussex Gardens near London's Hyde Park. It i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.481123" Longitude="-0.148804" StarRating="4" HotelCode="160539|22045" HotelName="Pestana Chelsea Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>354 Queenstown Road, London SW8 4AE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/f4/bdf4031f7f41da6eb5b2ce6d8523a99445e6ad24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located for both business and leisure travel, this is a new 14-storey hotel, built in 2009, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5109113" Longitude="-0.3021573" StarRating="3" HotelCode="481765|the_kings_arms_6" HotelName="The Kings Arms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>55 The Grove, Ealing, London W5 5DX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/53/4b53b3ad8f07e3f0afc919fbbd407fca5ebc2aed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.17" OriginalAmount="117.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="118.17" OriginalAmount="117.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="118.17" OriginalAmount="117.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="12" TotalAmount="118.31" OriginalAmount="117.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.489657288863" Longitude="-0.13725131750107" StarRating="3" HotelCode="29188|1486780" HotelName="Holiday Inn Express Victoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>106 - 110 Belgrave Road, London SW1V 2BJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/71/247101f1351e4e8bf01ede9c03e9f7ae0bd39239.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located for anyone travelling to London via Gatwick or Heathrow airports. Londo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.55" OriginalAmount="117.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491531094997" Longitude="-0.1962947845459" StarRating="4" HotelCode="35463|1080878" HotelName="Twenty Nevern Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Nevern Square, Earls Court, London SW5 9PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/71/5f71c8d1cf80c8f56772f1ed7a4683438648635f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel lies amidst peaceful gardens and is situated close to the centre of London wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.18" OriginalAmount="118" 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="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Lombard Road, London SW11 3RF, Adjacent to London Heliport</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/2a/bb2a2e1e6223a63906519ec6ef8e79a5b428a09e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Rafayel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.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="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>181-183 Warwick Road, Kensington, London W14 8PU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/cc/49cc1e1b7d08e534207477f37df5c41f2bb93f06.JPEG</HotelPictures>
        <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="119.18" OriginalAmount="118.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="12" TotalAmount="119.48" OriginalAmount="118.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492744351742" Longitude="-0.19035771489143" StarRating="3" HotelCode="401780|3116974" HotelName="St. Mark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Barkston Gardens, Earl’s Court, London SW5 0EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f9/b4f9a92a298a5a8240b10c341903013418114005.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is literally a 3 minutes’ walk from Earl’s Court tube station, where there are many shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.80" OriginalAmount="118.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514841874148" Longitude="-0.070705715299482" StarRating="4" HotelCode="563109|643161" HotelName="Clayton Hotel City of London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 New Drum Street, London E1 7AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/7c/40/7c40f4bb846bbb18d44a32453a095bd37b9d2f85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="986104|495205" HotelName="Admiral Hardy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>7 College Approach, Greenwich SE10 9HY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c4/74c4b348f66dc10f80ae889c9101b3b9a3006076.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.455175202913" Longitude="-0.30333906412125" StarRating="3" HotelCode="189781|128175" HotelName="The Bingham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61–63 Petersham Road, Richmond Upon Thames, Surrey TW10 6UT T</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/13/a113100021609ef38f151b4b1df9f8d6d964b3c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51004379" Longitude="-0.12713057" StarRating="2" HotelCode="571166|227090" HotelName="hub by Premier Inn London Covent Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110 St Martins Lane, London WC2N 4BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/82/1f8213a83c93c74a2d26c3f76e5e98b976c5f10e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.19" OriginalAmount="119" 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="27" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54724127" Longitude="-0.16288757" StarRating="2" HotelCode="323926|54774" HotelName="Primrose Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>34 Primrose Gardens, Belsize Park, Greater London, London NW3 4TN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/3b/b63becd9bcf51b407624c650ff8c9997e77ebdd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Primrose Guesthouse.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.19" OriginalAmount="119" 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="63" TotalAmount="120.19" OriginalAmount="119.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Great Russell Street, Bloomsbury, London WC1B 3LB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/37/463712d9e69493a3b219a1eebbd11e67e30b0de5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally located at the heart of the city of London. Numerous shopping centres...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.15" OriginalAmount="119.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493098588254" Longitude="-0.14424671899588" StarRating="3" HotelCode="34554|746575" HotelName="Comfort Inn Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-24 Belgrave Road, London SW1V 1QF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/7a/5c7a7445ac652753ef88e8e8608aedd2bfa36773.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Comfort Inn Victoria.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.20" OriginalAmount="120" 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="Free CXL until 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>27-29 Red Lion Street, Holborn, London WC1R 4PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/76/8b7674c6f4afc8fee8cfb3d7b7efd2ebaa2dda44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in central London, Premier Inn London Holborn is just a 15-minute walk from Covent Garden, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.20" OriginalAmount="120.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="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>40 Trinity Square, London, Greater London EC3N 4DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/0f/520f6460e0fd133742ca54debfb108e8e1f2f20e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is citizenM Tower of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.92" OriginalAmount="120.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516098" Longitude="-0.174844" StarRating="4" HotelCode="14173|746425" HotelName="Mercure London Paddington" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>144 Praed Street, Paddington, London W2 1HU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/e4/62e447fc4679ac7b14c7c399408d0d6a2f966ca3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located and is only metres from Paddington underground station. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="122.10" OriginalAmount="120.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514063079805" Longitude="-0.075827998469919" StarRating="4" HotelCode="533725|88140547" HotelName="Dorsett City London" Meals="ROOM ONLY,ENGLISH BREAKFAST AT HOTEL,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Aldgate High Street, London EC3N 1AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/92/ed92537f069012380fb971ba20f3bf9022091ebd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.21" OriginalAmount="121" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510125" Longitude="-0.196826" StarRating="4" HotelCode="82347|8905" HotelName="The Abbey Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Pembridge Gardens, Kensington, Notting Hill Gate, London W2 4DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/02/4f023717418c37d681e512cad21fc83c29e8d0d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.489165" Longitude="-0.120649" StarRating="3.5" HotelCode="935439|staybridge_suites_london_vauxhall" HotelName="Staybridge Suites London - Vauxhall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Vauxhall Walk, London SE11 5EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/d4/a9d45ef330cae4fa37b5ba040dbc5be13abfd41e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="122.51" OriginalAmount="121.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510705623918" Longitude="-0.07741391658783" StarRating="4" HotelCode="35635|2847036" HotelName="Novotel London Tower Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Pepys Street, London EC3N 2NR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/f6/89f6b3a4c48c76279dded4c8b2f7d2339386d41b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near the centre of London, close to plenty of entertainment and shopping oppor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494383902424" Longitude="-0.14911236441799" StarRating="3" HotelCode="187908|200721" HotelName="B+B Belgravia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64-66 Ebury Street, London SW1W 9QD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/ed/2aedc6846a2f0a8793914672cae1f9f2d9c9ba60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51688459" Longitude="-0.0803213" StarRating="4" HotelCode="350862|the_bull_and_the_hide" HotelName="The Bull and The Hide" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Devonshire Row, Bishopsgate, London EC2M 4RH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3d/563dde18fb3ad39257095ca26b0da8299407feed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.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="16" TotalAmount="123.35" OriginalAmount="122.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524215948057" Longitude="-0.13784274458885" StarRating="4" HotelCode="16387|33134" HotelName="Radisson Blu Edwardian Grafton Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 Tottenham Court Road, London W1T 5AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/04/aa04701f3e4de33c5dbf2741046c8b7fb3a2f0f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fully renovated first-class hotel is situated in a central location by Regents Park. The neares...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.52" OriginalAmount="122.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.535464955734" Longitude="-0.18991649150848" StarRating="4" HotelCode="29212|32984" HotelName="London Marriott Hotel Maida Vale" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 01/01/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>Plaza Parade, Maida Vale, London NW6 5RP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/ec/3cec538d7d4a3387e4094f00d73bda7456d251f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated close to Abbey Road Studios, Notting Hill, Little Venice and Lord's Cricket Ground and with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.72" OriginalAmount="122.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510525308147" Longitude="-0.079341273015825" StarRating="4" HotelCode="76295|99042" HotelName="Apex City Of London Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Seething Lane, London EC3N 4AX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/c7/7ec71e0d8fdf7ef00f2e60019ebb04ad669a98d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right on the doorstep of the Tower of London and Tower Bridge, and very near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.75" OriginalAmount="122.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49482644819" Longitude="-0.19450172781944" StarRating="4" HotelCode="58828|65684" HotelName="NH London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" 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="12" TotalAmount="124.10" OriginalAmount="122.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52404865682" Longitude="-0.078709268856073" StarRating="4" HotelCode="498298|31988486" HotelName="citizenM London Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Holywell Lane, London EC2A 3ET</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/0b/680b37824031474333c39e9da066be6b710a9f5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.23" OriginalAmount="123" 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="27" TotalAmount="124.23" OriginalAmount="123" 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="12" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5209587" Longitude="-0.0918594" StarRating="5" HotelCode="904260|1088801" HotelName="The Montcalm At The Brewery London City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52 Chiswell Street, EC1Y 4SA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/fd/47fdefcdf6a1b74062034412fafa91c96e415d60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city. The railway station and Barbican underground station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="124.72" OriginalAmount="123.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517691201369" Longitude="-0.12424528598785" StarRating="4" HotelCode="18751|1601804" HotelName="Thistle Holborn The Kingsley" Meals="ROOM ONLY,BUFFET STYLE BREAKFAST AT HOTEL,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>36-37 Bloomsbury Way, London WC1A 2SD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/7c/4f7c74c760746333769e2fd354b88062acae4d19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is steeped in tradition and located in the business district of Bloomsbury, near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="124.74" OriginalAmount="123.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493516711031" Longitude="-0.15023052692413" StarRating="4" HotelCode="87668|2929278" HotelName="Astors Belgravia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>106-112 Ebury Street, London SW1W 9QD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/92/0e92173ace27dc9afd09550b45af09bcf02d2923.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located on a quiet, tree-lined street in the heart of Belgravia. It is close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="125.07" OriginalAmount="123.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521068" Longitude="-0.091959999999972" StarRating="5" HotelCode="284132|6710044" HotelName="London City Suites By Montcalm" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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="125.24" OriginalAmount="124" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515579783756" Longitude="-0.17141997814179" StarRating="3" HotelCode="18292|411142" HotelName="Darlington Hyde Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111-117 Sussex Gardens, Paddington, London W2 2RU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/61/6161358b2c3e6acdb9fe833311b7d348601388bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.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="16" TotalAmount="125.99" OriginalAmount="124.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515716653319" Longitude="-0.17449647188187" StarRating="0" HotelCode="16992|746385" HotelName="The Pilgrm" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 London Street, W2 1HH London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/b0/e2b015cf5efb4f967d1f61d472e7a7832c8107a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Pilgrm.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.03" OriginalAmount="124.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520456" Longitude="-0.124752" StarRating="4" HotelCode="114448|341335" HotelName="Grange Beauchamp Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>24-27 Bedford Place, London WC1B 5JH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/fc/0afcc1f3ff75ee05825dbca05764bac4dda095a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Bloomsbury overlooking private gardens and is 5 km from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.74" OriginalAmount="125.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501331" Longitude="-0.115941" StarRating="4" HotelCode="70877|78964" HotelName="Park Plaza County Hall" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Addington St, London SE1 7RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/6f/316f0f5cddaa2ee20793b1c4becd26ade67d1ca4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the banks of the River Thames, just south of Westminster Bridge and near to Waterloo Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.26" OriginalAmount="126" 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="127.26" OriginalAmount="126" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.529298615361" Longitude="-0.09690978902438" StarRating="4" HotelCode="845146|379852" HotelName="nhow London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Currency Exchange,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Macclesfield Road, London EC1V 8DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/3b/dc3bb8f24e482e72307e239f9ae85f98e30b96d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.26" OriginalAmount="126" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52660481129" Longitude="-0.12978136539459" StarRating="4" HotelCode="200908|6199" HotelName="Ambassadors Bloomsbury" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 Upper Woburn Place, Euston, London WC1H 0HX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/2d/ee2d2db3931113fb8adeec39b8fa1e819f1c809c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in Bloomsbury, with Euston, Russell Square and King's Cross/St Pancra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.20" OriginalAmount="126.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521001646489" Longitude="-0.12323315628737" StarRating="4" HotelCode="45651|746465" HotelName="Mercure London Bloomsbury" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130-134 Southampton Row, London WC1B 5AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/a3/fba3f8a779c783fec56ce346b3423e13334943e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of London. The British Museum, Convent Garden, Soho and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.20" OriginalAmount="126.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49455938613" Longitude="-0.22859273723475" StarRating="2" HotelCode="142845|2189515" HotelName="Adria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Glenthorne Road, Hammersmith, London W6 0LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/79/9379918c5b4a88390e85b5b2caddafabc2604857.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Adria Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.27" OriginalAmount="127" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49732568" Longitude="-0.01896785" StarRating="0" HotelCode="973438|444264" HotelName="Clover Court by Q Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Millharbour, London E14 9TR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c9/0ac9d19364bae6e4e1dd68b44403eac12a2d1c28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.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="128.27" OriginalAmount="127.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="16" TotalAmount="128.91" OriginalAmount="127.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493795592143" Longitude="-0.19176453351974" StarRating="4" HotelCode="93107|427825" HotelName="Park Grand London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>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="16" TotalAmount="129.27" OriginalAmount="127.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5592761" Longitude="-0.1785975" StarRating="3" HotelCode="114286|1665578" HotelName="La Gaffe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107-111 Heath Street, Hampstead, Borough of Camden, London NW3 6SS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/48/5f488afd7ad09bb43f5d1a121d9cd393f4e68830.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="129.28" OriginalAmount="128" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.546418448671" Longitude="-0.17377227544784" StarRating="2" HotelCode="189764|56034" HotelName="Avoca House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Belsize Park, London NW3 4EG, Hampstead</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/fe/76fe66da0c14eb4cce0c4d174ed5ed701f04d2d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.28" OriginalAmount="128" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51695446" Longitude="-0.068312" StarRating="3.5" HotelCode="986393|520369" HotelName="Hyatt Place London City East" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Whitechapel Road, Black Lion House, London E1 1DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/4f/6f4f2110fef03f37f7d1bab25618a0c01a3e1309.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.28" OriginalAmount="128" 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="Free CXL until 01/01/2026" HotelFacility="Golf">
        <Address>
          <AddressLines>
            <AddressLine>Ickenham Road, Ruislip, Middlesex HA4 7DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/94/0394c60c99b0f1731aca7306c81c3abceb8fd0ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.28" OriginalAmount="128" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.625389" Longitude="0.032119" StarRating="3" HotelCode="79027|93965" HotelName="Premier Inn Loughton/Buckhurst Hill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>High Road, Buckhurst Hill, Essex IG9 5HT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/28/f1285662ca0c8d0ff4cd991a1dd2f19e03c54ee6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 35 minutes by tube from the centre of London yet within 3 km of the large...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="129.58" OriginalAmount="128.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52175" Longitude="-0.142616" StarRating="4" HotelCode="18324|812497" HotelName="Fitzrovia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,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="34" TotalAmount="129.58" OriginalAmount="128.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.519183917099" Longitude="-0.14124705289533" StarRating="4" HotelCode="35404|812499" HotelName="Langham Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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="1" TotalAmount="129.92" OriginalAmount="128.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510892587612" Longitude="-0.078449249267578" StarRating="4" HotelCode="165403|CAT853600" HotelName="DoubleTree by Hilton London - Tower of London" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Pepys Street, London EC3N 4AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/2c/702cc6a12830a2b8ea0b23505264d87705b99588.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of London and 800 m from the Tower of London. Various bars an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="130.11" OriginalAmount="128.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51966065684" Longitude="-0.12395828962326" StarRating="4" HotelCode="35639|16057" HotelName="The Buckingham Grange" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39-40 Bedford Place, London WC1B 5JT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1f/7d1fac5184261ca935744e0c420331f931a13114.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Bloomsbury area, in a quiet, green part of London's West End. Oxford St...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495114826971" Longitude="-0.18358647823334" StarRating="4" HotelCode="51569|98429" HotelName="Doubletree By Hilton London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="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="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <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="16" TotalAmount="130.60" OriginalAmount="129.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.519652" Longitude="-0.123854" StarRating="4" HotelCode="52867|368005" HotelName="Grange The Portland" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-32 Bedford Place, London WC1B 5JH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/95/4f958ad3304c69d9403e3e69bfe5c7d9c5001928.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the beautiful district of Bloomsbury, close to Covent Garden, Oxford Street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.99" OriginalAmount="129.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495619" Longitude="-0.182918" StarRating="4" HotelCode="17049|82310" HotelName="Meliá London Kensington Member of Meliá Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Gloucester Road, London SW7 4PE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/c5/09c53ebe0f4a7cb98f80ae42dce1be4074c64541.jpeg</HotelPictures>
        <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="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.441193311601" Longitude="-0.10675307089878" StarRating="0" HotelCode="336337|the_tulse_hill_hotel" HotelName="Tulse Hill Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>150 Norwood Road, Tulse Hill, London SE24 9AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f5/e3/f5e3fabc59b6e5a6f828095f625e462d712b1c8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.519092" Longitude="-0.18266" StarRating="4" HotelCode="97670|novotel_london_paddington" HotelName="Novotel London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Kingdom Street, Sheldon Square, Paddington, London W2 6BD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/fa/cbfab71f6ce616fa5f4289de5047e3a5f1aee49d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city and conference hotel is located in the Paddington Central area of London. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.98" OriginalAmount="130.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513565232592" Longitude="-0.17822197536446" StarRating="3" HotelCode="67829|340935" HotelName="The Crescent Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Gloucester Terrace, London, Greater London W2 3DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/a3/daa3344d0e3dade6cb732a6ad5f218a6458658e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday. The nearest airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.31" OriginalAmount="131" 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="27" TotalAmount="132.31" OriginalAmount="131" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4392836" Longitude="-0.36017961" StarRating="3" HotelCode="159644|93739" HotelName="Premier Inn Twickenham East" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Golf">
        <Address>
          <AddressLines>
            <AddressLine>Corner Sixth Cross/Staines Road, Twickenham, Middlesex TW2 5PE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/d2/71d201c61c34e2b415ac21a69de21abd39658898.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.46" OriginalAmount="131.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500865036197" Longitude="-0.11686955092614" StarRating="4" HotelCode="140852|340985" HotelName="Park Plaza Westminster Bridge London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>200 Westminster Bridge Road, London SE1 7UT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/1f/4d1f63d6338cb3b57e37043aa18ff98f93fefa14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Westminster, on the south side of Westminster Bridge, a short walk from Wat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.60" OriginalAmount="131.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.404341" Longitude="-0.342627" StarRating="4" HotelCode="77898|2304935" HotelName="The Mitre Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hampton Court Road, Hampton Court, London, Surrey KT8 9BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/54/26548781a4f4d89233b88a81d619fea709021c87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has 36 non-smoking rooms, which are located on 4 storeys and are reachable by lift. The fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="132.63" OriginalAmount="131.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509076" Longitude="-0.13027617790988" StarRating="4" HotelCode="18498|1304141" HotelName="Thistle Trafalgar Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Whitcomb Street, Trafalgar Square, London WC2H 7HG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/9b/0c9b36aa275e2715a8368cc0b0af5ade012e3b16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated in a peaceful street close to the National Gallery. Enjo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.72" OriginalAmount="131.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52074" Longitude="-0.123507" StarRating="3" HotelCode="10737|228116" HotelName="The Bedford Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>83-95 Southampton Row, London WC1B 4HD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/3c/2b3cbefaa3228cb736583d4b322adb10e2265983.JPEG</HotelPictures>
        <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="1" TotalAmount="132.89" OriginalAmount="131.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.519360236934" Longitude="-0.17033904790878" StarRating="4" HotelCode="21201|CAK205400" HotelName="Hilton London Metropole" Meals="HALF BOARD,BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Edgware Road, W2 1JU London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/7b/207b6d4df13fe9c1467504335ec3ead42af23236.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated some 100 m from Paddington station within 1 km of Madame Tussaud's and 2 km f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.94" OriginalAmount="131.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.451871394971" Longitude="-0.29744709344849" StarRating="4" HotelCode="115393|386035" HotelName="Richmond Hill Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>144-150 Richmond Hill, Richmond-upon-Thames, Surrey TW10 6RW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/92/4a92297b138451bc91fef6c53e188b8a76f002eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located close to Twickenham, making it the ideal base for visits to Twickenham Stadi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509681" Longitude="-0.078989" StarRating="4" HotelCode="77804|62189" HotelName="Tower View by BridgeStreet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>13-17 Byward Street, London EC3R 5BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/47/6a4781e9c73a4efac243609254350cd0d2bc19ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490395" Longitude="-0.138633" StarRating="3" HotelCode="17547|29986" HotelName="Sidney London-Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68-76 Belgrave Road, Victoria, London SW1V 2BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/1e/921e9900cb2455a579a120a92a7df140b7c71e3f.JPEG</HotelPictures>
        <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="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.540234703535" Longitude="-0.14607310295105" StarRating="4" HotelCode="33051|holiday_inn_london_camden_lock" HotelName="Holiday Inn Camden Lock" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Jamestown Road, NW1 7BY London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/e3/7ee3a347f65f9af945ed2e620a6a45dbd22558ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, modern city hotel is located directly in the heart of the trendy district of Camden wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="133.34" OriginalAmount="132.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.473495" Longitude="-0.492047" StarRating="5" HotelCode="888197|1549069" HotelName="Sofitel London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Terminal 5, London Heathrow Airport, London TW6 2GD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/dd/76dd03d721686f23cd859dd7e9f69e19cdbde145.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is linked to Terminal 5 at Heathrow Airport. Windsor is less than...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="133.97" OriginalAmount="132.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515009353317" Longitude="-0.17435254232782" StarRating="4" HotelCode="31277|6645" HotelName="Mercure London Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.30" OriginalAmount="132.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.518831159281" Longitude="-0.13187080621719" StarRating="4" HotelCode="34463|33084" HotelName="Myhotel Bloomsbury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11-13 Bayley Street, Bedford Square, London WC1B 3HD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/19/04199c0ccceda7fbdd025adecef8157d3bb7ad7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A 5-minute walk from Tottenham Court Road and Goodge Street underground stations, and only a 20-minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.425765" Longitude="-0.22035" StarRating="3" HotelCode="207328|491806" HotelName="The Rose &amp; Crown Wimbledon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 High Street, Wimbledon, Village, London SW19 5BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/a2/6aa2bbc364e3254098dc9fab72fdbdf1e5d5f5ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51986566" Longitude="-0.10654965" StarRating="4" HotelCode="479591|the_one_tun_pub_rooms" HotelName="The One Tun Pub and Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>125 Saffron Hill, EC1N 8QS London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/19/b919f4c37b7e591729a756480f2fb6d9eebdca34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.18" OriginalAmount="133.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.475704865485" Longitude="-0.18238881888294" StarRating="5" HotelCode="31758|696635" HotelName="The Chelsea Harbour Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chelsea Harbour, London SW10 0XG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/80/a680ee7a000a0c67785e93e9bdd42384de0ad856.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quietly situated directly beside exclusive Chelsea Harbour, the luxury hotel affords wonderful views...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="135.44" OriginalAmount="134.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.48898953" Longitude="-0.14651681" StarRating="2" HotelCode="441224|76592125" HotelName="The White Ferry House Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <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="16" TotalAmount="135.97" OriginalAmount="134.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490442155822" Longitude="-0.14593730558075" StarRating="4" HotelCode="114340|1080908" HotelName="Windermere" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>142-144 Warwick Way, London, Victoria, Greater London SW1V 4JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/67/0967ddf793460ded0dd5488088de5097ced47ec5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.35" OriginalAmount="135" 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="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51406363" Longitude="-0.13199634" StarRating="3.5" HotelCode="943331|276311" HotelName="Mimi’s Hotel Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>56-57 Frith Street, Soho, London W1D 3JG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/fe/a6fee1e91ea4a8e376c8da18d385bc9442c9192c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.35" OriginalAmount="135" 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="12" TotalAmount="136.65" OriginalAmount="135.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524039886465" Longitude="-0.12509286403656" StarRating="4" HotelCode="41977|1290567" HotelName="Holiday Inn London-Bloomsbury" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coram Street, London WC1N 1HT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/5c/b65cbefca16ace709f13ed5a12bb23d678aaaba3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideal for business travellers. It is located directly on Russell Square nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.36" OriginalAmount="136" 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="27" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494797" Longitude="-0.177825" StarRating="4.5" HotelCode="310354|49218" HotelName="The Exhibitionist Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Queensberry Place, Kensington, London SW7 2EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/45/1d45f0cbb6c5272c6cccc1ae4c99aaa5716bfb9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the vicinity of Earl's Court and Olympia (2.5 km away). It is wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.36" OriginalAmount="136" 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="16" TotalAmount="137.79" OriginalAmount="136.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510741907561" Longitude="-0.076686844983215" StarRating="4" HotelCode="26240|367675" HotelName="Leonardo Royal Hotel London City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-14 Cooper's Row, London EC3N 2BQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/93/8693d1bee130e053657810d2697a099d1324e3f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located centrally, close to the Tower of London as well as Tower Bridge and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.503233716875" Longitude="-0.078158900201743" StarRating="5" HotelCode="524948|227447" HotelName="The Lalit London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Banquet Hall,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>181 Tooley Street, Southwark, London SE1 2JR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/613142/613142a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493989290856" Longitude="-0.19110422453696" StarRating="3" HotelCode="147529|199982" HotelName="Hotel Moonlight" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Knaresborough Place, London SW5 0TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/15/0a152c43568819f6b524070ea94fb21be96b5450.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located only 5 minutes from Earl's Court Exhibition Centre and Tube Station, this hotel is ideal for...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.49" OriginalAmount="137.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.499940563258" Longitude="-0.15992939472199" StarRating="4" HotelCode="29221|6619" HotelName="Millennium Hotel London Knightsbridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Sloane Street, Knightsbridge, London SW1X 9NU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/99/f199d684639e08c5e9077b93292ea6135bd79446.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated at the heart of the city of London. Hyde Park, attract...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.07" OriginalAmount="137.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.505271656365" Longitude="-0.088126659393311" StarRating="4" HotelCode="14172|791815" HotelName="London Bridge Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-18 London Bridge Street, London SE1 9SG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/f5/2af5fea77b1bdcc5df75e77436e126eb920d2f85.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51803425" Longitude="-0.1276759" StarRating="3" HotelCode="431433|444214" HotelName="Morgan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Bloomsbury Street, London WC1B 3QJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/c4/27/c42762bdb71d75ea3cd96f9001bef2e69412d44c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.62" OriginalAmount="138.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5070733" Longitude="-0.12598055714286" StarRating="4" HotelCode="115319|1080848" HotelName="Club Quarters Hotel Trafalgar Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Northumberland Avenue, At Trafalgar Square, London WC2N 5BY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/2b/942bd533990ff6dbccfca564b22212a31a65b7b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.69" OriginalAmount="138.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495751" Longitude="-0.147698" StarRating="4" HotelCode="114443|99182" HotelName="Tophams Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24-32 Ebury Street, Belgravia, SW1W 0LU London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/7d/187d9789347f824ed4e7b9a50becca4190443b4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in a quiet location in the historic Belgravia district. Buckingham Palace is just 8...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.94" OriginalAmount="138.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.505493338509" Longitude="-0.095264581610081" StarRating="4" HotelCode="32568|385665" HotelName="Novotel London Bridge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53-61 Southwark Bridge Road, London SE1 9HH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/cf/b6cff310662f2715f82737f8ffda49b76d171154.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated to the south of the Thames, this hotel lies close to the centre of London where there are c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.11" OriginalAmount="138.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.451107" Longitude="-0.296735" StarRating="4" HotelCode="115394|388235" HotelName="Richmond Harbour Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" 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="1" TotalAmount="140.31" OriginalAmount="138.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.526498011838" Longitude="-0.13015016913414" StarRating="4" HotelCode="12322|CAR569000" HotelName="Hilton Euston" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17-18 Upper Woburn Place, WC1H 0HT London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/d8/07d8d78625a19b3eb80a24b717f9ad887c048049.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 300 m from Euston station. The British Museum is around 800 m away, Oxfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="140.31" OriginalAmount="138.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49828022" Longitude="-0.01936466" StarRating="4" HotelCode="563814|CBG470300" HotelName="Lincoln Plaza London Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>2 Lincoln Plaza, Millharbour Canary Wharf, London E14 9BD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/d4/88d4203b8ebafd2c1dffd4bdd47796457111b974.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.39" OriginalAmount="139" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="972200|488631" HotelName="Flying Butler Baker Street Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>York Street, Marylebone, London W1U 6PB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/e7/16e76a65734f5879c319b9b8105743cd5099dbad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.39" OriginalAmount="139" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515221" Longitude="-0.160916" StarRating="4" HotelCode="154056|444299" HotelName="The Sumner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Upper Berkeley Street, Marble Arch, London W1H 7QR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/1f/e11f6aa508333b574117f3c6135e0e6cc1d187b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday. The nearest airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.48" OriginalAmount="139.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.542051" Longitude="-0.170353" StarRating="4" HotelCode="29186|385025" HotelName="Marriott Regents Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Henry's Road 128, London NW3 3ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/c7/53c7f5b2e2298c798f08c42e3c199bf2bfe803d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located just a few minutes' walk from Regent's Park and London Zoo. This h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="140.68" OriginalAmount="139.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51306798" Longitude="-0.07527726" StarRating="4" HotelCode="986390|34650682" HotelName="Canopy by Hilton London City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>11-15 Minories Street, London EC3N 1AX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/f0/b6f06dfa3f2f0ebe9568c3762e838e646cbc529f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="140.74" OriginalAmount="139.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508442091384" Longitude="-0.12480000305845" StarRating="4" HotelCode="45327|1282745" HotelName="The Clermont Charing Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Strand, London WC2N 5HX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/43/9b43b60abe9ce4e46a4eaf87ec652bd3ccd0e074.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fashionable, traditional hotel is located at the heart of London and is well served by public t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="140.81" OriginalAmount="139.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494032723243" Longitude="-0.18251091241837" StarRating="4" HotelCode="14857|1964357" HotelName="The Bailey's Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Gloucester Road, London SW7 4QH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/25/ed25ebe29c839414dd861b863522628310248c08.JPEG</HotelPictures>
        <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="141.40" OriginalAmount="140" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.56408374" Longitude="-0.09283657" StarRating="0" HotelCode="986051|494223" HotelName="The Brownswood" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>271 Green Lanes, London N4 2EX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/76/2276949a361b8edd104fe11b9979438da1ad585d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.40" OriginalAmount="140" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5453578" Longitude="-0.00703971" StarRating="5" HotelCode="785654|416305" HotelName="The Stratford Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 International Way, Olympic Park, London E20 1GQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/5b/685b6cafb7bbe8775ffaf15345a747ffaf91a45c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.41" OriginalAmount="141.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="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.36895734" Longitude="-0.09648989" StarRating="3.5" HotelCode="633060|flexistay_croydon_apartments" HotelName="CS Apartments - Croydon Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>89-91 Park Lane, Croydon CR0 1DY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/6b/e26ba5b39d780ff6274ce4463464162bd249a81e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Croydon.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.410459179736" Longitude="0.072869298940077" StarRating="4" HotelCode="159983|the_crown_inn" HotelName="The Crown Inn Chislehurst" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>School Road, Chislehurst, Kent BR7 5PQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/54/1954e82633c408eb4a44289b871f4b479881a3aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is near Chislehurst Common with forests and open spaces, five minutes from the Chislehurst...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.53" OriginalAmount="141.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513819673914" Longitude="-0.10120150199561" StarRating="4" HotelCode="34456|1080888" HotelName="Club Quarters Hotel St. Paul's" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Ludgate Hill, London, Greater London EC4M 7DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/1a/3a1a255fe8972c33bb8de5ab69c0dd75ffa9a44b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="142.82" OriginalAmount="141.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513773381814" Longitude="-0.15890958035664" StarRating="4" HotelCode="47970|1650728" HotelName="Hard Rock Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Great Cumberland Place, Marylebone, London W1H 7DL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/bb/bb430d98e182a17b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the heart of London's inner city, directly next to the famous M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.85" OriginalAmount="141.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.528520483915" Longitude="-0.12813448905945" StarRating="4" HotelCode="25445|186356" HotelName="Pullman London St Pancras" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100-110 Euston Road, London NW1 2AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/c4/c49bb05f8d14494a/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the city centre of London, where guests will discover man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.05" OriginalAmount="141.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502647093413" Longitude="-0.18814489245415" StarRating="5" HotelCode="16975|33254" HotelName="Royal Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2-24 Kensington High Street, W8 4PT London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/04/ff042b273dcc3925933ebef10c8882378ed44d82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of London's Royal Borough of Kensington and Chelsea,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.53910059" Longitude="-0.10414342" StarRating="0" HotelCode="977943|400022" HotelName="Citadines Islington London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Shelley Place, Islington, London N1 1WF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/76/3b766f2cd94b37295543ef6fa0220a8f28dc8a02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.65" OriginalAmount="142.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.518614185596" Longitude="-0.13561248779297" StarRating="4" HotelCode="52566|43504" HotelName="Rathbone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Rathbone Street, W1T 1LB London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/20/79208cec2809a32387d74b73902117d149547224.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in one of the most popular areas of London, this hotel is within walking distance of Oxford...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.43" OriginalAmount="143.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51735085" Longitude="-0.07369392" StarRating="3" HotelCode="521962|commercial_house_2" HotelName="Aldgate Commercial House Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Airport Transfer (on Demand),Babysitting,Designated Smoking Area,Dining,Housekeeping,Internet,Laundry,Printer,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>43B Commercial Street, London E1 6BE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/a4/c7a4ffd00389279ad5389fc89da7a9768c18cead.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely aparthotel can be found in Aldgate. Located in 15 minutes walking distance from London B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="144.56" OriginalAmount="143.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514582" Longitude="-0.156604" StarRating="4" HotelCode="32000|2046549" HotelName="DoubleTree By Hilton Hotel London - Marble Arch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Bryanston Street, Marble Arch, W1H7BY London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/3e/c03eec81e72344c75ebdbf2def16b850350ed923.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built in 1950, this charming hotel is located just off Oxford Street, close to the popular Hyde Park...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.99" OriginalAmount="143.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517599" Longitude="-0.127656" StarRating="4" HotelCode="16396|33164" HotelName="Radisson Blu Edwardian Bloomsbury Street Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-13 Bloomsbury Street, Bloomsbury, London WC1B 3QD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/80/5f80f1499c2a6132719f7ce3efe66cddb40ab55c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated at the heart of London, just a short distance from the British Museum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="145.23" OriginalAmount="143.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510224" Longitude="-0.131564" StarRating="4" HotelCode="15844|1069528" HotelName="Thistle Piccadilly" Meals="ROOM ONLY,BUFFET STYLE BREAKFAST AT HOTEL,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coventry Street, London W1D 6BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/ff/8fffeb639a66867ee37c9b613e2fd7192fbdac06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated at the heart of London between Piccadilly Circus and Leicester Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.44" OriginalAmount="144" 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="63" TotalAmount="145.44" OriginalAmount="144.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="1" TotalAmount="145.50" OriginalAmount="144.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520075879103" Longitude="-0.12216108159737" StarRating="4" HotelCode="31278|CAF528900" HotelName="DoubleTree by Hilton Hotel London - West End" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 01/01/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="12" TotalAmount="146.08" OriginalAmount="144.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.535975798274" Longitude="-0.10512383928676" StarRating="4" HotelCode="13335|1119021" HotelName="Hilton London Angel Islington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Upper Street, Islington, London N1 0UY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/91/7391aa59d7eee203b6cc0095ae31f051a222bb1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the centre of London with numerous shopping and entertain...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.54261688776" Longitude="-0.0062844157218933" StarRating="3.5" HotelCode="175726|35774" HotelName="Staybridge Suites London - Stratford City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10b Chestnut Plaza, Westfield, Stratford City, London E20 1GL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/a1/3ea158865ab9ab7cb30a0178d0c3ccc980ae6337.jpeg</HotelPictures>
        <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="146.45" OriginalAmount="145.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="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Sydney Street, Chelsea, London SW3 6PU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/f9/90f9b3ceacd72d6628544b710ad8cfe936938df0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Sydney House Chelsea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.58" OriginalAmount="145.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514676" Longitude="-0.157929" StarRating="4" HotelCode="94559|83647" 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="16" TotalAmount="146.66" OriginalAmount="145.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515452928672" Longitude="-0.1727369427681" StarRating="3" HotelCode="27217|4681165" HotelName="Beverly City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>142 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/ec/6bec11f03e19954bae9249d014ff8a5a5e8e5c0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Paddington district of the city, close to Paddington underground station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.11" OriginalAmount="145.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494359" Longitude="-0.189891" StarRating="4" HotelCode="80368|32994" HotelName="London Marriott Hotel Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>147 Cromwell Road, Kensington, London SW5 0TH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/e2/a0e24f207eef6a726f57bfa7265d6a574f3db45f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in central London, conveniently located right next to Earls Court Exhibition Centre, 60...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.46" OriginalAmount="146" 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="1" TotalAmount="147.73" OriginalAmount="146.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515683270537" Longitude="-0.1758348941803" StarRating="4" HotelCode="316783|CAF563300" HotelName="Hilton London Paddington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Praed Street, London W2 1EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/2d/3f2dbeca7c569cc8dd335f94742558fc28169500.jpeg</HotelPictures>
        <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="148.47" OriginalAmount="147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52207551" Longitude="-0.11066658" StarRating="4" HotelCode="388543|the_clerk__well_pub__rooms" HotelName="The Clerk &amp; Well Pub &amp; Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>156 Clerkenwell Road, London EC1R 5DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/29/5129c373646798900505774e7e27c02194f0f6c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Clerk &amp; Well Pub &amp; Rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.47" OriginalAmount="147.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="12" TotalAmount="148.85" OriginalAmount="147.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510682614478" Longitude="-0.13087486886059" StarRating="3.5" HotelCode="571806|47109121" HotelName="Hotel Indigo London - 1 Leicester Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Leicester Square, London WC2H 7NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/22/68229ae55f202e8261a412ea53d8ae3d6c2f2ba2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.59" OriginalAmount="148.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516318" Longitude="-0.163792" StarRating="4" HotelCode="14599|33004" HotelName="Marriott Marble Arch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 George Street, W1H 5DN London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/26/21269206fb470f85b884dfc88e72f94a8fbbd5c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury 4-star hotel is in an ideal location with plenty of London's attractions nearby to explo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.15" OriginalAmount="148.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516733147325" Longitude="-0.17063409090042" StarRating="4" HotelCode="114665|386195" HotelName="Inhabit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25-27 Southwick Street, Paddington, London W2 1JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/d3/d9d37256e0aea8389ae236821891899029a5307e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at Sussex Gardens in Paddington within convenient reach of London's West End a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="150.22" OriginalAmount="148.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.470082" Longitude="-0.45359762" StarRating="3" HotelCode="883354|74237219" HotelName="Hilton Garden Inn London Heathrow Terminals 2 and 3" Meals="ROOM ONLY,BUFFET STYLE BREAKFAST AT HOTEL" BedType="ROOM ONLY" PropertyType="">
        <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="150.49" OriginalAmount="149" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513992" Longitude="-0.122167" StarRating="3" HotelCode="189761|425715" HotelName="The Fielding Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>4 Broad Court, Bow Street, Covent Garden, London WC2B 5QZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/15/08158a1981adf077a8ea1bf21885276d9a0ef709.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.49" OriginalAmount="149.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="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="150.56" OriginalAmount="149.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523087735961" Longitude="-0.12580821891015" StarRating="4" HotelCode="433381|745059" HotelName="The Morton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Bar,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Woburn Place, London, WC1H 0LH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/ca/c1ca005eeb45a0b13a2db760ce973785cb39178a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Morton Hotel is perfectly located for both business and leisure guests in London. Offering a var...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515960346889" Longitude="-0.11874675750732" StarRating="4" HotelCode="189771|51875" HotelName="Club Quarters Hotel Lincoln's Inn Fields" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Lincoln's Inn Fields, (Near Covent Garden), London WC2A 3JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/e5/b7e5a7504d3aa3b828698bceffbfb11223027992.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.59" OriginalAmount="150.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517906510393" Longitude="-0.079725980758667" StarRating="4" HotelCode="38251|232086" 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="16" TotalAmount="151.75" OriginalAmount="150.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520793" Longitude="-0.100249" StarRating="4" HotelCode="80303|274615" HotelName="Malmaison London" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-21 Charterhouse Square, London EC1M 6AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ed/00ed443a5afa6a1ae16032259b6f4fd6abd78d4e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.51" OriginalAmount="151.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="152.51" OriginalAmount="151.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="152.51" OriginalAmount="151.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="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51724616" Longitude="-0.0703108" StarRating="0" HotelCode="974556|489803" HotelName="The Buxton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>42 Osborn Street, London E1 6TD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/ae/eeae5f67c57327a620d3fd97016eb268fef6f9bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.52" OriginalAmount="152" 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="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="12" TotalAmount="153.53" OriginalAmount="152.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.495635830716" Longitude="-0.14538645744324" StarRating="4" HotelCode="18519|1750895" HotelName="The Clermont, Victoria" Meals="ROOM ONLY,BUFFET STYLE BREAKFAST AT HOTEL,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Buckingham Palace Road, London SW1W 0SJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/f3/f5f3dd07829eb17b9daa694a676edebaa17a4294.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along a main road some 500 m from Buckingham Palace and other top London attrac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.66" OriginalAmount="152.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.497808" Longitude="-0.164323" StarRating="4" HotelCode="89403|746155" HotelName="The Beaufort Knightsbridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Beaufort Gardens, Knightsbridge, London SW3 1PP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/66/8766490d0c0b0fd5128b4df6db56d56e1fcd267d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Beaufort Knightsbridge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="155.16" OriginalAmount="153.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500889" Longitude="-0.019559" StarRating="4" HotelCode="60729|CAR208200" HotelName="Hilton Canary Wharf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>South Quay, Marsh Wall, London E14 9SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/28/9428a1c6d0f7c22b64de17d14fffcd7da17afc10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location for both business travellers and tourists, in one of the newest c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.54" OriginalAmount="154" 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="27" TotalAmount="155.54" OriginalAmount="154" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51075313" Longitude="-0.0966464" StarRating="4" HotelCode="986165|416218" HotelName="Locke At Broken Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Broken Wharf, London EC4V 3DT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/12/8f124b91bf6799b8350b37a2b188dce691cfe94a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="156.31" OriginalAmount="154.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.504610521162" Longitude="-0.082579851150513" StarRating="4" HotelCode="76294|1949639" HotelName="Hilton London Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 More London Place, Tooley Street, London SE1 2BY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/49/28492fdc987a5cc510fa896310420419b80cdaac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London, this hotel is within easy walking distance of The City, as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.53" OriginalAmount="154.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512639" Longitude="-0.099261" StarRating="4" HotelCode="114278|367945" HotelName="Leonardo Royal Hotel London St Paul’s" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Godliman Street, London EC4V 5AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d2/afd2e4d2af9a81af6bd3846d8c5c77d41b95c768.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city's financial district. There are tube and rail stations close by. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.69" OriginalAmount="155.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.519348553898" Longitude="-0.12082278728485" StarRating="4" HotelCode="18325|367705" HotelName="NYX Hotel London Holborn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50-60 Southampton Row, London WC1B 4AR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/e8/ede81058e6913312ab9ede46e46dc5383c0d889b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel enjoys an idyllic location on the border between the West End and the City, not ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.56" OriginalAmount="156.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.55005897" Longitude="-0.09049549" StarRating="0" HotelCode="743314|beresford_road_london_rooms" HotelName="Beresford Road London Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63D Beresford Road, Islington, London N5 2HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/a1/63a1ad34c7126744757522b7f434b82560f6da50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="157.88" OriginalAmount="156.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510331694228" Longitude="-0.18751055002212" StarRating="4" HotelCode="29185|1565125" HotelName="Hilton London Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 Bayswater Road, London W2 4RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/86/7c86aa9e4df15c889b6649a557a37961a2e8dcec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located directly next to Hyde Park in the centre of London with numerous s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="158.25" OriginalAmount="156.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.53042" Longitude="-0.055908" StarRating="5" HotelCode="165985|1046120" HotelName="Town Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Patriot Square, London E2 9NF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/57/2657ad1434136ecc6898efc4c86935286d02b398.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Patriot Square in London. This property is centrally positioned in the heart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="158.30" OriginalAmount="156.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52496601" Longitude="-0.14378499" StarRating="4" HotelCode="872518|6555" HotelName="Meliá White House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Albany Street, Regents Park, London NW1 3UP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/58/58c71cc8ad42ec86/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Some of the city's best known attractions, such as Madame Tussaud's, are easily reached from the hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.57" OriginalAmount="157" 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="27" TotalAmount="159.58" OriginalAmount="158" 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="12" TotalAmount="160.37" OriginalAmount="158.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.519747" Longitude="-0.143166" StarRating="3" HotelCode="35636|1261999" HotelName="Astor Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Historic Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Hallam Street, London W1W 6JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/60/8660f0eaf0e4a0585bd0c52ca8d81b9128e77efa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located within walking distance of London's finest shopping areas such as Ox...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="160.93" OriginalAmount="159.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.47173496" Longitude="-0.45700118" StarRating="3" HotelCode="735444|10987853" HotelName="Aerotel London Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Terminal 3, Arrivals Hall, Heathrow Airport, Hounslow, London TW6 2GW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/f4/51f4fbfbcc0f70790b922b9c21b6f03cd246f787.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.60" OriginalAmount="160" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51694675" Longitude="-0.20986918" StarRating="0" HotelCode="986154|480324" HotelName="The KPH" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>139 Ladbroke Grove, Notting Hill, London W10 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/c7/7ec71d978e7e965e577b20fcfd62152a73814b32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.60" OriginalAmount="160.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="Free CXL until 30/12/2025" 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="16" TotalAmount="162.07" OriginalAmount="160.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490725965195" Longitude="-0.14387225375274" StarRating="4" HotelCode="36437|2441955" HotelName="Georgian House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 - 39 Saint George's Drive, City of Westminster, London SW1V 4DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/ef/b2efb80df631f3ccd990d4b51a6ec82b465451e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.61" OriginalAmount="161" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4906309" Longitude="-0.15733554" StarRating="1" HotelCode="965093|399770" HotelName="Sloane Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62-64 Lower Sloane Street, Chelsea, London SW1W 8BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/bb/e8bbe556ce18a81af8c51044135b8bb2ec883b36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.61" OriginalAmount="161.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="63" TotalAmount="162.61" OriginalAmount="161.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.527342" Longitude="-0.079624" StarRating="5" HotelCode="440144|courthouse_hotel_shoreditch" HotelName="Courthouse Hotel Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>335-337 Old Street, London EC1V 9LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/83/f883fd17abfdf3f92c4bf40bb05c1c2cc1934e7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Courthouse Hotel Shoreditch.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="163.06" OriginalAmount="161.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514214403894" Longitude="-0.18090158700943" StarRating="4" HotelCode="114260|428955" HotelName="Park Grand London Paddington" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Queens Gardens, London, Bayswater W2 3BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/c7/c7c769c94373030fd60d4d7c99de702f2a25f30d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of London's stylish Paddington, Hyde Park and Bayswater area. Gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.63" OriginalAmount="163" 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="12" TotalAmount="165.27" OriginalAmount="163.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506124773726" Longitude="-0.12425065040588" StarRating="5" HotelCode="16979|1169104" HotelName="The Royal Horseguards Hotel" Meals="ROOM ONLY,BUFFET STYLE BREAKFAST AT HOTEL" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Whitehall Court, London SW1A 2EJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/0a/5d0aebe3d79197c7b4ecb53b78e88698e83bf923.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a stone's throw from the Houses of Parliament, Trafalgar Square, and overlooks ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.64" OriginalAmount="164" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4906193" Longitude="-0.190959" StarRating="4" HotelCode="174962|200035" HotelName="No 1 The Mansions" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>219 Earl's Court Road, Kinsington, London SW5 9BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/66/f2668314fc9bf7f27f79f5cb91f72dcd7a01ea2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is No 1 The Mansions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="166.29" OriginalAmount="164.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.505672192255" Longitude="-0.10117476301377" StarRating="5" HotelCode="263514|CAX158200" HotelName="Hilton London Bankside" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-8 Great Suffolk Street, London SE1 0UG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/1f/8a1ff60100a56901be77686d8e8bc376ce4368e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is positioned on London’s South Bank, just a 10-minute walk from London Waterloo Station a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.22" OriginalAmount="165.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516032338254" Longitude="-0.088068000000008" StarRating="4" HotelCode="130202|382005" HotelName="Apex London Wall Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Copthall Avenue, London EC2R 7NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/1f/401f7e7b1b1403aa41053cdc6ad5ee3b9219f9f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of the financial and business districts, close to the Bank of Eng...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.23" OriginalAmount="165.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490051429169" Longitude="-0.13817667961121" StarRating="3" HotelCode="29255|683355" HotelName="The Belgrave" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80-86 Belgrave Road, SW1V 2BJ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/77/3a7711478d7e8eeaf96e4921b55e2a21c6e7ba84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Westminster within a short distance of various city attraction...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.66" OriginalAmount="166" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507236454909" Longitude="-0.020957633100579" StarRating="5" HotelCode="293422|31896" HotelName="London Marriott Hotel Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Hertsmere Road, Canary Wharf, London E14 4ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/f5/29f5b28c2d4ff5e39bfef63d447b2f6e05214c24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.94" OriginalAmount="166.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490714445642" Longitude="-0.13872385025024" StarRating="3" HotelCode="35444|384905" HotelName="Luna &amp; Simone" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47-49 Belgrave Road, London SW1V 2BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b8/9ab8c3ec7c8674e79e78169ea9497d50e7ed046c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated in Pimilico. Many of the major attractions, including the world-famou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.67" OriginalAmount="167" 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="8" TotalAmount="169.22" OriginalAmount="167.54" 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 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>4 North Wharf Road, London W2 1NW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/49/8d49838ae5239c3d381bd509e0478a308f479225.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5610589" Longitude="-0.08370912" StarRating="0" HotelCode="796883|rose_and_crown_stoke_newington" HotelName="Rose And Crown Stoke Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>199 Church Street, Stoke Newington, London N16 9ES</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/6b/546b448b0cf113c5c6913cbfc400a571ff6fabe3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="169.78" OriginalAmount="168.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.503163931718" Longitude="-0.0004963380058598" StarRating="4.5" HotelCode="318621|52289759" HotelName="Intercontinental Hotel London - The O2" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST FOR 2" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Waterview Drive, Greenwich Peninsula, London SE10 0TW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/01/f7014edf25af4e11afb402031827e6aba9d4cc07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Intercontinental Hotel London - The O2.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.69" OriginalAmount="169" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.450936336712" Longitude="-0.29952169427929" StarRating="4" HotelCode="115309|169419" HotelName="The Petersham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nightingale Lane, Richmond TW10 6UZ, Surrey</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/2c/0d2c820075954267e92713303a2f401b38c1bc4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.69" OriginalAmount="169" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507058333333" Longitude="-0.10504483333333" StarRating="3" HotelCode="114530|458351" HotelName="The Mad Hatter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-7 Stamford Street, London Borough of Southwark, London SE1 9NY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/b9/8eb972423493883c73c75ace71755a24eefd2b2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.69" OriginalAmount="169.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493946" Longitude="-0.143333" StarRating="4" HotelCode="56594|doubletree_by_hilton_london_victoria" HotelName="DoubleTree by Hilton Hotel London - Victoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2025" 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="12" TotalAmount="171.18" OriginalAmount="169.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507087056375" Longitude="-0.12465727293352" StarRating="4" HotelCode="25513|1951361" HotelName="Citadines Trafalgar Square London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18/21 Northumberland Avenue, London WC2N 5EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/22/4e221c376de3b2f6b7d28adc5a71d8b3dc4f09ff.JPEG</HotelPictures>
        <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="171.70" OriginalAmount="170" 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="27" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="901065|199509" HotelName="Montagu Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Montagu Place, London W1H 2ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/2e/022e1aeb1adcdb21705beb5162d50e0c0060fb83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.70" OriginalAmount="170.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.496069310993" Longitude="-0.17039849570085" StarRating="4" HotelCode="16606|428965" HotelName="The Rembrandt" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Thurloe Place, Knightsbridge, London SW7 2RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/04/8b04360bb596520852171e5e6ea190743cd930e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.71" OriginalAmount="171" 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 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>4 Norwich Street, London EC4A 1DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/f3/51f335a0e27fb524be5bf00ce45d1c68af8a337a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.71" OriginalAmount="171" 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="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Elevator,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rosebery Avenue, EC1R 4SX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/ca/24cae69bc5f8bc0715f9f82fdf4ffb979bdedaa5.JPEG</HotelPictures>
        <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="63" TotalAmount="172.71" OriginalAmount="171.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="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>199-206 High Holborn, London WC1V 7BD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/02/9f02881277cfe0ff47692aa895c9b1da90fe1b7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.71" OriginalAmount="171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.524415452626" Longitude="-0.076311928761811" StarRating="4" HotelCode="199761|boundary" HotelName="Boundary" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel,boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Babysitting,Banquet Hall,Bar,Boutique,Conference Hall,Designated Smoking Area,Diet Meals,Internet,Laundry,Massage Centre,Meeting Room,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2-4 Boundary Street, Entrance in Red Church Street, Shoreditch, London E2 7DD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/48/b34802e6320871d12304308f799b341a08eaa149.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Boundary.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.29" OriginalAmount="171.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520177" Longitude="-0.130307" StarRating="4" HotelCode="114320|345015" HotelName="Staunton" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Gower Street, Bloomsbury, London WC1E 6HE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/b0/f0b02da5b592412de69ec75c5ef19cb37bf9c0d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's West End, this city hotel is only a few minutes’ walk from Oxford ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="174.00" OriginalAmount="172.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50976523" Longitude="-0.12224967" StarRating="3.5" HotelCode="632695|669215" HotelName="Wilde Aparthotels by Staycity The Strand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Adam Street, London WC2R 0DE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/66/7a66f6fd42e51c75c91f5636c6ae392230d085b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.98" OriginalAmount="173.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525598550264" Longitude="-0.0829017162323" StarRating="4" HotelCode="61170|1550728" HotelName="The Hoxton Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Country House,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>81 Great Eastern Street, London EC2A 3HU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/8f/d48fa31f5dc94a0a2d12a51a0eb8b2e51d1fad91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of London near Old Street tube station. Moorgate and Finsbur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.09" OriginalAmount="173.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515155354382" Longitude="-0.15995047401373" StarRating="5" HotelCode="64608|1062328" HotelName="The Marble Arch London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="27" TotalAmount="175.74" OriginalAmount="174" 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,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Leicester Place, Leicester Square, London WC2H 7BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/613100/20197301046679.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.75" OriginalAmount="175" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506762066506" Longitude="-0.1466176134079" StarRating="4" HotelCode="174961|199215" HotelName="44 Curzon Street by Mansley Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>44 Curzon Street, Mayfair, London W1J 7UG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/f4/62f4dbcbfd63f57beda8d87d0007260f7193cba0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is 44 Curzon Street by Mansley Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.75" OriginalAmount="175" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.557538" Longitude="-0.289618" StarRating="3" HotelCode="187913|200830" HotelName="The Green Man Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dagmar Avenue, Wembley, Brent, Greater London HA9 8DF, Middlesex</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/c9/1ac91169001508b1499801d8d15af39003122862.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.75" OriginalAmount="175.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5118" Longitude="-0.186" StarRating="3" HotelCode="495739|london_plaza_serviced_apartments" HotelName="London Plaza Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Inverness Terrace, London W2 3JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/c8/18c85926e89c7e4990146d9186bf9d7ae21cc5e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.75" OriginalAmount="175.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.525693670417" Longitude="-0.077440738677979" StarRating="4.5" HotelCode="53667|ace_hotel_london_shoreditch_2" HotelName="One Hundred Shoreditch Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Shoreditch High Street, Shoreditch, London E1 6JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/86/3086e9d6bf1cf335aaca81ba84bc67b90da34bad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is situated close to the city centre, within a few minutes' walk of Liverpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="177.75" OriginalAmount="175.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49230931983" Longitude="-0.19531309604645" StarRating="4" HotelCode="259023|1123750" HotelName="K+K Hotel George" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-15 Templeton Place, London SW5 9NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/28/0a28f5e150e351e8baa657d5f85c700f667e1ec2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located in central London only a couple of minutes' walk from Ear...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.76" OriginalAmount="176" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5058445" Longitude="-0.10446383" StarRating="0" HotelCode="964411|487236" HotelName="The Hoxton Southwark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Blackfriars Road, London SE1 8PB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/5a/985a452db73a8f15593ae92a39ad092a5829f694.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.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="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Buckingham Gate, London SW1E 6AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/45/1d45930684df8ceac4eb6add849464d40c4c6169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated luxury hotel is ideally located at the heart of Westminster. The hotel is well co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.29" OriginalAmount="176.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491137" Longitude="-0.144963" StarRating="5" HotelCode="114527|923695" HotelName="Eccleston Square London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Eccleston Square, London SW1V 1PB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/55/16559c18f27d2d35bac831791be69c077e20c19f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located only 500 metres from the town centre, 1 km from Buckingham Palace and 2 km fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5116" Longitude="-0.138379" StarRating="4" HotelCode="189747|56429" HotelName="Sanctum Soho Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Warwick Street, London W1B 5NF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/fd/8bfd36b760a8b0333a0cf6a9205e722e8fdfca80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51532556" Longitude="-0.1914806" StarRating="0" HotelCode="986068|491224" HotelName="The Hayden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Westbourne Grove, London W2 4UJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/0a/3c0aee2bca7f37bb93395643c7581d3b48e14799.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.78" OriginalAmount="178" 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="27" TotalAmount="180.79" OriginalAmount="179" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513021" Longitude="-0.100873" StarRating="4" HotelCode="77803|58534" HotelName="The Kings Wardrobe by BridgeStreet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Wardrobe Place, London, EC4V 5AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/a0/2ba05ae8371536bff5febe12fff363a69fa6ad58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.79" OriginalAmount="179" 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="27" TotalAmount="181.80" OriginalAmount="180" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49205537" Longitude="-0.12139442" StarRating="3.5" HotelCode="530951|403525" HotelName="Crowne Plaza London - Albert Embankment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10-11 Albert Embankment, London SE1 7TF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/c3/90c377b3591fdb8f37eff3ed75843119bce71d2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.81" OriginalAmount="181" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51697997" Longitude="-0.0767977" StarRating="4" HotelCode="433679|411697" HotelName="Park Lane City Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" 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="183.82" OriginalAmount="182" 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="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Mecklenburgh Square, London WC1N 2AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/53/6553b7db1eb0ec7bc15db644339a858dc9a5a593.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="184.17" OriginalAmount="182.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522590525" Longitude="-0.118826925" StarRating="4" HotelCode="902144|629524" HotelName="SACO London - Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spens House, 72 - 84 Lamb's Conduit Street, London WC1N 3LT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/b6/71b65904ddf56066f0148e57a09c36293bbb3a62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="186.04" OriginalAmount="184.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500181" Longitude="-0.179796" StarRating="4" HotelCode="73789|1626818" HotelName="The Gore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>190 Queen’s Gate, Kensington, London SW7 5EX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/80/e580f81101d614c509a942b6749d53fbc9c163e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in a leafy avenue close to the Royal Albert Hall and just a short walk f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="186.55" OriginalAmount="184.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.490183154741" Longitude="-0.13873520982168" StarRating="3" HotelCode="89404|4264325" HotelName="The Melita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Charlwood Street, London SW1V 2DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/0c/7e0c656c3fbfc980c19d4ec50355146a378723f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.85" OriginalAmount="185.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="63" TotalAmount="186.85" OriginalAmount="185.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52616225" Longitude="-0.12620373" StarRating="3" HotelCode="448237|harlingford_hotel" HotelName="Harlingford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61-63 Cartwright Gardens, London WC1H 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/0b/aa0b4b62f6011d46abdd021a96d74d3421cadf0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="186.94" OriginalAmount="185.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513923963289" Longitude="-0.17632305622101" StarRating="4" HotelCode="17465|992989" HotelName="Roseate House London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Westbourne Terrace, Lancaster Gate, Hyde Park, London W2 3UL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/33/dd33342135a5b2e07b4a7ddda3906133c2ee3d3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies an ideal location for those wishing to explore the city's many sights. Hyde Park...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520403057257" Longitude="-0.10063612443946" StarRating="4" HotelCode="620510|490792" HotelName="The Fox &amp; Anchor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>115 Charterhouse Street, London EC1M 6AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/77/f277dc1ac0d4934dda16470daa2db15037427c53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.86" OriginalAmount="186.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="187.86" OriginalAmount="186.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Tothill Street, London SW1H 9LA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/03/a2036f2914e6029b1a726f3dfbcbabe1462cb249.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel occupies a fantastic location in one of London's oldest and most fashionable areas. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52494558" Longitude="-0.08157733" StarRating="4" HotelCode="986117|409119" HotelName="Hart Shoreditch Hotel London, Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 - 67 Great Eastern Street, Hackney, London EC2A 3HU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/19/d1199d1134aa6c7aa813696f567e602eae2e1302.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.88" OriginalAmount="188" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52320082" Longitude="-0.138679" StarRating="0" HotelCode="725278|489137" HotelName="The Grafton Arms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 Grafton Way, London W1T 5DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/ef/67ef2bc4e909e7bbe6b30e9a6b49a6a683c1d9da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="190.21" OriginalAmount="188.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507099" Longitude="-0.146076" StarRating="4" HotelCode="28667|33544" HotelName="The Washington Mayfair" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Curzon Street, Mayfair, London W1J 5HE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/7d/757d229cbd983d3c843b6f3c6c1745e42cbd1ae2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's Mayfair, the hotel is just 5 minutes' walk from Green Park Undergr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.06" OriginalAmount="191.15" 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 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-12 Sloane Square, London SW1W 8EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/b9/c4b953829167fedb848af168c01f6c172dc8cfc6.JPEG</HotelPictures>
        <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="16" TotalAmount="195.01" OriginalAmount="193.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517419" Longitude="-0.137083" StarRating="5" HotelCode="17190|89749" HotelName="Sanderson London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Berners Street, London W1T 3NG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/0c/5d0c6327fb86c759bdbd095b5bd1826ba5f42c00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in a lavish building dating back to the 1950s that lies on a side street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.58" OriginalAmount="193.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5104" Longitude="-0.12681" StarRating="5" HotelCode="18145|54054" HotelName="St. Martins Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 St. Martin's Lane, London WC2N 4HX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/ff/d4ff552c7904770374aa10790c8a0f6364aa6471.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of lively Covent Garden, in the theatre district and only a few ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.55315067" Longitude="-0.2854628" StarRating="3" HotelCode="522802|395502" HotelName="The Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>324 Harrow Road, Wembley, London HA9 6LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/4a/fc4a392673235b98b52f88320f645ad20411cd51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.94" OriginalAmount="194.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523123687665" Longitude="-0.10387390851974" StarRating="4" HotelCode="189767|the_zetter_townhouse" HotelName="The Zetter Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49-50 St John's Square, London EC1V 4JJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/02/a402c06d6fe22906b38f19a30b474359491b354d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="196.65" OriginalAmount="194.70" 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="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Belgrove Street, St. Pancras, London WC1H8AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/85/aa853f5d4103570dc40516300e2692c1ede2a4b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="196.72" OriginalAmount="194.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521071897594" Longitude="-0.15601633050585" StarRating="4" HotelCode="52564|33344" HotelName="Holmes Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>83 Chiltern Street, Marylebone, London W1U 6NF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/11/2b1125e08115177f5cffbe554f1e0f543eafbcf3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant boutique hotel is located right on Baker Street, this comfortable hotel is ideal for to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.95" OriginalAmount="195.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="Free CXL until 30/12/2025" 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="197.96" OriginalAmount="196" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511144653521" Longitude="-0.13121366500854" StarRating="4" HotelCode="189710|56903" HotelName="Leicester House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Leicester Street, London WC2H 7BL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e7/37/e73707e642d724d1f4808f0789349bf1c3ee6bf1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming property offering luxurious boutique rooms is housed in a 5-storey Georgian building. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.96" OriginalAmount="196" 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" 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="197.96" OriginalAmount="196.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-36 Leicester Square, Westminster, London WC2H 7LH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/c6/fdc6a5fbbc2b32ef11ebd05469f1ae514d432078.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is the perfect West End location, tucked away between the National Gallery and Leice...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="199.54" OriginalAmount="197.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520156" Longitude="-0.125689" StarRating="4" HotelCode="18376|274655" HotelName="Montague on the Gardens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Montague Street, Bloomsbury, London WC1B 5BJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/76/34760207e8149456f4766f71870f93ce8a6f2a3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in central London in front of the British Museum and the hurly-burly of London’...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.98" OriginalAmount="198.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.527226106956" Longitude="-0.18317819553772" StarRating="4" HotelCode="225070|the_warrington_hotel" HotelName="The Warrington Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>93 Warrington Crescent, London W9 1EH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ae/45/ae45301b04a62cf2847ec519890e29b968bcd60f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.98" OriginalAmount="198.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="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="16" TotalAmount="200.92" OriginalAmount="198.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521858646439" Longitude="-0.13214047479812" StarRating="2" HotelCode="36436|2543295" HotelName="Ridgemount Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>65-67 Gower Street, Fitzrovia, London WC1E 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/ae/a9ae2a07d48afe5320d7a71d70ee1e4670a67ec5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="200.97" OriginalAmount="198.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51595345732" Longitude="-0.15993559632125" StarRating="2" HotelCode="94581|934785" HotelName="The Prince Akatoki London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>50 Great Cumberland Place, Marble Arch, London W1H 7FD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/ec/4decf3cb39985f14a16ca07ce7c2303fee22c2c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The design hotel is set on a quiet residential street close to Marble Arch at the top of Park Lane a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.99" OriginalAmount="199" 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="63" TotalAmount="200.99" OriginalAmount="199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508025" Longitude="-0.10686799999996" StarRating="5" HotelCode="284137|mondrian_london" HotelName="Sea Containers London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Upper Ground, London SE1 9PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/af/99afe81899003cd95d59c71241dc416a1f886134.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="201.31" OriginalAmount="199.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516443557337" Longitude="-0.15101909637451" StarRating="4" HotelCode="31998|61324" HotelName="The Mandeville Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mandeville Place, Marylebone, London W1U 2BE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/4d/e24d11b0341ab0b09eb020f71ecdbf399e226205.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is ideally situated for those wishing to explore London and its countless sights o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202.00" OriginalAmount="200" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.572998" Longitude="-0.070452" StarRating="3" HotelCode="114343|456736" HotelName="Park Avenue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Clapton Common, Stamford Hill, E5 9AG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/86/b786facc0e0c7c8ee236be963dc11fe0aa474ecf.JPEG</HotelPictures>
        <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="202.00" OriginalAmount="200" 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="202.00" OriginalAmount="200" 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="16" TotalAmount="202.30" OriginalAmount="200.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498270816124" Longitude="-0.14356791973114" StarRating="5" HotelCode="17019|344565" HotelName="The Rubens at the Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Buckingham Palace Road, London SW1W 0PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/62/6862d61591eda6b2ce06cba3a11dc67cf9ad12fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in central London directly opposite The Royal Mews and Buckingham Palace. It is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="203.66" OriginalAmount="201.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51392396329" Longitude="-0.12710452079773" StarRating="4" HotelCode="29234|734625" HotelName="Radisson Blu Edwardian Mercer Street Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Mercer Street, London WC2H 9HD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/f9/5df9587449fae8008040f2c38cbccebff7eec573.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This prestigious city hotel is situated at the heart of popular Convent Garden. Numerous shops, a ra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="204.41" OriginalAmount="202.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494234784687" Longitude="-0.17553448677063" StarRating="5" HotelCode="259333|35026134" HotelName="The Ampersand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Harrington Road, London SW7 3ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/5b/8a5bb70485f281ea982455e808dd0412d8722269.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated just a minute's walk from South Kensington Underground Station. N...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205.03" OriginalAmount="203" 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="27" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492527" Longitude="-0.17865" StarRating="4" HotelCode="18471|38829" HotelName="100 Queen's Gate Hotel London, Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Queens Gate, London SW7 5AG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/ba/ffbae4cea18519745fc4e0a7b82b64780b8ebd05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514776483084" Longitude="-0.134095600401" StarRating="4" HotelCode="263534|444246" HotelName="The Resident Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Carlisle Street, London W1D 3BR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b5/88b529d69b76d4ce04b9cc73a139539b9d5ff2ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.07" OriginalAmount="207" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="150668|224605" HotelName="La Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Nottingham Place, London W1U 5LG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/f9/d1f92bedbbfbe0bb02134ffc4ebde03c5410dd9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is La Place.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="210.06" OriginalAmount="207.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494038961881" Longitude="-0.17582888905338" StarRating="4" HotelCode="114324|1080968" HotelName="Cheval Harrington Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Harrington Road, London SW7 3ES</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/13/da13f8a93fb19d48f0c44c9533bda167c8d7fab4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="211.65" OriginalAmount="209.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4921395" Longitude="-0.187852" StarRating="4" HotelCode="34454|1080928" HotelName="Collingham Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26-27 Collingham Gardens, London SW5 0HN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/a0/d0a0cbc456bd79ef570c233cc9a3d6c2c0b08b0b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="211.65" OriginalAmount="209.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520184" Longitude="-0.102541" StarRating="4" HotelCode="82430|1080818" 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="12" TotalAmount="212.23" OriginalAmount="210.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5293571" Longitude="-0.1241352" StarRating="5" HotelCode="962161|72793074" HotelName="Standard Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>10 Argyle Street, London WC1H 8EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/bc/2bbc704542940ab917757876298748008c703963.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="213.13" OriginalAmount="211.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507714" Longitude="-0.147148" StarRating="4" HotelCode="18284|356985" HotelName="The Chesterfield Mayfair" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>35 Charles Street, Mayfair, London W1J 5EB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/d1/2cd17541ab65aa6005326d1ef52cda859f1331a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the heart of Mayfair. It is within 500 metres of Oxford Street an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.12" OriginalAmount="212" 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="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Caxton Street, London SW1H OQW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/6c/f66c0ef07bca81d4b742a8c46bbd538ef978d422.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a splendid location from which it is easy to begin exploration of London's stunnin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="214.20" OriginalAmount="212.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.520560986235" Longitude="-0.13074163558201" StarRating="4" HotelCode="50965|1426318" HotelName="The Academy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Gower Street, Fitzrovia, London WC1E 6HG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/6e/be6e10173764ed90a6761e3b3597bb20aa228f9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="214.61" OriginalAmount="212.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492499" Longitude="-0.178154" StarRating="5" HotelCode="258999|6650" HotelName="The Kensington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>109-113 Queen's Gate, South Kensington, London SW7 5LP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/12/ff128384f21e524b5d4d79748db7240dbfa216a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, close to Kensington Gardens, in the elegant borough of Kensington. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="217.46" OriginalAmount="215.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.516938446317" Longitude="-0.14918446540833" StarRating="4" HotelCode="50198|351175" HotelName="Holiday Inn Oxford Circus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57-59 Welbeck Street, London W1G 9BL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/e3/7ee3a347f65f9af945ed2e620a6a45dbd22558ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The up market city hotel is located in London's city centre and Oxford Street (only 150 metres away)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="217.80" OriginalAmount="215.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506676439895" Longitude="-0.027917253967303" StarRating="5" HotelCode="27478|732725" HotelName="Canary Riverside Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Westferry Circus, Canary Wharf, London E14 8RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/312034/312034a_hb_a_021.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Originals City, Hotel Le Lion d'or, Chin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="217.95" OriginalAmount="215.79" 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 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Albany Street, Regents Park, London NW1 3UP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/a5/d8a5aa35ca606e48bb252566d5b6137d89dd52c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="218.16" OriginalAmount="216" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4968746" Longitude="-0.12906368" StarRating="0" HotelCode="986386|444253" HotelName="Hope House Residences by Q Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Great Peter Street, Westminster Borough, London SW1P 3LT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/95/a6950d2c887869877661c05ee616c80f8368e8f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="218.16" OriginalAmount="216" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51150718" Longitude="-0.09381767" StarRating="4.5" HotelCode="848540|399669" HotelName="Vintry &amp; Mercer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Garlick Hill, London EC4V 2AU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/9/8/1/4/5/6/8/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.21" OriginalAmount="221" 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="16" TotalAmount="226.07" OriginalAmount="223.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517196320568" Longitude="-0.080907493829727" StarRating="5" HotelCode="34465|98748" HotelName="Andaz London Liverpool Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>40 Liverpool Street, London EC2M 7QN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/61/64612c15a5f10f2d0f8d2921922ef773949a3471.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys an ideal location in the heart of London. It lies adjacent to Live...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.26" OriginalAmount="226" 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="16" TotalAmount="228.54" OriginalAmount="226.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506379" Longitude="-0.145612" StarRating="4" HotelCode="13327|32624" HotelName="Hilton London Green Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Half Moon Street, Mayfair, London W1J 7BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/06/0684143e4baa2c14/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set between the leafy Royal Parks and located in the heart of Mayfair, one of the capital's most pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="229.85" OriginalAmount="227.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49451206" Longitude="-0.1747939" StarRating="5" HotelCode="44519|33887615" HotelName="The Pelham" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Cromwell Place, South Kensington, London SW7 2LA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/54/cb54b3c7335b84c9a09827532d668aa099f96931.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The A. Venue Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="230.28" OriginalAmount="228.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49284" Longitude="-0.184184" StarRating="5" HotelCode="18346|32394" HotelName="The Bentley Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27-33 Harrington Gardens, London SW7 4JX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/56/415608f1d99e02fb8f44735009752ff5566e587b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the very heart of Kensington with its couture designer shops and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="231.83" OriginalAmount="229.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50783763824" Longitude="-0.13810157775879" StarRating="4" HotelCode="47280|1627398" HotelName="Cavendish St. James" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Jermyn Street/St. James's, London SW1Y6JF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/4a/8b4a0fc9c47372a52dab785f6ac6075a4d35c0a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel lies at the heart of London in one of the city's most exclusive districts. G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.30" OriginalAmount="230" 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="16" TotalAmount="233.19" OriginalAmount="230.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.491824199445" Longitude="-0.16179600670335" StarRating="5" HotelCode="114485|863245" HotelName="San Domenico House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Draycott Place, London, Greater London SW3 2SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/26/b72661cbf097a7ebde1a62ec469d635251ff22e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="234.68" OriginalAmount="232.36" 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 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aldwych, WC2B 4DD London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/56/865663db7b587fee44b63434b12b0e8ad0750b61.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of London city centre with its extensive range of entertai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.34" OriginalAmount="234" 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="63" TotalAmount="236.34" OriginalAmount="234.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5122" Longitude="-0.1975" StarRating="3" HotelCode="479648|dawson_place_juliettes_bed_and_breakfast" HotelName="Juliette's Bed and Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>29 Dawson Place, London W2 4TH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/a1/2fa1a2f2f79bc3e53bbe08705cbd2ed69188e6a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.35" OriginalAmount="235.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514797" Longitude="-0.158564" StarRating="4" HotelCode="147211|zetter_townhouse_maryleb" HotelName="The Zetter Townhouse Marylebone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Seymour Street, London W1H 7JB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/aa/32aab6d496df6157f28de13d781c5a1669aa81e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Zetter Townhouse Marylebone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="239.02" OriginalAmount="236.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50613827443" Longitude="-0.14034234477276" StarRating="5" HotelCode="18135|122464" HotelName="St. James's Hotel and Club Mayfair" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7-8 Park Place, St. James's, London SW1A 1LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/57/2457f822a81059066adbd5cb5126a9aee4880b22.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The secret of this intimate and elegant London townhouse hotel lies partly in its unrivalled locatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.38" OriginalAmount="238" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50574317" Longitude="-0.1477119" StarRating="4" HotelCode="519354|479760" HotelName="9 Hertford Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>9 Hertford Street, Mayfair, London W1J 7RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/e6/21e687411eb43eb9d46939822270b140ab14594d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="240.38" OriginalAmount="238.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4942" Longitude="-0.141289" StarRating="4" HotelCode="316785|park_plaza_victoria_london" HotelName="Park Plaza Victoria London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>239 Vauxhall Bridge Road, London SW1V 1EQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ce/02ce8e9d52b944ac0a9d032c9451584a13a56efa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;In an elegant style, this hotel is located close to Victoria station. From here, guests have direct ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="241.00" OriginalAmount="238.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.518021675267" Longitude="-0.14265596866608" StarRating="4" HotelCode="17096|386075" HotelName="Treehouse London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="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="27" TotalAmount="241.39" OriginalAmount="239" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5108881" Longitude="-0.12387874" StarRating="4" HotelCode="558862|320420" HotelName="Henrietta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>14-15 Henrietta Street, WC2E 8QH London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/b9/84b99de1efdfb974729098c6e5a919a811d6fbcd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="242.38" OriginalAmount="239.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.531077042918" Longitude="-0.12459899649002" StarRating="5" HotelCode="13079|1454098" HotelName="Great Northern Hotel A Tribute Portfolio Hotel, London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pancras Road, King's Cross, London N1C 4TB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/77/ed77293bb62998b2bb27a0e0399b919634eb9a70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.40" OriginalAmount="240" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.496248" Longitude="-0.179531" StarRating="4" HotelCode="93108|200205" HotelName="54 Queen’s Gate Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" 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="243.41" OriginalAmount="241.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="27" TotalAmount="246.44" OriginalAmount="244" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.52910592" Longitude="-0.12176798" StarRating="4" HotelCode="978050|373818" HotelName="The Gyle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16-18 Argyle Square, London, England WC1H 8AS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/f7/76f7d5f52165e13e734e332412036bc9d82d5a6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="248.46" OriginalAmount="246.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50624217" Longitude="-0.12629783" StarRating="5" HotelCode="986055|67883259" HotelName="Great Scotland Yard Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Great Scotland Yard, London SW1A2HW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/85/c58516daa6bf9ae196789ba8aab64909bcdb4360.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.47" OriginalAmount="247" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49877041" Longitude="-0.1368996" StarRating="5" HotelCode="986142|493178" HotelName="The Guardsman" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Vandon Street, Westminister, London SW1H 0AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/a0/70a01fd5886909498c667c19b792eafb6b941dd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="250.48" OriginalAmount="248" 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="251.49" OriginalAmount="249" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.523664886356" Longitude="-0.080555691062955" StarRating="5" HotelCode="556805|277104" HotelName="Mondrian Shoreditch London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>45 Curtain Road, London EC2A 3PT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/78/9e78250eb6a9bc703d03761bd0a4d14155e1c3d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.49" OriginalAmount="249.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="251.49" OriginalAmount="249.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.496004202505" Longitude="-0.16867608419693" StarRating="5" HotelCode="114472|the_franklin_2" HotelName="The Franklin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Egerton Gardens, Knightsbridge, London SW3 2DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/eb/5ceb4e3942bc4df6242b0e692d9343f706a15c74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252.50" OriginalAmount="250" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494047" Longitude="-0.15739" StarRating="5" HotelCode="263508|57629" HotelName="Cheval Phoenix House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Wilbraham Place, Sloane Street, London SW1X 9AE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/f3/2bf3bf8dbe7f3a3f77e2f61250186ea712003f09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Cheval Phoenix House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252.50" OriginalAmount="250" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.515768042722" Longitude="-0.16028242032598" StarRating="4" HotelCode="267551|58674" HotelName="Shaftesbury Suites London Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Great Cumberland Place, London W1H 7LG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/d1/9ad17edba66c070e516fa0f8d04ced6a19a885b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="252.53" OriginalAmount="250.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506430023352" Longitude="-0.14518438280334" StarRating="4" HotelCode="12552|2369287" HotelName="Flemings Mayfair Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-12 Half Moon Street, Mayfair, London W1J 7BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/af/efafede29efe9bc91cef18810195a62ca4048622.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a few steps away from Green Park, Piccadilly and the fascinating boutiques and res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="253.51" OriginalAmount="251.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.53338366" Longitude="-0.10940927" StarRating="3" HotelCode="431837|the_alma" HotelName="The Alma Pub and Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>77-78 Chapel Market, London N1 9EX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/68/d3680b9f5bb582da1cdbb70301358c16bcd4fa99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="255.39" OriginalAmount="252.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522621" Longitude="-0.125348" StarRating="5" HotelCode="17041|228186" HotelName="Kimpton Fitzroy London" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-8 Russell Square, Bloomsbury, London WC1B 5BE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/10/8c102097f68ac83be9bd579bd74b0ce7392cf02b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel is located at the heart of London at the northern end of Russell Square. It o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="261.83" OriginalAmount="259.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51314978" Longitude="-0.1420216" StarRating="5" HotelCode="115310|2440295" HotelName="No. 5 Maddox Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Maddox Street, London, Greater London W1S 2QD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/d0/98d09f9812c91c27eef24b0fba64301d54ebace4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="261.91" OriginalAmount="259.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511674047521" Longitude="-0.11872713988112" StarRating="5" HotelCode="186633|175391" HotelName="ME London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>336-337 The Strand, London WC2R 1HA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/59/4059f8002baac941e5bea3321e6dc8a12417ccde.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated south of Covent Garden, the hotel is just a 5-minute walk from the Temple Tube Station. Lei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="263.61" OriginalAmount="261" 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 30/12/2025" HotelFacility="Bar,Conference Hall,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Brent Street, Hendon, London NW4 2EU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/8a/0f8ae72012c9075f4f40c02ae4888d78a16bd32e.jpeg</HotelPictures>
        <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="264.62" OriginalAmount="262" 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="27" TotalAmount="265.63" OriginalAmount="263" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.492332479851" Longitude="-0.16479287235256" StarRating="4" HotelCode="285086|199518" HotelName="Nell Gwynn House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sloane Avenue, Chelsea, London SW3 3AX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/c4/e3c4725d943745dfedb4191bc2ede4a2e225e244.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="265.93" OriginalAmount="263.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512239705121" Longitude="-0.10450154542923" StarRating="4" HotelCode="30026|32544" HotelName="Crowne Plaza London The City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 New Bridge Street, London EC4V 6DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/80/53/8053733d605e07c712d8b24155d1d4ef28cca7b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just set back from the north bank of the River Thames in the heart of London's vibrant city business...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266.64" OriginalAmount="264" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.61180464" Longitude="-0.10938655" StarRating="2.5" HotelCode="580019|491041" HotelName="Forest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>74 Green Lanes, Wood Green, London N13 6BE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/c1/fac1935de7db02cc1ba38de9046988822f0af0d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="270.96" OriginalAmount="268.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.499449663949" Longitude="-0.13295710086822" StarRating="5" HotelCode="175714|CAQ456300" HotelName="Conrad London St. James" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-28 Broadway, London SW1H 0BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/c4/afc429e523116f12cb17a8d8d48fa640feb53e17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="271.41" OriginalAmount="268.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50472678657" Longitude="-0.1470373836504" StarRating="5" HotelCode="17641|33324" HotelName="Sheraton Grand London Park Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piccadilly, London W1J 7BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d3/a4/d3a483e9ceb663125b76f53bf1e328bbe94a2f2e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional luxury hotel is located close to Buckingham Palace, and within a few paces of the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="271.69" OriginalAmount="269.00" MarkupRule="1.00">
      <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="16" TotalAmount="272.47" OriginalAmount="269.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.518067" Longitude="-0.149759" StarRating="5" HotelCode="23056|108322" HotelName="The Marylebone" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>47 Welbeck Street, London W1G 8DN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/0d/a40dc0d7e0141d642bafe78022c812636ea3c891.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's West End, guests just need to cross Bond Street to enter Marylebon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="278.76" OriginalAmount="276" 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="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Lowndes Street, Knightsbridge, London SW1X 9ES</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/de/ecdedbe7b4a88dfe8b59e8038c06b0d4de000236.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to the centre of London where guests will discover many shopping and entertainment ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="279.77" OriginalAmount="277.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512352" Longitude="-0.15109" StarRating="5" HotelCode="31999|68004" HotelName="Marriott Grosvenor Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grosvenor Square, W1K 6JP London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/8c/138c14f45bce3f879bb299111631b3e48dd2f3b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in the elegant district of Mayfair, this luxury hotel enjoys a convenient position...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="280.50" OriginalAmount="277.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50702322" Longitude="-0.14661612" StarRating="4" HotelCode="568362|3353710" HotelName="10 Curzon Street by Mansley Apartements" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 Curzon Street, Westminster Borough, London, W1J 7UG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/80/9780e6b48bf651f5c866eafcedf60358145f86fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="280.51" OriginalAmount="277.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51525152942" Longitude="-0.15928593692695" StarRating="5" HotelCode="14979|1915595" HotelName="The Montcalm London Marble Arch" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Wallenberg Place, London W1H 7TN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/0d/db0ddea8e9de3be08d440b0769de4fbe9550a0d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys a peaceful location. In a number of minutes, guests will easily re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="282.39" OriginalAmount="279.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514409586445" Longitude="-0.13198996044159" StarRating="4" HotelCode="114622|1080898" HotelName="Hazlitts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Frith Street, London Borough of Camden, London W1D 3JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/34/9b34260fbcbbbb29f8ef8bf8aba4cb7b3ff0c590.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="286.68" OriginalAmount="283.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517347372445" Longitude="-0.12910813093185" StarRating="4" HotelCode="259001|6564" HotelName="The Bloomsbury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16-22 Great Russell Street, London WC1B 3NN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/1c/d51c8a0f5732fdf844868b2259cf10e2727da49e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional 4 star London hotel is centrally located and is just 2 minutes from the nearest und...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="287.85" OriginalAmount="285.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="16" TotalAmount="289.45" OriginalAmount="286.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500037" Longitude="-0.161528" StarRating="5" HotelCode="35462|386495" HotelName="The Capital" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Basil Street, Knightsbridge, London SW3 1AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/61/0661249ca961523713fa3ac726813e89be22945e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive luxury hotel is located at the heart of the exclusive Knightsbridge district of Lond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="290.88" OriginalAmount="288" 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="16" TotalAmount="293.23" OriginalAmount="290.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507345388917" Longitude="-0.12915627116399" StarRating="4" HotelCode="32627|341405" HotelName="The Trafalgar St. James London, Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Spring Gardens, Trafalgar Square, London SW1A 2TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/54/12/5412040207e13b030b892f7fb33f65c41b191156.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Explore central London from this boutique-style hotel with a prime location on the south side of Tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="294.81" OriginalAmount="291.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.4998611625" Longitude="-0.161455475" StarRating="4" HotelCode="114470|1551598" HotelName="The Levin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Basil Street, Knightbridge, London SW3 1AS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/4c/a04c52f5de8ef3ecc41aa9c42405a01a3f44c979.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="297.95" OriginalAmount="295" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493326336119" Longitude="-0.17864316701889" StarRating="4.5" HotelCode="189735|199924" HotelName="Adria Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Queens Gate, London SW7 5AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/49/bf49597ee35ee63257ff897e1f8f538b653f1ffd.JPEG</HotelPictures>
        <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="298.96" OriginalAmount="296.00" MarkupRule="1.00">
      <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="27" TotalAmount="299.97" OriginalAmount="297" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.499136180893" Longitude="-0.18023714351648" StarRating="4" HotelCode="498306|289483" HotelName="Queensgate Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Queen's Gate, Kensington, London SW7 5JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/bb/42bb7cd88aae9ddb91b58575d51e9a5d70845b04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Queensgate Court, at 24 Queen's Gate, South Kensington, offers superior accommodation in one of Lond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="302.76" OriginalAmount="299.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512245" Longitude="-0.203411" StarRating="3.5" HotelCode="81198|1080868" HotelName="Portobello" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Stanley Gardens, Notting Hill, London W11 2NG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/6f/f76f363b210874141b3b3dd518fb81968ea1cb5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Portobello.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="308.05" OriginalAmount="305.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49145" Longitude="-0.15627" StarRating="4" HotelCode="199805|sloane_apartments" HotelName="The Apartments by Sloane Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Concierge,Dry Cleaning,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>15-19 Sloane Gardens, London SW1W 8EB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/a6/aba615e6ca456208e0deca888bcdeb580353ca1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in London. The nearest airport is The Apartments by Sloane Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="312.09" OriginalAmount="309" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509537705242" Longitude="-0.19673321663481" StarRating="4" HotelCode="29187|31451" 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="313.10" OriginalAmount="310.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509972663317" Longitude="-0.13021677627921" StarRating="0" HotelCode="986146|the_londoner" HotelName="The Londoner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Leicester Square, London WC2H 7DX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/5d/ca5dd8b61aa43ae31aa105369fa71bb83f199566.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="313.64" OriginalAmount="310.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50105" Longitude="-0.119177" StarRating="5" HotelCode="80367|746205" HotelName="Marriott London County Hall" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Westminster Bridge Road, London SE1 7PB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/df/b8dfd08c62e249486a7fb27dbd15c8fa0191d202.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Marriott London County Hall.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="314.65" OriginalAmount="311.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5148795" Longitude="-0.1739265" StarRating="3" HotelCode="144112|1653928" HotelName="Aspen Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>176 Sussex Gardens, London, Greater London W2 1TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/c8/49c89e29f89fb47d5c6c3852a63e21858046fb4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Aspen Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="315.83" OriginalAmount="312.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.522580044626" Longitude="-0.16056864831808" StarRating="4" HotelCode="30104|1632418" HotelName="Dorset Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/40 Dorset Square, Marylebone, City of Westminster, London NW1 6QN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/59/2159b0d78dec0029cfc2e0049f547fc2458708dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="317.24" OriginalAmount="314.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498216" Longitude="-0.164353" StarRating="5" HotelCode="114275|1551058" HotelName="Knightsbridge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Beaufort Gardens, London SW3 1PT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/7f/df7f7a6e79cc24636dbd918ea03f8383294c7f8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="318.62" OriginalAmount="315.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507697" Longitude="-0.132475" StarRating="5" HotelCode="49086|1066859" HotelName="Sofitel London St. James" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Waterloo Place, London SW1Y 4AN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/05/da05962a3dee5ba569c2a6292ac87785b92cee82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superb luxury hotel is located between Buckingham Palace and Trafalgar Square and is just two m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="320.06" OriginalAmount="316.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494768" Longitude="-0.178617" StarRating="5" HotelCode="36860|1444848" HotelName="130 Queen's Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 Queen's Gate, Kensington, London SW7 5LE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/da/d9da5906b08840beff4eab5129eb97e25c512c14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The ultra-luxurious neo-classical apartments are approximately a 5-minute walk to the Natural Histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="322.19" OriginalAmount="319" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51368306" Longitude="-0.09016946" StarRating="5" HotelCode="524240|408398" HotelName="The Ned London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>27 Poultry, London EC2R 8AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/ec/4aec767779e3d092b3bfb836bc9a39699f15d22a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="323.20" OriginalAmount="320" 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="12" TotalAmount="324.93" OriginalAmount="321.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511704" Longitude="-0.132234" StarRating="5" HotelCode="170589|1860167" HotelName="W London Leicester Square" Meals="ROOM ONLY,BREAKFAST FOR TWO GUESTS" BedType="ROOM ONLY" PropertyType="" 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="27" TotalAmount="325.22" OriginalAmount="322" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49876156976" Longitude="-0.16644406564137" StarRating="5" HotelCode="263507|57672" HotelName="Cheval Knightsbridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Cheval Place, London SW7 1EW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/d3/dbd3cbbf9878a385397887a5c1d141ed2c8bbb65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Cheval Knightsbridge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="326.58" OriginalAmount="323.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507347095143" Longitude="-0.020916965029755" StarRating="5" HotelCode="82911|1062218" HotelName="Marriott Executive Apartments London, Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Hertsmere Road, Canary Wharf, London E14 4ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/95/27956aca86a38afc5ac98218ff8e9081117c845d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Canary Wharf development at West India Quay, near the water side, next ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328.25" OriginalAmount="325" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494301" Longitude="-0.18592149" StarRating="4" HotelCode="433674|200134" HotelName="Ashburn Court Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Ashburn Gardens, Ashbun Court, South Kensington, London SW7 4DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/e0/00e0fe6dd716865ac22a35efdcbf4d5c8a7cba17.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="332.24" OriginalAmount="328.95" 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="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Egerton Terrace, Knightsbridge, London SW3 2BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/5d/b05d7cd537c3df4058d476062b05f1a54dded98b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet cul-de-sac in the heart of Knightsbridge, an exclusive and fashionab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="335.63" OriginalAmount="332.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="5" HotelCode="901347|171406" HotelName="11 Cadogan Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Cadogan Gardens, Chelsea, Knightsbridge, London SW3 2RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/c9/0bc95fcb3b59bd6d6dc71baa2179f44906e196dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Victoria Palace theatre lies 1.2 km away, as does Hyde Park Corner, Chelsea Bridge and Apollo Victor...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="337.34" OriginalAmount="334" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508375" Longitude="-0.079935999999975" StarRating="5" HotelCode="296638|57967" HotelName="Cheval Three Quays" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Lower Thames Street, London EC3R 6AG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/ab/2aab38388b5aa2aa1230c1ae44535fcaadb3378e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="343.40" OriginalAmount="340" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51075134" Longitude="-0.12828794" StarRating="0" HotelCode="966750|444317" HotelName="Native Leicester Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Charing Cross Road, Westminster Borough, London WC2H 0HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/1f/b01fb726b67146ad85ba79bc51604b41ba7dbfc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="343.81" OriginalAmount="340.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493095" Longitude="-0.175575" StarRating="5" HotelCode="114364|1718798" HotelName="Number Sixteen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Sumner Place, London, Greater London SW7 3EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/eb/f1eb90d5e4829fe0da938c1b5f967d714e2fcf86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="344.51" OriginalAmount="341.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513012568682" Longitude="-0.15797674655914" StarRating="5" HotelCode="29213|48124" HotelName="Marriott London Park Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Park Lane, W1K 7AA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/f7/aff7c54bebb84e16a04f537c1ec8cd8d6afcf775.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="348.43" OriginalAmount="344.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.504998261738" Longitude="-0.1500170846557" StarRating="5" HotelCode="18372|33024" HotelName="COMO Metropolitan London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/12/2025" 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="12" TotalAmount="351.24" OriginalAmount="347.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.521488" Longitude="-0.162639" StarRating="5" HotelCode="18350|1595930" HotelName="The Landmark London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Marylebone Road, London NW1 6JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/d1/35d165f34d36abfee4b47daff664c45d5b39ef42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic luxury spa hotel lies within a short distance of Regents Park, just a few kilometres f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="352.49" OriginalAmount="349" 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="8" TotalAmount="354.35" OriginalAmount="350.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502049" Longitude="-0.186639" StarRating="5" HotelCode="28457|40388" HotelName="The Milestone Hotel &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Kensington Court, London W8 5DL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/fc/dbfcfd4484334292d191b7a3bfdfb2b964688a5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of London and offers views out over Kensington Palace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="365.62" OriginalAmount="362" 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="27" TotalAmount="366.63" OriginalAmount="363" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51757073" Longitude="-0.13545472" StarRating="5" HotelCode="570588|416429" HotelName="The Mandrake Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20-21 Newman Street, London W1T 1PG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/3c/de3c6fae7b94a3cedb3f13d5796530448373a3ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="374.95" OriginalAmount="371.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.514083" Longitude="-0.085596" StarRating="5" HotelCode="82457|932475" HotelName="Threadneedles, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Threadneedle Street, London, EC2R 8AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/00/1000ab31103808ff3189883cfcf4f64946615a77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="377.16" OriginalAmount="373.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.505857654548" Longitude="-0.14048337936401" StarRating="5" HotelCode="115450|388285" HotelName="The Stafford London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>16-18 St James's Place, SW1A 1NJ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/45/4f4593db5689011d35a05a511c64aecc634a9784.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in historic St James's, 500 m from Piccadilly and only 5 minutes' walk from Old...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="390.87" OriginalAmount="387.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51109252" Longitude="-0.19812372" StarRating="3.5" HotelCode="434778|6_portobello_road" HotelName="6 Portobello Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6 Portobello Road, Notting Hill Gate, London, W11 3DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/32/35323ef642200237f7d57bb570f64f53669f663d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is 6 Portobello Road.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="391.88" OriginalAmount="388" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="986370|425592" HotelName="Soho Lofts by Q Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Bourchier Street, Soho, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/34/1a349835341f5292557d0298f2e32bb74091c9c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="393.90" OriginalAmount="390" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.497586453552" Longitude="-0.15632145767211" StarRating="3" HotelCode="498404|289479" HotelName="Chesham Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security">
        <Address>
          <AddressLines>
            <AddressLine>17 Chesham Court, London SW1 8HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/f2/66f2d521196f8846dc26d06a67dbe8e0b63b98b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Serviced apartments in affluent Belgravia: Chesham Court, located right next door to the buzz of Kni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="394.30" OriginalAmount="390.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.497362447992" Longitude="-0.15619575977325" StarRating="5" HotelCode="49088|939775" HotelName="The Hari Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Chesham Place, SW1X 8HQ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/15/fc151b8e679cfae87de3f814a18d2b46b2ab5d78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant top-class hotel is centrally located at the heart of Belgravia and offers convenient li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="394.93" OriginalAmount="391.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.505449" Longitude="-0.150336" StarRating="5" HotelCode="15708|CAG698600" HotelName="London Hilton on Park Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 01/01/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="402.99" OriginalAmount="399" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517293395556" Longitude="-0.15000305012734" StarRating="4" HotelCode="263503|457950" HotelName="AKA Marylebone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Bentinck Street, Marylebone, London W1U 2EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/17/941798b8708a6fc52cec3dd1981882f95d7e9c59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="405.46" OriginalAmount="401.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498224062323" Longitude="-0.13800501823425" StarRating="5" HotelCode="26214|1491423" HotelName="Taj 51 Buckingham Gate Suites and Residences, London" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Buckingham Gate, Suites and Residences, London SW1E 6AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/9f/249f1fc6e4f7f9883947e062d6ac8b5203a70138.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies at the heart of London, close to Buckingham Palace and the Houses of Parliame...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="418.80" OriginalAmount="414.65" 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="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>41 Buckingham Palace Road, London SW1W 0PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/b8/99b857c99eaf56c7da85aeecee22fe5948054c09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel overlooks the Royal Mews at Buckingham Palace and is just a short walk away from the Roya...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="421.98" OriginalAmount="417.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507818791377" Longitude="0.019602146700297" StarRating="4" HotelCode="503963|33174228" HotelName="Good Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" 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="425.21" OriginalAmount="421.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510739" Longitude="-0.151052" StarRating="4" HotelCode="14858|the_biltmore_mayfair_lxr_hotels_resorts" HotelName="The Biltmore Mayfair, LXR Hotels and Resorts" 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,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Grosvenor Square, Westminster, London W1K 2HP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/4c/1a4c9960b45cd7cee99eae063a70edaf59364d0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a splendid location very close to the shopping areas of Bond Street and Oxf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="427.23" OriginalAmount="423" 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="27" TotalAmount="432.28" OriginalAmount="428" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.494386973724" Longitude="-0.1841045303272" StarRating="5" HotelCode="263506|57673" HotelName="Cheval Gloucester Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ashburn Place, Kensington, London SW7 4LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/9c/5c9c2f97a7acd990202b8bb1dbfa771b8083dbdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="437.33" OriginalAmount="433" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5061811" Longitude="-0.1480249" StarRating="5" HotelCode="429776|287736" HotelName="Mayfair House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22-28 Shepherd Street, Mayfair, London, W1J 7JH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/3f/3c3f5e646cc0750d5b8ca982f5224094a993f459.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="451.45" OriginalAmount="446.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.517868" Longitude="-0.143976" StarRating="5" HotelCode="13936|32944" HotelName="The Langham London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1c Portland Place, Regent Street, London W1B 1JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/8a/718a2726c85a7fa90ec68bbd7be13744dd787156.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is centrally located, directly on Regent Street, close to Oxford Street and B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="455.51" OriginalAmount="451" 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="27" TotalAmount="464.60" OriginalAmount="460" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.493024" Longitude="-0.177193" StarRating="4" HotelCode="170767|200028" HotelName="Manson Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-8 Manson Place, SW7 5LT London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/b1/acb1238606c99fa13ea610a1afb49b98df2f3fa8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="467.56" OriginalAmount="462.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498052" Longitude="-0.164031" StarRating="5" HotelCode="114336|1809348" HotelName="Claverley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>13-14 Beaufort Gardens, Knightsbridge, London, SW3 1PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/b8/a9b8309c5bc2ba2ad0e7f310392e43b7a51a989a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="478.12" OriginalAmount="473.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510021" Longitude="-0.136549" StarRating="5" HotelCode="208408|1162575" HotelName="Cafe Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Regent Street, London W1B 4DY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/08/1b08c94d9f69ed5b86ef41a3b1639eb5c4dba0b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="479.75" OriginalAmount="475" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.498578" Longitude="-0.15838" StarRating="5" HotelCode="26021|24674" HotelName="Jumeirah Carlton Tower" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cadogan Place, Knightsbridge, London SW1X 9PY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e5/5a/e55ae77fb56e08678220ba5345bf66a925ac4453.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally situated on Cadogan Place. Countless shopping and entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="493.53" OriginalAmount="488.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.511531" Longitude="-0.119286" StarRating="5" HotelCode="15417|52964" HotelName="One Aldwych" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>One Aldwych, London WC2B 4BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/4c/944c4e24f4875708d0cf3391194411855cad952f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="499.80" OriginalAmount="494.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.518443136553" Longitude="-0.13485417697825" StarRating="5" HotelCode="114346|1080808" HotelName="Charlotte Street Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15-17 Charlotte Street, London, Greater London W1T 1RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/2d/c32d5ff43e07611c253b7e0a197173ccbc831f54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="505.95" OriginalAmount="500.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5110474" Longitude="-0.1550269" StarRating="4.5" HotelCode="114576|934415" HotelName="Grand Residences by Marriott - Mayfair-London - 47 Park Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Park Street, Mayfair, London W1K 7EB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/04/fa049c90cc4edf14ae362304196291c44d7a759a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is a tranquil haven at the very heart of all that London has to offer, with the most excl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="520.21" OriginalAmount="515.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.508249375" Longitude="-0.1309725" StarRating="5" HotelCode="114264|1433818" HotelName="Haymarket Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Suffolk Place, London, Greater London SW1Y 4HX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/2f/0a2fdeeb788ea998ebc801f58c50118beea910e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="522.61" OriginalAmount="517.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.497539447614" Longitude="-0.14569759368897" StarRating="5" HotelCode="65378|76394" HotelName="The Goring" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beeston Place, London SW1W 0JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/be/f0be2f0334d4d18db6a408ba1949a0c3aa8c9d5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated a couple of minutes' stroll from Buckingham Palace, this charming hotel could not be better...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="523.18" OriginalAmount="518" 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="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Monmouth Street, Covent Garden, London WC2H 9HB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/d1/a6d15b4a8a23b064e3091e54bb886d2c18f22b89.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="542.37" OriginalAmount="537" 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="12" TotalAmount="543.88" OriginalAmount="538.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.504411872346" Longitude="-0.086775407409732" StarRating="5" HotelCode="255954|4111684" HotelName="Shangri-La Hotel, At The Shard, London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 St Thomas Street, London SE1 9QU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/12/d11204ed73b6974578350569f20cc7279f56ecd8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="555.04" OriginalAmount="549.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.500755567766" Longitude="-0.15219402610933" StarRating="5" HotelCode="18329|32614" HotelName="COMO The Halkin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halkin Street, London SW1X 7DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/1c/001cd9f0c22aece9c887580c01d3ab6d1a161d76.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-class hotel is centrally located, and countless shopping and entertainment venues are situa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="555.93" OriginalAmount="550.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51758104287" Longitude="-0.11801719665527" StarRating="5" HotelCode="31272|1101401" HotelName="Rosewood London" Meals="ROOM ONLY,BREAKFAST INCLUDED,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>252 High Holborn, London WC1V 7EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/e8/e9e80751c52631581fd10226e84380851ee1c2c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is centrally located in the London district of Holburn. The British M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="556.93" OriginalAmount="551.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.506459" Longitude="-0.123656" StarRating="5" HotelCode="904535|1279338" HotelName="Corinthia Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Whitehall Place, London SW1A 2BD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/69/916912d326f28631c4b214b7795062f5c33a7b7a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated within a 5-minute walk from Trafalgar Square. Westminster is 1.5 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="557.52" OriginalAmount="552" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49899628" Longitude="-0.19807449" StarRating="4" HotelCode="628399|457917" HotelName="Monarch House Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>241 Kensington High Street, London W8 6EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/6d/676d72064f7a921a9d2b8eb8556ee360360a2986.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="566.10" OriginalAmount="560.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.513921" Longitude="-0.133526" StarRating="5" HotelCode="55615|74114" HotelName="The Soho Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Richmond Mews, London W1D 3DH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/af/9dafe7a897aa89fbcc0687edd0edf15a3a0cde8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="586.81" OriginalAmount="581.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="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Brown Hart Gardens, Mayfair, London W1K 6TF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/50/e1509ac83d304a576931be6ca0dc03777633a34d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 73 rooms. Services and facilities at the hotel include a restaurant, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="607.01" OriginalAmount="601" 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="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Ham Yard, London W1D 7DT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/f3/9ff3f7dba27d650c4ddb365aeaafa41c39c83f9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="608.65" OriginalAmount="602.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.51009966" Longitude="-0.07802517" StarRating="5" HotelCode="498750|635200" HotelName="Four Seasons Hotel London At Ten Trinity Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>10 Trinity Square, London EC3N 4AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a1/f8/a1f879b600c98e1c01419818b4109d0c089fc94f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="632.31" OriginalAmount="626.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.496949167896" Longitude="-0.15910729765892" StarRating="5" HotelCode="52563|54475" HotelName="The Cadogan, A Belmond Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>75 Sloane Street, Chelsea, London SW1X 9SG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/91/9a/919af05adb3af59d5fb55433c79eef8cec4e1a72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located halfway down Sloane Street, on the corner of Pont Street. In only a few m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="644.35" OriginalAmount="637.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.509161474785" Longitude="-0.14233946800232" StarRating="5" HotelCode="11557|9244" HotelName="Brown's Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Albemarle Street, London W1S 4BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/a0/6da071a781c65f623b546bfa3c20c6f3f3b483ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel enjoys an idyllic location in the fabulous Mayfair district of the Londo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="665.95" OriginalAmount="659.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.49074283656" Longitude="-0.14344453811645" StarRating="3" HotelCode="13193|384185" 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="16" TotalAmount="667.30" OriginalAmount="660.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510338579132" Longitude="-0.12081365277868" StarRating="5" HotelCode="18503|33294" HotelName="The Savoy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Strand, London WC2R 0EZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/59/7f593811208c868cc500259e2de45099f9a40713.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, well-known hotel is situated directly beside the River Thames and in Convent Garden at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="676.22" OriginalAmount="669.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507059678518" Longitude="-0.15239238739014" StarRating="5" HotelCode="26019|32584" HotelName="The Dorchester" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Park Lane, Mayfair, London W1K 1QA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/66/e96652c202ab219efbc385f6aa0156274bb6d33f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is located at the heart of London directly opposite Hyde Park and within walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="694.78" OriginalAmount="687.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.50449532238" Longitude="-0.15013933181763" StarRating="5" HotelCode="26020|1061968" HotelName="Four Seasons London at Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hamilton Place, Park Lane, London W1J 7DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/dc/72dcc323480eb931bc10bd8688bfdefdcffdc271.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is ideally located opposite Hyde Park, close to Knightsbridge, Piccad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="709.70" OriginalAmount="702.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501953" Longitude="-0.156267" StarRating="5" HotelCode="18258|32404" HotelName="The Berkeley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wilton Place, Knightsbridge, London SW1X 7RL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/80/8780d301af4fb39e42dac4276db0f7c1c1345ede.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel lies at the heart of the central district of Knightsbridge. The famous Har...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="720.49" OriginalAmount="713.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502506" Longitude="-0.152444" StarRating="5" HotelCode="28455|1080858" HotelName="The Lanesborough" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="16" TotalAmount="733.80" OriginalAmount="726.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.510226525949" Longitude="-0.1496484875679" StarRating="5" HotelCode="28666|32484" HotelName="The Connaught" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,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="16" TotalAmount="755.43" OriginalAmount="747.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.507253334969" Longitude="-0.14165014028549" StarRating="5" HotelCode="16765|33234" HotelName="The Ritz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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="1" TotalAmount="773.51" OriginalAmount="765.85" 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 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Knightsbridge, SW1X 7LA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b9/09/b909c884c4a6ab3644663e8e676fd8486e5f25f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accredited luxury hotel is fantastically located at the heart of prestigious Knightsbridge. Man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="778.71" OriginalAmount="771" 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="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Park Lane, London W1K 1PN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/c4/37c4b62b42523558bee35bccc34d1e5a3eaf14dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="793.86" OriginalAmount="786.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501084" Longitude="-0.181615" StarRating="4.5" HotelCode="808152|lux_london_hyde_park_gate" HotelName="35 Hyde Park Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>35 Hyde Park Gate, SW7 5DN London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/26/c8267e4b44ffa150ab6af6caffd4694c6092d3b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="804.81" OriginalAmount="796.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.512627" Longitude="-0.147828" StarRating="5" HotelCode="47499|32454" HotelName="Claridge's" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Brook Street, Mayfair, London W1K 4HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/53/fd53cce645423d26d3411cf132b06d8e56809350.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional luxury hotel is located just 500 m from famous Oxford Street, close to Bond Street ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="805.53" OriginalAmount="797.55" 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 31/12/2025" 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="27" TotalAmount="860.52" OriginalAmount="852" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501567357258" Longitude="-0.16282548710251" StarRating="5" HotelCode="186632|57323" HotelName="Bulgari Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Knightsbridge, London SW7 1DW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/51/bd5175044920b13e4a7ca35679e025cc0b3a4617.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="922.13" OriginalAmount="913" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.501459746214" Longitude="-0.18402544049286" StarRating="5" HotelCode="263509|57674" HotelName="Cheval Thorney Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Palace Gate, Kensington, London W8 5NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/c1/c0c15abc8c7aa032980be0cce96aa8eaaf79f87b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>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,Kitchen,Currency Exchange,Lounge,Massage Centre,Sauna,Spa,Wheelchair Access,Golf,Heated Pool,Jacuzzi,Swimming Pool,Garden,Wake-up Call Service,24 Hour Front Desk,24 Hour Room Service,ATM/Cash Machine,Beauty Salon,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,Library,Luggage Storage,Meeting Room,Parking,24 Hour Security,Smoking Rooms,LCD/Projector,Dining,Pets allowed,Airport Transfer (on Demand),Babysitting,Banquet Hall,Boutique,Valet Parking,Vending Machine,Printer,24 Hour Power Supply</BasicAmenities>
    <HotelRating>4,2,5,3,3.5,1,2.5,1.5,4.5</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,SELF CATERING</Meals>
    <PropertyType>CITY HOTEL,APARTMENT HOTEL,FAMILY-FRIENDLY HOTEL,CONFERENCE HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,SPA HOTEL,AIRPORT HOTEL,GUESTHOUSE,HOSTEL,HOTEL,ECO HOTEL,CLUB RESORT,HOSTELS,INNS,APARTMENT,APARTHOTEL,BED AND BREAKFASTS,GUEST HOUSES,BOUTIQUE HOTEL,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
472ea277-ba5f-4469-9bf0-f4faee63469e|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="472ea277-ba5f-4469-9bf0-f4faee63469e">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="39286" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-01-05T00:00:00" End="2026-01-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
472ea277-ba5f-4469-9bf0-f4faee63469e|TravcoSearch|successfull supplier interation||Travco|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
472ea277-ba5f-4469-9bf0-f4faee63469e|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
472ea277-ba5f-4469-9bf0-f4faee63469e|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
472ea277-ba5f-4469-9bf0-f4faee63469e|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
472ea277-ba5f-4469-9bf0-f4faee63469e|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
472ea277-ba5f-4469-9bf0-f4faee63469e|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2025-12-05T05:32:27.7255118+00:00" Version="0" EchoToken="Search" TransactionIdentifier="472ea277-ba5f-4469-9bf0-f4faee63469e" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="12" TotalAmount="34.43" OriginalAmount="34.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.901090545418" Longitude="2.332599489584" StarRating="1.5" HotelCode="101868|36634213" HotelName="Hôtel hotelF1 Paris Saint Ouen Marché aux Puces" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Du Docteur Babinski, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/8d/338d454a08d432a9749e1b96d6ff751430e0ae78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.822483682679" Longitude="2.3167773816147" StarRating="1" HotelCode="298447|hotelf1_paris_porte_de_chatillon" HotelName="Hôtel hotelF1 Paris Porte de Châtillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Avenue de la Porte de Châtillon, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/c2/e8c2a8903c6f16bd6e6ce300557524d8c43ecb28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.89016034327" Longitude="2.3606320373649" StarRating="0" HotelCode="335949|hotel_de_la_poste_29" HotelName="Hotel De La Poste" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Dry Cleaning,Garden,Internet,Laundry,Lounge,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>94 Rue Riquet, 18th Arr., 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/d8/46d8d7a2e6680a8b60fd4b64c04c0fed951c190e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel de la Poste in Paris (Montmartre - Sacre Coeu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.42" OriginalAmount="42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858124061447" Longitude="2.3776307702065" StarRating="3" HotelCode="189572|200037" HotelName="Au Royal Mad Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>68 Rue Sedaine, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/75/8975a0e7b49b7e8fd423e6cae07cd9f11a692890.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.42" OriginalAmount="42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85097811" Longitude="2.37872098" StarRating="0" HotelCode="588267|238764" HotelName="Bastille Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Trousseau, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/2b/5d2b520264a74703a1beb47965537e08805be38a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers a range of facilities and services to ensure a comfortable stay. Wireless internet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="45.45" OriginalAmount="45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882651" Longitude="2.369121" StarRating="2" HotelCode="180071|238988" HotelName="Peace &amp; Love" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>245 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/55/f75571b87b18856bf62bcc2e3f22171e3cc0f713.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel features a childcare service for a comfortable and relaxing stay. Wireless internet acces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.46" OriginalAmount="46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="49.009794" Longitude="2.31047" StarRating="3" HotelCode="410245|226863" HotelName="Residhotel les Hauts d´Andilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Route de la Berchére, 95580 Andilly</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/92/f092887eed241b18dc8d8e74317622915b6ab1e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a small and peaceful green town only 18 km from the business district of L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.47" OriginalAmount="47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.901181183323" Longitude="2.3340728944991" StarRating="2" HotelCode="147432|200581" HotelName="ibis budget Paris Porte de Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>45 Rue du Docteur Babinski, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/97/3e9766ed0e61e835e1749b7956de7667cea4149d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.48" OriginalAmount="48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831862039179" Longitude="2.3044785803565" StarRating="2" HotelCode="110526|203110" HotelName="Arty Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue des Morillons, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/d7/3bd7d75a866428a4cf6911aa6a1297e663004085.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="49.00" OriginalAmount="48.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.901298539383" Longitude="2.3890121165676" StarRating="2" HotelCode="933601|447541" HotelName="B&amp;B Hotel Paris Porte de la Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Emile Reynaud, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/92/b89278829735d4350804f153492692cd939e57bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.49" OriginalAmount="49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891087" Longitude="2.403294" StarRating="3" HotelCode="88728|50573" HotelName="Campanile Paris Est Pantin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62-64 Avenue Jean Lolive, Pantin 93500</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/5e/d35eea85917be423455c56bcf3fa2a17b7bdea16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the edge of Paris, guests of the hotel may visit such attractions as Parc de la Villette...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.821036720426" Longitude="2.3763333290376" StarRating="3" HotelCode="355143|lodge_in" HotelName="Lodge In MIS" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-16 Rue Theroigne de Mericourt, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/44/99442d257995ec0d86af19adbce910bd77353ada.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.905884867094" Longitude="2.4575378687172" StarRating="3" HotelCode="888124|campanile_paris_est__bobigny" HotelName="Hotel Campanile Paris Est - Bobigny" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>304 Avenue Paul-Vaillant Couturier, 93000 Bobigny</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/a4/8da486faa1c421b4b92a8a9aae82c7350bb2621e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies an ideal location, near to Paris by metro (line 5), 100 metres from the centre o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.51" OriginalAmount="51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864450619225" Longitude="2.4062535472908" StarRating="3" HotelCode="75639|6508" HotelName="Hipotel Paris Belgrand Marie 20Éme" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 Rue Belgrand, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/24/0b24c16cc5ed5ea957e808434ef799f888aa0c12.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.72" OriginalAmount="51.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88389960992" Longitude="2.3449654877186" StarRating="3" HotelCode="56513|276415" HotelName="Bellevue Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue d'Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/7c/267cc2e2e4f332d950cb3dc487d2a24077c5024f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the foot of the famous Montmartre, just a short distance from a cable car, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.52" OriginalAmount="52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884227" Longitude="2.353513" StarRating="2" HotelCode="180127|200489" HotelName="Residence de Bruxelles Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar">
        <Address>
          <AddressLines>
            <AddressLine>88 Boulevard de la Chapelle, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/82/438257e7ccc50da27156e7848db54dbf1eda9516.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel offers you a warm welcome in the most typical Parisian district : Montmartre. In this hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.52" OriginalAmount="52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874232" Longitude="2.38782" StarRating="3" HotelCode="148870|37774" HotelName="Hipotel Paris Buttes Chaumont Pyrénées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Jean Batiste Daumay, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/55/d6/55d65cba4d6c267433d4468dfd30567e09e2a396.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="52.80" OriginalAmount="52.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865546" Longitude="2.417213" StarRating="3" HotelCode="63961|CAJ382000" HotelName="Campanile Porte de Bagnolet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28, Avenue du General de Gaulle, Bagnolet 93170</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/63/e5639206d9f415acfef929fb7e7dbc09d811c26d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel-restaurant is situated in the east of Paris, near Porte de Bagnolet. The centre of Paris ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.53" OriginalAmount="53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886878" Longitude="2.318175" StarRating="2" HotelCode="906750|4505" HotelName="Hotel du Roi René" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Designated Smoking Area,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Place du Dr. Felix Lobligeois, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/b0/4ab00cb5d8ce3dbf9d249f64a939700e397d2109.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Batignolles district in the north of Paris. La Fourche metro station is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.82630901" Longitude="2.36034563" StarRating="1" HotelCode="440495|hotel_tolbiac_" HotelName="Hotel Tolbiac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>122 Rue De Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/3b/633b4ec1f605980b6480190cefdeeaf03062620d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.67" OriginalAmount="54.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890434922994" Longitude="2.324284661333" StarRating="2" HotelCode="25343|1435668" HotelName="Paris Legendre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>149 Rue Legendre, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/dc/16dc2ac3f88a882f2a5e8ec85ce36784936ec1c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the Porte de Saint-Ouen and the Porte de Clichy, next to the famous Mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.08" OriginalAmount="54.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874237" Longitude="2.347804" StarRating="2" HotelCode="36464|301775" HotelName="Hotel Le Faubourg" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 rue du Faubourg Poissonière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/f5/21f5f74041bbf578a596ecf689213a725a4ecb89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This establishment is a few steps away from Montmartre and the Folies Bergere and close to the opera...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.55" OriginalAmount="55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891959461053" Longitude="2.384762763977" StarRating="3" HotelCode="71253|54267" HotelName="Hôtel ibis Paris la Villette Cité des Sciences 19ème" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-35 quai de l'Oise, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/82/368291f8e863bbf401301bef52afa8ce43db9737.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.55" OriginalAmount="55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.834019" Longitude="2.295319" StarRating="2" HotelCode="67993|15348" HotelName="Printania Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue Olivier de Serres, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/2f/4c2f3ecbb2515e0a54cd88fe4cf428f460a38878.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.76" OriginalAmount="55.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882335107523" Longitude="2.3710432648659" StarRating="2.5" HotelCode="50293|302855" HotelName="Libertel Canal St Martin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Avenue Secretan, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/18/a218b5b2d0a67638cb3f0a56f6b59cd6dcbe6bec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the Technical Museum of La Villette (Parc de la Cité des Sciences), Ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="56.57" OriginalAmount="56.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.896940675192" Longitude="2.3852439754198" StarRating="3" HotelCode="185980|1844727" HotelName="Forest Hill Paris La Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 Ter Avenue Corentin Cariou, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/e2/a4e2229d64fe663e3ab936991626eba919bbbecb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is located opposite the Cité des Sciences et de l'Industrie and the Parc de la Villett...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.91" OriginalAmount="56.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885326" Longitude="2.360537" StarRating="2" HotelCode="14807|300115" HotelName="Hipotel Paris Gare du Nord Merryl" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue Pajol, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/bd/52bd4ff7dad93256dbe7b67e11506ce61be1aecb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a peaceful side street in the 18th arrondissement, this hotel lies at the heart of Paris ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="57.00" OriginalAmount="56.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833361038624" Longitude="2.3169377446175" StarRating="3" HotelCode="173012|362564" HotelName="Atelier Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84 Rue Raymond Losserand, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/18/611889a365509219fcf1946a7603ae79598c0387.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.57" OriginalAmount="57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88232094" Longitude="2.37045471" StarRating="3" HotelCode="549023|200231" HotelName="Hotel De La Comete" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>196 Boulevard De La Villette, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/97/3f973893c385bec192a263d9a70e8fbcd5f8a7b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.57" OriginalAmount="57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88266714947" Longitude="2.3421887785215" StarRating="3" HotelCode="933876|57828" HotelName="Regina Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94 Boulevard de Rochechouart, Montmartre-Pigalle (18e), 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/f3/c3f36cfe22b72d73db90fe57ed0bb9de6df85922.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83508996" Longitude="2.32652914" StarRating="1" HotelCode="348245|hotel_telemaque_" HotelName="Telemaque" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 27/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>64 rue daguerre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/d8/8fd84fa34e099ca7c7ae39b99709bca74eaf46f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85250429" Longitude="2.40606715" StarRating="3" HotelCode="502231|hotel_de_lunion_3" HotelName="Hotel de L'Union" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue Des Pyrénées, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/70/cf701240bf455c9df0b12892a31c2295488d02fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875374" Longitude="2.357995" StarRating="3" HotelCode="101002|grand_hotel_de_paris" HotelName="Grand Hotel De Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard De Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/42/62420562352dd03249c6da6644e0015c6f9ebb7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This friendly hotel is located in Paris, in the vicinity of the city’s East Station (100 meters away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="57.88" OriginalAmount="57.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833595" Longitude="2.317705" StarRating="3" HotelCode="79992|2256594" HotelName="Le 55 Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue de Plaisance, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/06/1b0675f799877de2bdf4c23151fb43f63016153f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.887238786594" Longitude="2.3729272595072" StarRating="3" HotelCode="165997|32059" HotelName="Hôtel Tilde" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Avenue de Flandre, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/5f/7e5f967e59c37a8ade1bea5c009650df401864a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Paris's Buttes Chaumont-La Villette neighbourhood, the hotel is 5 km from the Louvre Mus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891593" Longitude="2.344948" StarRating="3" HotelCode="74081|203253" HotelName="Montclair" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue Ramey, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/44/b84480e51c2b31eb5d5d40db3dd7d8ccbc31a7b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860067" Longitude="2.411938" StarRating="2" HotelCode="172564|200791" HotelName="Résidence Internationale de Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>44 rue Louis Lumière, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/52/535245fd52f17ea2f8cde3e4d008fb6287b83337.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of services and facilities for holidaymakers and business guests alike. Wir...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="59.53" OriginalAmount="58.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861266" Longitude="2.382696" StarRating="3" HotelCode="70508|2023817" HotelName="Hipotel Paris Père Lachaise République" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue Servan, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/8a/0d8a8da08890648e977c071079dfb5bfa35067fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.59" OriginalAmount="59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.89103" Longitude="2.321293" StarRating="1" HotelCode="180118|37612" HotelName="HOTEL de l' Europe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>67 Rue Des Moines, 17 Arrondissement, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/df/bedf6f00e1d30519ae1cc99dbeba86b73486ef3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.59" OriginalAmount="59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.893488590775" Longitude="2.4136881573104" StarRating="3" HotelCode="110416|67431" HotelName="Hôtel ibis Paris Pantin Église" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Avenue Jean Lolive, 93500 Pantin</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/29/3b297dfee6b6bffa61c232ea5e66c981b5b4344d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.82" OriginalAmount="59.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.888836202457" Longitude="2.3942363262177" StarRating="4" HotelCode="13791|7234" HotelName="Mercure Paris 19 Philharmonie La Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>216 Avenue Jean Jaures, 75019 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/79/7479832b198cd0d04849e862a49558f7f9a86894.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel lies in the north of Paris and offers an ideal starting point for those ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.60" OriginalAmount="60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85333041082" Longitude="2.4102050846558" StarRating="2" HotelCode="92757|36949" HotelName="Hipotel Paris Printania Maraîchers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Rue d'Avron, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/19/9b19d6740af325811df8bd10dd461b0b12ec4970.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.60" OriginalAmount="60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84942734755" Longitude="2.4163431312828" StarRating="2" HotelCode="213101|200584" HotelName="Ibis budget Paris Porte de Vincennes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue Léon Gaumont, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/d6/38d6d88bd5978bd0b8a38c6442dd91da0042b34e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.940853298132" Longitude="2.3241877555847" StarRating="3" HotelCode="63979|kyriad_paris_ouest__villeneuve_la_garenne" HotelName="Kyriad Villeneuve la Garenne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Boulevard Charles De Gaulle, 92390 Villeneuve La Garenne</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/44/bb44731a3c51cff7d63b02a895b02fd52813f915.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 5 minutes from the Stade de France and 20 minutes from the business distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.823307771979" Longitude="2.3261725902557" StarRating="3" HotelCode="56336|ideal_hotel_design" HotelName="Ideal design" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Boulevard Jourdan, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/db/d9db0548a47749e952703b757cdfc61b314230a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris' 14th district, 10 m away from the Porte d'Orleans subway station. Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.78" OriginalAmount="60.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876558195011" Longitude="2.347109913826" StarRating="3" HotelCode="31210|300315" HotelName="Montholon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue de Montholon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/95/869569d97eadf14106fa28da1a6301c0c323f809.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located close to the tourist centre just a short distance from restaurants,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="60.95" OriginalAmount="60.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878734978703" Longitude="2.3460155725479" StarRating="2" HotelCode="64661|CAU165700" HotelName="Hôtel de Paris" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hostel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue Maubeuge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/60/ed60fe9c9e80c000356c07a523ac55c83f6ca4ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is situated in the heart of Paris, within the triangle formed by La Madéleine, Opéra and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61.61" OriginalAmount="61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.834111" Longitude="2.295214" StarRating="3" HotelCode="64956|15407" HotelName="Hotel Auriane Porte De Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Rue Olivier De Serres, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cd/b7/cdb75dbd52469efd08840ded02ddf4858882ca3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61.61" OriginalAmount="61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.896572567973" Longitude="2.3435767740011" StarRating="4" HotelCode="337117|119467" HotelName="Best Western Le 18 Paris Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Garden,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue Letort, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/e6/cae6140f1d39feab0c5ae81d9ae5d00dc9e16a80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located by Porte de Clignancourt metro station, close to the tourist centre. A large c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61.61" OriginalAmount="61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.825677" Longitude="2.323218" StarRating="3" HotelCode="145924|55684" HotelName="Chatillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11, Square Chatillon, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/9d/1e9de53f4ab0f1e3e08bcd1e77b5ace197b8fdfd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61.61" OriginalAmount="61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867011942476" Longitude="2.3739154153443" StarRating="1" HotelCode="326706|238877" HotelName="Hôtel des Andelys" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 rue des Trois Bornes, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/1e/611e52f9c77da3ab91713aba0a8e8d6f060687b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.71" OriginalAmount="61.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882089933038" Longitude="2.3708809912205" StarRating="2" HotelCode="35954|936515" HotelName="Des Buttes Chaumont Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Avenue Secretan, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/c1/a5c18d055faf811ca7d989aab84f6f6c85ef82bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Les Buttes-Chaumont district of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.72" OriginalAmount="61.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884433236233" Longitude="2.3471763938485" StarRating="3" HotelCode="47661|2173135" HotelName="Best Western Hotel Le Montmartre Saint-Pierre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Clignancourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/92/8192ea9efd137133595e4a06915c1a81f0dd4f9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the picturesque quarter of Montmartre in the north of Paris, only a few me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.18" OriginalAmount="61.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.823500062262" Longitude="2.3306472987788" StarRating="3" HotelCode="36459|303975" HotelName="Villa Royale Montsouris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>144 Rue De La Tombe Issoire, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/39/37397110363a02737b77528dfc4a6ee7c6e53949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a 10-minute tram ride (T3) from the Porte de Versailles Exhibition Park. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="62.20" OriginalAmount="61.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88207934994" Longitude="2.3334628343582" StarRating="2" HotelCode="35269|1141097" HotelName="Royal Mansart" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Family-friendly Hotel">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Mansart, 75009 PARIS</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/d3/4dd313df218534c64e8ab5888c4c1c7e83f0a9ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the Sacré Coeur and the opera, around 2 km away from the Seine. Guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.52" OriginalAmount="61.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842701784987" Longitude="2.3262101411819" StarRating="3" HotelCode="34406|319645" HotelName="Hôtel Renoir St. German" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Montparnasse, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/c2/73c2d0682736dbe4b0ffb391d4dbb8ee5afa7b24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Montparnasse, the district of the city popular with Paris’ painters. Set co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.62" OriginalAmount="62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.901651452649" Longitude="2.3602735159559" StarRating="2" HotelCode="141437|203249" HotelName="ibis budget Paris Nord 18ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Impasse Marteau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/ac/b9ac52ed0abb675f2d06811fe4b5e98308ce983a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.62" OriginalAmount="62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.892176371259" Longitude="2.3148375749588" StarRating="3" HotelCode="317178|54280" HotelName="Hôtel ibis Paris 17 Clichy-Batignolles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Bernard Buffet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/a4/eca4621ad5fa103dea1862a2c60450159a661868.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally situated, close to Montmartre, the Champs Elysées and many more of the Frenc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836354" Longitude="2.29473" StarRating="2" HotelCode="76707|avenir_hotel" HotelName="Avenir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>373 Rue De Vaugirard, 75015 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/75/bf756d8aa310c0d2f983d507eed5992ad45f4f4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is in Arr14/15:Montparnasse-T. Eiffel. The property features a total of 42 bedro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84741365" Longitude="2.39935543" StarRating="2" HotelCode="945389|grand_hotel_du_bel_air_" HotelName="Grand Hôtel du Bel Air" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2025" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Boulevard De Picpus, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/c2/8bc2aeb93096e0b58b957b5cfddd7bfab75c1f04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="64.20" OriginalAmount="63.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883583009382" Longitude="2.3235923051834" StarRating="3" HotelCode="110541|803503" HotelName="Hôtel Excelsior-Batignolles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 rue Caroline, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/5d/db5d40455e28588bc9e2122d5b45fd5b94863c9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.33" OriginalAmount="63.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.889869668175" Longitude="2.3210817575455" StarRating="3" HotelCode="14338|231886" HotelName="121 Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>121 Avenue de Clichy, 75017 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/40/7e4027ea90b703f263c8d0da569a2d747028bbb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a lively quarter of Paris where the worlds of art and business mingle, this is the perfe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.45" OriginalAmount="63.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8813775989" Longitude="2.3620278603047" StarRating="3" HotelCode="29503|90076" HotelName="Hotel At Gare du Nord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Philippe de Girard, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/27/83271c971171262d45f6be3d3483e174e3f84bef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located near to the Gare du Nord, about one kilometre from the Parisian...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.64" OriginalAmount="64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884892853814" Longitude="2.3974278532803" StarRating="4" HotelCode="406136|92918" HotelName="Hipark by Adagio Paris La Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Boulevard d'Indochine, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/55/8055e97795c016b66cdb7b29e835d634ed92030f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.64" OriginalAmount="64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875389" Longitude="2.357073" StarRating="3" HotelCode="65041|13468" HotelName="Alane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard Magenta, Paris 75010</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/98/4c9843a0ac5915a9e9f7cc0f253af1f0cc2f1e11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is close to Gare du Nord and a 2-minute walk from the train, bus and metro stations ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.64" OriginalAmount="64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880044427" Longitude="2.4077876415253" StarRating="2" HotelCode="300870|89548" HotelName="B&amp;B Hôtel PARIS Porte des Lilas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Avenue René Fonck, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/62/db625a2b8a4cc785c02235b5c3cdedc5d84de8b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.64" OriginalAmount="64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868778" Longitude="2.360023" StarRating="2" HotelCode="78969|238889" HotelName="Excelsior Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Lancry, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/96/8796968dba88ce628e8e794c5dc7e1b08bfde1a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.64" OriginalAmount="64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.818956275893" Longitude="2.3258765084643" StarRating="2" HotelCode="187860|200591" HotelName="ibis budget Paris Porte d'Orléans" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15-21 Boulevard Romain Rolland, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/34/af34e58f0e6eece6f9fb10d6b27c026b84325b79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.64" OriginalAmount="64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.89991482" Longitude="2.32159811" StarRating="0" HotelCode="766912|298484" HotelName="Appart'hôtel Paris XVII" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Hélène et François Missoffe, 17ème Arrondissement (Batignolles-Monceaux), 75017 Paris, Île-de-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/af/8cafcdd8b24be234c3c7bd0c09ba29f4108b311e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.71" OriginalAmount="64.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854546897702" Longitude="2.415554523468" StarRating="3" HotelCode="32824|389435" HotelName="Hôtel ibis Paris Porte de Montreuil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue du Professeur Andre Lemierre, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/4b/b44bde6b530be60a756a11e527c948ccac415c0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel provides direct access to the center of Paris (Metro L9 in 15 minutes). It is located to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.90" OriginalAmount="64.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855415181956" Longitude="2.4097260832787" StarRating="2" HotelCode="34567|230226" HotelName="Comfort Davout Nation" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Rue des Orteaux, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/6b/116b1398233a6a275a297d5c980111422a10297c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently situated just a few métro stations from the opera as well as from the Cha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.65" OriginalAmount="65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843038" Longitude="2.31319" StarRating="3" HotelCode="110519|224799" HotelName="Avia Saphir Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/b2/58b2d0dd27d0e57e5513a3e6b33b4a50c46be845.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.65" OriginalAmount="65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866576234832" Longitude="2.3728859424591" StarRating="3" HotelCode="386790|55226" HotelName="Hotel Hor Les Lumières" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Jean-Pierre Timbaud, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/e5/97e5d449d9009dee906855cc4ab8b5d9d5d49838.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the 11th Arondissement, in the Rue Jean-Pierre Timbaud, not far from the Pl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857312705549" Longitude="2.3805228834324" StarRating="3" HotelCode="148871|hipotel_paris_voltaire" HotelName="Hipotel Paris Voltaire Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/df/79dfcbe58c58313cead19abcf2cc48c0a12b0f29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.31" OriginalAmount="65.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890642108124" Longitude="2.3248368501663" StarRating="3" HotelCode="57106|54884" HotelName="Ambassadeur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Rue Legendre, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/01/4c0151a3f019a01e4ee9d3c0a7a74bb031173348.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is very well situated. It lies in a quiet area in the north of Paris, just behind Mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.39" OriginalAmount="65.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886492307706" Longitude="2.3122867941856" StarRating="2" HotelCode="34587|299925" HotelName="Prince Albert Wagram" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Passage Cardinet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/c6/30c64e5a2171a4fd4263de72d5c6c56f894c20ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in a peaceful district of Paris, 2 minutes from its sister hotel. The Arc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.63" OriginalAmount="65.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875883" Longitude="2.345638" StarRating="3" HotelCode="15764|299255" HotelName="Pax Opera" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Rue de Trévise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/zz/3cadc10ab5d8b54c4a4e8c4aeb738103ffca39c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located on a quiet side street in Paris' 9th arrondissement, close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.894077381419" Longitude="2.336847782135" StarRating="3" HotelCode="60435|200397" HotelName="Lumieres" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Rue Damrémont, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/12/8f12bcf003092ffad599f8d5680f5aea299991a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84404891233" Longitude="2.2796457778394" StarRating="3" HotelCode="303895|58037" HotelName="Hotel Mirabeau Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Sébastien Mercier, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/52/ce52aff61e7c63966005abbeb390990682eb1bed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.822788" Longitude="2.36136" StarRating="1" HotelCode="901408|348621" HotelName="Novex" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Designated Smoking Area,Garden,Internet,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>8, Rue Caillaux, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8f/89/8f89276eab035b760ab1bbe3ba9d3f7be765a6e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Paris China Town within walking distance to Metro "Maison Blanche" on Line 7, with an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.66" OriginalAmount="66.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.893375532653" Longitude="2.3798704147339" StarRating="3" HotelCode="25636|campanile_la_villette" HotelName="Hotel Campanile Paris 19 - La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147/151 Avenue de Flandre, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/7c/fc7c3a999abe2ff738f692973f77aaf2dc57047e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="66.79" OriginalAmount="66.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881259" Longitude="2.294725" StarRating="4" HotelCode="68257|2789487" HotelName="Westside Arc de Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue Pierre Demours, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/02/b9023e67fd3489bcbb37ab30bf4143fa79150af2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.86" OriginalAmount="66.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835791" Longitude="2.318961" StarRating="3" HotelCode="20229|300895" HotelName="Hotel Orchidee" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue de l'Ouest, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/c9/03c9629a1d6ec25650d906dd45f137823342fa57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, city hotel is located in exotic surrounds in Montparnasse, Paris' 14th arrondissement....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.10" OriginalAmount="66.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.894327787388" Longitude="2.3124933242798" StarRating="3" HotelCode="43937|303025" HotelName="Timhotel Paris Berthier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Berthier, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/60/cb/60cbef49b604b831daccf2129f6b6310c6f42990.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the 17th arrondissement of Paris, the hotel is very convenient for both business and tou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="67.30" OriginalAmount="66.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8969944" Longitude="2.3454932" StarRating="3" HotelCode="300871|2844211" HotelName="Hotel Kyriad Paris 18 - Porte de Clignancourt - Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78 Boulevard Ornano, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/b9/d2b9a5639d562cb511691cd665283009bf962046.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88726005" Longitude="2.37323928" StarRating="2" HotelCode="324092|64142" HotelName="Hôtel du Quai de Seine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 passage de Flandre, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/49/f5496d0758b3aeaada9b88848b326d673acd97f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856095119172" Longitude="2.4151786441803" StarRating="4" HotelCode="82268|44613" HotelName="Novotel Suites Paris Montreuil Vincennes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue du Professeur Lemierre, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/5d/555d71810efa34c8c051a21b4c13dc466e340dcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This suite hotel is located 200 m from the metro and 2 km from the centre of Paris. It lies 18 km fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.896363611899" Longitude="2.3283867537975" StarRating="3" HotelCode="173800|203266" HotelName="Hotel Source" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 Avenue St. Ouen, 75017 Paris, Ilke de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/2291f7014b7f4255b33e54c5087f63f7.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 34 rooms. The upper floors of the hotel can be access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.90042002" Longitude="2.33616917" StarRating="4" HotelCode="639705|280022" HotelName="Hotel The Originals Paris Maison Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Avenue De La Porte De Montmartre, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d2/2e/d22ee477c0f608977315c717d9e8f936add6c254.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891152" Longitude="2.37635" StarRating="3" HotelCode="149398|hotel_crimee" HotelName="De Crimée" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>188, rue de Crimée, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/fd/a3fdf80b3d9ce1b0ced3c7f7fc52ab99d2084f6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="67.69" OriginalAmount="67.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.827442507044" Longitude="2.3210307955742" StarRating="3" HotelCode="29356|9266" HotelName="Hôtel ibis Paris Alésia Montparnasse 14ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 rue des Plantes, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/85/dc8581785612c6871a2d8cd9fc21dc0a4f70c50c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies in a convenient location in the south of Paris between the districts of Alesia ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.72" OriginalAmount="67.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876199210643" Longitude="2.3500040173531" StarRating="3" HotelCode="37011|303505" HotelName="Exe Panorama" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue des Messageries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/c3/c8c391e805d24a05a16ccf4243dddda5e5b83b23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fashionable luxury hotel enjoys a splendid location in a secluded street in the Lafayette-Montm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.33" OriginalAmount="67.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839472" Longitude="2.392728" StarRating="3" HotelCode="16703|940985" HotelName="Le Quartier Bercy-Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Boulevard de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/06/3106d26c5674abbbcf5774703ab0f0eded631202.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming tradition-rich hotel is peacefully located close to the Place de la Nation, Bercy spor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="68.46" OriginalAmount="67.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87938" Longitude="2.358098" StarRating="3" HotelCode="404089|844893" HotelName="St Christopher's Budget Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>5 rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.50" OriginalAmount="67.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.829358" Longitude="2.374886" StarRating="3" HotelCode="28200|300125" HotelName="Quality Suites Bercy Bibliothèque by HappyCulture" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue de Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/99/9199d9d67f8089e7085f90770e24642df47ddf32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Grande Bibliothèque François Mitterrand and the Bercy business di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="68.55" OriginalAmount="67.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.830953" Longitude="2.330619" StarRating="3" HotelCode="34432|115571" HotelName="Sophie Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Sophie Germain, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8e/6b/8e6bee568d68c928b3fd1ea9d0f4a5eb3760d0a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in the 14th district of Paris, near the Place Denfert-Rochereau ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.66" OriginalAmount="67.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.817297097111" Longitude="2.3504278063774" StarRating="3" HotelCode="29464|1037495" HotelName="ibis Paris Porte d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue du Val de Marne, 94250 Gentilly</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/9a/679a4053a3b2082fc597613dc27cf50e78f15339.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located opposite the Charléty stadium, close to the exhibition centre. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="68.67" OriginalAmount="67.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885314" Longitude="2.335956" StarRating="2" HotelCode="130476|121750" HotelName="Audran" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Bar,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Audran, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/76/3d761a9cc59ef5c90327600ca5832b5b2fb9b8a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835491863508" Longitude="2.3211735969658" StarRating="4" HotelCode="77028|35787" HotelName="Best Western Bretagne Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue Raymond Losserand, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/9b/879b7adf93fee1a1b84ba12d0b9839217c8010b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in Montparnasse. The district has a free-living atmosphere and was the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88905955" Longitude="2.3494842" StarRating="3" HotelCode="330297|203244" HotelName="Hôtel de France" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>51 Boulevard Barbes, 18th Arrondissement, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/4c/334c9923ea45bedd8e1025bf6c438eb952c95988.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877492" Longitude="2.353713" StarRating="2" HotelCode="147042|238884" HotelName="Du Brabant" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18, rue des Petits Hôtels, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/51/1e5106159189b3bc0c29638d4872190117cacb19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861013" Longitude="2.380632" StarRating="3" HotelCode="110550|203046" HotelName="Hotel du Chemin Vert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Rue du Chemin Vert, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/d7/58d79a539c8153a9562c6c5c78540328bab32c42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878148" Longitude="2.327031" StarRating="3" HotelCode="61172|10821" HotelName="Opera Deauville" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/93/96937c4e8f7e0ba27756c2e459a8dc39bb73fec6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 9th arrondissement, close to Liège metro station, in the heart of the ca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868809" Longitude="2.368125" StarRating="2.5" HotelCode="94369|absolute" HotelName="Absolute" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue de la Fontaine au Roi, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/de/eddece8d60ef62f4872ba9a4902532d0d0b949f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.90" OriginalAmount="68.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885321641932" Longitude="2.3079724609852" StarRating="3" HotelCode="15761|299065" HotelName="Pavillon Monceau" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 rue Jouffroy d’Abbans, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/7d/247d1f725147ff12613584476153c95593a83ee4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.22" OriginalAmount="68.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883654546144" Longitude="2.3594285952986" StarRating="3" HotelCode="75476|94474" HotelName="Sure Hotel by Best Western Paris Gare du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>224 Rue Du Faubourg Saint Denis, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/03/e3037a35d5b76a5fd9f878a7f752b59d2e383f0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;An enviable position in the heart of the French capital makes this city hotel an ideal starting poin...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="69.62" OriginalAmount="68.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87938" Longitude="2.358098" StarRating="1" HotelCode="385602|2699232" HotelName="St Christopher's Paris Gare du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>5 rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/d1/84d1ecae26777e6b6e549a7bbbb6a5297178f395.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.69" OriginalAmount="69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831108222465" Longitude="2.3284692236537" StarRating="1" HotelCode="207340|203100" HotelName="Hotel Aviatic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Brézin, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/97/909745393b902064acbbf5efeadf24d1094c0031.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.69" OriginalAmount="69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.892981" Longitude="2.373065" StarRating="2" HotelCode="79724|203281" HotelName="Hôtel Paris Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue Curial, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/fc/a6fc65bdc55e53c32f91c8ad07ce020dfe1ac935.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.69" OriginalAmount="69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884513395409" Longitude="2.3758600183119" StarRating="2" HotelCode="298448|203285" HotelName="ibis budget Paris La Villette 19ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>57-63 Avenue Jean Jaurès, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/67/67d56ce611766da8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.69" OriginalAmount="69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8364" Longitude="2.4037" StarRating="3" HotelCode="110505|50585" HotelName="Hotel L' Interlude" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>258 Avenue Daumesnil, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/3e/083e51cf7ea1b9ebe7bd7ec418d3a7750c50af75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.69" OriginalAmount="69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8394" Longitude="2.26322" StarRating="3" HotelCode="78151|28763" HotelName="Hôtel Ohm by HappyCulture" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Claude Terrasse, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/b4/74b412517c1056c710f169ef41f71decf2392308.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.69" OriginalAmount="69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842062" Longitude="2.325444" StarRating="3" HotelCode="67676|24637" HotelName="Hôtel Unic Renoir St. Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue du Montparnasse, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/38/53384061360d0fd2c43f6125b4a0352f95ebd810.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the lively district of Montparnasse in the south of Paris. The m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891334755721" Longitude="2.3246041938291" StarRating="3" HotelCode="377824|le_mireille" HotelName="Hôtel Le Mireille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Davy, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/23/542392d168839856b7d4229fa88f1ffe6c6d208f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.06" OriginalAmount="69.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.896631387894" Longitude="2.3457560201535" StarRating="3" HotelCode="25634|941785" HotelName="Hôtel ibis Paris Ornano Montmartre Nord 18ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70 Bis Boulevard Ornano, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/1a/1b1a4f14facdea5edfda145253e2a4cd45980f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.70" OriginalAmount="70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837203" Longitude="2.2971384" StarRating="3" HotelCode="63959|55581" HotelName="Convention Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 rue Alain Chartier, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b6/7c/b67cb4076ab6a7a556d2a56946e6742da19cb984.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of the Convention district in Paris' lively 15th arrondissem...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.70" OriginalAmount="70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.826151708167" Longitude="2.3244345188141" StarRating="3" HotelCode="189580|298476" HotelName="Clos d'Alésia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Friant, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/5d/7e5da738df747f5a89bc3438096e90515c8c2dd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.70" OriginalAmount="70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87256322" Longitude="2.35531113" StarRating="1" HotelCode="324325|348473" HotelName="Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="24 Hour Front Desk,Housekeeping,Internet,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>70 Rue du Château d'Eau, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/13/1613e18d5e0915651b748364058f7b91b35a658d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Pacific, you'll be centrally located in Paris...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.70" OriginalAmount="70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877500185966" Longitude="2.3541668057442" StarRating="2" HotelCode="70509|200749" HotelName="Nord Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue des Petits-Hotels, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/b0/48b0d3ed2d020123a90a3f1656142ea5ae6252d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.06" OriginalAmount="70.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831565" Longitude="2.357401" StarRating="3" HotelCode="13456|81344" HotelName="Timhotel Paris Place d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>178 Boulevard Vincent Auriol, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f3/83/f3835d7e76c862f0c2db4eb91b3a85f6018d130f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel is located in the south of the city, close to Montparnasse. It is just 100 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.30" OriginalAmount="70.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873675444957" Longitude="2.3449106923862" StarRating="3" HotelCode="14635|270405" HotelName="Le Wit Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de la Boule Rouge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/d1/24d16d67ed8a26e780c4eeec05b85e66d9eb3559.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the Folies Bergère. It is 50 m from the Grands Boulevards metro stop, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.41" OriginalAmount="70.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835158" Longitude="2.387685" StarRating="3" HotelCode="47501|351125" HotelName="Kyriad Hotel Bercy Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Baron Le Roy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/6a/a56a1ea585e1127ceebeb44b9115a8bd455a77c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843372" Longitude="2.329613" StarRating="3" HotelCode="94381|57405" HotelName="Hotel Atelier Vavin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>49 Rue Vavin, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/aa/70aa1cdab38eee94a449ee7396da33591d17d7df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833828911808" Longitude="2.3549741506576" StarRating="3" HotelCode="60486|55310" HotelName="Kyriad Italie Gobelins" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5, Rue Véronèse, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/67/06670be7ca8d2147dceb7a51fea26cb2414b9564.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.05" OriginalAmount="71.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88238978656" Longitude="2.3497921228409" StarRating="2" HotelCode="29156|55234" HotelName="Altona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>166 Rue du Faubourg Poissonniere, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/48/9d48eee748480c1b05a46013214155503c9aed52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies a convenient and peaceful location near the Gare du Nord and Gare de l'Est stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.45" OriginalAmount="71.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867338448356" Longitude="2.3625218868256" StarRating="2" HotelCode="15676|313985" HotelName="Paris Bruxelles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 rue de Meslay, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/98/ec98322b6177315c565a7cadff7a42323df51075.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 10 minutes from Chatelet, this hotel is located at the foot of the Marais. By metro, guests are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="72.62" OriginalAmount="71.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874710762159" Longitude="2.3557640570737" StarRating="2" HotelCode="74046|636021" HotelName="De Bordeaux" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Rue du Faubourg-Saint-Denis, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/7b/177bae60451425253ae8974fe3c0d14a69546b92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.72" OriginalAmount="72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855077" Longitude="2.386537" StarRating="3" HotelCode="82864|6288" HotelName="Classics Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>131 Rue de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/db/6edb5ed8a25204b51f36ce3a54d28e51bb3efb7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located between Place de la Bastille, Place de la Nation and the Père Lachais...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.72" OriginalAmount="72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839103" Longitude="2.3975025423279" StarRating="3" HotelCode="97061|13060" HotelName="Grand Hotel Doré" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201 avenue Daumesnil, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/4e/4a4ebdce84df0b99f3de4dd6e0c1885abdcfeecf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Daumesnil area, a stone’s throw from the Viaduc des Arts, o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.72" OriginalAmount="72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878299" Longitude="2.384219" StarRating="3" HotelCode="180098|203286" HotelName="Nouveau Paris Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Hassard, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/a5/caa50b30f32dc3c1ff46b77b753136bf0e35202a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service and a bar are available to guests of the hotel. Wireless internet access i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.72" OriginalAmount="72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835974" Longitude="2.405967" StarRating="3" HotelCode="110501|56768" HotelName="de la Porte Doree" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>273 Avenue Daumesnil, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b4/eb/b4ebfa7e0d3c2e465bfa963a16af29ad8986c1dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.72" OriginalAmount="72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.82517063" Longitude="2.36077744" StarRating="0" HotelCode="662867|488927" HotelName="Arian Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102 Avenue De Choisy, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/ab/c3abddc22eae1122f89980abd9d731bf6fcb2686.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.72" OriginalAmount="72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8886" Longitude="2.379" StarRating="2" HotelCode="933602|200802" HotelName="St Christopher's Paris Canal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Rue De Crimée, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/4f/cc4ffdc7c8f947bd9db80275b798ac3fcaac9b10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.79" OriginalAmount="72.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880155" Longitude="2.334224" StarRating="3" HotelCode="34595|1038075" HotelName="Villa Boheme" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 bis Cité Pigalle, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/30/2330b3722d4512061a8955db4c0899f691263b5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideally situated between the Opéra Garnier and Montmartre, one of the most ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.73" OriginalAmount="73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865645" Longitude="2.366577" StarRating="2" HotelCode="149714|201289" HotelName="Hôtel Voltaire République" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10, boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/ab/a4aba576135090f8137298ab95c09f92e164fd66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.73" OriginalAmount="73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832248" Longitude="2.350429" StarRating="3" HotelCode="110510|224989" HotelName="Le Vert Galant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Croulebarbe, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/26/c326b88fd10e774a7059e8ddc622194927b066f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.73" OriginalAmount="73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85434719" Longitude="2.39798889" StarRating="3" HotelCode="592812|238944" HotelName="Hotel Terre Neuve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Bis Rue de Terre Neuve, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/40/644049d72003996b77eb4eb10562e19beaaab9f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.73" OriginalAmount="73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83511" Longitude="2.282514" StarRating="3" HotelCode="81195|225296" HotelName="Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Boulevard Victor, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/44/44441c521e3ce7daa190a6e73f4d277ed5c0ba0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.73" OriginalAmount="73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843305492823" Longitude="2.3071825504303" StarRating="3" HotelCode="76353|55115" HotelName="Aberotel Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Blomet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a0/60/a060f9350424e9d14c870805237f860283791a0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris, just 220 metres from the metro station Volontaires. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.887179" Longitude="2.386331" StarRating="2" HotelCode="97699|appartcity_paris_la_villette" HotelName="Appart'City Paris La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>157 Avenue Jean Jaures, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/c4/b3c4d418eba1a17fbd1f48eaf0e66777626d92bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located nearby the Cité des Sciences, and both Gare de l'Est and Gare du Nord train st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.21" OriginalAmount="73.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836837320281" Longitude="2.295513600111" StarRating="3" HotelCode="34440|300045" HotelName="Quality Hotel Abaca Messidor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>330 rue de Vaugirard, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/49/d14927522801fb79d411945efc11017eaefdc004.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.39" OriginalAmount="73.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851546" Longitude="2.398978" StarRating="2" HotelCode="25353|312125" HotelName="Timhotel Nation" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Rue d'Avron, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/47/c447144192736a6dd2acd304cc0e96505c396cc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located in the centre of Paris just a stone's throw from the Place de la Natio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.56" OriginalAmount="73.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877935894884" Longitude="2.3378160595894" StarRating="2" HotelCode="32579|299735" HotelName="Antin Saint Georges" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Notre-Dame De Lorette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/0c/d30cbdd644519219bc1e530cd8089d2af34aeaaa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated between the Sacré-Coeur Basilica and the Opéra, in the heart of Paris' busine...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="74.60" OriginalAmount="73.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864140934502" Longitude="2.371840145998" StarRating="3" HotelCode="31212|CAF410500" HotelName="L'Hôtel des Métallos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Central Heating,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue de La Folie Méricourt, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/8a/888a02ce82331654a2a4ee98fad64d7e3da69dcc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is centrally located between the Opéra Bastille, Place de la République a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.62" OriginalAmount="73.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878412171545" Longitude="2.3570702970028" StarRating="3" HotelCode="10249|299975" HotelName="Appia La Fayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue des Deux Gares, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7886/a_7886_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Paris near Gare du Nord (the Eurostrar and Thalys terminal), Gare de l'Est a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.896491189474" Longitude="2.3847541576856" StarRating="3" HotelCode="101779|3028" HotelName="Adagio Access Paris La Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 bis avenue Corentin Cariou, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/79/1779303034a04072387720d154f9ac7590fd5bf4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is located opposite the Cité des Sciences et de l'Industrie and the Parc de la Villett...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839902038905" Longitude="2.3814958333969" StarRating="3" HotelCode="35367|13536" HotelName="Claret" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Boulevard de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/cf/f8cf4487dd7dc8dc2b2e0bfc970d9931e5284a03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel lies close to Bercy Park as well as the gare de Lyon. Plenty of shopping and en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87579819325" Longitude="2.3456191690509" StarRating="3" HotelCode="336410|13541" HotelName="Hotel Havane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue De Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/ab/04aba3e8b462a01ab87cc28568e7661f2d4ad682.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Paris. A restaurant and Cadet metro station are in the immedi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870315508742" Longitude="2.3514311846561" StarRating="2" HotelCode="303902|62747" HotelName="Mazagran" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Mazagran, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/af/68afafafc1ece83cb66ab2bcb19edcb729ed535f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 24 rooms. Services and facilities at the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831462234366" Longitude="2.3198143816147" StarRating="2" HotelCode="94385|200410" HotelName="Moulin Vert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>74 rue du Moulin Vert, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/ca/d8ca49af176b927a4689cd61b4dfd03badf05a3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in Paris' 14th arrondissement, within the famous Montparnasse ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870478927906" Longitude="2.3601856827736" StarRating="2" HotelCode="69499|10213" HotelName="Little" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Pierre Chausson, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/2b/d92bd3c8b7abe942824d9d610f909ab4eab5eec9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883036" Longitude="2.332893" StarRating="3" HotelCode="58165|7155" HotelName="Moulin Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Internet,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39, rue Pierre Fontaine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f4/0cf429b44bf4969e41e0e9c6d733e1356f7fc7c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the foot of Montmartre, in an ideal location between the opera (around 1.5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882088" Longitude="2.331708" StarRating="0" HotelCode="67788|37640" HotelName="R. Kipling" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue Blanche, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/c0/23c06b31761f61dcea23fbcf39c7e3fb9a8df5fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in a lively area of Paris, only 100 m from the Moulin Rouge. The famous a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880561" Longitude="2.339257" StarRating="2" HotelCode="902166|10881" HotelName="Hotel Saint Georges Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/35/4335a5d9947f214fefa0a4e51beda51fc4be0d1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="75.02" OriginalAmount="74.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880156" Longitude="2.326942" StarRating="3" HotelCode="395329|CAI011600" HotelName="New Hotel Saint Lazare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Rue d'Amsterdam, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/e5/92e55f58d697b09c8f18102da6c04d546da37a55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated around 1 km away from the centre of Paris. Public transport, excellent restau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.26" OriginalAmount="74.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880990679221" Longitude="2.3514814212117" StarRating="3" HotelCode="11620|389165" HotelName="Avalon Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131 Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/a8/24a8a5778f6b88eb62ba5c55d73d8b8328ced3e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The modern hotel is located at the heart of Paris, just 100 m from the nearest links to the transpor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.58" OriginalAmount="74.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8761948005" Longitude="2.3570635914803" StarRating="3" HotelCode="34890|1924345" HotelName="Libertel Gare de l’Est Français" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue du 8 Mai 1945, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/3c/bd3c7bb2dde082ab2211c94879aa84c3196066b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Parisian hotel lies at the heart of the beautiful French capital a mere 100 m from the nearest ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.75" OriginalAmount="75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891955" Longitude="2.213889" StarRating="2.5" HotelCode="110307|69579" HotelName="Campanile Paris Ouest - Nanterre - La Défense" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Avenue Pablo Picasso, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/37/1b371f2b80fce5a622c127686130ae5683f45643.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.75" OriginalAmount="75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840872" Longitude="2.287051" StarRating="3" HotelCode="77417|57493" HotelName="Best Western Hôtel Montcalm" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Avenue Felix-Faure, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/c3/42c3497f41c971c405d9e8c05b95290dffc399b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.75" OriginalAmount="75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884388" Longitude="2.349112" StarRating="2" HotelCode="180095|57222" HotelName="Nation Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Boissieu, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/fb/91fbbb89108ce2ba54016e14bf3b81ee5c9fae19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a one-way street, just a few steps from a large number of tourist sites and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.75" OriginalAmount="75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.823994" Longitude="2.327468" StarRating="3" HotelCode="154978|55028" HotelName="Virgina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66, Rue Pere Corentin, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/0e/820ee590592d5aed4f364d11709c336b05568c51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at de Port d'Orléans between the Montsouris Parc, Cité Universitaire and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.75" OriginalAmount="75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.824495849371" Longitude="2.3272846736106" StarRating="2" HotelCode="60434|226779" HotelName="Le Glam's Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 rue Beaunier, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/03/60034616c22995ef2dddf1955d2c257b0e42d340.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.75" OriginalAmount="75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845562" Longitude="2.402112" StarRating="2" HotelCode="904085|514781" HotelName="Lux Picpus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74 Boulevard Picpus, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/c4/03c4d6f217426eb7420a6d4c46fe2f2dbe827f01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835887988787" Longitude="2.3221728933732" StarRating="2" HotelCode="336224|hotel_la_perle_montparnasse" HotelName="Hotel La Perle Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Maison Dieu, 14th Arr., 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/06/51069f9e64be80a47c7fcee50eae43afaf9db621.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8423593276" Longitude="2.3234340548515" StarRating="3" HotelCode="915010|hotel_montparnasse_saint_germain" HotelName="Montparnasse St Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Départ, 75014 Paris, Montparnasse, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/28/e5283aa41fbd356e488c03650aaafc072cdc65f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838946" Longitude="2.322602" StarRating="3" HotelCode="25178|arcadie_montparnasse" HotelName="Arcadié Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/56/e5564e300019f1b6c87c7f9cd44a214cca6a90f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.38" OriginalAmount="75.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851641918555" Longitude="2.3907896876335" StarRating="3" HotelCode="35562|74044" HotelName="Grand Francais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/57/4d576ec848f69d50f91a42b0f029695579d170e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on the Place de la Nation, this city hotel is close to many of Paris’ top shopping...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.901721" Longitude="2.3595" StarRating="4" HotelCode="82267|44611" HotelName="Novotel Suites Paris Nord 18ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Impasse Marteau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/84/0d84a1fe1700fe31acb75124c177c8704234d174.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 200 m from the metro, 2 km from Montmartre and the centre of Paris, and 15 km f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855368" Longitude="2.378674" StarRating="3" HotelCode="75249|313" HotelName="Grand Nouvel Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>152 Avenue Ledru-Rollin, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/55/a55591c4ba82771376ab96e5a9fdec3a301a77a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846154024554" Longitude="2.401779" StarRating="2" HotelCode="189573|4660" HotelName="Du Printemps" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Boulevard de Picpus, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/03/8003d54c6ff1166e921cd8a1736dd4008431c4d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="978147|407279" HotelName="Moxy Paris Charles de Gaulle Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue du Signe, 95700 Paris, Roissy-en-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/47/81474b7270af0edfe3697da39c6566304936a161.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8700175" Longitude="2.37889685" StarRating="3" HotelCode="549007|200687" HotelName="Les Piaules Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>59 Boulevard De Belleville, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/15/a215bd80b0c9acc6e95a5d4873c57d95d0f02790.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.33" OriginalAmount="76.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841308110016" Longitude="2.3028266429901" StarRating="3" HotelCode="52664|302555" HotelName="Hôtel Délos Vaugirard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue du Général Beuret, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/c4/09c482ebedefd028b51b53e82d2518b131faaf1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This magnificent hotel is located at the heart of the 15th Arrondissement near to the legendary Eiff...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.48" OriginalAmount="76.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855123990744" Longitude="2.4095369875431" StarRating="2" HotelCode="29451|2128715" HotelName="ibis Styles Paris Nation Porte De Montreuil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue de la Croix Saint Simon, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/42/c742cc5a526efd4eafc29f6369dc46c8cf8c79d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on a street corner directly beside Porte de Montreuil metro station. From here...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.77" OriginalAmount="77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845279" Longitude="2.432491" StarRating="3" HotelCode="78652|37649" HotelName="Daumesnil Vincennes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Avenue de Paris, 94300 Vincennes</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/83/f583e7e6a413340ac20f75972b757fd1635cf99a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.77" OriginalAmount="77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878204126918" Longitude="2.3698616837682" StarRating="1" HotelCode="311282|49276" HotelName="Generator Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Place du Colonel Fabien, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/9c/259c15b9e78069c14ed9aef5690e2c65e24059db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.77" OriginalAmount="77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86739658219" Longitude="2.3965286839247" StarRating="2" HotelCode="935631|203302" HotelName="Hipotel Paris Gambetta République" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>236 Rue Des Pyrénées, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/41/4541bc5a808f0b3e7028ed49eda3b231495c0af3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.77" OriginalAmount="77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837889955754" Longitude="2.296187505126" StarRating="3" HotelCode="180072|200151" HotelName="Hôtel Auguste" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Rue Alain Chartier, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/eb/52ebe0d7a770c63c32bfa25d5209fe6e7743885a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.77" OriginalAmount="77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864251" Longitude="2.375095" StarRating="2" HotelCode="144690|200166" HotelName="Beausejour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>71, Avenue Parmentier, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/81/d8810f6e7a2fc93381842cd08ed9b2eddb5b48d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.77" OriginalAmount="77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85369801175" Longitude="2.3881155252457" StarRating="3" HotelCode="47668|6458" HotelName="Comfort Hotel Nation Père Lachaise" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Léon Frot, 11th Arrondissement, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/72/827222b152735b44ef9003af66cc767d12a4e3ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a stunning location in the east of Paris and only steps from the Place de...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.77" OriginalAmount="77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872821655274" Longitude="2.3613390466271" StarRating="2.5" HotelCode="258817|55254" HotelName="Hotel Kyriad Paris X Canal Saint Martin République" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Lucien Sampaix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/bf/b4bfe3dcac7c8dd6b28a47274d068a190921b51f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located hotel is found in a quiet side street only 5 minutes from the Republic Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839286815215" Longitude="2.3891749978065" StarRating="4" HotelCode="34402|pavillon_bercy_gare_de_lyon" HotelName="Le 209 Paris Bercy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>209 Rue de Charenton, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/3c/db3cb19341cd81787daa56b24f671e5b260cb69f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of Paris, directly on a main road and surrounded by bars, r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879548" Longitude="2.356005" StarRating="2" HotelCode="901308|new_hotel_gare_du_nord" HotelName="Newhotel Gare Du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40, rue de Saint Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/46/fd46147da81bf02c68cede58a0f4fddcfd5ab2ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="77.82" OriginalAmount="77.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.901641909717" Longitude="2.3288440704346" StarRating="3" HotelCode="13524|2422254" HotelName="Kyriad Paris Nord Porte de Saint-Ouen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue La Fontaine, 93400 Saint-Ouen</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/03/c103f75f6971a5778c8c6110d357f6a184e9fe8c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located close to Paris and Villepinte. Within 300 m of the hotel are lin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.91" OriginalAmount="77.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870785908027" Longitude="2.3517018556595" StarRating="3" HotelCode="39378|7644" HotelName="Hôtel Regina Opéra Grands Boulevards" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Mazagran, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/36/7936b56239e34d07256eb7ccaf72a97936618bd0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous, bustling Grands Boulevards at the heart of Paris' lively theatr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="78.15" OriginalAmount="77.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.910174875047" Longitude="2.1684908866882" StarRating="3" HotelCode="142309|123528" HotelName="Residhome Carrières La Défense" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Fax,Internet,Jacuzzi,Kitchen,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue Eiffel, 78420 Carrieres Sur Seine</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/29/9d290d75b8ec1abfaff3f15fa9bc7a031db027fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="78.23" OriginalAmount="77.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.830015" Longitude="2.356696" StarRating="3" HotelCode="60795|68942" HotelName="Best Western Paris Italie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>205 Avenue de Choisy, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/56/68560802c96efd600e4e38d8abd4bf01ed1d1d10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the southern bank of the River Seine (Rive Gauche), near the Latin Quarter,...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.54" OriginalAmount="77.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.834349517018" Longitude="2.3239605742397" StarRating="3" HotelCode="11354|791255" HotelName="Campanile Paris XIV - Maine Montparnasse" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/19/4519d1ae7beb574b690fa8b69c89f11dabcd195e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.55" OriginalAmount="77.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877489057009" Longitude="2.3424158478413" StarRating="3" HotelCode="47806|302735" HotelName="Corona Rodier" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Rodier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/54/0f54c0b63500e0ed2a9adfaea572eb7526679f48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hidden in a sleepy side street in the centre of Paris, the hotel is in the Sacre Coeur and Opera nei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="78.77" OriginalAmount="77.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871856795202" Longitude="2.3434996604919" StarRating="2" HotelCode="58334|CAH857000" HotelName="Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 bis Cité Bergere, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/20/d820b49129d0fd4684740db528bac0a5dbdad252.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833269" Longitude="2.356424" StarRating="2" HotelCode="146402|56808" HotelName="Hotel Coypel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 rue Coypel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ea/c2/eac22e17027ba0e84691e33a912681a54d5ef5fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to Place d'Italie and the Gobelins district of the 13th arrondissement o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839067815609" Longitude="2.3316220932541" StarRating="3" HotelCode="97082|224980" HotelName="Hôtel Istria Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Campagne Premiere, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/35/063521c2d179f98a3974656ec5b67a95859f9ba8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880872862051" Longitude="2.2989508509636" StarRating="3" HotelCode="337170|55990" HotelName="Monceau Wagram" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Renequin, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/b5/a5b5a05e8fecbbe1a1cd727838ed523addb81d33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Arc de Triomphe and within a few minutes walk of the Champs-Élysé...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859693" Longitude="2.402814" StarRating="2.5" HotelCode="151774|203308" HotelName="Mama Shelter Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>109, rue de Bagnolet, 75020 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/ac/90ac41e9038af08a60669658b78bc4e8f011d1fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8486135" Longitude="2.40787912" StarRating="3" HotelCode="399689|25011" HotelName="Hotel Comete" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Bis Rue des Maraichers, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/549850/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="2" HotelCode="552021|225302" HotelName="Residhome Paris Rosa Parks" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>3/13 Rue Gaston Tessier, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/6e/3e6ed52441414cc9d353ad7252693a2277975038.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851688" Longitude="2.337415" StarRating="3" HotelCode="78826|131534" HotelName="Tonic Hotel Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Concierge,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Pets allowed,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue des Quatre Vents, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/4b/7e4b9ed101727eba4f965b848beac384eabfa2c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Tonic Hôtel Saint Germain, you'll be centrally loca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878546002151" Longitude="2.3383990943753" StarRating="3" HotelCode="25633|1549178" HotelName="Hotel Arvor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Laferrière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/4a/cf4a2b843a72b37ab6ac1a702ade9f1d85247712.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882172833898" Longitude="2.3367753624916" StarRating="4" HotelCode="49888|villa_royale" HotelName="Villa Royale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Duperré, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/aa/25aa843f9891819f5bfd967325b5e86197b453b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated in the Montmartre area of Paris and is just 10 m from Pigalle u...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.97" OriginalAmount="78.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867123" Longitude="2.374232" StarRating="2" HotelCode="25346|1548818" HotelName="Léonard de Vinci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Bar">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue des Trois Bornes, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/41/e341e7f152fb83dc910f2c7566887e99bcc4704d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.11" OriginalAmount="78.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.828990185803" Longitude="2.3005346953869" StarRating="2" HotelCode="57104|302415" HotelName="Clarisse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Boulevard Lefebvre, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/3d/e33d0fe50810c6b422c7f68419c98b3210b74eac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Paris. It is just a 5-minute walk from the Porte de Ver...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.52" OriginalAmount="78.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.824663981487" Longitude="2.3268176615238" StarRating="2" HotelCode="187855|332858" HotelName="Parc Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Rue Beaunier, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/4f/a04f1a7b2f3c5f5c2ec436804cd48943667c6071.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="79.71" OriginalAmount="78.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833518" Longitude="2.324825" StarRating="2" HotelCode="110518|CAS841500" HotelName="Transcontinental" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>155 Avenue de Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/2d/a02dd4923e9a9c78d99d198f47eb71b7bb9cd400.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.74" OriginalAmount="78.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842051109709" Longitude="2.3253638368078" StarRating="3" HotelCode="296501|19771" HotelName="Hôtel Suites Unic Renoir St. Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue du Montparnasse, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2529d005ab7e3fd0/f9/f966f9cb1e9a0a1e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="79.77" OriginalAmount="78.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.887187198421" Longitude="2.3143172264099" StarRating="4" HotelCode="316804|2433518" HotelName="Villa Eugénie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>167 Rue de Rome, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/f6/bff6022a8ef5fb703c24c4f7bdebfd6336b6c5ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is known amongst guests from the fashion and business world and lies to the nor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835979306702" Longitude="2.3253598809242" StarRating="3" HotelCode="189576|413553" HotelName="Hotel Clairefontaine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 rue Fermat, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/51/0851a5081825ea2415a5079abc67791c223f5f49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867801362994" Longitude="2.3829778119948" StarRating="1" HotelCode="322953|238883" HotelName="Hôtel des Vosges Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>2 rue des Maronites, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/62/ae62d7f2c39bed3215aa4a5f1d9dc5dad4d1e055.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883717" Longitude="2.322757" StarRating="2" HotelCode="110539|55991" HotelName="Du Mont Dore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Du Mont Dore, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/7c/de7cd56cedd40396e41fbb5c6bebc69c5ee0c2bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874297960646" Longitude="2.4051853369888" StarRating="2" HotelCode="79723|203306" HotelName="Hipotel Paris Lilas Gambetta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Avenue Gambetta, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/27/b9272524ffec5fce6a901d3f9e0cd3d288a00b04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.81899" Longitude="2.325834" StarRating="3" HotelCode="110272|76400" HotelName="Ibis Styles Paris Porte d'Orleans" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41, avenue Aristide Briand, 92120 Montrouge</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/90/5690113f592e604373f699e4b77985477b744143.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.824123" Longitude="2.3300514" StarRating="1" HotelCode="199733|37634" HotelName="Montsouris Orleans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Beaunier, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/fd/cffd96b4ed9bc64612301c7949e8ff0d5e2e81b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850279474927" Longitude="2.2933507037814" StarRating="3" HotelCode="180121|57263" HotelName="Le Relais Saint Charles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f5/73f5eeff73d0ac74c5236d42e40edf864f7aa4b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.14" OriginalAmount="79.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.834893527714" Longitude="2.3296058177948" StarRating="4" HotelCode="25179|303905" HotelName="Villa Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 rue Boulard, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/f1/28f1ed2b5b9559fa6840afeb112a189a09dfc90d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in very quiet and safe surroundings on the Left Bank, in the heart of the Mont...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.58" OriginalAmount="79.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884078" Longitude="2.313303" StarRating="3" HotelCode="32472|300275" HotelName="Hotel Duette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Rue de Lévis, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/bf/f7bff79ae663916982f580e58fc1cc57eaa9fc45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A popular city hotel located in the famous pedestrianised area of the Rue de Lévis. Villiers métro s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.64" OriginalAmount="79.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882667590425" Longitude="2.3326447606087" StarRating="3" HotelCode="52673|232336" HotelName="Apollo Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue De Douai, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/d3/2ad3a4605bcd00ce81f9692fb61a2a925449ded4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated between Montmartre and the Opera. The large department stores and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.80" OriginalAmount="80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879576384292" Longitude="2.3549151420593" StarRating="4" HotelCode="302692|21310" HotelName="25hours Hotel Terminus Nord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard de Denain, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/59/01591df9a6bb69b79e3a90b48ebe2b977127b4a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies opposite Gare du Nord railway station, from where the most attractive sig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.80" OriginalAmount="80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873996" Longitude="2.362457" StarRating="3" HotelCode="100905|507" HotelName="Belta" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue Lucien Sampaix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/09/2209728b9767923f37c2728fb61361637b55e4a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 3 km from the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.80" OriginalAmount="80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881503" Longitude="2.298229" StarRating="3" HotelCode="110552|50533" HotelName="Elysees Flaubert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Rennequin, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/84/1e845d732955ae223f170e0fcb1960d2f508817f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel enjoys a central location, only minutes from the Arc de Triomphe and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.80" OriginalAmount="80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8886555" Longitude="2.348049" StarRating="3" HotelCode="267513|57811" HotelName="Boronali Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue de Clignancourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/fc/ddfc149ef2073d853bbeb98af1dde0276bf010e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.80" OriginalAmount="80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.82234236" Longitude="2.33456919" StarRating="3" HotelCode="308152|348445" HotelName="Hôtel du Parc Montsouris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Pets allowed,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue du Parc Montsouris, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/ae/93aec540430a8a358d1ebb2b79bdd9cbe0701b33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hôtel du Parc Montsouris in Paris (Montparnasse Tow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.80" OriginalAmount="80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876635812914" Longitude="2.3541614413261" StarRating="3" HotelCode="110495|30746" HotelName="The Originals Paris Gare de l'Est Parisiana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Fax,Garden,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue de Chabrol, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3a/66/3a6646130dfc63340046e63952e9c54a9d58a637.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Parisian hotel is strategically located in the lively 10th district, just 300 metres from the G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.80" OriginalAmount="80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.892392" Longitude="2.213316" StarRating="3" HotelCode="110309|71375" HotelName="L'Amandier - Nanterre La Defense" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, avenue Pablo Picasso, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/3b/3a3b4004ae2781666cde06541cb825cb7493bcc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.80" OriginalAmount="80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="3" HotelCode="189436|203229" HotelName="Hotel Prince Albert Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>116 Rue Ordener, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/31/fe317d99eb1385ccce946129dd33231f0e40a511.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.80" OriginalAmount="80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848334784673" Longitude="2.2970987856388" StarRating="3" HotelCode="110530|200495" HotelName="Saphir Grenelle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Commerce, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/6e/7a6e8ed4d4838725c7f9ceb60a84097de0a8b550.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.80" OriginalAmount="80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.829274" Longitude="2.356618" StarRating="3" HotelCode="110508|54293" HotelName="ibis Paris Avenue d'Italie 13ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 bis Avenue d'Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/8f/4c8fd2688e39e59d22c6867f27023983c0e5a012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.80" OriginalAmount="80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846472549873" Longitude="2.4062604312106" StarRating="3" HotelCode="104071|44483" HotelName="Hotel le Twelve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Rue du Docteur Arnold Netter, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/7e/c57ec806c79c03153b8883c86028eb95e0f1c556.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in one of the areas of Paris with the most vegetation, this charming city hotel is next to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.80" OriginalAmount="80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890926133263" Longitude="2.3761888751339" StarRating="3" HotelCode="401769|200517" HotelName="Hotel Trema" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>189 Rue de Crimée, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/90/0e9094a0124f49d3d1f8fb70b8df4848b89ac4f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a wide range of facilities to ensure travellers a comfortable stay. Wireless intern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85371627975" Longitude="2.3806107399178" StarRating="3" HotelCode="50415|hotel_hi_matic" HotelName="Hotel Exquis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Rue de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6c/376cf57d0cc2b640008b3320e68cd8f07b246c93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87321681" Longitude="2.3827721" StarRating="3" HotelCode="439979|hotel_scarlett" HotelName="Hôtel Scarlett" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Jouye-Rouve, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/37/693755224d0345f5b32928c283d4cdfa2302a667.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873701" Longitude="2.359048" StarRating="3" HotelCode="25355|staycity_serviced_apartments__gare_de_lest_2" HotelName="Staycity Aparthotels Gare de L’Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Passage Dubail, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/aa/adaa1cb76bdfea84eccde2eaef546731be893e85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.97" OriginalAmount="80.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881876506789" Longitude="2.3221251368523" StarRating="3" HotelCode="27834|277585" HotelName="Berne Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 rue de Berne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/74/fb74bb5c7b4c8ce6074281e626e1545aa65da80c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel lies close to the Place de Clichy. Famous sights of interest such as the Opé...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.41" OriginalAmount="80.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877987" Longitude="2.354781" StarRating="2.5" HotelCode="25351|35386" HotelName="Libertel Gare du Nord Suède" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>106 Boulevard Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/ef/8eefa8e534ba809439b1ed9ced41778848b11a28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated between Gare du Nord and Gare de l'Est and close to the famous Montmartre. In...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="81.51" OriginalAmount="80.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880910785724" Longitude="2.3626747727394" StarRating="3" HotelCode="69779|6847758" HotelName="Hôtel ibis Paris Gare du Nord Château-Landon 10ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>197-199 Rue La Fayette, Near Gare du Nord and Gare de l'Est Train Stations, l’Entrepôt/10. Arrondissement, 75010 Paris, Île-de-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/e0/10e0f7ac0729ed985bbe1eb5b634871db37b28f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885210085533" Longitude="2.29397803545" StarRating="3" HotelCode="70645|44400" HotelName="Champerret Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 avenue de Villiers, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/f2/5df28e599e3de688cf59fdd088a90422976f8441.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85408" Longitude="2.382014" StarRating="2" HotelCode="89358|203044" HotelName="Hôtel des Arts Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Godefroy Cavaignac, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/9c/749c74df5debd83d68fa58748f01f690c4337ca7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Plymouth (PLY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880311941104" Longitude="2.3743396997452" StarRating="2" HotelCode="187837|201149" HotelName="Relais Bergson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124 Avenue Simon Bolivar, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/93/b993926bc0354b413afd51939d8ddb52a0308f11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832942" Longitude="2.359269" StarRating="3" HotelCode="165674|56918" HotelName="Jack's" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue Stephen Pichon, Paris 75013, France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/49/f1494e4cbf60fb2cba13a39110f3a26aea0f3e9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.844662139324" Longitude="2.4024859920307" StarRating="0" HotelCode="324666|238959" HotelName="Le petit Cosy Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 Boulevard De Picpus, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/05/c605b0f62a219b723da8a7faa29470ba3ab56aaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Cosy in Paris (Pere Lachaise - Menilmontant),...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87913892571" Longitude="2.3434647917748" StarRating="2" HotelCode="60657|17326" HotelName="Pavillon Opera Lafayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue de la Tour d'Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/4f/eb4ff6919de2bf811d440a0acaf69b59912ffbe4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located on a small, quiet street in the 9th arrondissement close to the Galeri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.89118175087" Longitude="2.3390538990498" StarRating="2" HotelCode="200878|comfort_hotel_lamarck" HotelName="The Originals Paris Montmartre Apolonia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147 Rue Marcadet, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/19/3e199790e106d20b1d24c9df6cde24ea2ca8c9bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This privately-run hotel is centrally located at the heart of the famous Montmartre district of Pari...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879428213265" Longitude="2.3568141460419" StarRating="2" HotelCode="69393|picardy_hotelgare_du_nord" HotelName="Picardy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue De Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e6/39e6af6bc90f1145cdbd0e5f010288184ee47a92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.93" OriginalAmount="81.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836327104101" Longitude="2.3601615428925" StarRating="4" HotelCode="31197|7814" HotelName="Villa Lutèce Port Royal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52-52 bis Rue Jenner, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/4d/ff4daafba412c057a05f16a39de54fb1a4d988fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located close to the Place d`Italie and the French National Library. L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.96" OriginalAmount="81.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874878" Longitude="2.36021" StarRating="3" HotelCode="12256|389515" HotelName="Timhotel Paris Gare de l'Est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Rue des Récollets, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/ef/33efd0f96d0e778d05cc1d9016295063eca3fc60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a 10-minute walk from République and the famous Boulevard Montmartre in Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="82.01" OriginalAmount="81.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879474075773" Longitude="2.3580425977707" StarRating="3" HotelCode="172227|189981" HotelName="Hotel Albert 1er" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/a5/4ca5a6ac372623dd53d7fd9a43ddb7a5c189f738.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.37" OriginalAmount="81.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849575150945" Longitude="2.2969847917557" StarRating="3" HotelCode="34746|364135" HotelName="Europe Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>103 boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/30/f630e66e1829e7696d7a00c3606b587b817be3fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies close to the Rue du Commerce, one of the French capital's main shopping str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="82.63" OriginalAmount="81.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861533335287" Longitude="2.3710459470749" StarRating="2" HotelCode="187859|332507" HotelName="Saint Sebastien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 rue Saint Sébastien, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/ed/36ed97fa03e9d897569db3bffb5a3167c9f81dd4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882781357276" Longitude="2.3449493944645" StarRating="2" HotelCode="64673|203219" HotelName="Avenir Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Boulevard Rochechouart, 09. Opéra, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/13/66134865b8447ed31dad80a26e5c5eda7e923c6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84648192943" Longitude="2.410290093254" StarRating="4" HotelCode="34876|1765" HotelName="Best Western Plus 61 Paris Nation Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue de la Voute, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/3c/723caaace4db49e6506b29743b7af72dae9ca797.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a quiet area in the east of Paris, near to the Place de la Nation and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835744497958" Longitude="2.3020152747631" StarRating="3" HotelCode="172084|55131" HotelName="Chouette Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>237 Rue de la Convention, entre la Porte de Versailles et la Tour Eiffel, 15ème Arrondissement, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/e8/ece807f3e4ab4b41750b5c57921b2b9fc1fbf429.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in a charming district. Parc Georges Brassens, the Porte de Versailles Exhibition Centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83972" Longitude="2.309348" StarRating="2" HotelCode="145363|200176" HotelName="Cactus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47, rue des Volontaires, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/d6/78d6e2c01f7410ebbe132946dff4c990135224e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871233" Longitude="2.362394" StarRating="2" HotelCode="147939|224975" HotelName="Garden Saint Martin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Yves Toudic, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/ca/f6ca721addf0145d372036c62a0e5c10506e6bcc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833109444633" Longitude="2.2892117500305" StarRating="3" HotelCode="187861|61197" HotelName="Hotel Paris Vaugirad" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>403 rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/5c/b45ce8af27577f82885aabaceed0f747852e4ad1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866293080173" Longitude="2.3679431539828" StarRating="3" HotelCode="317179|225145" HotelName="Hôtel ibis Paris Avenue de la République" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Rampon, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/65/d265161afae7800b1509a44d0a4a4b4307f898e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835885" Longitude="2.294965" StarRating="3" HotelCode="128332|55059" HotelName="Hôtel ibis Paris Vaugirard Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Eugène Gibez, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/1a/2f1a5b91f28ac34b331d8d8ff3a47225360a12b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.81816779335" Longitude="2.4005556106567" StarRating="4" HotelCode="888805|195238" HotelName="Mercure Paris Ivry Quai de Seine" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Allee De La Seine, 94200 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/1d/3b1da154c42c401a67df606b70f31cf23918b942.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the banks of the Seine, near the Paris Bercy Palais Omnisport sports and ent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880292538066" Longitude="2.3197098076344" StarRating="3" HotelCode="36467|new_orient_hotel" HotelName="New Orient" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue de Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/c9/3dc99a218df655abac1e689da5e00b4907d2532b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839897" Longitude="2.337403" StarRating="2.5" HotelCode="110438|beauvoir" HotelName="Beauvoir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 avenue Georges Bernanos, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/c4/15c4db1f8b22dba452965f3771a411cf17141d37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.89286954484" Longitude="2.3428653180599" StarRating="3" HotelCode="74083|hotel_eden_montmartre" HotelName="Hotel Eden Montmatre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Rue Ordener, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/65/9a6551bf2c152fbfd84a29398168ddbfcec00c4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837188" Longitude="2.277462" StarRating="2" HotelCode="72123|hotel_du_parc_saint_charles" HotelName="Du Parc Saint Charles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>243 Rue Saint Charles, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ba/62ba0137cb2cf381ba335de21f456cf91abe7a17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close to the Parc des Expositions and Porte de Versailles and not far from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.85" OriginalAmount="82.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.816054606817" Longitude="2.3643310368061" StarRating="4" HotelCode="38276|447565" HotelName="Novotel Paris Porte d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 rue Voltaire, 94270 Le Kremlin Bicetre, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/85/25854f726613408557b8f8613bdc7991982ab5be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business conference hotel lies on the southern outskirts of the French capital. It is just a fe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="83.29" OriginalAmount="82.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87675257" Longitude="2.3269601" StarRating="3" HotelCode="128353|1146943" HotelName="Grand Hôtel du Calvados" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6d/376decf5572a004fbb407265c8e459f4a3540012.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="83.35" OriginalAmount="82.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884115673203" Longitude="2.3328767716885" StarRating="4" HotelCode="189596|177415" HotelName="Hôtel du Beaumont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Lepic, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/f7/d9f7259418a536bd3c1be86fd3d1f6864d83fe2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.43" OriginalAmount="82.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837428740837" Longitude="2.2587606310844" StarRating="3" HotelCode="37861|390155" HotelName="Murat" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 bis boulevard Murat, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/a8/12a8632018ba3d0f49cc2fe5b52110ed51e079d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located in the 16th arrondissement, by the Porte St Cloud, close to the Troc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.74" OriginalAmount="82.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837569974564" Longitude="2.355043888092" StarRating="3" HotelCode="27517|301105" HotelName="Grand Hotel des Gobelins" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 boulevard Saint Marcel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/ea/44ea8a2071c98e4b2b77fa893537d5b1464e7f7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in a district which is very lively and offers many restaurants and shops. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831122249103" Longitude="2.2823399305344" StarRating="0" HotelCode="75481|15898" HotelName="Aparthotel Adagio Paris XV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 rue d’Oradour sur Glane, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/6c/506cef603c798061f93c716ffdb71010389470e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment residence is situated in the south-west of Paris, a 5-minute walk from the Parc des E...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88106087" Longitude="2.35139036" StarRating="3" HotelCode="759825|202991" HotelName="Avalon Suites Paris Gare du Nord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,Luggage Storage,Meeting Room,Spa">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue de Rocroy, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/a4/c3a47918f210c68de3d2c06a2be95937951a5cdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Paris Résidence Hôtel in Paris (Gare du Nord - Gare...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87212" Longitude="2.308711" StarRating="3" HotelCode="180043|348376" HotelName="Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Rue La Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/fa/52fa046c37dffce243c424a7361a3b8f0944bd03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873019396348" Longitude="2.3586675524712" StarRating="3" HotelCode="67904|9029" HotelName="Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>49 Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/42/62420562352dd03249c6da6644e0015c6f9ebb7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886188295408" Longitude="2.3361967772911" StarRating="1" HotelCode="74077|200172" HotelName="Hôtel Bonséjour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Burq, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/92/fb92ee1a1ad25b3158791b00780954e8ed47527e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875758" Longitude="2.357415" StarRating="3" HotelCode="146525|200191" HotelName="Hôtel d'Alsace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85, Boulevard De Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/e1/f4e1ca98b8fbb5da9a1443c422c097faff5fe589.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8785443" Longitude="2.2938685" StarRating="3" HotelCode="263482|203213" HotelName="Riviera Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/2f/702f78dff92c027c9f7108c06acaa3ccd1c83bee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.823591" Longitude="2.324751" StarRating="2" HotelCode="907209|348474" HotelName="Hotel Terminus Orleans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>197 boulevard Brune, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/56/7c56c1f3195d6c5fd7a82adf59f9182279b4a3fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.825801525043" Longitude="2.3526600668982" StarRating="3" HotelCode="64086|55237" HotelName="Hôtel ibis Paris Italie Tolbiac 13ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>177 Rue de Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d8/a1/d8a1213b0abf6fe921838ef8545b37d34e857773.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842678864195" Longitude="2.3243472701865" StarRating="4" HotelCode="59109|6086" HotelName="Timhotel Odessa Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 rue d'Odessa, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/0f/440f532ccbecd44556f537bcca5bc7f228f624c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is located in the heart of the business and cultural district of Montparnass...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.892487626944" Longitude="2.3745730519295" StarRating="2" HotelCode="59523|balladins_paris_19" HotelName="Ibis Styles Paris Crimee La Villette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>219 Rue de Crimee, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/53/1353a8d8823e8136739289f647f81726baddf929.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the northeast of Paris, some 5 km from the city centre. The Crimée metro st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842541" Longitude="2.323563" StarRating="3" HotelCode="70874|waldorf_montparnasse" HotelName="Waldorf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue du Départ, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/cc/1bccfc19d2fae85d7f80ee4732f9b79c6be878d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848872677627" Longitude="2.3470522463322" StarRating="4" HotelCode="316723|villa_pantheon" HotelName="Villa Pantheon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/b6/c7b6b8a87232b70a67a875e356587489b37e6f5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Latin Quarter, 1 km from Notre Dame de Paris and 3 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.84" OriginalAmount="83.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836166446719" Longitude="2.278847694397" StarRating="3" HotelCode="33000|303315" HotelName="Median Paris Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Boulevard Victor, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/5d/205d0f6ed1b4947064cdb6c0f946b574e0c30105.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the 15th arrondissement on the left bank of the river Seine. The Eiffel Tow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.34" OriginalAmount="83.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866011624736" Longitude="2.3685139417648" StarRating="3" HotelCode="13049|1444108" HotelName="Hôtel 20 Prieuré" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue du Grand Prieuré, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/af/6cafa94f0d970c368c3966e0b1d32379eba9659e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.79" OriginalAmount="83.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879605489263" Longitude="2.2960701584816" StarRating="3" HotelCode="26755|300745" HotelName="Hôtel Niel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Saussier Leroy, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/a4/b5a4d08837cd464e4feec24a066376def562ecea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The small, charming hotel is located on a quiet street between Avenue Niel and the picturesque Ponce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86085251" Longitude="2.378262" StarRating="1" HotelCode="548303|200869" HotelName="Acacia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>30 bis Avenue Parmentier, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/29/4429573b84894b34020d083200fcfd53a5c44e33.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847088" Longitude="2.318546" StarRating="3" HotelCode="80405|57283" HotelName="Mayet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Mayet, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/a5/0ba5f1c50d1a168f2c2b43d4e94c62f183c96221.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876397548519" Longitude="2.3489555907402" StarRating="3" HotelCode="73729|18066" HotelName="Hotel Paris Lafayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue des Messageries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/28/3828c524b6dd12e54c6fd6ec9c1e02f04ee70c89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a quiet street in a business and leisure area in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890770956333" Longitude="2.3211510659167" StarRating="1" HotelCode="178223|200526" HotelName="Viator" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue des Moines, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/68/916845d7133346788e563dc1640ecfa6742410be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The historical hotel is situated just a 3-minute walk from the Gare de Lyon train station, and from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835124432283" Longitude="2.4054594433885" StarRating="3" HotelCode="110504|55142" HotelName="Hôtel ibis Daumesnil Porte Dorée" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Boulevard Poniatowski, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/a1/2da1de99b162c6b6461402bcddc95b6e8eee05ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876613410107" Longitude="2.3439276588955" StarRating="3" HotelCode="64605|1131" HotelName="Lebron" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Lamartine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/5f/6d5fd8e7df193a9218ac68a8c1274e00da063019.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in the 9th district of Paris, near Montmartre, an artistic district that has countless...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842371684351" Longitude="2.3631870746612" StarRating="3" HotelCode="59790|54311" HotelName="Libertel Austerlitz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard de l’Hôpital, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/3e/523e0a5af5d24c8ff1eb15c61db47082b74d740d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851597795458" Longitude="2.2897267341614" StarRating="3" HotelCode="39973|2228717" HotelName="France Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Saint Charles, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/b8/bdb8a26d9274c1984fdfbbd4e34d8a8f7066b1d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in a peaceful street, just minutes from the Eiffel Tower, the Champs...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845068211283" Longitude="2.3209460863164" StarRating="4" HotelCode="161498|hotel_de_nantes" HotelName="La Parizienne By Elegancia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Boulevard du Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76efa261755a6872f855071889cf1a7cc38b89a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Boulevard de Montparnasse and offers guests the opportunity to see the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.86" OriginalAmount="84.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885317673527" Longitude="2.330185174942" StarRating="3" HotelCode="13781|1547968" HotelName="ibis Paris Montmartre 18ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Caulaincourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/df/ecdf9ab9425392d20fe440f8149ba7630b3626bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.14" OriginalAmount="84.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880211" Longitude="2.345498" StarRating="3" HotelCode="35184|303765" HotelName="Riviera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Turgot, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/e2/03e2196a7af2d5ca1de024a65cecbd0a1bae7742.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the entertainment quarter, with the superb Opéra Garnier and the Moulin Roug...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.21" OriginalAmount="84.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879408809884" Longitude="2.3683744668961" StarRating="3" HotelCode="27108|1724268" HotelName="Hôtel ibis Paris Canal Saint-Martin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Louis Blanc, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/62/8f620ca4cbf9fbf79ca4ccd5bf73dc4a72f36435.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.27" OriginalAmount="84.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848690880163" Longitude="2.3477482795715" StarRating="3" HotelCode="31205|300255" HotelName="Hotel Le M Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/1f/8f1f4b6e8a9187612171ec3213b3d425be3c1141.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies in the heart of Paris, in the Latin Quarter and Saint-Germain des Prés. In the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.51" OriginalAmount="84.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873988798044" Longitude="2.3426507413387" StarRating="2" HotelCode="187852|327807" HotelName="Jeff" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>53 rue Richer, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/53/f753d3970791ec2eb28020403fa4a19eb7ab33dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can reach the various storeys easily and comfortably by lift. A baggage storage service is am...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.52" OriginalAmount="84.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873885596027" Longitude="2.3504170775413" StarRating="3" HotelCode="34883|18042" HotelName="Hauteville Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue D'hauteville, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/73/8c734a95f206bc6885f68536b5fa6a16541005f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is within walking distance of the city centre. The stations Gare du Nord ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.64" OriginalAmount="84.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.834073875664" Longitude="2.3461208515205" StarRating="2" HotelCode="14314|427985" HotelName="Belambra City Hotel Magendie" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/4 Rue Magendie, Angle 6 rue Corvisart, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cd/9d/cd9d84525f66ecfca433e8531ddb675580954f8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="85.77" OriginalAmount="84.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876431" Longitude="2.290604" StarRating="2" HotelCode="110538|69058864" HotelName="Des Pavillons" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/59/ee59d31314ee470616a87f9b30dc56d990bf0c43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.77" OriginalAmount="84.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833813" Longitude="2.317557" StarRating="3" HotelCode="14228|299015" HotelName="9 Hotel Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>76 Rue Raymond Losserand, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/8f/988fd0b2e8b802591368f1e4c9aba67cfb2ebdbb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just a stone's throw from the Porte de Versailles Exhibition Centre and the Palais des Sport...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.85" OriginalAmount="85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83348756" Longitude="2.31899221" StarRating="4" HotelCode="411411|195801" HotelName="Bob Hotel by Elegancia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>30 rue Pernety, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ef/00ef59bf4ad90636044e3b88faa633fa4aee3d14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.834465477194" Longitude="2.3640192722451" StarRating="3" HotelCode="323981|hotel_jenner" HotelName="Hôtel Jenner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Jenner, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/28/a72853b11e961e2ceca7d5857fa114faa7edc410.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.887574" Longitude="2.311071" StarRating="3" HotelCode="97242|hotel_de_la_felicite" HotelName="de la Felicite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue de la Felicite, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/a9/a1a9b13f1069af603a0b9a4390479e322069b660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842179" Longitude="2.312783" StarRating="2" HotelCode="258438|innova" HotelName="Madrigal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Boulevard Pasteur, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/4c/c34ce5b321ba8fc0c7e00ed730676a65addc4ed3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the lively Montparnasse area, the hotel is a few minutes' walk from Montparnasse train s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.89" OriginalAmount="85.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879201546024" Longitude="2.3430289328098" StarRating="3" HotelCode="14446|302605" HotelName="Marena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Rue De La Tour D Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a8/c3/a8c39365700df44c238c5ba700068a06b2e9741a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel lies in an attractive street between the Opera house and Montmartre, in the cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.96" OriginalAmount="85.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838677453927" Longitude="2.2887240288361" StarRating="3" HotelCode="39454|862695" HotelName="Hôtel de la Paix" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Duranton, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/22/2b/222beeeaa8c6f131de76b66fdfa97e923f748475.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.96" OriginalAmount="85.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845114807514" Longitude="2.2973415255547" StarRating="3" HotelCode="48365|608085" HotelName="Hotel Alyss Saphir Cambronne Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue de la Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/b0/00b026881d5aa710e843d579f0fbf3d3278c42f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a peaceful location just a few paces from the Dupleix metro station on line 6, this city ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.52" OriginalAmount="85.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835376" Longitude="2.323119" StarRating="2" HotelCode="34409|1548588" HotelName="Du Maine" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16 rue Maison Dieu, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/64/b3647d631f0a05604fd485c0c634d76db5b074bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.60" OriginalAmount="85.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847236711104" Longitude="2.2859112245369" StarRating="3" HotelCode="37122|861525" HotelName="Hôtel Beaugrenelle Staint-Charles Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Rue Saint-Charles, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/b2/66b28c7245b6a7c40cfcd8021b08ba87043d1fc4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Beaugrenelle, at the Charles Michels metro station, between...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.73" OriginalAmount="85.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840799704678" Longitude="2.299287468195" StarRating="3" HotelCode="56714|303495" HotelName="Val Girard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, rue Pétel, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/47/ed473a567f818b9227befffc69075128e514ee69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a privileged location in Paris between the exhibition park of Porte de Versailles,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839379938579" Longitude="2.3509249300594" StarRating="2" HotelCode="110441|200227" HotelName="Hotel de France Quartier Latin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/2c/882c0ae22863ac6f3018355be38c5296d1b5f912.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.827919264295" Longitude="2.368905544281" StarRating="3" HotelCode="337159|15502" HotelName="Residence Richemont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Jean Colly, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/95/f69599bbca1fed63dc5927ce033e1b4e665cda22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies directly beside the River Seine and by making use of the metro service (Lin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840262" Longitude="2.324146" StarRating="4" HotelCode="110514|50663" HotelName="Timhotel Tour Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 bis Rue de la Gaité, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/a1/caa10cb64ec3f4144365916e44c0f5b7037f686e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Montparnasse train station is less than a 5-minute walk from the hotel and the Gaîté-Montparnasse Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886876" Longitude="2.300467" StarRating="4" HotelCode="65594|best_western_hotel_de_neuville" HotelName="Best Western Plus de Neuville Arc de Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Verniquet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/10/cc105bf480d9e5e90869713553e5c492c6f8b5d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris hotel is located in a quiet square about 2 km from the Arc de Triomphe and Boulevard Haus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850415281972" Longitude="2.2887396812439" StarRating="2" HotelCode="36466|campanile_paris_15__tour_eiffel" HotelName="Campanile Paris 15 Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Bar,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Saint-Charles, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/2b/a92b216a419d026181c53b8451c21fa6652b80d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris, just around 5 mins from the Eiffel Tower and so ideal as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.96" OriginalAmount="86.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851781751752" Longitude="2.378707924311" StarRating="3" HotelCode="16675|1081868" HotelName="ibis Paris Bastille Faubourg-Saint-Antoine 11ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Trousseau, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/f8/aaf8110be5268bc5e1ad637bce6bae9f01b7661b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.14" OriginalAmount="86.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876848379509" Longitude="2.3457473516464" StarRating="3" HotelCode="36462|1081878" HotelName="Hotel Williams Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Mayran, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/c8/69c8ccc71b52a2622270bcf68c32374cf5b19e3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris, close to the Paris Stock Exchange, The Louvre and Notre Dame Cathedr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.32" OriginalAmount="86.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849396003535" Longitude="2.3744255304336" StarRating="3" HotelCode="10773|1547158" HotelName="Hôtel Albe Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Rue de Charenton, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/51/b751a7a5aa80ea461ad88d9d96c51f9c2525720e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on a quiet street, this boutique hotel is ideal for guests who appreciate a stylish ambienc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.827848661454" Longitude="2.3796097534439" StarRating="4" HotelCode="899668|37638" HotelName="Appart'City Confort Paris Grande Bibliothèque" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City 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>70 Avenue de France, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/47/b9476d1807159f4c65c9fcaa0927297b59a52295.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern-style hotel is ideally located near the Seine River, on the left bank. Very well served ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869137" Longitude="2.39533003" StarRating="3" HotelCode="975801|422798" HotelName="Hotel Bridget" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>258 Rue Des Pyrénées, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/cc/4acca71ea9912942d5287357618ed439fdd0675d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880825236932" Longitude="2.3516857624054" StarRating="1" HotelCode="74043|203006" HotelName="Grand Magenta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129 Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/90/0e9094a0124f49d3d1f8fb70b8df4848b89ac4f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849458661076" Longitude="2.3853152990341" StarRating="3" HotelCode="59056|57343" HotelName="Hôtel ibis Paris Gare de Lyon Reuilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/23/0b2330422f5381b69382c5b873b2435fecd45ee1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877404" Longitude="2.356094" StarRating="3" HotelCode="97038|56059" HotelName="Midnight Hôtel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133 Rue du Faubourg St Denis, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/bb/f6bb46be5e702f8de3ecb3f80b863fcc0906760b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882570417006" Longitude="2.3279975742397" StarRating="3" HotelCode="408911|6500" HotelName="Hotel Pilime" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Rue de Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/30/8c301a0d5d77ab7052731ca1b1c3a27b67f61584.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864145187697" Longitude="2.398050763835" StarRating="3" HotelCode="348051|hotel_paris_gambetta" HotelName="Hôtel Paris Gambetta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Avenue Du Pere Lachaise, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/84/4b84a0e8dbd76e750fc78393d301706d810a1b81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a safe, room service and a conference ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83811" Longitude="2.35673" StarRating="3" HotelCode="199728|hotel_saintmarcel" HotelName="Hôtel Saint-Marcel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Boulevard Saint-Marcel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/b5/ecb5335f33fef3261069b1dec4a6271f35ed5137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.844275" Longitude="2.323281" StarRating="3" HotelCode="82341|terminus_montparnasse" HotelName="Terminus Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Boulevard Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/3e/c93e0b24b8bede9c5bd9f67a870daa4b6e11e5f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.90" OriginalAmount="87.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845344276901" Longitude="2.3836469650269" StarRating="2" HotelCode="18896|1459448" HotelName="Venise" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 rue de Chaligny, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/06/1d06b630beb656cf5bd27de031ad52e8569c6bbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="87.93" OriginalAmount="87.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846745" Longitude="2.287768" StarRating="3" HotelCode="76455|5925264" HotelName="Alize Grenelle Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>87 Avenue Emile Zola, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/7a/4e7ae40b8c916dd3f32c322b73ea6452050300a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.12" OriginalAmount="87.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880376467282" Longitude="2.2858672198255" StarRating="4" HotelCode="18212|941965" HotelName="Hôtel Villa des Ternes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/e1/b4e17518c2be2667f50dc6d0472f0b2386de2c4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the 17th arronidissement of Paris, this hotel is located in the heart of the city's busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.24" OriginalAmount="87.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878418345472" Longitude="2.3268109560013" StarRating="3" HotelCode="34578|1429158" HotelName="Exe Paris Centre" 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue d'Amsterdam, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/b9/86b9afbcf2b3fd7719aa69aaa80706648ac0c16c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel is ideally located close to the Gare Saint-Lazare, the luxurious shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.29" OriginalAmount="87.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882112126215" Longitude="2.3345641188998" StarRating="3" HotelCode="50205|302955" HotelName="Libertel Montmartre Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue Duperré, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/a5/f0a592b6ed2c151688356b95b9c1aaf7bfdaa190.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel with maritime flair lies around 100 m away from the Place Pigalle and at the foot ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.50" OriginalAmount="87.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871202" Longitude="2.338588" StarRating="3" HotelCode="14111|607995" HotelName="Lautrec Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Rue d'Amboise, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/85/fe85b51e422839b0978703f75e74c5e774fbfc60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a central location in the heart of Paris surrounded by shops, restaurants...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.50" OriginalAmount="87.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882126973865" Longitude="2.3257300257683" StarRating="3" HotelCode="34747|45314" HotelName="Hotel Regence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue Saint Petersbourg, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e2/fe/e2febea321f84db261f81d8037f0110731ce9cca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located in the centre of Paris some 800 m from the Place de l'Opéra. The es...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.74" OriginalAmount="87.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846370698252" Longitude="2.3795592784882" StarRating="3" HotelCode="39441|34744" HotelName="Hôtel Trianon Gare de Lyon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/2d/672d9f1018dbc38a2b949f6e53a2fbc8b7fb8333.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the new business district close to the Palais Omnisports de Paris-Bercy (POPB) and the Ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="88.81" OriginalAmount="87.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836346524189" Longitude="2.2896865010262" StarRating="3" HotelCode="168457|2500994" HotelName="Viceversa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>213 Rue de la Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/4c/754c22037d102885a498c91a270dbcac17709edd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located 200 m from the Porte de Versailles exhibition centre and Palais des Sp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870772" Longitude="2.359819" StarRating="2" HotelCode="149265|202994" HotelName="District Republique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4, rue Lucien Sampaix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/87/0787bd5d4c4bd588f9ba9509f7e61c00fe863d27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853682" Longitude="2.366194" StarRating="2" HotelCode="180065|224820" HotelName="Herse d'Or" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 rue Saint-Antoine, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/02/1e024c22ca6bac99a4ad5a98902179a05c75ade0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 35 rooms. Services and facilities at the hotel includ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833285" Longitude="2.356039" StarRating="3" HotelCode="905584|57667" HotelName="Hôtel des Ecrivains" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Coypel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/34/2834e4f51c1eafea3e593c82e9a32b35592b97b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Gobelins-Mouffetard district, close to the Great New Library, the Palais Omnisports d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83281976204" Longitude="2.30360588322" StarRating="2" HotelCode="199729|57345" HotelName="Hotel Du Home Moderne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue Brancion, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/07/0e074ce9697c034759a0693f391e94a7a954a854.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet area of the 15th district, close to the beautiful Parc Georges Brass...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88357" Longitude="2.334037" StarRating="4" HotelCode="73811|18844" HotelName="Le Chat Noir Design" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>68 Boulevard De Clichy, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/e8/25e8aa44d467ed2f0792a8ee55bd652622d81998.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the foot of La Butte Montmartre, a few metres from the famous Moulin Rouge ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838756322149" Longitude="2.4008560180664" StarRating="3" HotelCode="177794|57333" HotelName="Sweet Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue Gossec, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/31/5831a143948a6dce3e93a846a5ebdfda71b784a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located a 20-minute walk from Bercy Village and the Palais Omnisports Paris-Bercy aren...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84628" Longitude="2.373324" StarRating="2" HotelCode="901731|55981" HotelName="Palym" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4, rue Emile Gilbert, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/d0/36d0ea57857166d4de5a2b0fe7517abed1cb781e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.81702582" Longitude="2.35957274" StarRating="3" HotelCode="780043|394148" HotelName="ibis Styles Paris Meteor Avenue d'Italie" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18 20 Avenue De La Porte D Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/44/f144a91cff328af00843e08d974db8d1ebd6a09d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8469305" Longitude="2.397383" StarRating="2" HotelCode="224990|225292" HotelName="Nouvel Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Avenue du Bel air, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/2c/f02cff9510eab5dbbfad53abcf2d0be27b74df18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a range of services and facilities, making it ideal for business travell...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843324910206" Longitude="2.3067480325699" StarRating="3" HotelCode="31195|nouvel_eiffel" HotelName="Nouvel Hotel Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Conference Hall,Designated Smoking Area,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Des Volontaires, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/2b/f12bba7b977853dac632ec1482476ca742611e9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location and lies just a few metres from the Eiffel Tower. The metro st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.862215" Longitude="2.34882" StarRating="3" HotelCode="110425|prince_hotel_forum" HotelName="Handsome by Elegancia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83 Rue Rambuteau, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/37/9137a001bd4a45e3c2030fa38534612f8204093b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.02" OriginalAmount="88.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88449312029" Longitude="2.2993384301662" StarRating="3" HotelCode="39329|300005" HotelName="Hotel de Prony" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Bis Avenue de Villiers, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/fb/1afb606c0a07b3e44583513ba22eccff90dde4bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in the 17th arrondissement just a few minutes from many of the French...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.14" OriginalAmount="88.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885188920655" Longitude="2.331170886755" StarRating="3" HotelCode="47462|300685" HotelName="Citadines Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue Rachel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/3e/423e2d84062ab914d1117ad964c3ab6882ff006f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a stunning, peaceful location in the Les Abbesses district of the city, around 250...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.16" OriginalAmount="88.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886543" Longitude="2.332909" StarRating="4" HotelCode="18219|389475" HotelName="Terrass" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Rue Joseph de Maistre, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/af/f7/aff7920d99a4d4958ec88c02e0c26b016a1f23c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Montmartre, within a short walk of must-see Parisian attractions such as the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.18" OriginalAmount="88.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882227513113" Longitude="2.3448903858662" StarRating="2" HotelCode="52556|1549148" HotelName="Hotel du Square d Anvers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>6 Place Anvers, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/da/58da6b35daa2b03cb0d509b76b9e6c6f52fe8528.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Between Montmartre and the Avenue Trudaine, in one of the most visited historic districts in Paris, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.22" OriginalAmount="88.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843993922702" Longitude="2.3546630144119" StarRating="3" HotelCode="27109|91636" HotelName="Hotel Jardin des Plantes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Linné, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/fa/a4fab19a0e1c94128dbba357cc9a3c3b842ce4d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on the outskirts of the Quartier Latin, across from the botanical gardens, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.42" OriginalAmount="88.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85726" Longitude="2.37143" StarRating="3" HotelCode="14417|189476" HotelName="Hôtel Marais Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Boulevard Richard Lenoir, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/36/4e36934a7a85a90fd538671b59cf6771b86c33d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This special timeless hotel lies near the Bastille opera house, the Marais district, the Place des V...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="89.88" OriginalAmount="88.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.888381550227" Longitude="2.2126011355251" StarRating="3" HotelCode="110308|227739" HotelName="Hôtel ibis Nanterre la Défense" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36/38 avenue Champs Pierreux, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/a1/6da17288041ac28a5dba698a3033dd4d7636c68a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.89" OriginalAmount="89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.823614988876" Longitude="2.3249139499198" StarRating="3" HotelCode="165996|50359" HotelName="Hotel The Originals Paris Porte d'Orléans Acropole" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>199 Boulevard Brune, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/ed/49ed470ab74960b0d0674aa2493be06bb48e99ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.89" OriginalAmount="89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84904668155" Longitude="2.3856808730186" StarRating="3" HotelCode="263474|203079" HotelName="Aparthotel Adagio access Paris Reuilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/a7/09a72fffcce6875384d5eafda6333b0f64a07501.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.89" OriginalAmount="89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8654645" Longitude="2.35285899" StarRating="2" HotelCode="327296|62101" HotelName="Hôtel de Roubaix" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Greneta, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/35/503535da688541d68b7b3d08ea52f53ce1694143.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.90" OriginalAmount="89.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845063176757" Longitude="2.3523596674204" StarRating="3" HotelCode="11714|303655" HotelName="Des Arenes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/65/be654a578599571f6db4e54f44600e1fa5ff68ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Paris’ fifth arrondissement, at the centre of the Roman quarter and right ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.29" OriginalAmount="89.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.830585489745" Longitude="2.3549285531044" StarRating="3" HotelCode="57861|924615" HotelName="Citadines Place d'Italie Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Place d’Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/bd/15bd1b6dcb036a281e322acc12a9974dbff8cded.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is situated right next to the Place d'Italie with countless restaurants and sup...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.45" OriginalAmount="89.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846315979846" Longitude="2.3764626681805" StarRating="3" HotelCode="13703|1426668" HotelName="ibis Paris Gare de Lyon Diderot 12ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Bis Boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/0f/4f0f88351336dce69180c71679354192173e3def.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.45" OriginalAmount="89.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878327" Longitude="2.347599" StarRating="3" HotelCode="16583|2173035" HotelName="Relais du Pre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Pierre Sémard, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/5c/245cf4ed50ffc41b551487df4778db37ab173f7a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="90.89" OriginalAmount="89.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863957353267" Longitude="2.3659693877315" StarRating="4" HotelCode="101121|1851206" HotelName="1K Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard du Temple, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/0c/b50cabf2f5fa30cdac4d2d686dd7fa1543bcaa74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Marais, one of city's oldest and most fashionable districts, this futuristic hotel is onl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847642" Longitude="2.399875" StarRating="3" HotelCode="69859|422833" HotelName="Agate" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Cours de Vincennes, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/1e/c41eacf611cdbf3535229a1e5e96d7d64f3c1e75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883802" Longitude="2.331585" StarRating="3" HotelCode="180117|220235" HotelName="Goldhotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Boulevard De Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/7c/a37c117d339b02119e2c34587bc41782f5f09cd9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873548" Longitude="2.334656" StarRating="3" HotelCode="78968|32956" HotelName="Excelsior Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Lafayette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/00/ec00e7a409b66627df9a311d3136db9ec6d873b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84748" Longitude="2.302283" StarRating="4" HotelCode="180062|56915" HotelName="First Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e7/eae75ee1b2b194d0a8fa58c8c6ff1928c5a308e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847643384259" Longitude="2.3719834788446" StarRating="3" HotelCode="148360|54977" HotelName="Hôtel de France Gare de Lyon Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/50/93502c174cb0c577f948a5d2bb4ba73508c351da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hôtel de France Gare de Lyon Bastille is just over a quarter mile from the banks of the Seine River....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884910047539" Longitude="2.3033376038074" StarRating="4" HotelCode="64781|35798" HotelName="Best Western Hotel Mercedes Arc de Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128 Avenue de Wagram, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/04/4304003c23d319fd90278fb215d51afb2a5d7d41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Avenue Wagram in Paris' 17th arrondissement, a few minutes from Place des T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837592042298" Longitude="2.346755862236" StarRating="2" HotelCode="189563|201156" HotelName="Sunny" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>48 bd Port Royal, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/6c/836c84939eefea913cf0ae439b71f65faff838eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.830238" Longitude="2.302024" StarRating="3" HotelCode="110522|55239" HotelName="Hôtel ibis Paris Brancion Parc des Expositions 15ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>105 Rue Brancion, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/dd/d4ddbae1f4693f351481098ba741b50826e52f3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884573" Longitude="2.3793029999999" StarRating="1" HotelCode="310578|61740" HotelName="Ibis Styles Paris Buttes Chaumont" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Petit, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/63/3363c5b64f88289d9b43d87821ea0ceaf7770134.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 54 rooms. A business centre is available to guests. Wireless internet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869576" Longitude="2.351751" StarRating="3.5" HotelCode="142312|35801" HotelName="Hotel Les Theatres" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98 rue de Cléry, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/46/ac4673533797ac67cc35a3e08f0533330987075c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the very heart of Paris in one of the oldest districts. The main the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.82934058" Longitude="2.29232592" StarRating="3" HotelCode="840807|394149" HotelName="Mama Shelter Paris West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Avenue De La Porte De La Plaine, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/d2/aed20676aa49276cd2bba1ff884f6beba78fedeb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874655" Longitude="2.34167" StarRating="2" HotelCode="44280|3885" HotelName="Monte Carlo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue Faubourg Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/2d/5f2d230737032ad461e00af260dadf1550e0c36d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris, between the Opéra Garnier and Gare du Nord. Les Grands M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879574590155" Longitude="2.3557519766865" StarRating="3" HotelCode="110493|44477" HotelName="Timhotel Paris Gare du Nord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue de Saint Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/5f/b55fc640aca23534fc0451b22f19a5163e27232e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846837567382" Longitude="2.3725882172584" StarRating="3" HotelCode="365277|56781" HotelName="Hotel Viator Paris Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Parrot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/7f/627f16d58794c86fe2a63bcc9d62fa0df2034186.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated near the Gare de Lyon and only a few minutes from the Bastille and the histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865344213985" Longitude="2.3833398127586" StarRating="2" HotelCode="293225|hotel_de_lhorloge_2" HotelName="Hôtel de l'Horloge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>25 Passage de Ménilmontant, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/cf/eccfaeb847499cf88d655f02950382877d8b731a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.98" OriginalAmount="90.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876364" Longitude="2.347271" StarRating="3" HotelCode="14086|1466608" HotelName="LE 9Hotel Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Papillon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/11/7311f5058960f384f0a07628a5afb3422fae9541.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This tasteful hotel enjoys a convenient location at the heart of Paris, within a short distance of A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.19" OriginalAmount="90.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864491" Longitude="2.371107" StarRating="3" HotelCode="34660|945715" HotelName="Hôtel Saint Martin Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114 Boulevard Richard Lenoir, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/a8/c0a89a1d584f60e0863ba1a494ec6615da3ff89d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located at the intersection of Boulevard Richard-Lenoir, under which the charmi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.26" OriginalAmount="90.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856503602355" Longitude="2.3561881126275" StarRating="3" HotelCode="12651|300655" HotelName="Hotel France Louvre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue de Rivoli, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/68/e2685b5a1b8d2b97b4b9cf4f2f445de2518c97eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally situated in the historical district of Paris, between Concorde and the Ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="91.43" OriginalAmount="90.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847007" Longitude="2.370567" StarRating="3" HotelCode="60389|CBE095800" HotelName="Bel Oranger Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue D'austerlitz, Paris 75012</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/62/0962f26ecec7d3604eb801ca3bee071ca8991136.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the 12th district, 5 minutes' walk from Gare de Lyon (a major r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.43" OriginalAmount="90.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838325645712" Longitude="2.2904708208808" StarRating="4" HotelCode="14789|186266" HotelName="Mercure Paris 15 Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Saint Lambert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/f2/b8f20a2e6f77d7814d870a347e4404cfa3a289c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840552814402" Longitude="2.2991110865082" StarRating="3" HotelCode="263481|57659" HotelName="Hotel Eden Porte De Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Rue Blomet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b8/09/b809beeb965783f9482680bb218ac59ed36c8d34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85397727" Longitude="2.37103664" StarRating="0" HotelCode="486763|238841" HotelName="Hôtel Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>24 rue de la Roquette, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/5a/435a072a4da8779c67348e8bafd5185a7818110e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88667" Longitude="2.360923" StarRating="2.5" HotelCode="74068|55576" HotelName="Hotel de Bellevue Paris" 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>67, rue Philippe de Girard, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/67/ce678e76b3ad5f3951ae49dacfde12af9df0d956.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to Montmartre and Sacré Coeur, the hotel enjoys privileged direct access by metro to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884129" Longitude="2.325272" StarRating="3" HotelCode="180060|238931" HotelName="Hôtel Rendez-Vous Batignolles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13-17 Rue Lecluse, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/fc/8cfca1ec847cef39af4aaa3f94f750e4e4d1164e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a peaceful side street in the Batignolles district of Paris, this hotel lies within a sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879545711311" Longitude="2.3562153433253" StarRating="2" HotelCode="267509|55979" HotelName="Hôtel Richmond" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/36/333653eb831d5079817e1e520a6d32dcd5f9947e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84835977" Longitude="2.37191483" StarRating="3" HotelCode="974598|489909" HotelName="Ibis Styles Paris Gare De Lyon Bastille" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Avenue Ledru Rollin, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/1c/6e1c3627d018c17b2d66272f8d575a8d6607bf50.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833729" Longitude="2.315064" StarRating="3" HotelCode="110515|238958" HotelName="Le Fabe Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113 bis Rue de l'Ouest, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/11/4511fcfa4d17fce942696188770ddcfa8bf88954.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883943554904" Longitude="2.3443109713839" StarRating="3" HotelCode="386086|200672" HotelName="Le Village Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue d’Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/aa/d0aa05a9035d11799ca97a26b7d906f5f157bf3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842927734971" Longitude="2.3212453722954" StarRating="3" HotelCode="326483|13632" HotelName="Timhotel Paris Gare Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 rue de l’Arrivée, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/4c/a44c1e385c5ffc33288d7ce7159c0df2f9087e9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Parisian hotel is located close to Les Rennes shopping street, between the Gare du Nord and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88830533" Longitude="2.31961961" StarRating="3" HotelCode="486624|le_trente" HotelName="Hotel Le Trente" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>30 rue Clairaut, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/6b/336b28d64e5eece8225f299e41460b2c9ccc2073.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="91.95" OriginalAmount="91.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843031883449" Longitude="2.405099272728" StarRating="4" HotelCode="57105|1005267" HotelName="Best Western Allegro Nation" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Avenue du Docteur Arnold Netter, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/67/ee678f91e88527435d0e927e0da97cb952599f23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 12th arrondissement of Paris, only a short distance (800 m) from the Pla...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="92.02" OriginalAmount="91.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.834665775965" Longitude="2.3254886269569" StarRating="4" HotelCode="189577|619328" HotelName="Suite &amp; Hôtel Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue Liancourt, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/e4/79e4595cfcbde5e12f83645ad8f7ae4b1efcbcaa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.30" OriginalAmount="91.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8898187" Longitude="2.3212687" StarRating="3" HotelCode="14915|55244" HotelName="Hôtel Mirific" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 Avenue de Clichy, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/78/1f/781f885a54c9b10cc1cdee29828d6e52c8ae4d6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located with excellent public transport links, the hotel is just a 1-minute walk from Broc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.56" OriginalAmount="91.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857399649075" Longitude="2.3728685081005" StarRating="3" HotelCode="13687|1426908" HotelName="ibis Paris Bastille Opera 11th Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Bréguet, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/81/df817b03f30ed6539d081a32d854ffb813cdc63c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies some 20 minutes drive from the centre of the French capital in a suburb, which ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.92" OriginalAmount="92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842984" Longitude="2.324101" StarRating="3" HotelCode="100906|30748" HotelName="Berkeley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue d'Odessa, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/ec/7eec40bbd7265b50b9b3dac78fe823e678b202a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the lively Montparnasse district, this hotel is just 200 metres from the Montparnasse Tow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.92" OriginalAmount="92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878866" Longitude="2.339673" StarRating="2" HotelCode="180086|55082" HotelName="Clauzel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue des Martyrs, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/83/60834e9498e5f925639f1b235eb962c2ef2330ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 37 rooms. Most storeys can be reached by lift. A safe is among...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.92" OriginalAmount="92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880861" Longitude="2.302387" StarRating="3" HotelCode="110536|32987" HotelName="Noir" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Léon Jost, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/53/cc/53cc298c509cb3ba41acb32662ad39a186be673b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863186507814" Longitude="2.349328659981" StarRating="2" HotelCode="448371|hotel_du_cygne_" HotelName="Hotel du Cygne Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Rue du Cygne, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/e4/76e48bbcf2cd578460ede714aa10821013d1564a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The wide range of services and facilities makes the hotel the ideal starting point for business and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.02" OriginalAmount="92.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885818571957" Longitude="2.3377047479153" StarRating="2" HotelCode="18604|229546" HotelName="Timhotel Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Ravignan, Place Emile Goudeau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/72/e172a620d792223f9ccdc5fe1aba43840131f206.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This endearing hotel is centrally located in Montmartre. An abundance of shops and other entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="93.08" OriginalAmount="92.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873911" Longitude="2.347065" StarRating="3" HotelCode="337153|17573" HotelName="Peyris Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Conservatoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/1c/c21c842af9eb6e2cb33bca471996e8f144b8b336.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This romantic city hotel is located at the heart of the French capital's 9th arrondissement, around ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.10" OriginalAmount="92.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872774176199" Longitude="2.3158004879951" StarRating="2" HotelCode="35627|301125" HotelName="Paris Saint Honore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hostel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Penthievre, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/d8/18d8eec175a7cfbba98b3fef8b1bfd4c02927698.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in quiet side street, near the Champs Elysees, Madeleine and the Arc de Triomphe, this city ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="93.15" OriginalAmount="92.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879213011707" Longitude="2.3622268438339" StarRating="3" HotelCode="36931|99133" HotelName="ibis Styles Paris Gare de l'Est Château Landon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 rue de Château Landon, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1e/7d1e87a2a84cd46ea0de82aa65dba68aa0cdf584.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.62" OriginalAmount="92.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879082479163" Longitude="2.3382452130318" StarRating="3" HotelCode="37229|7134" HotelName="Hotel des 3 Poussins" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Clauzel, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/79/e879476966689daef3f1e8e47523180adb84c302.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated close to the city centre. An abundance of shops, restaurants and cosy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.93" OriginalAmount="93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850657" Longitude="2.39242" StarRating="3" HotelCode="149501|30741" HotelName="Hôtel Du Prince Eugène" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>247, boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/96/2f9649ccf1fdc19d87a768437652bf5b3758d3bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This delightful hotel is situated close to the Place de la Nation and benefits from an excellent loc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.93" OriginalAmount="93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83221" Longitude="2.316384" StarRating="3" HotelCode="180044|34393" HotelName="Fred Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Avenue Villemain, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/b3/07b3e645c4415ba72dfdb5adecb028393066c7f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 36 rooms. Most storeys can be reached by lift. Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.93" OriginalAmount="93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845746728365" Longitude="2.3706288635731" StarRating="3" HotelCode="60484|200050" HotelName="Best Western Hôtel Aurore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Traversiere, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/33/de332bda87ca96e3b0a0af9b935e1bed497e5f9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.93" OriginalAmount="93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872104218384" Longitude="2.3600607915699" StarRating="3" HotelCode="326445|30732" HotelName="Hotel Magenta 38 by HappyCulture" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Boulevard Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/81/2581c8285df6deedcdf71a5ef27c974050a2d50a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the Sacré Coeur and Bastille, only 5 minutes from Gare du Nord and Gar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.93" OriginalAmount="93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840013" Longitude="2.361304" StarRating="3" HotelCode="180093|55931" HotelName="Devillas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Saint-Marcel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/f7/71f79e3270d26843b5927bd0d98935c99324d92d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 800 m from the Museum of Natural History and the Jardin des Plantes. It is just...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.93" OriginalAmount="93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.895245" Longitude="2.340911" StarRating="2.5" HotelCode="901643|56953" HotelName="Ibis Styles Paris Montmartre Nord" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77, rue du Ruisseau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/e9/7be955f8a94798d8377403a7cfd949ba08d2d637.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.93" OriginalAmount="93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.830045193268" Longitude="2.3202180862427" StarRating="2" HotelCode="96585|7174" HotelName="Montparnasse-Alesia" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147 Ter Rue d’Alesia, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/2c/ba2c4d8bdaca9f0dce15ad0b7a958469853091ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the 14th arrondissement in the heart of the French capital. It is aro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.93" OriginalAmount="93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858335824349" Longitude="2.3816755414009" StarRating="3" HotelCode="337355|10358" HotelName="New Hotel le Voltaire" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Petion, 75011 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/df/8cdf6f6b87eb74fe17edd95cf508398f5a771b9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated at the heart of the French capital, close to the centre that can eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.84" OriginalAmount="93.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876114" Longitude="2.346522" StarRating="3" HotelCode="74040|189943" HotelName="Best Western Anjou Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Riboutté, Square Montholon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/09/f4095b82fc2d76b6e0e2ad6cfec055ffff31e6bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84069433" Longitude="2.3978775" StarRating="4" HotelCode="973433|409862" HotelName="Aparthotel Adagio Paris Nation" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Ter Rue Lamblardie, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/e8/a7e87df02e78ead1539b0d1289938a6db0041cda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837805542124" Longitude="2.3463812502613" StarRating="3" HotelCode="934272|55542" HotelName="The Five Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Flatters, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/4e/af4e381d579309bf9f5fe5472052a9d7f526c00b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming aparthotel is situated in the 5th arrondissement or Latin Quarter. Bordering the Seine...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85696062" Longitude="2.38485894" StarRating="2" HotelCode="417305|200497" HotelName="Hotel de Belfort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue de Belfort, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/4a/744a3a0ac2eaa5c8df0ade34cc74a6f0f3dfb993.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.892861" Longitude="2.34125" StarRating="3" HotelCode="258815|13543" HotelName="Les Jardins de Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131 Rue Ordener, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/56/77565102aaf1c8e28affaafdf627f672e81925b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of Paris' 18th arrondissement just a few paces from well-known Montmart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88044203222" Longitude="2.2855413031343" StarRating="3" HotelCode="333802|200492" HotelName="Hotel Saint Cyr Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/40/4a4076bc238348ca9cb55de6eac737500a7c9a6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868478218215" Longitude="2.3715877532959" StarRating="3" HotelCode="258544|200611" HotelName="Hotel International Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Auguste Barbier, Paris 75011</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/3e/be3ed2c82eaa32d79a48cf8ce8883a9c0ce6e289.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869125722964" Longitude="2.2890025377274" StarRating="2" HotelCode="74087|200203" HotelName="Angleterre Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Copernic, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/ee/1dee2394d2516ddb7a9bd48eeda26833380f7897.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871191953661" Longitude="2.3550446158501" StarRating="3" HotelCode="47531|comfort_hotel_gare_de_lest__paris_10" HotelName="Hôtel Brady - Gare de l'Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/90/38904b0bd0f883fd0116cb38b8f10a67c5562a5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the lively city centre, this intimate hotel enjoys a wonderful location. Le Halles, the S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846572" Longitude="2.305486" StarRating="3" HotelCode="144521|baldi" HotelName="Baldi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42, Boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/1f/8c1f29becc2f82c1f7950fc0bc7e32d816fb14fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.07" OriginalAmount="94.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890236490461" Longitude="2.3993727564812" StarRating="4" HotelCode="29469|390015" HotelName="Mercure Porte de Pantin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue Jean Lolive, 93500 Pantin</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/7a/4b7adf66cf2407e22fef9404f4e017575a0165af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is a 25-minute walk from the Parc de La Villette and offers direct access to the centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.53" OriginalAmount="94.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87928" Longitude="2.29596" StarRating="4" HotelCode="18989|7804" HotelName="Villa Alessandra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Place Boulnois, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f0/b4f0819fd06fd1d6070d1363bddf45b6f26569aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel enjoys a peaceful location in an elegant district of the city, only around 500 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832071" Longitude="2.387479" StarRating="4" HotelCode="73716|54820" HotelName="Adagio Paris Bercy Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-7 Cour Du Minervois, 12. Arrondissement - Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/97/e29783297b6972061e27c55b46784ab855d2fdc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a stunning location in the heart of the Village de Bercy and in the cultu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832126" Longitude="2.321826" StarRating="3" HotelCode="73982|32862" HotelName="Ariane Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue de la Sablière, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/cd/94cdb9e9f946d0fb642de3db4aba947aeab8cb16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the Montparnasse area, the hotel offers a top location. In a very quiet street and n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876195083515" Longitude="2.3369377644378" StarRating="3" HotelCode="64574|7189" HotelName="Châteaudun Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue de Châteaudun, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ee/02eeac67dcb210b8b1043dc910d00867e5697f90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated between the Sacre-Coeur Basilica and the Opera, in the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.830461611596" Longitude="2.3380759560466" StarRating="3" HotelCode="377864|200095" HotelName="FIAP Jean Monnet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Cabanis, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/7e/457e2a5205ef2a5577a032a6fb853fa5aa031867.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885640436118" Longitude="2.3344740271568" StarRating="3" HotelCode="23062|37183" HotelName="29 Lepic Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Lepic, Montmartre, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/1c/f21cc982f20eaa514cdc1816c0765f750fcc303f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Montmartre district in the northeast of Paris. Picturesque Montmartre c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857816" Longitude="2.279722" StarRating="2" HotelCode="89353|55987" HotelName="Le Hameau de Passy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Rue de Passy, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/27/9627a316e0abc894c9b4ca5b7ae706cc6bbb0ebd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8639788" Longitude="2.3688289" StarRating="3" HotelCode="224997|200133" HotelName="Hotel Alhambra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/19/17197468944bebad5b205a4c349a9ee4948fcd2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84376294" Longitude="2.28875665" StarRating="4" HotelCode="731748|261230" HotelName="Hôtel Rose Bourbon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Room Service,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>53 Rue de l'Église, 15ème Arrondissement, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/65/4b65de721326beda74fd50abff703430d594ef7e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for the gay community, this comfortable hotel is located in Arr14/15:Montparnasse-T. Eiffel....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875104601129" Longitude="2.3583644628525" StarRating="2" HotelCode="59524|6503" HotelName="Sibour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Sibour, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/a1/12a1b1944b1304efa5b8bf58c1b5e3b42d2cac05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880037" Longitude="2.3024" StarRating="3" HotelCode="410453|37632" HotelName="Monceau Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue de Courcelles, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/27/0e27e6553a2b7ae6797c74c4c1b4553002d3d54a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Let this hotel in Plaine Monceau take you back in time, with a beautiful woodland park just a few st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84176024" Longitude="2.38422466" StarRating="0" HotelCode="583995|239010" HotelName="Residhome Paris Gare De Lyon - Jacqueline De Romilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>47 Rue Jorge Semprùn, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/6f/ce6f363baada43d7252b703dc200b67fabe122ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880052" Longitude="2.326273" StarRating="3" HotelCode="64604|hotel_alexandrine_opera" HotelName="Alexandrine Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue De Moscou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/zz/50adcb40014edbd585becdbcbe7a81e91c25182b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is well located in a pleasant and quiet area in the heart of Paris, very close to Sai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="95.99" OriginalAmount="95.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="49.01079528335" Longitude="2.5619088048935" StarRating="3" HotelCode="408476|84786379" HotelName="Hôtel ibis Styles Paris Charles de Gaulle Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Bis Rue de la Haye, accès GPS / Tremblay-en-France, Roissypole / CS 20009, 95735 Roissy Charles De Gaulle</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/ce/94ceb849d171622f5885a1776f3e98326a90b3bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The new ibis Styles Paris CDG Airport hotel welcomes you in the heart of Charles de Gaulle airport. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.03" OriginalAmount="95.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850448816322" Longitude="2.2914782166481" StarRating="3" HotelCode="32602|305495" HotelName="Eiffel Capitol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 rue Viala, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/20/ab204d8153c416f4eb7aa59f3c35dc2084bd9a94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is centrally located in Paris' 15th arrondissement. The Eiffel Tower and the Riv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="96.31" OriginalAmount="95.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88822913" Longitude="2.34266881" StarRating="4" HotelCode="738463|63871985" HotelName="Odalys City Paris Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue Saint-Vincent, 18th Arr, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/20/0920140b33c0036894cab27d32d4259a60df3cbf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious Hotel is set in Arr17:Triumph arch-Pte Maillot. The 72 welcoming units offer a pe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.41" OriginalAmount="95.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879625774536" Longitude="2.3507349193096" StarRating="3" HotelCode="31202|389325" HotelName="De Rocroy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 rue de Rocroy, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/ba/52ba5091a112999f4f9dedc47b684d17c0955613.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated near Montmartre and Galeries Lafayette. The Gare du Nord train station and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.57" OriginalAmount="95.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847396" Longitude="2.371569" StarRating="3" HotelCode="23688|1661658" HotelName="Corail" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/63/aa639b79df7f255ca2af44b0924e0720225d2927.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.68" OriginalAmount="95.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.844609971161" Longitude="2.352155148983" StarRating="3" HotelCode="29129|305395" HotelName="Des Nations Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/18/0a18fcc690ea076208002c15ac06bb864c2cd740.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the Latin Quarter, near to the Pantheon, the Lutece Arenas an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.73" OriginalAmount="95.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859083163768" Longitude="2.3668174445629" StarRating="4" HotelCode="18996|303775" HotelName="Villa Beaumarchais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue des Arquebusiers, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/bd/05bdc8b6b426cfe1034d38689e51383ebc6d37c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Marais, one of the oldest and now most vibrant neighbourhoods in Paris, this family-f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.94" OriginalAmount="95.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873000872566" Longitude="2.3435197770596" StarRating="3" HotelCode="36468|189986" HotelName="Hôtel Axel Opéra by HappyCulture" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue Montyon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/2b/612bbf2872660e71f9451408aacf038f7e60beb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within a few minutes walk of the Opéra Garnier and countless shopping as well a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839462846925" Longitude="2.3228462166228" StarRating="3" HotelCode="189579|224819" HotelName="Hôtel de la Gaîté" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Vandamme, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/f9/08f93f1e74c3ff289c84b0e3f1029dc25ab37fd0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882260144229" Longitude="2.3317817598581" StarRating="0" HotelCode="63986|37615" HotelName="Josephine Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 rue Blanche, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/1a/7a1aac261931373b6ad98ea39ca002519b16594d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in one of the liveliest areas of Paris, only 100 m from the Moulin Rouge,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836908" Longitude="2.32383" StarRating="3" HotelCode="308150|57841" HotelName="Hôtel Mistral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Cels, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/ea/94ea4d7c7798cf0ac3e99d1d9b06271fef5b3796.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886406" Longitude="2.312637" StarRating="3" HotelCode="69951|55650" HotelName="Hotel Romance Malesherbes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 Rue Cardinet, Paris 75017</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ca/dbca44034844869342bc4805dc9a5d42a1d33a45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a smart, calm and safe residential area of Paris’s 17th arrondissement. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873414" Longitude="2.343949" StarRating="3" HotelCode="89357|54282" HotelName="Royal Bergere" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/b2/18b23f3e9d3aa2a5d117e00634e70a67bb16c7d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set between the Montmartre district and the Opera Garnier, the hotel is just 1.5 km from the Louvre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865031" Longitude="2.377641" StarRating="3" HotelCode="79725|279990" HotelName="Hôtel Verlain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Rue Saint-Maur, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/f8/1ff8f6ef59444143219b10457bb4a7d70b0de88e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832412" Longitude="2.386746" StarRating="3" HotelCode="110503|55230" HotelName="ibis Paris Bercy Village 12ème" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Place des Vins de France, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ed/bfedb1806962762b5fe6bc9f6e6899f28828fb18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864009420566" Longitude="2.3687345975533" StarRating="2" HotelCode="151925|57268" HotelName="Hotel Mary's Republique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/98/0c98e6e7378fa5746ee9bc61b7b59cf07b56b0f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated right in the heart of a lively quarter of Paris, this hotel is a 4-minute walk from Place d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88214059" Longitude="2.32883614" StarRating="0" HotelCode="592745|238979" HotelName="Milestay - Paris Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>31 rue Ballu, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/d7/13d705155cf1fb51c25959e8611f1027c5a03897.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847102" Longitude="2.372075" StarRating="2" HotelCode="212002|adriatic_hotel_3" HotelName="Adriatic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6bis rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/92/7f9236d76bf624cfc8cef6c5cd4acb4e9dc41eeb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.34" OriginalAmount="96.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883557092046" Longitude="2.2941227178577" StarRating="3" HotelCode="54634|760715" HotelName="Hotel Etoile Pereire" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 boulevard Pereire, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0a/a6/0aa683d1c6830b65e2ea5af489457effca4f8236.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, the hotel is situated in a quiet residential area on the Boulevard Péreire. In th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.78" OriginalAmount="96.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833766388485" Longitude="2.3229264290319" StarRating="3" HotelCode="14331|1037385" HotelName="ibis Paris Maine Montparnasse 14ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Rue du Château, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/a0/f0a0855b5791ff173a5df344c3ac3e180814a555.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.91" OriginalAmount="96.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879472311831" Longitude="2.3203267157078" StarRating="3" HotelCode="38360|1614048" HotelName="Idol Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue d'Edimbourg, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/8c/6b8cac83a35d9af40b0673ed0cb1f6a221921c23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near the main Parisian shopping streets in a very quiet road full of fin-de-si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883739987058" Longitude="2.3287180066109" StarRating="3" HotelCode="336445|49450" HotelName="CONTACT HOTEL Alizé Paris Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 rue de Douai, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/fc/36fcc4e78ca2ebe4d0919bffc5fcc44c6ad80fbb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel enjoys a location near Montmartre and L'Opera. Large department stores such as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8585747" Longitude="2.3684939" StarRating="3" HotelCode="63224|101647" HotelName="Bastille De Launay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42, Rue Amelot, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/a1/9ba1aa4da0dffa13607d35ab1eb11e280136a866.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850168051121" Longitude="2.2923498987885" StarRating="3" HotelCode="326452|13560" HotelName="Timhotel Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 rue Juge, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/6b/226bd478f1195a8fc01d12002c61ef648bb4aaef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Paris and roughly 600 m from the Eiffel Tower. The nearest met...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881754" Longitude="2.34719" StarRating="2" HotelCode="94384|225158" HotelName="Vintage Hostel &amp; Budget Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>73 Rue de Dunkerque, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/c4/34c4f0bb353a2aed0f9b9217cb5299cd66aaed7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.06" OriginalAmount="97.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.903066522603" Longitude="2.0933353900909" StarRating="3" HotelCode="56453|766235" HotelName="Hôtel Mercure Paris Ouest Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Avenue Des Loges, 78100 Saint-Germain en Laye, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/cf/cacf8113d285ba33fa2bcdf1179af8a04718afe5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Expo Park, Princes Garden and the Roland Garros Stadium, within 1...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.21" OriginalAmount="97.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.912441860091" Longitude="2.2311365604401" StarRating="4" HotelCode="75243|151154" HotelName="Courtyard By Marriott Défense West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>91 Blvd Charles De Gaulle, 92700 Colombes</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c7/20c777b1354d3023c515b090c986cb1f359c580a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.29" OriginalAmount="97.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882585055654" Longitude="2.3415677901783" StarRating="3" HotelCode="25176|2178895" HotelName="Hôtel ibis Paris Sacré-Coeur 18ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Boulevard Rochechouart, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/80/d080cb43981f52ae3c2c591a9f7087cebe5c2b93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.41" OriginalAmount="97.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846931117195" Longitude="2.4079920351505" StarRating="3" HotelCode="31196|389395" HotelName="Hôtel ibis Styles Paris Nation Cours de Vincennes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Cours de Vincennes, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/1f/d11f5db4f4e25441024ef2e239377c6b7721da28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Paris directly opposite Porte de Vincennes metro station. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.73" OriginalAmount="97.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876551138832" Longitude="2.3270148038864" StarRating="3" HotelCode="36461|74744" HotelName="Grand Hotel du Havre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue D'amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/1d/871da5c50b4b3e891b66c386d8c2ebf759e67411.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located just steps away from Saint Lazare train station. Numerous restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.77" OriginalAmount="97.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885271" Longitude="2.330073" StarRating="4" HotelCode="14782|7484" HotelName="Mercure Paris Montmartre Sacre Coeur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Caulaincourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b0/46b0c4e485df9bd363859544bd7b239c69ad2213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The appealing city hotel lies at the foot of the hill of Montmartre close to the former artist's dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.79" OriginalAmount="97.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.888901456044" Longitude="2.3331677913666" StarRating="3" HotelCode="13502|799005" HotelName="Holiday Inn Paris - Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Damremont, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a0/6c/a06cec3cea6beb6068e68280c507e32232c473f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848723242326" Longitude="2.2983226083004" StarRating="3" HotelCode="212473|46135" HotelName="Art Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/00/7c0048617784b39407a381e15b81c2cdcbfebe2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877728" Longitude="2.327507" StarRating="3" HotelCode="74032|55514" HotelName="de Genève" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue de Londres, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/76/2276be5be1a58256f9b8f56ef30b77f79c0f6117.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Saint Lazare train station, near Opéra Garnier, great department store...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87541672331" Longitude="2.3585029233403" StarRating="3" HotelCode="187851|225147" HotelName="Hôtel ibis Paris Gare de L'Est 10ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Saint Laurent, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/69/2769e1944abae875702fbb8f4a4a2d13e8e55540.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847890482821" Longitude="2.3708920193293" StarRating="3" HotelCode="66564|55238" HotelName="Hôtel ibis Paris Gare de Lyon Ledru Rollin 12ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41/43 avenue Ledru Rollin, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/af/73af9ea2b37f630c13e35bece52fa2d7503de6a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832704205735" Longitude="2.3591123556455" StarRating="3" HotelCode="110509|200602" HotelName="Hôtel ibis Paris Place d'Italie 13ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Avenue Stephen Pichon, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/76/4b76cbdb6750e0510a86a26f343f1b0dcb2f80d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878140518005" Longitude="2.3263442516327" StarRating="3" HotelCode="64085|atlantic_hotel_13" HotelName="Atlantic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44, Rue de Londres, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/79/4b7984a7113fb5d924aed1137a15d416f156ec5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868545" Longitude="2.355591" StarRating="3" HotelCode="110430|hotel_du_plat_detain" HotelName="Hôtel du Plat d’Etain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Rue Meslay, 3ème Arrondissement, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/27/7927d65db96fd6e1042610e2a439ac7cbffe20a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.797203" Longitude="2.347729" StarRating="2.5" HotelCode="111094|campanile_villejuif" HotelName="Campanile Villejuif" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20, Rue Du Docteur Pinel, 94800 Villejuif</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/2e/9b2e80f34a218e842eabd62df6e923c76f407dec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.45" OriginalAmount="98.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875388619758" Longitude="2.3261457681656" StarRating="3" HotelCode="18609|108082" HotelName="Timhotel Opéra Madeleine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113 Rue Saint Lazare, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/dc/24dcb32a6c05ed7c2acd42591ff6ed5931350d6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located in the heart of the French capital. Scores of shops and other entertai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="99.97" OriginalAmount="98.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873962" Longitude="2.346864" StarRating="3" HotelCode="76924|1535976" HotelName="Aida Opera Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Richer, alternativ: 17 Rue Du Conservatoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e0/8ae09a079c5e494472631145f3d3a4300b3a3a4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the middle of Paris, in one of the most lively districts of the city, close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831012030522" Longitude="2.3299178134919" StarRating="4" HotelCode="77340|35799" HotelName="Best Western Nouvel Orléans Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 avenue du Général Leclerc, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/83/bf83971f1a083c7c018f8b1ee4aeea6ca3fc32e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.888384" Longitude="2.378465" StarRating="3" HotelCode="72580|35814" HotelName="Holiday Inn Express Paris - Canal de la Vilette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Quai de la Seine, Paris 75019</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/e3/60e34571ae6e3bc022c5e5575fb72b63f22e9707.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883776144768" Longitude="2.3226052522659" StarRating="3" HotelCode="904815|200153" HotelName="Hôtel B Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue des Batignolles, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/6d/b46d267eaf959d2734a62547eb94537e8286ccb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84005" Longitude="2.330589" StarRating="3" HotelCode="146646|56557" HotelName="Hôtel de la Paix Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/49/af4935f940e76e7ad8923706c4df5b17447280af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.826064389331" Longitude="2.3258960294304" StarRating="2" HotelCode="110517|55985" HotelName="Hôtel Résidence Châtillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Avenue du General Leclerc, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/ee/95eeda95631e780054b01b8b4284504c84f3783b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876071316328" Longitude="2.3420915007591" StarRating="3" HotelCode="74034|50589" HotelName="Hotel Touring Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ff/52/ff5297fcc70e00a12b0d0aa50d2280e3afa8851b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Le Bourget (LBG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.99" OriginalAmount="99.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84564849" Longitude="2.37538817" StarRating="0" HotelCode="587602|hostel_blue_planet" HotelName="Hostel Blue Planet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Hector Malot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/d3/01d3e8f5b216daf7e2d9b0dc79ffd327734fd3c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Blue planet hostel in Paris (12th Arrondissement), you'll be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.99" OriginalAmount="99.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876401194794" Longitude="2.3466485738754" StarRating="3" HotelCode="35142|opera_lafayette" HotelName="Opera Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Rue La Fayette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/fb/d5fbddc9bd439233d233bb1855a6df25dccbd050.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Many of Paris' top attractions including the opera house, museums, Sacré Coeur and the famous shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.00" OriginalAmount="99.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868228564963" Longitude="2.3616810142994" StarRating="3" HotelCode="34952|300915" HotelName="Hôtel Paix Republique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2bis Boulevard Saint-Martin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/6b/bf6bdf4ff0e583cf97154c2df0d45d2e5a987b51.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris’ Right Bank, where guests are received in a friendly and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.01" OriginalAmount="99.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885491" Longitude="2.3356359883433" StarRating="2.5" HotelCode="47660|1478028" HotelName="Hôtel Basss" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Rue des Abbesses, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/1e/671eaf15eda4fdc8f23b85c4be1b5164c497906e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the foot of Montmartre in the northeast of Paris, the highest natural ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.46" OriginalAmount="99.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846258613711" Longitude="2.3838038742542" StarRating="3" HotelCode="36932|300375" HotelName="Citadines Bastille Gare de Lyon Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14-18 Rue de Chaligny, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/18/b31849ff9c4c5d0a83776f642dc5c4d12a2da788.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located close to a promenade area with a garden, and the Opera Bastille and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.66" OriginalAmount="99.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882806932735" Longitude="2.2981663048267" StarRating="4" HotelCode="29342|235706" HotelName="XO Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23-25 Rue Théodore de Banville, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/9f/ff9ff961c1730559eb7f6941f07fa93939b82bb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the affluent Champs-Élysées area, between the Avenue de Wagram and Rue de C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.92" OriginalAmount="99.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871894725711" Longitude="2.3447898030281" StarRating="3" HotelCode="25354|791185" HotelName="Aston" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/8d/478dcaba55546627807e20e74e3b8048fd6e8054.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a splendid location in a peaceful side street near to Grands Boulevards métro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88081" Longitude="2.351515" StarRating="1.5" HotelCode="110490|203026" HotelName="Smart Place Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/8f/bd8f8286b9a69a477acd79d90442f7599fb088fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84787041" Longitude="2.29757881" StarRating="3" HotelCode="325255|224955" HotelName="Hôtel L'Avre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue de l'Avre, 75015 Paris, Île-de-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/6c/366cf9fbed7316d3df888b5b04b8509243220585.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850534" Longitude="2.292346" StarRating="2.5" HotelCode="147228|200321" HotelName="De Petit Louvre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1, rue de Lourmel, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/48/62488a102548a4c1e05eb62f25f46eb7ab66d184.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846097" Longitude="2.278881" StarRating="4" HotelCode="81179|33543" HotelName="Mercure Paris Tour Eiffel Pont Mirabeau Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Avenue Emile Zola, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/70/1b70e0eb962e462cbf0fcce87f8089f6dd8d26f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845758" Longitude="2.371773" StarRating="3" HotelCode="110506|54997" HotelName="Terminus Lyon" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Boulevard Diderot, Gare de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/19/6b19e3f2a545af3c29b0e392f3c8c0b29b51ce7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832936" Longitude="2.355431" StarRating="3" HotelCode="259917|7096" HotelName="La Manufacture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Philipe de Champagne, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/f0/02f07cc4ac465785f37f67e9cca1c02aa2692878.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842813543967" Longitude="2.3678935644874" StarRating="4" HotelCode="451199|off_paris_seine" HotelName="OFF Paris Seine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>86 Port d'Austerlitz, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/f7/4ff7509cc6895e42281021bad62358c7ef11cadc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.16" OriginalAmount="100.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882604118084" Longitude="2.333466411045" StarRating="3" HotelCode="11068|79064" HotelName="Timhotel Opéra Blanche Fontaine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Pierre Fontaine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/01/ca01b2346a13e6ef9f479e0795ae2e84151c162b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel enjoys a peaceful location at the foot of Montmartre, just a few minutes on foot f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.28" OriginalAmount="100.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850895350516" Longitude="2.3699234426022" StarRating="3" HotelCode="32823|298785" HotelName="Pavillon Bastille" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/85/fd85cf86ccfc467b4324baca13bda4a6fa09076c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located near to the Opera, Bastille and Le Marais. A park with inviting law...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.52" OriginalAmount="100.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841422853562" Longitude="2.2626766562462" StarRating="2" HotelCode="337151|17565" HotelName="Exelmans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Rue Boileau, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/bf/88bf85a1f0e4b47c7b008d019dc8351ea20ff0fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Paris' 16th arrondissement, the most prestigious district in the French ca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.63" OriginalAmount="100.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841538479485" Longitude="2.3077243566513" StarRating="3" HotelCode="34405|305175" HotelName="Yllen Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>196 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/d8/f2d822d145de1351057b109ad1037b12c1762af5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies between the shopping quarter Montparnasse, the Eiffel Tower and the Parc ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.83" OriginalAmount="100.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.830385969175" Longitude="2.3234474658966" StarRating="3" HotelCode="59522|227786" HotelName="Ibis Styles Paris Alésia Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue des Plantes, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/57/b257afa10c365e7570d2f54da8a6a38973e8ce81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87615442534" Longitude="2.2899796139809" StarRating="3" HotelCode="82881|43350" HotelName="Hôtel Archétype Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/63/7f63b1bb74e960a82cd6218841926b2b0e15afc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated only 10 minutes' walk from the Champs-Élysées and Palais des Congrès,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833074" Longitude="2.332622" StarRating="3" HotelCode="78830|224965" HotelName="Du Midi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Avenue René Coty, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/25/ef25439df6994849eccefff4a4fcf6841441095c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840836" Longitude="2.323891" StarRating="3" HotelCode="110513|200300" HotelName="du Parc" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Jolivet, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/a2/12a27e155c3f4172487e3ce8ba9ed0df7e7c6a38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8456985" Longitude="2.375298" StarRating="0" HotelCode="959051|425484" HotelName="Hotel Parisianer" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Hector Malot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/c3/dcc3d941b2b28dcee7c6ef4814a8ed4d71b3fef2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880218" Longitude="2.285978" StarRating="4" HotelCode="180107|46141" HotelName="Les Jardins De La Villa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Belidor, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f8/0cf8793878a7dbe8979734fd00fa674b745be91b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.827907" Longitude="2.329803" StarRating="3" HotelCode="80199|56143" HotelName="Max" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue d’Alesia, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/99/0699700cc44dbdcd074816907be6d0e68d4d0e78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876279475185" Longitude="2.3421800136566" StarRating="3" HotelCode="337352|315" HotelName="Newhotel Lafayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/09/4d09d11f00f38327720430582e76610c67fd700a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is splendidly located near the opera and Les Grandes Boulevards. Montmartre and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832605306295" Longitude="2.2781237753787" StarRating="4" HotelCode="945391|225294" HotelName="OKKO HOTELS Paris Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue du Colonel Pierre Avia, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/d0/16d0bfb8dad9be633e35eacd97cc53e6fae30999.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.32" OriginalAmount="101.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879759" Longitude="2.334026" StarRating="2" HotelCode="24416|936535" HotelName="Eden Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Jean Baptiste Pigalle, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/89/048903daa58c7b22ba5c3c16b1fd5b973200d86e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.48" OriginalAmount="101.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877781585089" Longitude="2.3550422001711" StarRating="3" HotelCode="94391|213045" HotelName="Hotel de l’Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98 Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/7f/967fc4874b22fbb0344380cdfeb04957caf99261.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.61" OriginalAmount="101.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878912257158" Longitude="2.3448595404625" StarRating="3.5" HotelCode="58700|101805" HotelName="ZE Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de la Tour d’Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/4c/024ce8abd27225aa280bbd7de0b6c7efe3394a61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet street, just a stone's throw from the L'Opera and some of the city'...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.74" OriginalAmount="101.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871843563622" Longitude="2.3419238626957" StarRating="3" HotelCode="44215|193066" HotelName="Best Western Hôtel Ronceray Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Boulevard Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/03/11/03110169f7ca2df229b3d4e11b5cff14643f5ad0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.82" OriginalAmount="101.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881435" Longitude="2.324429" StarRating="3" HotelCode="34426|428105" HotelName="Elysées Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>17 rue de Turin, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/d7/1dd70d59d1d7bc39670ab7f900f6d08b228f5760.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.84" OriginalAmount="101.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849576" Longitude="2.379727" StarRating="3" HotelCode="23494|300965" HotelName="Mercure Paris Bastille Saint Antoine" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 rue Crozatier, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/69/a269bb7dbdce4ebf51782cd6e03913c2e8aebfd0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Since 1970 this hotel has been part of the landscape of Place du Faubourg Saint Antoine and Place d'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.87" OriginalAmount="101.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849402" Longitude="2.398764" StarRating="3" HotelCode="70641|138707" HotelName="Pavillon Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/85/9b85f52eab6fb30d93523214a16f94a8f30945bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located a short walk from the Place de la Nation, the hotel enjoys a stunning location. The 5 metro ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839208256696" Longitude="2.3225113749504" StarRating="3" HotelCode="57862|1560" HotelName="Citadines Maine Montparnasse Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/e2/3ee211021d5602414778de963e59588f226d0fcd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Montparnasse. The Rue de la Gaîté as well as many th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848862" Longitude="2.368472" StarRating="3" HotelCode="110502|224960" HotelName="des Trois Gares" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Jules Cesar, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/00/030061c67ad2d76d5324bb1c13bef75c666c8f21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874218" Longitude="2.332006" StarRating="3" HotelCode="61653|56049" HotelName="Best Western Opera d'Antin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75 Rue De Provence, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/e4/5ce4ea4a8c285dc386378d1cf85f10bd7001b71d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris' culture, leisure and commerce centre. It is around 200 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873769" Longitude="2.356524" StarRating="2" HotelCode="101095|1608" HotelName="Liege Strasbourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/1c/881c9bd79934e10559caad93cf292cc1cb8ba993.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87789162" Longitude="2.34695509" StarRating="3" HotelCode="308151|hotel_helussi" HotelName="Hotel Helussi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Elevator,Internet,LCD/Projector,Lounge,Luggage Storage,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Bis Rue de Bellefond, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/d2/7ad21e2172015489d14a51b765cc7d525041be9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Paris (Opera - Department Stores), Hôtel Helussi is min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864785340242" Longitude="2.3525923490524" StarRating="3" HotelCode="410479|hotel_bellevue_et_du_chariot_dor" HotelName="Bellevue Chariot d'Or" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Turbigo, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/89/668968243177418fc95263ae9fe0e2e7a4408016.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873700361104" Longitude="2.3440924286842" StarRating="3" HotelCode="337161|pavillon_opera_grands_boulevards_2" HotelName="Pavillon Opera Grands Boulevards" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/8a/0d8aac61a367e3424f0d6ef19d6ece858bcf70ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies at the heart of Paris' theatre district, within a short distance of the renowne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872255505164" Longitude="2.3452739417553" StarRating="2" HotelCode="60016|cite_rougemont" HotelName="Cite Rougemont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Cité Rougemont, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/62/b3628011c08af42f7effbbb5a4959dd15626d1b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.04" OriginalAmount="102.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865410837311" Longitude="2.3656882345676" StarRating="3" HotelCode="10265|236536" HotelName="Marais Hôme" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Boulevard du Temple, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/f4/19f4944a37b7876685379e1a9a731736db2d6cda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the centre of the city, on the Place de la République and only 5 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.52" OriginalAmount="102.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880988" Longitude="2.323053" StarRating="3" HotelCode="47341|299435" HotelName="Hôtel Cervantes by HappyCulture" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue de Berne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3c/b73c50b7a657dc1244c8c17bcd262d0f325ab168.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located city hotel is located close to the opera house and La Madeleine. It is 5 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.94" OriginalAmount="102.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849335991702" Longitude="2.390439260965" StarRating="3" HotelCode="13549|266635" HotelName="Le Patio Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>289 bis Rue du Fauburg Saint Antoine, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/00/23007ebcf8c6ce06bffab25e343cfc38a82933ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the historical heart of Paris, only a few minutes away from the Marais, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.96" OriginalAmount="102.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.823555000406" Longitude="2.3715488612652" StarRating="3" HotelCode="56962|61544" HotelName="ibis Styles Paris Massena Olympiades" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82-84 rue Regnault, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/64/d3643d8bf0d7240385445ef1223d6526b79a1c03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the southeast of Paris, near the Bercy business area and the exhibition par...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846706174515" Longitude="2.3050174196434" StarRating="3" HotelCode="97447|18853" HotelName="Hotel Eiffel Segur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/d0/6cd0638fedc12a4281dd12c526e6c52b6f52600f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few minutes from the Eiffel Tower (2 km) and next to Napoleon's Tomb. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882813106119" Longitude="2.3450660705566" StarRating="2" HotelCode="74033|203447" HotelName="Le Régent Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 Boulevard Rochechouart, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/13/1d133403b81812091384d4cb9281dbf19689c91d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845827" Longitude="2.298381" StarRating="3" HotelCode="144879|55122" HotelName="Best Western Hotel Eiffel Cambronne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de la Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/72/84721167bda312543c76178426fae7c4e4cdf46c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8824" Longitude="2.33654" StarRating="4" HotelCode="445970|225287" HotelName="Hôtel Mercure Paris 9 Pigalle Sacré-Coeur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Boulevard de Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/77/1f77fc68a3f54d9d65ae52f95c386a430767ce39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84722" Longitude="2.377724" StarRating="2.5" HotelCode="408909|55980" HotelName="Prince Albert Lyon Bercy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue de Charenton, Paris 75012</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/c1/d7c1690398bdd5b489cbdc436fed1f7a7ab87812.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet and calm part of the 12th district of the city, within walking dista...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83388024" Longitude="2.32871128" StarRating="2" HotelCode="502258|solar_hotel_2" HotelName="The Solar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>22 rue Boulard, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/cb/8dcb9020c562493d24aa48120d189fad259e53a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86624423" Longitude="2.3508603" StarRating="0" HotelCode="430674|hotel_du_globe_3" HotelName="Hôtel Du Globe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>197 Rue Saint Denis 2e arrondissement, Paris 75002</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/71/5471608ac30ffd250a0038dcbeaf7d7ad1b7b652.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.13" OriginalAmount="103.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890499260539" Longitude="2.3175626993179" StarRating="3" HotelCode="32473|298465" HotelName="Abrial" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>176 Rue Cardinet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/95/97/9597cf832d06b5ee10d4f4d76a21a9f853d81cdc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 17th arrondissement in the west of Paris near the enchanting Parc Moncea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.16" OriginalAmount="103.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878375127967" Longitude="2.3476061224937" StarRating="3" HotelCode="16648|332291" HotelName="Résidence du Pré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Bar">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Pierre Sémard, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/39/a5393b8865d6f2e66d19100cc45117639d06fd53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.29" OriginalAmount="103.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877973820784" Longitude="2.2955471277237" StarRating="3" HotelCode="31211|195086" HotelName="Best Western Empire Élysées" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Montenotte, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/5d/a15d596178bcef7ea518231b3664ebf72f43d491.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies close to the Arc de Triomphe just a few minutes walk from the famous Champs-Ély...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.88" OriginalAmount="103.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864549" Longitude="2.3749" StarRating="3" HotelCode="25177|300845" HotelName="Citadines République Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75 bis Avenue Parmentier, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/19/901907acda8c6cee943a278c865a6a0ae9874a89.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located halfway between Place de la Republique and Père Lachaise. Orly Airport is 25 k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.94" OriginalAmount="103.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846725483886" Longitude="2.3263992369175" StarRating="3.5" HotelCode="34419|189696" HotelName="Best Western Hôtel Aramis Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124 Rue de Rennes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/55/20552e97d55f48095fb0b4d17e830e442039cb5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840182" Longitude="2.32207117" StarRating="0" HotelCode="638002|490686" HotelName="Hotel De Paris Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Avenue Du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/96/aa96965ae0da5faa040c8d2a4b42e0c9b00fa77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877748910955" Longitude="2.2872832417488" StarRating="4" HotelCode="337166|41810" HotelName="Etoile Saint Ferdinand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue St Ferdinand, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/20/55/2055ce6c9e1889ea305f831d6187de0e6baee773.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This crowd-pleasing hotel lies in between the Arc de Triomphe and the Congress Centre. Scores of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850198363986" Longitude="2.2890452331352" StarRating="3" HotelCode="94376|54805" HotelName="Hôtel Gustave Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Viala, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/97/11974f332443ed7f6e3a0f3897dd6d819f11425d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873996" Longitude="2.356169" StarRating="1" HotelCode="150117|225150" HotelName="Jarry" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4, Rue Jarry, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/8a/258a9d3a50ab3046e719ac28afb961e5f9b4a750.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873763009575" Longitude="2.3453916441803" StarRating="3" HotelCode="110485|203443" HotelName="Hôtel Léman Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de Trévise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/45/8845ea40b83f697cba8b548d2033132bf4474073.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846078777034" Longitude="2.3770521370628" StarRating="2" HotelCode="324960|279984" HotelName="Hotel Prince Albert Concordia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>38 boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/69/7f6925cddc9a229e9eb4c66bc15098cc124061a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated just beside Gare de Lyon,  the 2 stars Prince Albert Concordia Hotel  welcomes you into a w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886612238773" Longitude="2.358820438385" StarRating="4" HotelCode="66362|37616" HotelName="Kube" 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,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-5 Passage Ruelle, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/bf/5abf5247d652e70aa48ddf47090e57110ba4242d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of the 18th district, a few steps from Montmartre, this futuristic hotel is tu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837356" Longitude="2.372985" StarRating="4" HotelCode="64600|35829" HotelName="Mercure Paris Bercy Bibliothèque Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Boulevard Vincent Auriol, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/94/979439bb7b55fde270cb191e28f0256607308f26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the banks of the River Seine in the heart of Paris, and is ideal for either ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871454760136" Longitude="2.3349677374345" StarRating="3" HotelCode="148753|479543" HotelName="Monsieur Helder" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue du Helder, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ab/25abbd8769a89b4ce4e6abccb73358594bf6977b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the centre of the most visited monuments of Paris such as the Louvre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877995" Longitude="2.35839183" StarRating="0" HotelCode="956702|443392" HotelName="Okko Hotels Paris Gare De L’est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 A Rue D’Alsace, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/f2/c8f2697351db0cdac39486aa1b5bcc06f0cacf55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846966418966" Longitude="2.308024764061" StarRating="3" HotelCode="63702|hotel_bailli_de_suffren__tour_eiffel" HotelName="Hotel Bailli de Suffren" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>149 Avenue de Suffren, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/a3/9fa343d4535db74690e423f870484bca72c7ab65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located between the Eiffel Tower, Montparnasse and Les Invalides. It is built on the el...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.14" OriginalAmount="104.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881690419523" Longitude="2.3374043405056" StarRating="3" HotelCode="25350|427955" HotelName="Le Pigalle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Frochot, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/4a/f74a5b091539e1a666a1c04e2e16dd23f33e01ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.26" OriginalAmount="104.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.823731" Longitude="2.324101" StarRating="4" HotelCode="15448|1943475" HotelName="Mercure Paris Alésia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>185-187 Boulevard Brune, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/c2/fdc2b9a763f4967b09fd36b2f22c0366f5e7e557.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated on the Rive Gauche of the Seine River.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.27" OriginalAmount="104.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873072321402" Longitude="2.3425045609474" StarRating="3" HotelCode="29348|229856" HotelName="Best Western Hotel Opéra Drouot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de la Grange Batelière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/25/9e25b13ab5af4a5f6719d77e16df491a646d6c97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris hotel enjoys a central location near the Grevin Museum and the Palais Garnier opera house...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.31" OriginalAmount="104.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858873168694" Longitude="2.3911061882973" StarRating="0" HotelCode="55392|1483378" HotelName="Adagio access Paris Philippe Auguste" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Pierre Bayle, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/47/60477c7a77862845816a074e56db33ddab616f4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.99" OriginalAmount="104.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884485183348" Longitude="2.2979316115379" StarRating="3" HotelCode="34719|302805" HotelName="Courcelles Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>184 Rue de Courcelles, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/64/126433b7973825d5ad2108e01fc825a34ae1e76f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is ideally located at the heart of the tourist centre in a particularly e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.05" OriginalAmount="105" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849600353996" Longitude="2.3723683398812" StarRating="2.5" HotelCode="263473|57665" HotelName="Aparthotel Adagio access Paris Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Moreau, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/03/930346009ad7bbe245d0202ad8b29e231453da5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.05" OriginalAmount="105" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.887353" Longitude="2.248194" StarRating="3" HotelCode="94377|39456" HotelName="Aparthotel Adagio La Defense Esplanade" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Cours Michelet, La Defence 10, 92060 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/34/5e34ca74e00a8175477ecacca31ff95d338aecd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located at the heart of the La Défense business district, close to the CNIT ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.05" OriginalAmount="105" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841191" Longitude="2.324029" StarRating="2" HotelCode="212851|57550" HotelName="Edgar Quinet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 boulevard Edgar Quinet, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/9c/249c7684ae0bc2b8c793f2a5110fcb6036e4901f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.05" OriginalAmount="105" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879458666667" Longitude="2.357619" StarRating="4" HotelCode="199736|49277" HotelName="Hor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Rue la Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/f3/d5f334a9d4e363ea61be9f28e16f77b406115ff3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris. Its setting is especially ideal for business travellers...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.05" OriginalAmount="105" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833716" Longitude="2.287081" StarRating="3" HotelCode="96665|13888" HotelName="Pavillon Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue du Hameau, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/78/68785c67dce9209c2d69d58111553c5f429705aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Behind the hotel lies the lively Vaugirard neighbourhood with its countless boutiques, restaurants, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.05" OriginalAmount="105" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843643" Longitude="2.294801" StarRating="2" HotelCode="110527|348550" HotelName="Les Jardins de Mademoiselle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Mademoiselle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/aa/0daad63606c81bb94b7116f18e27d10db96e73e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.05" OriginalAmount="105" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848216" Longitude="2.450326" StarRating="3" HotelCode="902069|33738" HotelName="Royal Regency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69/71, rue Defrance, 94300 Vincennes</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/64/0264e5254f29769ae018f56d901b7ae53cbef9c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838826937191" Longitude="2.2894021868706" StarRating="3" HotelCode="29128|228706" HotelName="Ibis Styles Paris 15 Lecourbe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>192 rue de La Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/31/1b31decf78714c400888ff1b1c8863655e06477f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish city hotel is located at the heart of Paris, close to the Eiffel Tower and the Porte de...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.19" OriginalAmount="105.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874854098887" Longitude="2.3237290978432" StarRating="3" HotelCode="31843|355945" HotelName="Charing Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 rue Pasquier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/9b/199b90c206c560b144f64704b2102e0d5021c225.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Paris, this pleasant hotel affords the ideal starting point for those wishin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.30" OriginalAmount="105.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850237902541" Longitude="2.2903302311897" StarRating="3" HotelCode="35366|427965" HotelName="Beaugrenelle Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue Viala, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/89/a089e4543ad23a98293209781c5997a3e47ca443.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated on the left-hand bank of the River Seine, this hotel affords a wonderful location w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.63" OriginalAmount="105.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880415610584" Longitude="2.3374109533729" StarRating="3" HotelCode="16038|1423638" HotelName="Hotel Villa Margaux" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Henry Monnier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/ae/7eae72ad03a8b3f6ff4575d011ba0d0c50efab4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly eco hotel is situated halfway between Montmartre (Sacré-Coeur) and the opera ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.84" OriginalAmount="105.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876196564558" Longitude="2.2959253191948" StarRating="3" HotelCode="34417|303155" HotelName="SH Hotel Tivoli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/01/015967/015967a_hb_a_010.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated at the heart of this wonderful city and is only a few minutes away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877202067152" Longitude="2.3511278629303" StarRating="3" HotelCode="74049|200961" HotelName="Chabrol Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de Chabrol, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/36/3f36d1ad1aefcaf8b4de34425b2ca234caee6f47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876501" Longitude="2.29644" StarRating="3" HotelCode="76602|54916" HotelName="Arc De Triomphe Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de l'Etoile, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/13/8a13b1b5d2b8d1f8277d6bc029d29887673d2f8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;After a delightful walk along the Paris Champs Elysées guests will enter this charming hotel, locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865339772273" Longitude="2.3950236855227" StarRating="2" HotelCode="501971|203311" HotelName="Nadaud Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de la Bidassoa, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/13/861363beb192939b8aa8b89467afd5f2316bb056.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847347930299" Longitude="2.2832633135415" StarRating="4" HotelCode="905730|57201" HotelName="Platine Hôtel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Ingénieur Robert Keller, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/89/328917470d6ec6f794842d58fb9d955e378ee50a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located in Paris' 15th district, just 300 m from Charles Michels metro station....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882103" Longitude="2.297623" StarRating="3" HotelCode="110542|56211" HotelName="Residhotel Imperial Rennequin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Rennequin, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/zz/26ad3f3be56032e1625edd43497518c5c45e6ad9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84533476" Longitude="2.38336171" StarRating="2" HotelCode="935883|200842" HotelName="Zazie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de Chaligny, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/c3/cdc338cc681f40124b9f5bd0414a70aa609b4010.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 19 rooms. Individual storeys are accessible via the lift or stairs. S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.827588153853" Longitude="2.3046627607479" StarRating="4" HotelCode="434942|novotel_suites_paris_expo_porte_de_versailles" HotelName="Novotel Suites Paris Expo Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Brune, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/38/a838e2a5c9791355e30c4cbe08438947b702e91c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842744" Longitude="2.338567" StarRating="2" HotelCode="11727|hotel_des_mines" HotelName="des Mines" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Nightclub,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 Boulevard Saint Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/21/7321cfb0eb34a10c6d3917e1b2da897d52126abf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Latin quarter, near the Jardin du Luxembourg, a few minutes' walk away from Panthéon,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.38" OriginalAmount="106.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843647943741" Longitude="2.3524582386017" StarRating="3" HotelCode="29351|320585" HotelName="Best Western Plus Quartier Latin Panthéon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e7/68e77b279f0103d5abaab8b287c9d1e84c56febd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of Paris around 2 km from Notre-Dame de Paris. The railway ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.87" OriginalAmount="106.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874336331476" Longitude="2.3321016132832" StarRating="3" HotelCode="34568|299745" HotelName="Antin Trinite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>74 Rue de Provence, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/52/175243b702b3e7782173195cf6b6ccaf8ad101a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris, only a few steps from Garnier opera house. An abundanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="4" HotelCode="94373|35809" HotelName="Best Western Sèvres Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/ac/05ace6797e8756bea70906aeb1866dbaa0843c84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located between the Porte de Versailles exposition ground and Gare Montparnas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839723" Longitude="2.330144" StarRating="4" HotelCode="79716|1906" HotelName="Aiglon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/7c/817cb230e51e339692cc437e192bcb209180a8b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8801918" Longitude="2.302567" StarRating="2" HotelCode="267512|203201" HotelName="Mederic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Médéric, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/aa/d7aa5cf0db6db8554d9babb42a968c5fbf1ff183.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853493356606" Longitude="2.3092123091926" StarRating="3" HotelCode="110465|61229" HotelName="Hôtel de France Invalides" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Boulevard de La Tour Maubourg, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/79/827917c0f89ee9131433feb024ac3c90d83df69d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849853" Longitude="2.288561" StarRating="3" HotelCode="80568|56671" HotelName="Eiffel Saint Charles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Rue Rouelle, 37 Rue Saint-Charles, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/88/cc88d71d2f42643ebcafe5c531d59f70ae892ee0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Paris, close to the Eiffel Tower and the Parc des Exposit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847291" Longitude="2.371015" StarRating="3" HotelCode="401339|200980" HotelName="Alexandrie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue d'Austerlitz, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ef/12/ef124da488f789b801b325237fe71fa691fcfa33.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Gare de Lyon train station just 5 minutes walk from the opera hou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.862037825325" Longitude="2.3854585509262" StarRating="3" HotelCode="110499|55234" HotelName="Hotel ibis Paris Père Lachaise" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Rue de la Folie Régnault, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a2/baa2d3d6b13ca2c5a3810e39047ff0375cc1f49d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.844943587363" Longitude="2.325145304203" StarRating="3" HotelCode="337261|1265" HotelName="Royal Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Rue de Rennes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/db/f1db9f7419bfb6260f28e0b96766fcae8d5aa6f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has an ideal location. Many tourist attractions as well as restaurants, bars and nightclu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848259" Longitude="2.324725" StarRating="3" HotelCode="149447|hotel_de_sevres" HotelName="Hôtel De Sèvres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22, rue de l'Abbé Grégoire, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/5c/245c15af85a08d4111ef20d20bff63d62f8776d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="108.19" OriginalAmount="107.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870034" Longitude="2.360198" StarRating="3" HotelCode="97446|135562" HotelName="Aida Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Château d'Eau, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/ea/29ea624f15ff7101564b85c0d348410d15a5348a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in Paris near the Marais district. It is situated in a diverse and live...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.27" OriginalAmount="107.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881076591215" Longitude="2.3653542995453" StarRating="3" HotelCode="11353|299335" HotelName="Paris Louis Blanc" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Rue du Faubourg St Martin, 75010 Paris-10, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/15/8e154ae25a0b96f102d4fe46682588cde59357f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rue du Faubourg Saint Martin and very close to both Gare du Nord and Gare d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.34" OriginalAmount="107.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866394501653" Longitude="2.3607087135315" StarRating="2" HotelCode="29477|389425" HotelName="Relais du Marais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Rue de Turbigo, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/75/b47596f38ad07500641357a17aa70b8209f34e3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris, only a few minutes walk from Galerie Lafayette and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.54" OriginalAmount="107.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87449598435" Longitude="2.3186409473419" StarRating="4" HotelCode="31742|7714" HotelName="Park Lane Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 rue la Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/c1/aec123fe266e551a63faaa74edd609330b200d40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel is situated in the centre of Paris, in the 8th district. The establishm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.84" OriginalAmount="107.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83849504563" Longitude="2.3808360099792" StarRating="3" HotelCode="14740|231686" HotelName="Ibis Styles Paris Bercy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Rue de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/be/cb/becb43d5116db3e1e2330545c73ce331ff33dc13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an ideal location in a shopping district, in the eastern part of Paris. Withi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.85" OriginalAmount="107.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.830186447811" Longitude="2.352879345417" StarRating="3.5" HotelCode="36586|763465" HotelName="Mercure Place d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 boulevard Auguste Blanqui, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/97/df97378f9782ce467cc7620ac415bb7dc275896f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming and comfortable hotel is located in Paris near Austerlitz, Gare de Lyon and Montparnas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="109.00" OriginalAmount="107.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83829" Longitude="2.322965" StarRating="4" HotelCode="63276|2793767" HotelName="Holiday Inn Paris - Gare Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>79-81 Avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/1b/7f1bedf9a89509024e052dcb4afffd9b64bb8cac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The Eiffel Tower is reachable in 15 minutes by car and one can walk ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.825796" Longitude="2.3531535" StarRating="3" HotelCode="915009|32878" HotelName="Hotel Ambre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175 ter Rue de Tolbiac, Buttes aux Cailles, 75013 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/f5/75f5972d6b1b6f55e235732e3db32f16916fa0c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.825292" Longitude="2.357274" StarRating="4" HotelCode="110507|35802" HotelName="Best Western Amiral Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98 Avenue d'Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/ff/ebff95c7de14c78c6c98ef61d5ed0f09d2015f96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872377" Longitude="2.34478" StarRating="3" HotelCode="67262|224813" HotelName="Bresil Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/84/cb846c414a5b327b0cdb2f70b267a7552c3a7116.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883438" Longitude="2.325274" StarRating="2" HotelCode="74064|200207" HotelName="Darcet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Darcet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/e4/73e4ddf5f55781dd5c93889d639d17665b5cd269.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843450603916" Longitude="2.3202138521655" StarRating="3" HotelCode="110525|444465" HotelName="Hôtel ibis Paris Tour Montparnasse 15ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue du Maine, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/3b/4e3bb1aab960166c81b491cb00bdfc4937ceb87b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871734" Longitude="2.349571" StarRating="3" HotelCode="96839|22924" HotelName="Provinces Opera" 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,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue de l'Echiquier, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/34/2034d318990fc2d4551137620a1958e2eded845b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the lively neighbourhood of the Grands Boulevards (2 km away), next to theat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847052" Longitude="2.301381" StarRating="3" HotelCode="110524|55248" HotelName="Hôtel ibis Paris Tour Eiffel Cambronne 15ème" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Cambronne, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/12/79125e281d33549bdb428b23e12ae03a12b2ebd7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="666468|bistrot_les_sans_culottes" HotelName="Bistrot Les Sans Culottes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>27 Rue De Lappe</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/ff/84ff6f53c2e20977285a572ff229226ff0501447.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.44" OriginalAmount="108.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884648" Longitude="2.338143" StarRating="2" HotelCode="16566|2254025" HotelName="Regyn’s Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 place des Abbesses, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/03/5503f7986ab891d72492233cadb79fea9a39e263.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.44" OriginalAmount="108.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841538479485" Longitude="2.3279750347138" StarRating="3" HotelCode="19073|752065" HotelName="Hôtel La Villa Modigliani" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 rue Delambre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/5a/175adf24da5c31fd5f50aa8f6acf10a893d81548.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Montparnasse district of Paris, just 1.9 km from the Jardin du Luxembou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.09" OriginalAmount="109" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876720488954" Longitude="2.2939029006291" StarRating="3" HotelCode="111144|43349" HotelName="Arc De Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue de l'Arc de Triomphe, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/d7/eed73b98cb3c5046db6bb8b7e581cae733e2d9f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has an enviable position right in the heart of the beautiful city of Paris. It is located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.09" OriginalAmount="109" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849541914773" Longitude="2.298241699439" StarRating="3" HotelCode="333719|200513" HotelName="Hôtel Tourisme Avenue" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>66 Avenue de La Motte-Picquet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/e1/40e1a75ac19ff642e6df442156d209641401e88b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.09" OriginalAmount="109" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875873" Longitude="2.357478" StarRating="2.5" HotelCode="101094|2750" HotelName="Ibis Styles Paris Gare de l'Est TGV" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/c6/90c6f867bc5b5e354656875b87cdc7650f5edf41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a couple of minutes’ walk from Gare de l’Est and 7 minutes from Gare du Nord. All the b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83457355" Longitude="2.35429537" StarRating="0" HotelCode="502308|villa_romantic_3" HotelName="Villa Romantic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Elevator,Housekeeping,Internet,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue du Banquier, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/d0/ebd030b79214254676aa731e9b24ac704fa2452c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Villa Romantic in Paris (13th Arrondissement), you'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.82721" Longitude="2.35871" StarRating="2" HotelCode="519666|hotel_des_beaux_arts_2" HotelName="Hôtel des Beaux Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Toussaint Féron, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/09/d509fe74f7bdb357c4d353f221c4ce9a29d04645.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843247811281" Longitude="2.3494445855848" StarRating="3" HotelCode="47655|comfort_hotel_mouffetard_quartier_latin" HotelName="The Originals Paris Mouffetard Apolonia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Internet,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue Mouffetard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/61/4c619f7bd7637169e4de2ab607bbb69323d6438b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location, in the middle of the city and close to plenty of famous sight...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879687" Longitude="2.342368" StarRating="3" HotelCode="88729|alba_opera_hotel" HotelName="Alba Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 ter, rue de La Tour d'Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/6f/346f73067dfe6b2b9c2925862c023b2d2930b4ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an good location in the centre of Paris, near Montmartre, L'Opéra, the city's main...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.14" OriginalAmount="109.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85063" Longitude="2.27519" StarRating="4" HotelCode="32600|249186" HotelName="Auteuil Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Rue Félicien David, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/c1/53c1be93d743282b54bedee72f214d15068de9b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the 16th arrondissement of Paris close to the Eiffel Tower. It is located b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.47" OriginalAmount="109.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870809" Longitude="2.360562" StarRating="3" HotelCode="16638|42894" HotelName="9 Hotel République" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue Pierre Chausson, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/f8/26f83dc8aff1de14fd955847f770f3d489c9768d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located near the Jacques Bonsergent metro station, and the Eurostar station and Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.51" OriginalAmount="109.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848124" Longitude="2.340654" StarRating="3" HotelCode="13934|1547868" HotelName="Le Clos Medicis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue Monsieur-Le-Prince, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/24/5d243282ae06d278b65a73034996280613454d80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.54" OriginalAmount="109.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837795947699" Longitude="2.3557788133621" StarRating="3" HotelCode="29321|7199" HotelName="Best Western Plus Hôtel La Demeure" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Boulevard Saint-Marcel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/52/0c52fab0b9635db35d83588b342fb731da9abd1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel lies in the Quartier Latin, within a short distance of the botanical gardens ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.87" OriginalAmount="109.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885090151104" Longitude="2.3292168974876" StarRating="2" HotelCode="51665|300235" HotelName="The Modern Hotel Montmartre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Forest, 18ème Arrondissement, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/e1/4ee1819f3abf89c63a2a1c2a47747d2f3cf4d22b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is close to the Montmartre mound, the Moulin Rouge and Place Clichy. The opera house and l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.10" OriginalAmount="110" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85713" Longitude="2.302746" StarRating="2" HotelCode="110471|55058" HotelName="Eiffel Rive Gauche" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Du Gros-Caillou, Paris 75007</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/c3/04c30b4316d59a13c3c0e8db2505daae9caa2e3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on a lovely quiet street in the heart of the triangle Tour Eiffel, Invalides a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.10" OriginalAmount="110" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841322" Longitude="2.325793" StarRating="3" HotelCode="64588|55274" HotelName="Apollinaire" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Delambre, Paris 75014</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/79/27791ca2d4a28cbb0ebf48449af368d3dfb33650.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is glad to greet guests in the heart of Montparnasse, in the 14th district of Paris. This ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.10" OriginalAmount="110" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84812" Longitude="2.342523" StarRating="3" HotelCode="110439|224961" HotelName="De la Sorbonne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6, rue Victor Cousin, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/5f/b55fbfa00ca354fcb301b775036dba2c46cff98d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.10" OriginalAmount="110" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876613" Longitude="2.296389" StarRating="2" HotelCode="110540|200324" HotelName="Elysee Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de l'Etoile, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/0b/770bf2c5d8cd1803898ef1a0823b0716527da97a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.10" OriginalAmount="110" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869139" Longitude="2.3641" StarRating="3" HotelCode="110489|54271" HotelName="Ibis Styles Paris République" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Leon Jouhaux, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/a7/d6a79a7bd51a765e74f185cb2d9b37047ef8f053.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.10" OriginalAmount="110" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88809974" Longitude="2.30681389" StarRating="4" HotelCode="639640|280006" HotelName="Hotel Mercure Paris 17 Batignolles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>118 Rue De Tocqueville, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/61/b3617f93e2d0ced8315f0b5098db418b9b56280a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.10" OriginalAmount="110" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833071" Longitude="2.288026" StarRating="4" HotelCode="80567|55243" HotelName="Mercure Paris Vaugirard Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Boulevard Victor, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/e1/83e19120c00ed650d5146cae8c420f5950137511.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the city centre, opposite the entrance to the exhibition centre and close to the Por...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.10" OriginalAmount="110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840532" Longitude="2.323791" StarRating="3" HotelCode="110512|central_hotel_paris" HotelName="Central Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 bis Rue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/55/0e55cdd3f096b32905460f392e9a6e11868534e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="111.45" OriginalAmount="110.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883426913115" Longitude="2.2924840450287" StarRating="3" HotelCode="35058|762525" HotelName="Magellan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17-19 Rue Jean Baptiste Dumas, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/be/02bee75c7e32f196e2d99ece4491c6a0353657ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated, around 250 m from Péraire metro station and 500 m from the Arc de Tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="111.92" OriginalAmount="110.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87106554058" Longitude="2.3390391469002" StarRating="3" HotelCode="35323|302395" HotelName="Icône" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Amboise, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/02/af026ee408eb4476818972f86146a17a045363e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated close to the heart of Paris with the opera and numerous other sigh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.02" OriginalAmount="110.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883395164662" Longitude="2.342794239521" StarRating="3" HotelCode="25692|298725" HotelName="Aparthotel Adagio Paris Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 place Charles Dullin, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/fe/97fe071c08c095c97d3a39b4f457179d3de78802.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the peaceful heart of Montmartre, only a few minutes' walk away from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873142888054" Longitude="2.327309846878" StarRating="3" HotelCode="904832|224976" HotelName="George Sand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 rue des Mathurins, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/68/f3688197cc28bb3664640eec668c5d44ee09d0c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85048" Longitude="2.270519" StarRating="2" HotelCode="110533|56306" HotelName="Ribera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Rue De La Fontaine, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/ce/ddce48025aabcbdf617e2ed3555d4f69bea7807b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the 16th district of Paris in Auteuil quarter, this hotel is a 30-minute walk from the Ei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837676" Longitude="2.306316" StarRating="3.5" HotelCode="906469|35826" HotelName="Holiday Inn Paris - Montparnasse Pasteur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Gager Gabillot, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/15/ea15d2d227d0f853b129b1068879c400221aba4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 15 minutes walking distance from Montparnasse train station and tower, Les Inva...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857146" Longitude="2.380669" StarRating="4" HotelCode="166540|25018" HotelName="Mercure Paris Bastille Marais Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Rue Richard Lenoir, Paris 75011</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/f3/68/f36827d68e6b6e39b7df66a6a95338904d8e34a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.819552398817" Longitude="2.3261779546738" StarRating="4" HotelCode="80935|35834" HotelName="Novotel Paris 14 Porte d'Orléans" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15, 17, 21 Boulevard Romain Rolland, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/1c/921cd2654a3486a66b89f1e3347b0d130fa65d0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.52" OriginalAmount="111.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880571235531" Longitude="2.3391008377075" StarRating="3" HotelCode="14850|300155" HotelName="Migny Opera Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/70/9a709f08b44fadc49bc24a6df228358703f11a8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a tranquil location at the foot of Montmartre. Plenty of shopping centres and ente...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="112.63" OriginalAmount="111.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877046832983" Longitude="2.2976526618004" StarRating="3" HotelCode="12110|1735335" HotelName="Elysees Ceramic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Avenue de Wagram, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/ed/88ed882edd644febb9e0b8a53b65399159b6c891.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel enjoys a central location, only minutes from the Arc de Triomphe and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.86" OriginalAmount="111.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869173359223" Longitude="2.3574981093407" StarRating="3" HotelCode="15018|862835" HotelName="Hôtel Moris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue René Boulanger, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/ec/93ec9b777a1f9f4ef434c229bac05f962abbc5f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.88" OriginalAmount="111.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875938" Longitude="2.326965" StarRating="3" HotelCode="12995|941735" HotelName="Grand Hôtel de Normandie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/eb/1bebe7b03a52e75920ba028675d001168e1dcea5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a magnificent part of town in the centre of Paris. It is well-connected to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.02" OriginalAmount="111.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842858" Longitude="2.342613" StarRating="3" HotelCode="34438|305595" HotelName="Andre Latin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50-52 Rue Gay Lussac, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/97/66970d1fdb4c89346bccf9bddc0b39865046980d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is ideally situated for both leisure and business. Located halfway b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.12" OriginalAmount="112" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878338713935" Longitude="2.3573144576721" StarRating="2" HotelCode="146530|18087" HotelName="Hôtel d'Amiens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Des Deux Gares, 10th Arrondissement, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/af/44af0bbffd2d4fa48c3589fe5b7e3e376db52fd9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.12" OriginalAmount="112" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846438" Longitude="2.305868" StarRating="2" HotelCode="110521|55539" HotelName="Eiffel Villa Garibaldi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Garibaldi, 48, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/08/99084b17af42a1d6f14c1fafb7ff0a7a189c43ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is located in the heart of the triangle of the Eiffel Tower, Invalide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.12" OriginalAmount="112" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837982" Longitude="2.258468" StarRating="3" HotelCode="82924|35815" HotelName="Holiday Inn Paris Auteuil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Gudin, Paris 75016</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/0a/d10a9e517c58140d080be3af8d2f44135d21f60e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.12" OriginalAmount="112" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84209" Longitude="2.303201" StarRating="3" HotelCode="110520|55986" HotelName="Carladez Cambronne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Place du Général Beuret, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/15/dc1551636a703d3c7a98a6b4c0e2c37300648cd6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.69" OriginalAmount="112.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850962" Longitude="2.369957" StarRating="3" HotelCode="16039|1432098" HotelName="Paris Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/9a/e09a785edb971c0f0dd573d524e0980406473a7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871622513316" Longitude="2.378161697726" StarRating="3" HotelCode="935630|200115" HotelName="Hipotel Paris Bordeaux Ménilmontant" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Lemon, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/11/561177595c2aaf09e397d53732faf291dab3459f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851429" Longitude="2.332571" StarRating="3" HotelCode="180131|261201" HotelName="Atlantis Saint Germain Des Pres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue du Vieux Colombier, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/06/57068d7058043068697bbb7b845ef1c418682a30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88182872" Longitude="2.32854885" StarRating="0" HotelCode="764998|348511" HotelName="La Mondaine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue De Vintimille, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/99/70997295a91df7644966298cc4f616cabc30535b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885382" Longitude="2.333508" StarRating="3" HotelCode="110544|55488" HotelName="Le Relais Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Constance, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/6d/7a6d358aa3f4e39522529302afa9d83e4c644ac1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.16" OriginalAmount="113.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840428" Longitude="2.315465" StarRating="3" HotelCode="110523|227759" HotelName="Hôtel ibis Paris Gare Montparnasse 15ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Boulevard de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/66/73661a5f11cda62dd5aba1ea9dc24964c2a3f5c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.31" OriginalAmount="113.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.844970064745" Longitude="2.3212426900864" StarRating="3" HotelCode="32577|229886" HotelName="Best Western Hôtel Le Montparnasse Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Boulevard du Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/f4/3ff4b39f0eddd9c9e00ed43e7c8ef3fbfe681fb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Paris, this hotel is located close to plenty of the city's sightseeing attr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.35" OriginalAmount="113.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848782" Longitude="2.341076" StarRating="3.5" HotelCode="18683|192986" HotelName="Trianon Rive Gauche" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/dd/d1dd1a7156fcca6af0886c8cda37fae6103a1ab4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly opposite the Sorbonne University in the Marais district of Paris. Res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.45" OriginalAmount="113.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875731899925" Longitude="2.2863404971331" StarRating="4" HotelCode="15802|9060" HotelName="L'Hotel Pergolese Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Pergolèse, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/96/18967598f499a8d72da1f3584e431426d73a026a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located on a quiet side street really close to the Champs Elysées. Countl...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.56" OriginalAmount="113.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873802849389" Longitude="2.3443497234317" StarRating="4" HotelCode="13919|2194795" HotelName="Maxim Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Geoffroy-Marie, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/39/a23916b74d66ee3e57879b56f1629e06f42f7a24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Paris in the district of Grands Boulevards/Bourse/Halles, 100 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.87" OriginalAmount="113.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84450406079" Longitude="2.3729449510574" StarRating="4" HotelCode="35943|185356" HotelName="Mercure Paris Gare de Lyon TGV Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 place Louis Armand, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/b3/3fb3f5b58e51cb1a48c621f33a57b875db7e8627.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located behind the clock tower of the Gare du Lyon station. Its location guarantees gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.06" OriginalAmount="113.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879899183937" Longitude="2.2987014055252" StarRating="2.5" HotelCode="32503|791385" HotelName="Des Deux Avenues" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 rue Poncelet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/05/3c0507d8f21438c38a6f6dc2fd86144ea33635ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel is located near to the markets and the famous Place des Ternes. In only a num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876633166851" Longitude="2.2908465564251" StarRating="3" HotelCode="59055|46132" HotelName="Acacias Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/a9/c2a91c03ce95f7933ef88d3a3034365aa87555fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854360708772" Longitude="2.2892533242703" StarRating="3" HotelCode="326446|18397" HotelName="Eiffel Seine Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/41/7441048684c10dd80878b657d92cbff4a89b18db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a central location in the hear of Paris, directly by the Seine and just 5 min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854701267207" Longitude="2.3710971259953" StarRating="2" HotelCode="935857|57986" HotelName="Daval" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Daval, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/5d/275d7de560334861cde1c7a4fa4fc1574aabd534.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833379" Longitude="2.331964" StarRating="2" HotelCode="180041|203103" HotelName="Hotel Du Lion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Avenue du Général Leclerc, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/23/d1239cd4a208212267197bbaa40326af1bf7a12c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 33 rooms. Services and facilities at the hotel include a dining area ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860502" Longitude="2.279844" StarRating="3" HotelCode="74057|200567" HotelName="Windsor Home" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Vital, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/16/89165bdd7de10b1a978b2230dbf77f9df79727a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848971" Longitude="2.369794" StarRating="4" HotelCode="59719|55741" HotelName="Marceau Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Jules Cesar, Paris 75012</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/78/3b784a22db8b5eb5286a6f0492bac6984c5a4b20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located between the Bastille, the historic old town of Marais and the railway station G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847206415878" Longitude="2.3725588601188" StarRating="2" HotelCode="180083|200295" HotelName="Hôtel du Midi - Paris Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Rue Traversière, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/b2/e8b2f219df0e7b01bb856681ae2b993facc974b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85526" Longitude="2.362471" StarRating="2" HotelCode="110434|200778" HotelName="Pratic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9, Rue d'ormesson, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/cd/a1cdc233c8cb496e1b1b0ee62b3237122dab3396.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835462" Longitude="2.325333" StarRating="2" HotelCode="154209|298494" HotelName="Tipi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75, Rue Daguerre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/29/f829f27883e93c5f800edf816c036704be40d75d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867242180969" Longitude="2.3622839300594" StarRating="3" HotelCode="258452|meslay_republique" HotelName="Hotel Meslay République" 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>3 rue Meslay, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/68/3968c7cfb84f0f38062c363ab0cb53331adb21c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel lies in a quiet street in the centre of the city, only a few minutes walk from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.24" OriginalAmount="114.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869038" Longitude="2.289115" StarRating="4" HotelCode="45448|192746" HotelName="Hotel Victor Hugo Paris Kleber" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19, Rue Copernic, 75116 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/9b/909bf60e937d6afe3670b4028860188003a1bd6c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.25" OriginalAmount="114.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873372228985" Longitude="2.3438403010368" StarRating="3" HotelCode="12255|7154" HotelName="Lodge du Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3c/b73c809673ec020bd9e546371cbe59742ad927d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of Paris near famous landmarks. For culture lovers the Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.27" OriginalAmount="114.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873262851133" Longitude="2.3450446128845" StarRating="3" HotelCode="12898|945675" HotelName="Hôtel Diva Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Trévise, 75009 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/93/40930688af2f5d378a466cb5619b449d14c4c066.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an excellent location in a calm street, right in the heart of Paris. The hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.34" OriginalAmount="114.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879434403659" Longitude="2.3392153753769" StarRating="3" HotelCode="35121|300565" HotelName="Hôtel Sacha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Navarin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/51/ce519fbd9c5ed4339fd027d7ab825f7d1972e025.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies close to Place Pigalle, the famous Moulin Rouge and an array of theatres. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.49" OriginalAmount="114.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863348" Longitude="2.362304" StarRating="3" HotelCode="25347|1549058" HotelName="The Originals Boutique, Hotel du Vieux Saule, Paris Le Marais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue de Picardie, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/ce/e0ce731b982fde1c61bb2b9ed9e0ffc577383e7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="115.66" OriginalAmount="114.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83036301543" Longitude="2.284246981144" StarRating="4" HotelCode="25357|1063024" HotelName="Hôtel Oceania Paris Porte de Versailles" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue d'Oradour sur Glane, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/da/f8da70c415d48063eda801731a1e26f143ff95c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access and is ideally located a few steps from the Parc des Expositions (exhib...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.86" OriginalAmount="114.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873195812977" Longitude="2.3431348800659" StarRating="3" HotelCode="49886|1013775" HotelName="Hôtel Panache" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/70/8e7079abfbe39fdd61cc49c32f9a3d80352b3c77.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.99" OriginalAmount="114.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873165822194" Longitude="2.3252552747726" StarRating="3" HotelCode="32566|305855" HotelName="Cordélia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Greffuhle, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/28/0228f136c6a831f5e15b5e89d2e8735c077e1290.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A few steps away from the well-known Galeries Lafayette and Le Printemps department stores, the hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.15" OriginalAmount="115" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841787" Longitude="2.331716" StarRating="3" HotelCode="143852|224798" HotelName="Apostrophe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3, rue de Chevreuse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/e4/b7e49e663f3eff9147e74be3e46366af407f9d1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.15" OriginalAmount="115" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88642" Longitude="2.294946" StarRating="4" HotelCode="78974|54305" HotelName="Hotel de Banville" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>166, boulevard Berthier, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/d3/01d3179ef26164719a492fe5c9948a0ece3afb8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Boulevard Berthier stretches along public gardens and squares right in the heart of the Ternes a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.15" OriginalAmount="115" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884125373981" Longitude="2.3489391803741" StarRating="1" HotelCode="76150|13594" HotelName="Bervic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 rue Bervic, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/103579/l_103579_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on a small side street in the 18th district in Paris, quite close to the Gare...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.15" OriginalAmount="115" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869418" Longitude="2.359141" StarRating="3" HotelCode="89360|23949" HotelName="Taylor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Taylor, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/4e/16/4e161f879f607ca054e0e2ce8744c96869a4a2dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is between République and Gare du Nord/Gare de l'Est railway station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87620187101" Longitude="2.3422292650471" StarRating="0" HotelCode="45518|2218895" HotelName="Hôtel Bienvenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/b0/6cb00f988ea0184a21446a4f7c519403c60366ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879328" Longitude="2.356649" StarRating="3" HotelCode="110494|la_vieille_france" HotelName="La Vieille France" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>151 Rue Lafayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/ba/30ba1d95f5c177ceab7c45d4ed8c0fb39da7ea9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Paris, 500 metres from the tourist centre and the city'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.23" OriginalAmount="115.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.828397248484" Longitude="2.3473508247987" StarRating="2" HotelCode="35312|933925" HotelName="ibis Styles Paris Place d'Italie Butte aux Cailles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Barrault, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/f2/ecf2cc9a968945ed34826218a3ee77cbb4c3a630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This endearing city hotel is situated not far from the vibrant city centre. Shops, bars, pubs and pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.61" OriginalAmount="115.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831634283921" Longitude="2.3870399594307" StarRating="4" HotelCode="29500|181996" HotelName="Pullman Paris Centre - Bercy Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue de Libourne, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/79/3a7961e9fcac11dc126cd380dc1b29da7d3f8e5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location in the heart of Bercy Village. Guests can reach the Place de la M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.67" OriginalAmount="115.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876778389291" Longitude="2.3383679990216" StarRating="3" HotelCode="34436|861695" HotelName="Brittany" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 et 5 rue Saint-Lazare, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/b6/b4b62691a77bb202ecd636bb8fa2c91138eb8d5b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.85" OriginalAmount="115.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848805" Longitude="2.288145" StarRating="3" HotelCode="72445|89647" HotelName="Exposition Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 bis, rue du Théâtre, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/fc/41fc5688bf7c83e817455d9b1f2dd7126cf78fef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the Left Bank near the Eiffel Tower (15-minute walk), between the exhibitio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.91" OriginalAmount="115.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872991169629" Longitude="2.3160392045975" StarRating="4" HotelCode="34414|798865" HotelName="Holiday Inn Paris - Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 rue de Miromesnil, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/7b/f67b5d53fa75e1a398265711f0f2459e54b1219b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.93" OriginalAmount="115.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879699589668" Longitude="2.3209988273492" StarRating="4" HotelCode="16886|197136" HotelName="ibis Styles Paris Gare Saint-Lazare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue De Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/40/4c40db80fe0e287a942215af255fcfe95565e789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the Europe District. An abundance of shops and other cultural ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873784" Longitude="2.349923" StarRating="3" HotelCode="166556|57192" HotelName="Hotel Paradis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue des Petites Ecuries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/f5/2ef5264130c01a5625a02bc17ec05f77ef48c24b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to the Montmartre hill in the northeast of Paris, surrounded by scores of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.828051" Longitude="2.315455" StarRating="3" HotelCode="72133|10325" HotelName="Citadines Didot Montparnasse Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>94 Rue Didot, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/42/8d/428d55df2b958a7c223ed1f3e0860e76417a13b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a picturesque Parisian district, this apartment hotel is within walking distance of many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876940991228" Longitude="2.2949731349945" StarRating="3" HotelCode="180069|44620" HotelName="Tilsitt Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/4c/e34c33f76935177c34046416dc707bde1432814e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the heart of the most trendy part of Paris, between the famous avenue des Champs-É...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879775708909" Longitude="2.3206874728203" StarRating="4" HotelCode="29499|quality_opera_saint_lazare" HotelName="Best Western Premier Le Swann" 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11-15 Rue de Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/97/8597e38a12f1beb298af297d7e2a30e50f1b3262.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the Gare Saint-Lazare station, 1 km from the Opéra Garnier and the G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875978702998" Longitude="2.2952239215374" StarRating="3" HotelCode="59058|royal_magda_etoile" HotelName="Magda Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7, rue Troyon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/82/1a824e56f8d849cceccaae5ca4b8a80136726322.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="117.22" OriginalAmount="116.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83486594" Longitude="2.32423759" StarRating="2" HotelCode="555342|12471438" HotelName="Petit Palace Hôtel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel">
        <Address>
          <AddressLines>
            <AddressLine>131 Avenue Du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/99/79990b29f33576f64d247c3655f5e6e9c076366f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Walk down the beautiful tree-lined avenue du Maine, past the Montparnasse Tower and its lively distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.27" OriginalAmount="116.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875871991133" Longitude="2.35897095314" StarRating="4" HotelCode="39394|389415" HotelName="Holiday Inn Paris - Gare De L'est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue du 8 Mai 1945, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/4e/b34e189b77b3ef059ffb08bfeaf5cf27cc6c03bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated opposite Gare de l'Est. Both Montmatre and Les Halles are to be found nearby....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.61" OriginalAmount="116.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858122296752" Longitude="2.3709172010422" StarRating="3" HotelCode="49887|300575" HotelName="Citadines Bastille Marais Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Boulevard Richard Lenoir, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/7d/4c7d4042d88caca1e485bc51426cf796fd650b47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is situated in the Parisian district of Marais, on the right bank of the Seine ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.73" OriginalAmount="116.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867270497863" Longitude="2.3655085174771" StarRating="4" HotelCode="13509|362185" HotelName="Crowne Plaza Paris-Republique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Place de la Republique, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/3a/733a3bfc667cefd8cef49aa6dad410f8329f3582.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 2 km from Gare du Nord railway station and 40 minutes by taxi from Paris-Charles de Gau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.87" OriginalAmount="116.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880331" Longitude="2.319552" StarRating="4" HotelCode="25344|191836" HotelName="Best Western Paris Gare Saint Lazare" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue de Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/9b/439b0f326245ec740cccadd75c9bc3601eb15130.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8779749" Longitude="2.327723" StarRating="3" HotelCode="94375|55421" HotelName="ATN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 rue d'Athenes, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/1b/441b633cff74f840a7cb889becbd404d462b043d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843700313858" Longitude="2.371516761676" StarRating="3.5" HotelCode="552367|224801" HotelName="CitizenM Paris Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Van Gogh, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/b4/26b4bbba51fbb2005f2a0cacf5530680b491e5d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of services and facilities. Wireless internet access is available to travel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852262830245" Longitude="2.342158336957" StarRating="3" HotelCode="333585|203373" HotelName="Hotel du Lys" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Serpente, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a6/3ca633f0956afbb6c4a3b7722e155cf7c26bc64e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842311939392" Longitude="2.320207057978" StarRating="3" HotelCode="267510|63636" HotelName="Hotel Miramar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Place Bienvenue, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/c7/fec70ac8b2b6704252d742b11dcc295865bdc68c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8722587" Longitude="2.3258620914016" StarRating="4" HotelCode="285136|55140" HotelName="Best Western Premier Opéra Opal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Tronchet, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e7/70e7d01b98b0d5706fd1c01df46a40dda619f372.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right bank of the River Seine next to the Place de la Madeleine (100 m)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850792926759" Longitude="2.2843327165676" StarRating="3" HotelCode="553206|222375" HotelName="Yooma Urban Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Quai De Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/da/51da3d20a5c51ddaa81eebcf8a858d0a28ff807a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is set in Arr14/15:Montparnasse-T. Eiffel. The 106 welcoming rooms offer a perfe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871309928689" Longitude="2.2981838443874" StarRating="3" HotelCode="318608|hotel_ekta" HotelName="Ekta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue Galilée, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/41/04419f710f15d2e95e16f6505ff26f7d8f982a17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.41" OriginalAmount="117.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878950182318" Longitude="2.3370020091534" StarRating="3" HotelCode="14189|7374" HotelName="Hôtel Lorette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue Notre Dame de Lorette, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/1d/d51d8be53e7ff6329574173d2fed4353616cae04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris hotel is located just minutes from Montmartre as well as from the opera and the Sacré-Cœu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.92" OriginalAmount="117.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882179889283" Longitude="2.3185953497887" StarRating="3" HotelCode="34588|611645" HotelName="Hôtel du Théâtre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Cheroy, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/58/bd58ea1e62592c7e97fe0ea60ac427fde8ef29fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive, modern city hotel is just 5 minutes from the opera, the Champs-Élysées and the Port...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.96" OriginalAmount="117.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875556648654" Longitude="2.2836454957724" StarRating="4" HotelCode="19059|995125" HotelName="La Villa Maillot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>143 Avenue Malakoff, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/20/aa2069fad5a49890722317ce9d6f6a2ac9d8d9b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.96" OriginalAmount="117.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872988523374" Longitude="2.3540300130844" StarRating="4" HotelCode="31200|189926" HotelName="Best Western Aulivia Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue des Petites Ecuries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/44/73444308fb48c8f3c0b2d4eb65a90cfe496aed08.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located between the opera house and the Place de la République at the heart of the lively theatre di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.01" OriginalAmount="117.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864348" Longitude="2.364249" StarRating="2" HotelCode="69857|212716" HotelName="Americain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Rue Charlot, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/f3/2ef3cac6accbc614fcf449b0c281d9c9460edb6c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.03" OriginalAmount="117.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865308" Longitude="2.29049" StarRating="3" HotelCode="68668|56136" HotelName="Villa des Ambassadeurs" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue du Bouquet de Longchamp, Paris 75016</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/60/d060ba08e14b62c4645ccbf10fd034b85e39aa38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the 16th borough, a few steps from the Eiffel Tower and the Champs ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.07" OriginalAmount="117.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883818475712" Longitude="2.3185229301453" StarRating="4" HotelCode="31760|92999" HotelName="Mercure Paris 17eme St Lazare Monceau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>99 Rue de Rome, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/8f/d98f27cb53771902310f74d186485bd2f966bc53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Close to all major business districts including the Palais des Congrès exhibition centre, this hotel...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.14" OriginalAmount="117.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88514" Longitude="2.293629" StarRating="3" HotelCode="145872|212966" HotelName="Champerret Heliopolis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>13, Rue d'Héliopolis, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/c9/5cc902c5f6e955b4609ffbb6b53101a5346521a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874203" Longitude="2.304558" StarRating="3" HotelCode="110479|13056" HotelName="Arc Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Rue de Washington, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/e9/5ce982a973908430116edc6b4df280d3b4ec952c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is housed in a beautiful Parisian building. It enjoys a very convenient situation in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860999548686" Longitude="2.3789101839065" StarRating="3" HotelCode="100996|56924" HotelName="Gardette Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue du Géneral Blaise, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/80/0e80050b8f1e417ec7fa1c8740b211ab579fb219.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858411" Longitude="2.34647" StarRating="3" HotelCode="110422|249602" HotelName="Hotel Elixir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Jean Lantier, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/be/91be6d191779c3eec91360f04ec3cf68ff16b13a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852538" Longitude="2.374374" StarRating="0" HotelCode="110497|203053" HotelName="Hotel l'Antoine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/01/020100fc2b427d31586b98b4b823e0c7de93bf5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.48" OriginalAmount="118.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877488719891" Longitude="2.3434406518936" StarRating="3" HotelCode="31199|7564" HotelName="Hôtel Palm" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue de Maubeuge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/e3/59e33f84a8ee907f1e49921c20693bcd7800a245.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The traditional hotel is situated close to the opera and a shopping centre. The Centre of New Indust...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.57" OriginalAmount="118.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891901401551" Longitude="2.3021252453327" StarRating="4" HotelCode="36584|914295" HotelName="Novotel Paris 17" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Avenue de la Porte d'Asnières, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/54/41/5441d90d120b275a58c0eec896e9a467f13a36c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.64" OriginalAmount="118.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876372087958" Longitude="2.335230410099" StarRating="3" HotelCode="56457|303245" HotelName="Hotel Touraine Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Rue Taitbout, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/15/6315cb60816c83d81f9df93cf5fef1c187a67686.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel lies at the heart of Paris, between the opera house and Sacré-Cœur in the tradi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849839899639" Longitude="2.3426225781441" StarRating="2" HotelCode="74018|200272" HotelName="Hotel de Suez" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Boulevard Saint-Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/c2/58c23cfebda4816353b046b59d90936e52c9d932.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863213" Longitude="2.352686" StarRating="0" HotelCode="140957|57520" HotelName="Georgette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hostel,Hotel de Charme" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36, rue Grenier Saint Lazare, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/56/ed56ee0a6d16e3b9d88dbc3174fbdb8ff70ba3d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming family-friendly hotel is located in the heart of Paris, just steps from the Centre Geo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84971" Longitude="2.338283" StarRating="2" HotelCode="212342|201106" HotelName="Michelet Odéon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 place de l'Odéon, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/332137/332137a_hb_a_006.jpg</HotelPictures>
        <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="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88803551638" Longitude="2.3909318447113" StarRating="3" HotelCode="11624|225136" HotelName="Au Boeuf Couronne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>188 Avenue Jean Jaurès, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/61/5361dddd7c0b7d81c3d237c24468ab611df50168.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845923" Longitude="2.375529" StarRating="2" HotelCode="148766|203085" HotelName="Helvetia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28, Boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/10/821068e88658a861e8cfd693d6a00f2e55156b97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890019571838" Longitude="2.323342859745" StarRating="3" HotelCode="59525|37621" HotelName="Meridional" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue du Docteur Heulin, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/b0/c9b08330c4761c202175540a881e329f262c8724.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="120.52" OriginalAmount="119.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840072393627" Longitude="2.3458385467529" StarRating="4" HotelCode="45041|82536" HotelName="Serotel Lutèce" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Berthollet, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b9/46b9edb157d3e0b33cc5dd4ff77dc569b7eb7125.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting hotel is located in a historically interesting district at the heart of Paris. Only mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.20" OriginalAmount="120" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860209" Longitude="2.306001" StarRating="2" HotelCode="110476|55432" HotelName="Hotel Malar – Green Spirit Hotels Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Malar, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/38/81/38812f5eaf072263066fef492fdda1caf192db05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.20" OriginalAmount="120" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87512400618" Longitude="2.3354315757752" StarRating="3" HotelCode="337158|201115" HotelName="Mogador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue de la Victoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/6f/206f0a8d8919a793ad033bf49f1b7fa581878dcd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated close to La Madeleine and Place Vendôme. Some of the most famous sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.20" OriginalAmount="120" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876016630382" Longitude="2.3456454277039" StarRating="3" HotelCode="50294|37611" HotelName="Hotel Villa Lafayette Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46  rue Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/a6/f8a6d3d995f542f7125831cc4788d5ec7e882283.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is splendidly located between the opera and the Grands Boulevards. Paris' unrivalled depa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.20" OriginalAmount="120" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869796155019" Longitude="2.33019053936" StarRating="3" HotelCode="189558|57291" HotelName="Volney Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Volney, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/1e/7f1e05253aecea3c658f484d9e861dd6788c2954.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 29 rooms. Most storeys are accessible by lift. Services and facilities...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.20" OriginalAmount="120" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873936756028" Longitude="2.350083142519" StarRating="3" HotelCode="337353|314" HotelName="Mercure Paris Opera Grands Boulevards Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue de Petites Écuries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/10/ac10d7e3aab4e2a4e0ff372177497c4cdc8c678c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located near to Les Grandes Boulevards and the Opera. It is not far from Ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.20" OriginalAmount="120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832847936641" Longitude="2.3572234012059" StarRating="4" HotelCode="298949|coq_hotel_paris" HotelName="C.O.Q Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Edouard Manet, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/85/6185ef8fc167655e63e86ddc6c0fe5afb50b579a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Plymouth (PLY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.34" OriginalAmount="120.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873714474265" Longitude="2.3445376753807" StarRating="3" HotelCode="16988|863535" HotelName="Maxim Folies" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/51/a8518924fb8e56186982784d49d0a23974df38e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.40" OriginalAmount="120.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848757068636" Longitude="2.3495762050152" StarRating="3" HotelCode="31386|391855" HotelName="Agora St Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 rue des Bernardins, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/1d/1c1dcba3b55815b9485b76acee89da3c476d7a2e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Paris, within 500 m of Notre Dame. Maubert Mutualité...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.42" OriginalAmount="120.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871052308791" Longitude="2.3498511314392" StarRating="3" HotelCode="52663|2252975" HotelName="Hôtel des Comédies" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue D'hauteville, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/14/0b143cce4ca55112d1ddcd154590806b09dda339.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is centrally located, close to the Place de la République and the Marais distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="121.55" OriginalAmount="120.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865716084099" Longitude="2.2861714661121" StarRating="3" HotelCode="74088|331643" HotelName="Hôtel Palais de Chaillot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Avenue Raymond Poincaré, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/b0/0ab05d4f4ebcdb7c265adad838fddc47253810eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.70" OriginalAmount="120.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.828957519946" Longitude="2.3740942776203" StarRating="3" HotelCode="34549|231846" HotelName="Ibis Styles Paris Tolbiac Bibliotheque" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue de Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/c8/5bc8764e61a90d6ce897dfd283ff95f3c92b8eec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located directly in the heart of the city's Rive Gauche area. An array of res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.21" OriginalAmount="121" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849341" Longitude="2.274379" StarRating="4" HotelCode="186685|37606" HotelName="Félicien" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Massage Centre,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21, rue Félicien David, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/77/7b77b39d25f39551ace2601fe9e4d1894ea426e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.21" OriginalAmount="121" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841527554756" Longitude="2.3023891207038" StarRating="2" HotelCode="335189|224972" HotelName="Hôtel Eiffel Blomet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78 Rue Blomet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/7b/cb7b48408d8c07e3b1323e36806d304c9d1ca424.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.21" OriginalAmount="121" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865877528902" Longitude="2.36756041646" StarRating="3" HotelCode="180104|56812" HotelName="Hotel du Nord et de L'Est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/69/2269765ed8182ad748c47b3a0701615a1da174e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.21" OriginalAmount="121" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845255" Longitude="2.342429" StarRating="4" HotelCode="151122|56544" HotelName="Le Petit Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>214, Rue Saint Jacques, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/36/0d36f4c4751a4fe26a7bd576874485db4489c8c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.21" OriginalAmount="121" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873177" Longitude="2.364384" StarRating="3" HotelCode="180130|201204" HotelName="Hotel Le Citizen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Quai de Jemmapes, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ba/25ba76ae534300949eb2aa7a1d2e36fd6b1f35f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.21" OriginalAmount="121" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87888726" Longitude="2.33944062" StarRating="4" HotelCode="378845|200683" HotelName="Les Matins de Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Bar,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Clauzel, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/e1/ffe1c1660f296bbed3da73ad00f09dc571180b1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.21" OriginalAmount="121" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88769" Longitude="2.252296" StarRating="4" HotelCode="70763|31262" HotelName="Novotel Paris La Défense" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Boulevard De Neuilly, Paris-La Défense 92081</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/61/63618ba1cb3ccc1d31bba54d74f626fda6efaa0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in front of the Pont de Neuilly Bridge, the hotel faces the Seine River and is located only 10 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848664404748" Longitude="2.2918523848057" StarRating="2" HotelCode="74053|au_pacific" HotelName="Au Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Fondary, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/d7/6ed775a271d73726d5bb73a79561c807fdd968a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88240938" Longitude="2.33458149" StarRating="3" HotelCode="502661|hotel_saintlouis_pigalle" HotelName="Hôtel Saint-Louis Pigalle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Fromentin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/78/f07830096f565ab9e7ba0a4174a790a7ac07bf77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.31" OriginalAmount="121.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855635780231" Longitude="2.3071423172951" StarRating="3" HotelCode="52666|1547498" HotelName="De la Motte Piquet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Avenue De La Motte Picquet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/40/8f/408f20575ffeabc23ba3022094e82bbafb0c1008.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located near to the Saint-Germain-des-Prés and the Rue Cler. There are a gre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.41" OriginalAmount="121.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8865222905" Longitude="2.3094262182713" StarRating="3" HotelCode="34956|300955" HotelName="Glasgow Monceau" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Felicite, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/8e/858e0bb89049704ef72671cb8d0e248f730f5d26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is centrally located near to the Champs-Élysées and the enchanting Parc Monc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="122.45" OriginalAmount="121.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841499643327" Longitude="2.3300537467003" StarRating="3" HotelCode="31204|6072" HotelName="Raspail Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>203 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/88/eb889ade405ac2665b51c6313c6922a927cd35c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located close to the Jardin Luxembourg, just 100 m from links to the pub...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881212410196" Longitude="2.3374177515507" StarRating="3" HotelCode="60436|225149" HotelName="Ibis Styles Paris Pigalle Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Frochot, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/f8/5cf86863ebea05eaf958b995150567f4d7c992ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is well-situated in the famous district of Pigalle, which is home to many historical...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.887112063475" Longitude="2.3143852944775" StarRating="4" HotelCode="80569|50377" HotelName="Best Western Plus Opera Batignolles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>165 Rue de Rome, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/f0/80f09e4a8bfeca44e93b447fa215b6368b263351.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris hotel is well located on the riverbank, just 2 km from the Arc de Triomphe and the presti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.89045464" Longitude="2.3351341" StarRating="3" HotelCode="935453|55993" HotelName="Hotel de Flore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue Lamarck, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/6b/926b63ca6635b8d1e04e00cea8642d7e155b378e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87259463287" Longitude="2.3422216095596" StarRating="2" HotelCode="400667|298469" HotelName="Hôtel Chopin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Housekeeping,Internet,LCD/Projector,Luggage Storage,Pets allowed,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Passage Jouffroy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/7a/9c7a563f70107b52cb748c929bb9ea1eb00e7ec2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Paris (9th Arrondissement), Hôtel Chopin is minutes fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841562" Longitude="2.324685" StarRating="2" HotelCode="110516|200418" HotelName="Odessa Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue D'odessa, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/d2/a0d2187e098bfe16e5f04eb789d6f5fddfebc16b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856284333529" Longitude="2.3319594562054" StarRating="3" HotelCode="36463|hotel_du_danube_saint_germain" HotelName="Du Danube" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58, rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/aa/acaa16e3729d32fb9a223e8ae214883b2087d4b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840978" Longitude="2.329662" StarRating="3" HotelCode="64782|hotel_le_royal_montparnasse" HotelName="Le Royal Rive Gauche" 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>212 Boulevard Raspail, Paris 75014</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/b7/59b7a6331690caec495e637b7c583afb71d72dba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a pleasant location on a large avenue, just a few metres from the lively Rasp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.35" OriginalAmount="122.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848009978474" Longitude="2.3005810208653" StarRating="3" HotelCode="12265|7654" HotelName="ibis Styles Paris Eiffel Cambronne" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>166 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/8e/f38e0623fe134346890c6db45d0540d7439cb1f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated directly at the heart of Paris, this hotel is located close to many of the sights of intere...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.49" OriginalAmount="122.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877283453971" Longitude="2.3543594975532" StarRating="4" HotelCode="16885|7674" HotelName="Mademoiselle Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue des Petits Hôtels, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/38/b33869f81a1ce132fc3129553d2bbd88358f19e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located between the large boulevards, the stock exchange and Paris' ope...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.68" OriginalAmount="122.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875526938538" Longitude="2.3585283237692" StarRating="3" HotelCode="13702|2260705" HotelName="Hôtel ibis Paris Gare de l'Est TGV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Saint-Laurent, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/cb/78cb0a17c7df4475dfa06c494fb28d66525157e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.10" OriginalAmount="122.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880354" Longitude="2.317289" StarRating="4" HotelCode="25345|1037825" HotelName="Hotel Relais Monceau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Rue du Rocher, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/3c/343cb67a49fabd503a4ec14137e1baf22d586f3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Classicism and romanticism of the Haussmannian Paris meet a warm and cosy environment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.21" OriginalAmount="122.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865223365455" Longitude="2.2857141494751" StarRating="3" HotelCode="55578|303045" HotelName="Elysees Longchamps" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 23/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Rue de Longchamp, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/ef/18ef2029eb60e52ca9813ef09c65de1fd1acef63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris hotel is ideally located between the Champs Elysées and the Eiffel Tower. Restaurants, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85872233" Longitude="2.35358311" StarRating="2" HotelCode="502443|238807" HotelName="D'win" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue du Temple, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/5d/1f5d1202e8f3fef3e6038d57942c0af11ccfda5a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a safe, a café, a bar, a babysitting s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8498529" Longitude="2.38547114" StarRating="2" HotelCode="328086|224959" HotelName="Hôtel des Pyrénées - Entre Bastille et Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>204 Rue du Faubourg Saint-Antoine, 75012 Paris, Île-de-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/1d/6a1db3d262cdc78bae0beecfa454e21f534efb97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879496" Longitude="2.356512" StarRating="3" HotelCode="79717|55333" HotelName="Ibis Styles Paris Gare du Nord TGV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/c5/aec5cc6819754e620b9f070e02e4c825edd88747.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874212" Longitude="2.28106" StarRating="3" HotelCode="81519|54310" HotelName="Residence Foch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Marbeau, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/ff/b4fff7771e4bb7dcdbcd3c7c1092b4ee2fc13128.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850667" Longitude="2.341973" StarRating="2" HotelCode="74020|261231" HotelName="Saint-Pierre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de l'Ecole des Medecine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/76/5b76dfe1df12abd3155b7d66aa6f946070910fb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876281" Longitude="2.346428" StarRating="3" HotelCode="74041|55489" HotelName="Golden Hôtel Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5, rue Riboutté, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/d2/a3d2d6f6244e377dad5fa1b63608ccea83054a10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85754" Longitude="2.369855" StarRating="2.5" HotelCode="11352|371702" HotelName="Moxy Paris Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Du Chemin Vert, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/03/0403ca30234c49caffda1afde598512ce00bd4cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876776936065" Longitude="2.292003929615" StarRating="3" HotelCode="65250|astrid" HotelName="Astrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 avenue Carnot, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/70/2270d9e3326fa56b0e41c480245c56ff977a72d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871865616253" Longitude="2.3233482241631" StarRating="3" HotelCode="336459|hotel_madeleine_haussmann" HotelName="Madeleine Haussmann" 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>10 Rue Pasquier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/e6/64e63fbb938a2251ef6e40ba19e8460e998f7d9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the 8th arrondissement of Paris, just a few minutes from the Church La Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.59" OriginalAmount="123.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849764005156" Longitude="2.3506075143814" StarRating="3" HotelCode="34422|1081908" HotelName="Abbatial Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 boulevard Saint Germain, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/c2/a9c22addfea4c477a67deee9f811da217c7b61ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.75" OriginalAmount="123.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849422478562" Longitude="2.380967438221" StarRating="3" HotelCode="33001|7684" HotelName="Color Design Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue de Citeaux, 12ème Arrondissement, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d5/08d5fcc51ff66d6370eb49fb4daaeaa8570a1695.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within a few paces of the Place de la Bastille and the Gare de Lyon. Although locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.24" OriginalAmount="124" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877682" Longitude="2.349189" StarRating="4" HotelCode="284326|49271" HotelName="Best Western Premier Faubourg 88" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Rue du Faubourg Poissonniere, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/e3/dee3412d75996bda02a7ad208d9346481858a91c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.24" OriginalAmount="124" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867976" Longitude="2.336255" StarRating="3" HotelCode="68262|203320" HotelName="Baudelaire Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue Sainte-Anne, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/1b/a91b12ea50f5e1ee46b8eb51c8fe7874de9443b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.24" OriginalAmount="124" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870478" Longitude="2.35468" StarRating="3" HotelCode="110491|203007" HotelName="Cosmotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/33/2633328514786dbd76c46f46e27151a70adf5078.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.24" OriginalAmount="124" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85038906842" Longitude="2.3494217729803" StarRating="3" HotelCode="78728|54261" HotelName="Hôtel de Notre Dame Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Maître Albert, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/2d/602d94a2879a2d3ea74c1529b7f86f006916ffe2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.24" OriginalAmount="124" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878468618849" Longitude="2.3582893610001" StarRating="2" HotelCode="63662|201070" HotelName="Kuntz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue des Deux Gares, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/22/4a2238c446493c48f7e45df996639c9ee0fff7dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.24" OriginalAmount="124" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868110354155" Longitude="2.2987362742424" StarRating="3" HotelCode="74055|55281" HotelName="Marceau Champs-Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue Marceau, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/4e/034e22e67c9b42d5dae5b28ff92d8d5f55cded4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.24" OriginalAmount="124" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847685" Longitude="2.351476" StarRating="3" HotelCode="110444|424776" HotelName="Minerve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Internet,LCD/Projector,Luggage Storage,Parking,Pets allowed,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13, rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/23/a523f9db893fa96f224f274f78f1eb7f25afea44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star Hotel Minerve offers comfort and convenience whether you're on business or holiday in Par...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.24" OriginalAmount="124" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879739548307" Longitude="2.3287408053875" StarRating="3" HotelCode="34885|7172" HotelName="New Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de Liège, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/48/fe48e1f98b4cc295d6e486359e0ae30dcc52023b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of the French capital just a short distance from shopping v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.24" OriginalAmount="124" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876690498182" Longitude="2.3270040750504" StarRating="4" HotelCode="74038|56542" HotelName="Phileas Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/89/ff89a1a95a7535bec697d8f0965f517a6d7b2a18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873540199587" Longitude="2.3217267088331" StarRating="4" HotelCode="402638|hotel_monsieur" HotelName="Hôtel Monsieur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue Des Mathurins, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/4b/284b6b9b12c8f60e44b52dafd44f411508c1ab1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872659063449" Longitude="2.3435895144939" StarRating="3" HotelCode="10830|hotel_bergere_opera" HotelName="Hôtel 34B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/8b/0d8b6456ffbc65b44c8435616f2a065910c86665.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is located close to the famous shopping areas (Galleries Lafayette), just a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882453595547" Longitude="2.3318150670843" StarRating="3" HotelCode="318630|hotel_joke__astotel" HotelName="Hôtel Joke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Rue Blanche, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/a9/c8a92e5cdeeba66a3885bad4b1b6d53507d0f4eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879449" Longitude="2.334195" StarRating="3" HotelCode="14999|monterosa" HotelName="Hôtel Monterosa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue La Bruyère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/d9/75d9873ba931ad8234ff889c042bbcd7665e7408.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;In Paris' 9th district near Montmartre, this charming hotel is near the opera, Paris Nord, Thalys an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.51" OriginalAmount="124.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8539152" Longitude="2.3631767" StarRating="3" HotelCode="34869|70324" HotelName="De Neuve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Neuve Saint Pierre, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/d7/fbd7a10ba9d3ace245991a12f1a7790049b53541.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is centrally located close to the city centre, although is also peaceful ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.52" OriginalAmount="124.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878957238159" Longitude="2.2919355332851" StarRating="3" HotelCode="25333|1437728" HotelName="Hotel Doisy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/4e/e64ee943afcfe5f5517e8ad3c8c0b53867374c61.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a lively neighbourhood in the heart of Paris. There are a number of shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.52" OriginalAmount="124.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850398514789" Longitude="2.2983272373676" StarRating="4" HotelCode="25334|762225" HotelName="Ares" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue du Général de Larminat, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/64/9164c79b91effc92df65d35c2ee86ab18012b664.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a favourable location, on a quiet street in the heart of the lively La Motte Picqu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.53" OriginalAmount="124.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873048505135" Longitude="2.3252056539059" StarRating="3" HotelCode="16329|389335" HotelName="Hotel Queen Mary" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Greffulhe, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/6f/9a6f1a2cd6869fc1cebf1b957c8164248e1bb858.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing city hotel is located between the Opera and close to Madeleine. The hotel is an oasis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="125.59" OriginalAmount="124.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85477120311" Longitude="2.2922828793526" StarRating="4" HotelCode="25336|6161" HotelName="Hôtel Mercure Paris Centre Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Jean Rey, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/dd/51dd3c3106dfedcfdf3d25606ae8ba8ecfd185cc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is located close the River Seine just 200 m as the crow flies from the Eiffe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="125.92" OriginalAmount="124.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835765" Longitude="2.292339" StarRating="2" HotelCode="110528|211791" HotelName="Lutece" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Langeac, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/2b/232b5b8748be64d7efb1ab4559a4c6113e6b01be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.25" OriginalAmount="125" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883586" Longitude="2.32577" StarRating="4" HotelCode="74058|55496" HotelName="B Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Lécluse, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/4e/f34e4ffbbf2378e62ea8bcf61f1a3256cd98925c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to the Place de Clichy metro station in the Montmartre district of Paris. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.25" OriginalAmount="125" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843398" Longitude="2.32989" StarRating="3" HotelCode="110447|200195" HotelName="Danemark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21, Rue Vavin, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/44/52441ad63b6e8f6a4f10446ccdbf481bce6bbdc5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.25" OriginalAmount="125" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839991" Longitude="2.391856" StarRating="2" HotelCode="178205|200773" HotelName="Pink" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 rue Dugommier, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/72/737239955f51361998b296017fc5453e38162395.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 50 metres from the Dugommier metro (line 6) and 500 metres from the Daumesnil metro sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.25" OriginalAmount="125" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865985" Longitude="2.367466" StarRating="4" HotelCode="149624|57492" HotelName="Le Mareuil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51, rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/28/5d2815fa0f438c5240dcf81dd9db8e7fe2628f48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.25" OriginalAmount="125" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871377280504" Longitude="2.3352501165676" StarRating="3" HotelCode="14170|230236" HotelName="Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Boulevard des Italiens, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/5a/265a7d00a36632f0a548d0519384d9695da1474f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated is a wonderful, central location, in the Opéra quarter on Boulevard ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.25" OriginalAmount="125" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8466113" Longitude="2.3698675" StarRating="3" HotelCode="263479|44453" HotelName="Elysee Gare De Lyon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>234 Rue de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/9d/299d02e03b9fa22b254b007bb9de2014fb4a0aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.25" OriginalAmount="125" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858168" Longitude="2.371813" StarRating="3" HotelCode="110496|200045" HotelName="Auberge Flora" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Boulevard Richard Lenoir, XI Arrondissement, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/66/3366264fd7ebf733f15c53f54492dbce5c259e2b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.33" OriginalAmount="125.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85833847138" Longitude="2.2792594134808" StarRating="4" HotelCode="25690|651935" HotelName="Best Western Premier Hôtel Trocadero La Tour" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 bis Rue Massenet, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/31/a231ca9bb61d4058067413fee827b5aab2d2015f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.49" OriginalAmount="125.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864904441133" Longitude="2.3469530045986" StarRating="4" HotelCode="34439|303675" HotelName="Victoires Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 rue Montorgueil, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/85/6c85f08da6138743dc98f0e018f54ff719f809ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located just 2 km from the trade fair grounds and the motorway, and is relatively ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="126.84" OriginalAmount="125.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879172" Longitude="2.287642" StarRating="3" HotelCode="101138|117640" HotelName="Villa Brunel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>46, rue Brunel, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/56/db566570fbb88c7e5b947237331eacd1ab5f3f5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel welcomes guests in its warm atmosphere in the prestigious 17th District of Paris, at the c...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.26" OriginalAmount="126" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88368579" Longitude="2.33378601" StarRating="5" HotelCode="738481|488338" HotelName="Be You Apart’ Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard De Clichy, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/d2/19d29761e636586513a76563ed96e087f13a9026.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.26" OriginalAmount="126" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85928" Longitude="2.307507" StarRating="2" HotelCode="110462|200985" HotelName="Hotel Amélie – Green Spirit Hotels Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Amélie, 75007 Paris, Île de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/70/5a70ac3fcee1ed95b00d01852f9f2b7c4c56cc9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.26" OriginalAmount="126" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849824014757" Longitude="2.3430275917053" StarRating="3" HotelCode="336620|55285" HotelName="Central Saint-Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Champollion, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/fd/75fd931beca14c8219eeeeaa42fde5079969cd5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and comfortable hotel is situated at the heart of the Latin Quarter, on the outskirts o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.26" OriginalAmount="126" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865434889098" Longitude="2.3317663791333" StarRating="3" HotelCode="149488|56634" HotelName="Hotel du Lion d'Or Louvre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de la Sourdière, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/65/f6655c3d5fc6b1ff42ea93336cac363c63209808.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.26" OriginalAmount="126" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851922441228" Longitude="2.3462699883432" StarRating="3" HotelCode="110442|424720" HotelName="Henri IV Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Rue Saint Jacques, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/37/1f37b9511b48cb6212ea412b862ed419182b0011.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.26" OriginalAmount="126" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836521859232" Longitude="2.2536573791332" StarRating="3" HotelCode="572187|238953" HotelName="ibis Styles Paris 16 Sud Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19 Avenue Ferdinand Buisson, 75016 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/9c/a09ce85373ec10b6ef70a84f4e3da0567a37089b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.26" OriginalAmount="126" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86892" Longitude="2.334704" StarRating="3" HotelCode="79812|225468" HotelName="Ille de France Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue St. Augustin, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/c7/48c7f061bc730fded1d1e8e96df993182468997b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.26" OriginalAmount="126" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876628" Longitude="2.343312" StarRating="4" HotelCode="68928|37180" HotelName="Les Plumes Hôtel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Lamartine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/c9/d1c946c9a5af9e427224c7e50dd7795c77140b6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a tranquil suburban setting in the 9th district of Paris. It is located in close proxi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.26" OriginalAmount="126" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880046409804" Longitude="2.334371953373" StarRating="4" HotelCode="18730|21315" HotelName="Trinité Haussmann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 rue Jean-Baptiste Pigalle, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/bd/b5bd44970467f987c880400c2b5c665f78a79dc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a 5-minute walk from Saint-Georges metro station on line 12, this family-friendly city hotel is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.26" OriginalAmount="126.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8558066" Longitude="2.30519816" StarRating="0" HotelCode="502548|beatrice_et_emmanuel_meuble_eiffel" HotelName="Beatrice et Emmanuel Meublé Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 rue Bosquet</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/3f/4f3f86a72ab40d9f0b593fbc3d1339f970de925c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.26" OriginalAmount="126.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875252" Longitude="2.286587" StarRating="4" HotelCode="78980|hotel_duret" HotelName="Duret" 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>30 Rue Duret, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ca/9acadf85013dda80eebfa6be5ce2b99a8923ecb0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.26" OriginalAmount="126.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885318" Longitude="2.335092" StarRating="2" HotelCode="27742|hotel_du_moulin" HotelName="Hotel Du Moulin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Aristide Bruant, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/1d/b01d8dc568780c64a23970fce135b983cb48b7a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Halfway between the Moulin Rouge and the Sacré Coeur, this charming hotel is located on a quiet stre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.35" OriginalAmount="126.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879506708685" Longitude="2.3363529145718" StarRating="3" HotelCode="54675|34674" HotelName="Hôtel George" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue Notre Dame de Lorette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/65/416579945c7450e836dcd68b650241b6c955bed5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is situated between Montmartre and the opera house, only steps away from the ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.39" OriginalAmount="126.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875485" Longitude="2.318303" StarRating="3" HotelCode="23658|191786" HotelName="Hôtel Augustin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Roy, 75008 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/dc/78dc6be57e6cda631758d4d204aceeba118cc6b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just 500 m from the centre of Paris where guests will discover an abundance of shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.48" OriginalAmount="126.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852688507016" Longitude="2.3090466856956" StarRating="3" HotelCode="11960|744985" HotelName="Duquesne Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 avenue Duquesne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/1c/571c2e282762953e82d23797562707d9d0df27ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 200 m from Les Invalides, and a few steps from the Eiffel Tower, the UNESCO offices and gove...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.87" OriginalAmount="126.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865028835094" Longitude="2.3417280614376" StarRating="3" HotelCode="34428|1081988" HotelName="Hotel Odyssey" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Hérold, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/ac/afac60695f52a0171b5a87705431d92b56edf933.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of an exclusive art and fashion district close to the Palais Roya...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.96" OriginalAmount="126.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831689018368" Longitude="2.3217844963074" StarRating="2.5" HotelCode="34877|1899455" HotelName="Ibis Styles Paris Maine Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Hippolyte Maindron, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/bc/d6bce6f6d2dfe75df0846b536b85111ba9068bae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel enjoys a peaceful location in the Pernety district, only minutes away from Tour ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.01" OriginalAmount="126.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878057894145" Longitude="2.3526607055226" StarRating="3" HotelCode="110492|227758" HotelName="Hôtel ibis Paris Gare du Nord la Fayette 10ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/07/7d07a0b0f97190be14798b223f62f77d9fae3bdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.27" OriginalAmount="127" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868257676538" Longitude="2.335230410099" StarRating="3" HotelCode="63223|225467" HotelName="Ascot Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, Rue Monsigny, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/49/fe49804018824cf233fef07cbfa78bd0e7a4dbab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.27" OriginalAmount="127" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876916294786" Longitude="2.3270094394684" StarRating="3" HotelCode="74037|55972" HotelName="Austin's Saint Lazare" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/c8/18c85f8d3eb78763d861f80c02339bb146b1e589.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.27" OriginalAmount="127" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852689" Longitude="2.366027" StarRating="3" HotelCode="110431|224814" HotelName="Hotel Castex" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Castex, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/21/04216e5aa44613b120c1eb3ac6a4635c231d4158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.27" OriginalAmount="127" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875365" Longitude="2.388984" StarRating="2" HotelCode="97220|224822" HotelName="De la Perdrix Rouge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Lassus, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/e3/72e3e4bb215772c95ad7451cfdcad85574ae00c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.27" OriginalAmount="127" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859116349368" Longitude="2.3554181654301" StarRating="3" HotelCode="335285|58255" HotelName="Hôtel du Vieux Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 rue du Plâtre, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dd/d0/ddd07cd24b8c8ade6acfc94ee4fb46bdd0853d18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.27" OriginalAmount="127" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832129564061" Longitude="2.3536216736106" StarRating="4" HotelCode="94394|8219" HotelName="Hôtel Mercure Paris Gobelins Place d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 bis Avenue de la Soeur Rosalie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/f7/c9f703eeda4b477c27fa00106ca5e155dc21d684.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.27" OriginalAmount="127" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84902005664" Longitude="2.3401066660881" StarRating="3" HotelCode="111145|203378" HotelName="Fontaines Du Luxembourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de Vaugirard, 75006 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/29/b429e2126ca53dee460acbb277f997d113ad4596.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.27" OriginalAmount="127" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850266" Longitude="2.373036" StarRating="2" HotelCode="151665|56061" HotelName="Luxor Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22, rue Moreau, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/89/4689f6ce5a96825179da1845c0687e8475639c77.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.27" OriginalAmount="127" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865371" Longitude="2.398261" StarRating="3" HotelCode="165998|203314" HotelName="Panam Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>208 Rue des Pyrénées, 75020 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/b9/89b98c35e5c8c36b6d7767b5427d8f2e1cf26c41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="128.49" OriginalAmount="127.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861851839952" Longitude="2.3626251518726" StarRating="3" HotelCode="101180|1192686" HotelName="Saintonge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16, rue Saintonge, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/3c/f83ca15a95e4fda269eafcdc73b12b50964577b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.50" OriginalAmount="127.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848592" Longitude="2.348118" StarRating="3" HotelCode="18014|306565" HotelName="Hotel Atmosphères" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/51/6f510300a899d0de9b02d528642f35a1cd1a4e0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The elegant hotel enjoys an exemplary location between Saint-Michel and Saint-Germain. Nearby guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.69" OriginalAmount="127.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854456009354" Longitude="2.3390109837055" StarRating="3" HotelCode="48081|1424028" HotelName="Dauphine St. Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 rue Dauphine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/96/8d96a03fb42de194b8941496780b7acc3053a27d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.90" OriginalAmount="127.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846868" Longitude="2.37282" StarRating="3" HotelCode="48366|303145" HotelName="Lyon Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Parrot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/d6/58d6ce4d7dc8ce091285baa92fcf75b08c7e4717.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated 100 m from the public transport links, 150 m from the Gare de L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.08" OriginalAmount="127.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876514093876" Longitude="2.3474653065205" StarRating="4" HotelCode="32825|2253045" HotelName="Hotel du Temps" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Montholon, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/f6/59f672e104065391856bf8ce3ac6bf591887992b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris, on a quiet street facing the Montholon gardens, between...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.28" OriginalAmount="128" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869685" Longitude="2.297497" StarRating="3" HotelCode="78972|15349" HotelName="Chambellan Morgane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Keppler, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/3b/753b4623da180e0008f172e17367c97c776e0fed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a boutique hotel with a great location in a quiet street near the prestigious Avenue Marceau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.28" OriginalAmount="128" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85044" Longitude="2.339332" StarRating="2" HotelCode="928686|200100" HotelName="Grand Hotel des Balcons" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Casimir Delavigne, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/83/e983311ad6a0829ab594a1f827b1f82af36a1d21.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.28" OriginalAmount="128" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856952270582" Longitude="2.3645687456586" StarRating="3" HotelCode="73812|55376" HotelName="Les Tournelles" 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>30 Rue de Turenne, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/92/84928bdab00a092584e4e0134363e99d9f4058ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the Marais, only a stone's throw from the Place des Vosges. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.28" OriginalAmount="128" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872866274505" Longitude="2.3449504957008" StarRating="3" HotelCode="80562|55231" HotelName="Hôtel Mercure Paris Opéra Lafayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/34/6d34bb9ffabd039a03586c0d64bd888a0356ec03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.28" OriginalAmount="128" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87625764" Longitude="2.34832955" StarRating="4" HotelCode="935457|57770" HotelName="Serotel Suites Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 rue du faubourg Poissonnière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/dc/c4dcccdca3d1e4996a58225e911bc60386d9268c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.28" OriginalAmount="128.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853618593409" Longitude="2.3074105381966" StarRating="3" HotelCode="10965|hotel_derby_eiffel" HotelName="Derby Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 avenue Duquesne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/80/98801bc648806bc955e9ff2dd4599cbdeb7b7bb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully located in the centre of Paris. Scores of shopping and entertainment venue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="129.29" OriginalAmount="128.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876542" Longitude="2.340136" StarRating="3" HotelCode="13838|113074" HotelName="Villa La Parisienne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Lamartine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/b7/14b775a51dc8e50c41ee698d896e488a605acd8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With the atmosphere of a chic and elegant Parisian home, this hotel is perfectly situated near the f...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.76" OriginalAmount="128.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848570858174" Longitude="2.2612148523331" StarRating="3" HotelCode="57794|299505" HotelName="Poussin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue Poussin, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/49/4849c3bda608375a65b300074b4ba641cebe2274.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located directly in the legendary district of Auteuil, the 16th arrondissemen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="129.90" OriginalAmount="128.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873370464828" Longitude="2.3485797643661" StarRating="3.5" HotelCode="25639|1751222" HotelName="Windsor Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Gabriel Laumain, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/c7/d4c74f6c15c7a1f3cc1ad753cd1c25cfa8cbd843.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is very conveniently located for business and leisure travellers alike. Found in the heart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="129.98" OriginalAmount="128.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883723809612" Longitude="2.342641530213" StarRating="4" HotelCode="632558|631160" HotelName="Môm’Art Hôtel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue d'Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/d1/9bd16c78ef9f81d36107c62d4c71921755e53f93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a safe, a restaurant, a café, a bar and room service. Wireless internet access in p...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859863" Longitude="2.34712" StarRating="4" HotelCode="110419|55959" HotelName="des Ducs d Anjou" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Sainte Opportune, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/91/f191db46c39e4d55da323d14153d05a4112026bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866941" Longitude="2.379524" StarRating="3" HotelCode="915018|203065" HotelName="La Nouvelle République Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Moret, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/9b/cd9b34173d49581d47c2cf13a5b2c5c086dea2f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876185796975" Longitude="2.293738072028" StarRating="2" HotelCode="378934|200425" HotelName="Hôtel Phénix" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Du Général Lanrezac, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/c3/79c372f4c4187afafa9438b4a388afdb9436fc05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848603" Longitude="2.26624" StarRating="3" HotelCode="180094|203175" HotelName="Queens Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Bastien Lepage, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/00/fe00c851062e0ce50e0feb5577db51153bc01dbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 17 rooms. Services and facilities at the hotel include a bar and room...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853509172377" Longitude="2.3378643393517" StarRating="3" HotelCode="110445|best_western_grand_hotel_de_lunivers" HotelName="Grand Hôtel De l’Univers Paris - Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Gregoire de Tours, 75006 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/2a/bf2ab7abb27a1ce41d59afbeba11ebc30585ac22.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this hotel has the perfect ambience for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866059533188" Longitude="2.368361900629" StarRating="4" HotelCode="142308|hotel_gabriel_paris_marais" HotelName="Gabriel Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 rue du Grand Prieuré, Paris 75011</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/72/b072730015070ac0ec01176663e94cca2a4dc6f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.38" OriginalAmount="129.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84801663526" Longitude="2.2871732711792" StarRating="3" HotelCode="11467|862725" HotelName="Hotel Carina Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Ginoux, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/73/3f7356c4f137f2072255a1f155b2462f5f4a1fe2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.48" OriginalAmount="129.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838346752945" Longitude="2.3207652568817" StarRating="4" HotelCode="14225|7354" HotelName="Pullman Paris Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Commandant Rene Mouchotte, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/f2/79f2888471a31848e165d3cb2d3b00038102fceb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the Montparnasse are in the south of Paris. It is situated right...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.52" OriginalAmount="129.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871945005644" Longitude="2.344229221344" StarRating="3" HotelCode="14967|390075" HotelName="Mondial" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/f5/f7f5795bf4cca2fc8b0433986d1fbf28c457227e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="130.89" OriginalAmount="129.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881109" Longitude="2.329187" StarRating="3" HotelCode="64170|1701351" HotelName="Hotel Le Cardinal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue du Cardinal Mercier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/ff/f0ff6e69affc4bb33fa1f725d4965c393f52f7f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.17" OriginalAmount="129.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875769660853" Longitude="2.3583242297173" StarRating="2" HotelCode="57225|234686" HotelName="Amiot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/bc/5fbcc7d38c266599fce5243224dbd5fde33458b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated opposite the Gare de l'Est train station and 5 minutes away from the Gar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871659" Longitude="2.308058" StarRating="3" HotelCode="71255|2052" HotelName="Hôtel d'Angleterre Paris Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>91 Rue La Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/c5/48c5421f95ad3f84f426772f5186b59bba761ba3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868488" Longitude="2.334093" StarRating="3" HotelCode="77214|200905" HotelName="Best Western Hôtel Gaillon Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Gaillon, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/d9/b2d9d1c139ce0c1610d063ac8e283637c6ce259b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858273" Longitude="2.280616" StarRating="2" HotelCode="901322|203143" HotelName="Nicolo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3, Rue Nicolo, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ca/bfca631158d0c2df0c5e35c820255f4033a82001.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843661" Longitude="2.352612" StarRating="3" HotelCode="81968|55141" HotelName="Saint Christophe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Lacépède, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/7d/047dd1ef874d53d784778e12e55dbd8ecf75502e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.53" OriginalAmount="130.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866345" Longitude="2.360494" StarRating="2" HotelCode="15677|1548718" HotelName="Hotel Paris France" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 rue de Turbigo, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/7a/df7adc3ab9e4a716e3fe1f21570051e1249a4938.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.73" OriginalAmount="130.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864299229223" Longitude="2.3361758887768" StarRating="2" HotelCode="36470|1549008" HotelName="Montpensier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12, rue Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/75/60759decc23088df60598c783cd36851cf634d6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.95" OriginalAmount="130.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8348664" Longitude="2.31811332" StarRating="4" HotelCode="613930|624460" HotelName="Niepce Paris Hotel, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Niepce, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/8b/af8bd781e55e849b40e67ffd01e805de4aa391bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.07" OriginalAmount="130.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861292" Longitude="2.286341" StarRating="4" HotelCode="34401|1547318" HotelName="Les Jardins du Trocadéro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Benjamin-Franklin, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/3b/953be0b1c3f5859384bc670cdc56f1b64954e748.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.31" OriginalAmount="131" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858437" Longitude="2.283466" StarRating="3" HotelCode="110532|56803" HotelName="Passy Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Passy, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f1/73f11797fa30c471b5bdb51bcfca77215611f867.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.31" OriginalAmount="131" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868416466643" Longitude="2.2891782224178" StarRating="3" HotelCode="200888|203145" HotelName="Hotel Pastel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79 Rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/e6/2ee6d61b08cd7fb1d0be53c3af457fe318a5d39f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet neighbourhood in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.31" OriginalAmount="131" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847603611648" Longitude="2.3517742753029" StarRating="3" HotelCode="64083|101708" HotelName="Quartier Latin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9, Rue des Écoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/97/d997888a25820229628c0a00de7bbd691557607d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the renowned Quartier Latin within a few minutes walk of the lively Boulevard St. Germain...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.31" OriginalAmount="131.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866458020121" Longitude="2.3464179039002" StarRating="0" HotelCode="410478|hotel_zora_7" HotelName="Zora" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Léopold Bellan, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/cc/a1cc0ca901dd9013c52d3848d5d8dcb80b95c270.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.31" OriginalAmount="131.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849105" Longitude="2.389206" StarRating="2" HotelCode="110500|hotel_amadeus_4" HotelName="Amadeus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Claude Tillier, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/c4/8ac44bafada9d4a30bb63af29a8d2020a9ddd1b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.66" OriginalAmount="131.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869156549822" Longitude="2.2983138994138" StarRating="4" HotelCode="303897|217468" HotelName="Suites Hôtel Helzear Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Avenue Marceau, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/fa/84fa568422aa907976ca50f9421d268f8482d637.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.71" OriginalAmount="131.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845361045777" Longitude="2.3096542060375" StarRating="3" HotelCode="36883|18041" HotelName="Vic Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>92 Boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/26/9c2625a2c39e49a3600d441c1e71ceb214ba5b91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This striking city hotel is located between the Eiffel Tower and Les Invalides. The UNESCO headquart...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="132.79" OriginalAmount="131.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83878453" Longitude="2.38076238" StarRating="4" HotelCode="60654|1129876" HotelName="Novotel Paris Centre Bercy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Rue de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/2d/4a2d1af76a7ae65cf007adc799c29a085221d8c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a 3-star hotel in a new neighbourhood in the east of Paris, 8 minutes from the centre of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="133.02" OriginalAmount="131.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877761258972" Longitude="2.2872966527939" StarRating="3" HotelCode="64626|211760" HotelName="Harvey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Bis, rue du débarcadère, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/c0/9dc002755925fb2d71e9178eb2455d6c3787b779.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="133.02" OriginalAmount="131.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837368" Longitude="2.351136" StarRating="3" HotelCode="145547|452081" HotelName="Garance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Avenue des Gobelins, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/7d/cf7d89457fbd6411553f47404e40589954156ac6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.02" OriginalAmount="131.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868933413164" Longitude="2.2974300384522" StarRating="4" HotelCode="12109|196136" HotelName="Elysees Bassano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue de Bassano, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/3c/8d3c7362025d08a83694dc9c50b8b2e7c2eea45a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated between the Champs Elysées and the Eiffel Tower in the centre of Paris, close ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.05" OriginalAmount="131.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845372519215" Longitude="2.3752677440643" StarRating="4" HotelCode="15231|230246" HotelName="Novotel Paris Gare de Lyon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Hector Malot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/a6/44a69685bcd0ec8cff96dea48a7c7d124b44fe72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right by the Gare de Lyon railway station, a 10-minute walk from the Bastille a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.12" OriginalAmount="131.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85272821694" Longitude="2.3442707955837" StarRating="3" HotelCode="34420|2253155" HotelName="Europe Saint Severin" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-40 rue St Séverin, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/cc/bccc7b742fcdcfe50c61cbc37533e62e76b5a67b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847791" Longitude="2.342283" StarRating="4" HotelCode="64609|32880" HotelName="Grand Hôtel Saint Michel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Cujas, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/d7/17d7a495e8af57ccab0a67b460370c034d572066.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Paris, this hotel is ideal for business travellers as well as families...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873022" Longitude="2.344645" StarRating="4" HotelCode="80563|203448" HotelName="Mercure Paris Opéra Faubourg Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Montyon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/bf/c1bf9624c682dea5b6827583c06bf5c5f1e1899a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quiet street in the centre of Paris, opposite the Folies Bergère and with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836199990611" Longitude="2.2527739405632" StarRating="4" HotelCode="365002|5385" HotelName="Radisson Blu Paris-Boulogne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Avenue Edouard Vaillant, 92100 Boulogne-Billancourt, Cedex</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/5b/0c5b36146d065f52f7d447c5154938810ccb6ebf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87430369519" Longitude="2.3426225781441" StarRating="4" HotelCode="336399|de_hollande" HotelName="Monsieur Cadet Hôtel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Cadet, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/dd/2bddb80137a466bf6f176ab623beb4a4a75589d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in a quarter close to the Les Grandes Boulevards. The Musée Grévin, t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.36" OriginalAmount="132.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877152" Longitude="2.345268" StarRating="3" HotelCode="11613|389295" HotelName="De L'Ocean" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Mayran, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/e1/26e17a4e9f0d0b390561bc0a56332f3538cb5668.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris between Gare du Nord train station and Opéra Garnier. The Moulin Roug...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842093347406" Longitude="2.330437046627" StarRating="3" HotelCode="110449|55591" HotelName="Hôtel Academies et des Arts" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue de la Grande Chaumiere, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/da/6bda2fe0c1c99bf5530c3f1876e5215b711f1075.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855268" Longitude="2.334438" StarRating="3" HotelCode="146827|203370" HotelName="Des Deux Continents" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25, Rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/74/8174b4b728fde2fd585fa0295fae1eb83fa36557.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879366501546" Longitude="2.355977466559" StarRating="2" HotelCode="97424|245848" HotelName="Hotel Whistler" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue de Saint-Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/13/8913ff1f9df69edf0fdfde8b491be3fa7fe7116e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.54" OriginalAmount="133.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871668024333" Longitude="2.3270845413208" StarRating="3" HotelCode="35574|1037128" HotelName="Hotel Basile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Godot de Mauroy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/32/903240361701238ee68f11107792c2075907373e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is ideally located at the heart of Paris, between the Place de la Madeleine and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.55" OriginalAmount="133.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="3" HotelCode="970380|821451" HotelName="Oh La La! Hotel Bar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue De La Roquette, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/2f/862f5fb0e21b70a5150f759f6461e801fcb2f704.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.90" OriginalAmount="133.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840289" Longitude="2.352039" StarRating="2" HotelCode="14089|303235" HotelName="Maxim Quartier Latin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue Censier, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/70/1c70928a34c5c2acbacb338fcad0eef1e5bbe50e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel is located in a quiet position in the Latin Quarter near the student area. The botan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.90" OriginalAmount="133.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841597616304" Longitude="2.3279562592506" StarRating="3" HotelCode="32580|941995" HotelName="Lenox Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Delambre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/13/b91366051ca617c3bbb4232964e974c5dab57848.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The traditional city hotel is situated close to Saint-Germain-des-Prés and the Porte de Versailles. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.92" OriginalAmount="133.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840602" Longitude="2.334445" StarRating="3" HotelCode="25337|300765" HotelName="Novanox" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>155 Boulevard du Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/73/ef7372c0ebcd38910e01c2d192e24e28bab33d7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 6th arrondissement just behind the Jardin du Luxembourg, between the Vav...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.02" OriginalAmount="133.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849838134652" Longitude="2.2832331061363" StarRating="4" HotelCode="32599|110642" HotelName="Novotel Paris Centre Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Quai de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/39/0239b4d5f2d87dcf675583d6b759aa51e64ee84a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegantly appointed hotel enjoys a wonderful location on the Seine, just about 700 m from the m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.02" OriginalAmount="133.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87948134614" Longitude="2.2849885027356" StarRating="4" HotelCode="50601|7344" HotelName="Le Meridien Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>81 Boulevard Gouvion Saint-Cyr, 75848 Cedex 17, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/9d/d99ded67eb676a5b4eea32d7d37e2d848b75b5dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Paris opposite the Palais des Congres, this international hotel lies just a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.08" OriginalAmount="133.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876074844451" Longitude="2.2963705658913" StarRating="3" HotelCode="34429|389265" HotelName="Emeraude Plaza Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Avenue de Wagram, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/14/3a14075e1bc239341229eb7dfc12fdceff35fd06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few steps from the Arc de Triomphe and the Champs-Élysées. The nearest ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.18" OriginalAmount="133.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.862240924618" Longitude="2.3394736647606" StarRating="2" HotelCode="29484|336625" HotelName="Timhotel Le Louvre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 rue Croix des Petits Champs, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/fa/8efa38a3331d683aabd2e411008dacb50a56d20e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central locationin the centre of Paris, close to the renowned Louvre Museum and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.26" OriginalAmount="133.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875621552569" Longitude="2.3041749101748" StarRating="4" HotelCode="12218|191886" HotelName="Etoile Saint Honoré" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>214 Rue du Faubourg Saint-Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/e5/f0e5c2e05c2e0d7eb699f192c9ab5c3f24f1d6b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spacious and inviting hotel is situated at the centre of Faubourg Saint Honoré, which is famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.34" OriginalAmount="134" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852555" Longitude="2.319179" StarRating="3" HotelCode="78730|53795" HotelName="Hôtel de Suède" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue Vaneau, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/06/dd06b21e292878b57a5a513ed5e19a107a3f2c5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a beautiful residential district within walking distance of Saint-Germain-d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.34" OriginalAmount="134" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850254" Longitude="2.342261" StarRating="2" HotelCode="180042|44495" HotelName="Le Petit Belloy Saint-Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Racine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/3f/1f3fb52e1b6c378dd2909ce1a8efd6396c98df5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.34" OriginalAmount="134" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858688" Longitude="2.282726" StarRating="3" HotelCode="89356|58700" HotelName="Gavarni" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Gavarni, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/ac/eeac0e25a4969901af78f8d37a8df74e1beeda6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.34" OriginalAmount="134" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8535367" Longitude="2.3432116" StarRating="3" HotelCode="224984|224987" HotelName="Le Clos Notre Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue de l'Hirondelle, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/c8/83c8b98af9a3e0d3954a09aeb2d4b2d73be0aa28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.34" OriginalAmount="134" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85301148015" Longitude="2.346576154232" StarRating="3" HotelCode="160366|55201" HotelName="Notre Dame Saint-Michel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Quai Saint-Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/26/0226f1e7ab411f976d2ff54aef562c2dd4ce5689.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.34" OriginalAmount="134" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84537" Longitude="2.3255369999999" StarRating="3" HotelCode="337143|55114" HotelName="Legend" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>151 Rue de Rennes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/05/af05fd8f0d6f7048fa25f0b125917dbaa4f7fc89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This delightful hotel lies on the left bank of the river Seine, within the famous triangle between t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.34" OriginalAmount="134" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876149" Longitude="2.283504" StarRating="3" HotelCode="94392|55165" HotelName="Hôtel Résidence Impériale" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>155 Avenue de Malakoff, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/c6/e7c667f17a65d1ee56d07cd4412c5630f9a8993b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.34" OriginalAmount="134" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850379802059" Longitude="2.2927046747096" StarRating="4" HotelCode="74456|35832" HotelName="Hôtel Mercure Paris Tour Eiffel Grenelle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/30/1430d783f0b4a9110190056f1cb7333fb2d37432.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is superbly located near to the Champs-Élysées, the Eiffel Tower, Napoléon's grave and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84121338" Longitude="2.3238244" StarRating="2" HotelCode="502254|hotel_de_la_tour_8" HotelName="Hotel de la Tour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 boulevard Edgar Quinet, Montparnasse, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/0b/570b4fb46ea1fa5d4d459c2c3a4d5bbaa2a46698.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85015682" Longitude="2.34764514" StarRating="0" HotelCode="502643|hotel_studia" HotelName="Hotel Studia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Boulevard Saint Germain, 5th Arrondissement, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/e6/26e67dbbfb211eccf8b0b3d76b22717365c25ad9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.888233386464" Longitude="2.3470111434818" StarRating="1" HotelCode="336549|hotel_azur_montmartre" HotelName="Hotel Azur Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="24 Hour Front Desk,Elevator,Housekeeping,Internet,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Ramey, 18th Arr., 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/06/5e0677902217cdf4262acb70c1d2dd90494e27f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hôtel Azur Montmartre in Paris (Montmartre - Sacre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.36" OriginalAmount="134.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886000234584" Longitude="2.3350936174393" StarRating="3" HotelCode="23659|305345" HotelName="Hotel Des Arts Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Garden,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Tholozé, 75018 Paris, Montmartre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/9a/339ae1f8fbc83df8f958729658bae796492d569b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located at the heart of Montmartre, some 100 m from the Moulin de la Gale...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.58" OriginalAmount="134.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848844437287" Longitude="2.2978055477142" StarRating="3" HotelCode="36930|300975" HotelName="Citadines Tour Eiffel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>132 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/94/92940351d18bec7d4f77c9037c182c3fcabd04a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the former village of Grenelle, not far from the UNESCO headquart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.65" OriginalAmount="134.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881676302884" Longitude="2.3229385129532" StarRating="3" HotelCode="10414|6944" HotelName="Hôtel Astoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 rue de Moscou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/54/2b54219a85cf21388719abff5c655e33cd260a34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located on a quiet street between the opera house and Montmartre. Restaurant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.83" OriginalAmount="134.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850406" Longitude="2.342375" StarRating="3.5" HotelCode="10796|190196" HotelName="Belloy Saint-Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Racine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/e6/18e65ab4a95c4a745ff7028fe2ab04a47686a983.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is centrally located the historical Saint Germain district of Paris. Numerous sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.13" OriginalAmount="134.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874358715335" Longitude="2.3420964072276" StarRating="3" HotelCode="24547|1037355" HotelName="Hôtel ibis Paris Grands Boulevards Opéra 9ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue du Faubourg Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/0b/ef0b74f2133f9bd026e7772ab92fc674cd2e6c3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857561" Longitude="2.303093" StarRating="2" HotelCode="154259|203392" HotelName="Hôtel de la Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue de l'Exposition, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/c6/66c66ff977857a46cc0e45ec7fc37340f102c708.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885076923024" Longitude="2.3250943422318" StarRating="5" HotelCode="74066|261214" HotelName="Eldorado" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue des Dames, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/82/94822c248b1925fb0a0d70788eec24cb8b08a85c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866797" Longitude="2.335901" StarRating="2" HotelCode="110424|261229" HotelName="Opera Maintenon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 rue Sainte-Anne, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/6d/b66dbf92b7f1e4b50660b1d2a54bbf845b04588e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882343331612" Longitude="2.3050092828289" StarRating="3" HotelCode="332159|54283" HotelName="Hotel Splendor Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue Cardinet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/15/be1566a579ef1cc9d4555279c4d402b23c769847.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the prestigious 17th arrondissement, this hotel is just steps from the Arc de Triomphe, t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872786" Longitude="2.344934" StarRating="3" HotelCode="110483|56535" HotelName="Ibis Styles Paris Lafayette Opéra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/5 Rue de Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/ee/03ee56f7a855519e8f5ce3e0ed0eef1913f21c20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85921914" Longitude="2.34731106" StarRating="0" HotelCode="488364|238981" HotelName="Milestay - Halles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Des Halles, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/1c/4d1c413a9d8ca2c61b118b2f6c93ca2012757707.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874752876977" Longitude="2.3290901398811" StarRating="4" HotelCode="408750|11896" HotelName="Residhome Paris-Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Joubert, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/d8/06d8fb4740b6d1a328defe9e3129534b94c77644.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the vicinity of this apartment hotel are the finest department stores, the Opéra Garnier and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.51" OriginalAmount="135.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875994" Longitude="2.2939" StarRating="4" HotelCode="26745|1036668" HotelName="Balmoral" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Du General Lanrezac, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/8f/bb8f1dc9008ee8abb89a0647e562dcc936008d37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="136.61" OriginalAmount="135.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881894145356" Longitude="2.2792460024357" StarRating="2" HotelCode="37278|18080" HotelName="Roule" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue Du Roule, 92200 Neuilly Sur Seine, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/d4/9bd42047e201c7f3a44f6478cbc33e20e0848438.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Peacefully located, this hotel is situated in the suburb district of Neuilly sur Seine. The Parisian...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.71" OriginalAmount="135.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866226" Longitude="2.366859" StarRating="4" HotelCode="26707|940925" HotelName="Le General" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Rue Rampon, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/77/9577144cd69aad41360c4157530ecb1a07ea6261.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street at the heart of the French capital just a short distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.73" OriginalAmount="135.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87215" Longitude="2.326266" StarRating="4" HotelCode="25342|1025838" HotelName="Hotel Chavanel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Tronchet, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/d5/30d568a98b8c940491ed4cec22fad5473a515e4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located at the heart of the fashion and theatre district, just a few minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="137.27" OriginalAmount="135.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838582" Longitude="2.315039" StarRating="4" HotelCode="60919|1287829" HotelName="Novotel Paris Centre Gare Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue du Cotentin, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/48/ca48859fb513b08b86af20fbe2b2813a3a26f0bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Montparnasse, close to the TGV station Atlantique. In the imme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853128056686" Longitude="2.344692093254" StarRating="3" HotelCode="65598|54298" HotelName="Albe Hotel Saint-Michel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue de la Harpe, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/ec/e9eccb0523a09d80a6d022e1f86175362b8cd367.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87563912" Longitude="2.35812872" StarRating="2" HotelCode="325036|249598" HotelName="Grand Hôtel de l’Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>74 Boulevard de Strasbourg, 75010 Paris, Ile De France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bf/3c/bf3c3dfc9790b52c554850fc5ea077a01a747287.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874214" Longitude="2.30453" StarRating="4" HotelCode="337168|17824" HotelName="George Washington" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Washington, 75008  Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/48/8b48d376cb8cd55e36855e3404ac4af2bbd95d94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasing, up-market hotel is quietly situated on Rue Washington, very close to the Champs-Élysé...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.862847" Longitude="2.338199" StarRating="3" HotelCode="110421|224992" HotelName="Louvre Bons Enfants" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Rue des Bons Enfants, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/cb/3ecbef6cb8e241f5041044666494efa02b92dffc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877141319935" Longitude="2.2936745335214" StarRating="3" HotelCode="82231|55956" HotelName="Best Western Star Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue de l’Arc de Triomphe, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/68/0668f3b59d70d34be031eed8abbe824e96e7bb3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests will really appreciate the peace and quiet of this city business hotel on the Rue de l'Arc de...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875173755287" Longitude="2.3220930468511" StarRating="4" HotelCode="259891|279998" HotelName="Hotel Le Belleval" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue de la Pépinière, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/cd/f5cd3a0a950712479f2f8da83062d90c06ee86e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the heart of the most desirable district of Paris, a stone's throw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881368" Longitude="2.328286" StarRating="4" HotelCode="142093|17591" HotelName="Hotel Design Secret de Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue De Parme, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/4e/e64e7f6526cad9750c79187fe04ab466573357e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is nestled in the Trinité neighbourhood, a few short steps away from the city's shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877963656687" Longitude="2.3875173926353" StarRating="3" HotelCode="24650|298655" HotelName="Aparthotel Adagio Paris Buttes Chaumont" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Cours du 7ème Art, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/a4/dca45e91c5b74921fca60135ac475dc84e79d3e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Paris' 19th arrondissement in the Buttes-Chaumont distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849245095613" Longitude="2.342212870717" StarRating="4" HotelCode="14271|dacia_luxembourg" HotelName="Le Lapin Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Boulevard Saint-Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/19/0419ab3055edef074bb6314dc1b3379a88efbd0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris, just a few minutes' walk from the Luxembourg Gardens and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.40" OriginalAmount="136.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87598" Longitude="2.342063" StarRating="3" HotelCode="14090|302365" HotelName="ibis Paris Opéra la Fayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/c1/59c1f27d48a407ce0f752126e0357a72e139d6ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located at the heart of Paris, with countless shopping venues, bars, r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.46" OriginalAmount="136.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871699780229" Longitude="2.2909659147263" StarRating="3" HotelCode="11928|7144" HotelName="Hotel Du Bois Paris Champs-Elysees" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue du Dome, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/12/2712852d783e51c7207c550e0b8e7798f7c92e65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical hotel is over 100 years old and is located directly near to the eminent Champs Elysé...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="137.51" OriginalAmount="136.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86984758" Longitude="2.29908713" StarRating="3" HotelCode="592682|619327" HotelName="Suites et Hotel Helzear Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Christophe Colomb, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/78/4378c13f84518da5be60ef8df24ab7e2a8e42cda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.69" OriginalAmount="136.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876011" Longitude="2.296228" StarRating="3" HotelCode="56961|191856" HotelName="Elysees Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1, Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/84/a484934fb8290ef5840ac5002d3d6fc812c3f68b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a peaceful side street, only a few metres from Etoile and the Champs Elysée...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.74" OriginalAmount="136.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85555610416" Longitude="2.3409353440297" StarRating="4" HotelCode="47465|1015745" HotelName="Citadines Saint-Germain-des-Prés Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 ter Quai des Grands Augustins, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/61/b1610c724be38789871695c7be9d393c11767d20.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the legendary district of St. Germain, the area of cultural tre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.06" OriginalAmount="136.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871653028485" Longitude="2.3349802941084" StarRating="4" HotelCode="34430|1890015" HotelName="The Chess" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue du Helder, Bezirk 9, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/6c/106c901886be800bff575d9202c33611c6ec2a4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the heart of Paris, near the Opéra Garnier and the department stores (Galeries La...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882847500676" Longitude="2.3346510529518" StarRating="3" HotelCode="25640|10622" HotelName="Royal Fromentin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Fromentin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/15/5815b474b04893c0a4f5e2b8c0fbed2faa371e30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86753549" Longitude="2.34703601" StarRating="3" HotelCode="487181|203318" HotelName="Casa Ô" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue Réaumur, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/c8/70c8ce28ad76374ac9caa660aeac11b84b4c9c98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875013" Longitude="2.341613" StarRating="4" HotelCode="13806|19868" HotelName="Eugène en Ville" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/2d/452dc52d92648679615c5433e445bf4a1fea6538.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85161897455" Longitude="2.2978980839252" StarRating="4" HotelCode="30121|7232" HotelName="Hôtel Le Marquis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Dupleix, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/92/d192318dbb6a2fcc70d2c34aa2151cb559e83039.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated in a quiet district, close to the Eiffel Tower and the Dôme des Inval...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859952" Longitude="2.309346" StarRating="3" HotelCode="151112|225006" HotelName="Hotel Le Pavillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Saint Dominique, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/f3/c0f394915eb6871cec3279283b2db2372715c80c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Le Bourget (LBG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870558" Longitude="2.326352" StarRating="4" HotelCode="180057|de_seze_hotel" HotelName="De Seze" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Sèze, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/a0/8da0a9144f60711a1210c01325bd87fbf3fd2fb4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841354890108" Longitude="2.326220870018" StarRating="2" HotelCode="74051|hotel_des_bains_9" HotelName="des Bains" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue Delambre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/f3/7df334b99f4bb95ef27737faa9fbba276eb1da52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.40" OriginalAmount="137.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866285107221" Longitude="2.285841446379" StarRating="3" HotelCode="16674|301035" HotelName="Citadines Trocadéro Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 bis Rue Saint-Didier, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/64/5b647ded844cad25dc3ead1cb0ede6059a98869d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located next to Place du Trocadero (a 5-minute walk), and shopaholics will b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.41" OriginalAmount="137.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853957444119" Longitude="2.367462515831" StarRating="3" HotelCode="38598|1082328" HotelName="Bastille Speria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Bastille, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/4b/324bdf822a67a5816fcddf8b399cc8037aa7da78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.58" OriginalAmount="137.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86640508807" Longitude="2.3400101065636" StarRating="3" HotelCode="18610|336665" HotelName="Timhotel Palais Royal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de la Banque, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/8e/8b8e3e50dc4fb2238c51b36d6c02c79ef2bcbf73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical hotel is centrally located close to the Louvre and the opera house (both lie within ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.69" OriginalAmount="137.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871069951175" Longitude="2.3395447432995" StarRating="4" HotelCode="47982|763455" HotelName="Mercure Paris Opéra Louvre Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Rue de Richelieu, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/5a/6a5aea29bbe0082e7606914daf9f2cc132e5f07c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the centre of Paris, near the Opéra Garnier and department stores, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.78" OriginalAmount="137.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839956764319" Longitude="2.3236539959908" StarRating="4" HotelCode="29761|229606" HotelName="Mercure Paris Gare Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de la Gaite, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/01/c2/01c25c6faeaab3c76374386309eaef82d5fdab1a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869336" Longitude="2.349524" StarRating="3" HotelCode="180058|56813" HotelName="Bonne Nouvelle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 rue Beauregard, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/21/5621ca28a0b8ae4c433218f70f17aee80318d149.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 20 rooms. Individual storeys are accessible via the lift or stairs. A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848929691528" Longitude="2.3468553909261" StarRating="3" HotelCode="34425|54294" HotelName="Claude Bernard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/6d/da6d44321bca09acd5867862867d5d9e5eb7da08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871327529282" Longitude="2.3192524909973" StarRating="4" HotelCode="74024|55946" HotelName="Hotel du Ministere" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue de Surene, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/73/ae7357719361bb7315079bece535ab054e588ed4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875039329539" Longitude="2.3048329353333" StarRating="4" HotelCode="337164|39462" HotelName="Champs Elysees Friedland" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 rue du Faubourg Saint-Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/bd/24bdd94ffa91ad684a97a955866adc5cc29b20a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Paris on a famous street, within paces of the Champs-Él...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86382363" Longitude="2.37502862" StarRating="0" HotelCode="726908|348471" HotelName="Les Deux Girafes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Passage Beslay, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/07/1b07f6e04d06612a9309faa87b837200818ed63f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874831" Longitude="2.290716" StarRating="4" HotelCode="65591|37181" HotelName="Montfleuri Hotel Arc de Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Avenue de la Grande Armée, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/c4/63c4693129d66002ac415d1aa38cf4912f750dda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an outstanding location in the very heart of Paris, only a few metres away from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.39" OriginalAmount="139" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856597" Longitude="2.355765" StarRating="3" HotelCode="74011|203355" HotelName="de Nice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue de Rivoli, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/7b/497b351f218dc54456fa7e488caf6345e7fc8927.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="140.80" OriginalAmount="139.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875647939708" Longitude="2.3038284480572" StarRating="4" HotelCode="12870|115362" HotelName="Hôtel Royal Garden Champs-Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218-220 Rue du Faubourg Saint-Honoré, 8ème Arrondissement, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/00/1f0020d2cf029a46ac9fba26ba96a763214cc175.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A short stroll from the Arc de Triomphe, the hotel enjoys an ideal location in Paris. It is situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.91" OriginalAmount="139.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890593" Longitude="2.240926" StarRating="4" HotelCode="29320|7224" HotelName="Hilton Paris la Defense" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Place De La Defense Cnit, BP 210, 92053 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/f1/8cf19eff461671e03a3fdb3be573666117a6af4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel lies in the largest shopping and office centre of Europe, with over 1,50...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.11" OriginalAmount="139.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85495633443" Longitude="2.3633453249931" StarRating="3" HotelCode="50289|303455" HotelName="Turenne Le Marais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue de Turenne, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/b1/e3b1b6396ca384d99aa8428d08f5c21331def015.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel is centrally located, lying amidst noble palaces that date back to the 17th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="141.32" OriginalAmount="139.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871912" Longitude="2.326054" StarRating="3" HotelCode="67794|3315754" HotelName="Massena" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Tronchet, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/84/0984fb52239d230ebd25f240f9826e195471b1ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.32" OriginalAmount="139.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875180457194" Longitude="2.3327949643135" StarRating="3" HotelCode="31789|104382" HotelName="Helios Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75 rue de la Victoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/92/46924d952b82cef4cc4cfee0274610ef88525e6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the Opera Garnier district, the hotel enjoys an exceptional location for leisure and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.40" OriginalAmount="140" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852776751248" Longitude="2.3440843820572" StarRating="4" HotelCode="74017|35806" HotelName="Royal Saint-Michel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 boulevard Saint-Michel, 75005 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/8a/8f8a06ce9d9c8b6d8f3e06282ac2809eec8109a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.57" OriginalAmount="140.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879207541196" Longitude="2.3556600911134" StarRating="3" HotelCode="32507|1888415" HotelName="Hôtel ibis Paris Gare du Nord TGV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Rue De Saint-Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/14/6e14ead801e9147d93c33310311408fbd1e374ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.11" OriginalAmount="140.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849723410386" Longitude="2.3096233606339" StarRating="4" HotelCode="34404|79054" HotelName="Hotel Villa Saxe Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Villa De Saxe, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/8a/4c8a6ca9d40f5e28f6ba545cff040e8374e3a1e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel enjoys a central, yet peaceful location in the French capital. An abundance of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84802" Longitude="2.342185" StarRating="2" HotelCode="212018|200185" HotelName="Cujas Pantheon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18, rue Cujas, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/86/d3869cde34dfccf459b3e237c34728bc372fe60e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880869334266" Longitude="2.3374271392822" StarRating="0" HotelCode="75640|62891" HotelName="Grand Pigalle Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/zz/97adc73d467710c77b6961a63cc364b6a0b5a156.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris. For business travellers as well as families, it provides...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866411157476" Longitude="2.3269184110451" StarRating="3" HotelCode="110420|54278" HotelName="Hotel Du Continent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue du Mont-Thabor, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/c8/39c8069152e1a085c0f16372658c30b313eec50e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87004" Longitude="2.311159" StarRating="4" HotelCode="89354|50424" HotelName="Best Western Plus Elysee Secret" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Ponthieu, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/46/f54648b2ae7e527fd3f9f7e7c01c44a03131f7ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Rue de Ponthieu in Paris's 8th Arrondissement at the heart of the prestigiou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831659" Longitude="2.340073" StarRating="4" HotelCode="16819|1592" HotelName="Paris Marriott Rive Gauche Hotel &amp; Conference Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Boulevard Saint Jacques, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/93/f8937882247633aff71bcfb0dc83e572cc960264.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located close to the Latin Quarter and Saint-Germain-des-Prés. Restaurants...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.47" OriginalAmount="141.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886488780318" Longitude="2.3356421291828" StarRating="2" HotelCode="50290|2240125" HotelName="Best Western Plus Hôtel Littéraire Marcel Aymé" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Tholoze, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/ee/c7ee21214487b2dd72ccb51541a942d7bd90e4df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel, recognisable by its typical Montmartre corner frontage, is located between the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.01" OriginalAmount="141.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849142856841" Longitude="2.3471908316656" StarRating="4" HotelCode="11326|1589968" HotelName="Hôtel Les Bulles de Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Garden,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/54/9754a3c4bb20f6c6d2b4378d8c11edc2d6184ab6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and warm establishment is situated in the heart of the Quartier Latin and Saint-Germain...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.13" OriginalAmount="141.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848376704348" Longitude="2.342617213726" StarRating="4" HotelCode="37860|1643428" HotelName="Select Hôtel Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 place Sorbonne, 75005 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/45/6d450755efbcc439be915b32cb6ba51c016884b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.19" OriginalAmount="141.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.844515" Longitude="2.308812" StarRating="3" HotelCode="32505|389495" HotelName="Hotel the Originals Paris Eiffel Tower Lecourbe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue Lecourbe, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/14/42149f35b48805411d295c7ecf83dec1e4e08fbe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.31" OriginalAmount="141.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87583669556" Longitude="2.2896811366081" StarRating="2" HotelCode="25129|2254485" HotelName="Hotel Marmotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Avenue de la Grande Armée, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/zz/dbada8177a3df1f6c16bb6944bbd30a1f2d42b69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.41" OriginalAmount="141.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875534" Longitude="2.318752" StarRating="3" HotelCode="34412|761965" HotelName="Maison Malesherbes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 place Saint Augustin, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/d2/e4d27dc7ae8ef1aaf21ca74da9ffc5ec6cdb4fff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846313332179" Longitude="2.3718908429146" StarRating="3" HotelCode="74067|200899" HotelName="Azur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/71/6a71434fb7245ec4a5c774bc90e3cc99863d5233.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856258" Longitude="2.305191" StarRating="3" HotelCode="110478|203396" HotelName="Relais Bosquet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Champ de Mars, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/4e/5f4e5bdaf4735b10082d101500075e67b827f853.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856953" Longitude="2.35529" StarRating="3" HotelCode="410474|grand_hotel_du_loiret_" HotelName="Hôtel du Loiret" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue des Mauvais Garçons, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/ee/c1eec01af7b9ff328c3699f9b7a16aac8c77a153.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.45" OriginalAmount="142.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.892578756225" Longitude="2.2329153898585" StarRating="4" HotelCode="24651|7704" HotelName="Renaissance Paris La Defense" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Jardin de Valmy, 92918 Paris, La Defense Cedex</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/43/33438d96e7f86a6b5cd1ca4d2f28f0b4ed549783.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.66" OriginalAmount="142.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88106865373" Longitude="2.3371508717537" StarRating="2" HotelCode="18924|303705" HotelName="Victor Masse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 bis rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/6e/5b6e2377b37fb531a6a95d85985bb9297d39916a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in a typical Parisian quarter, full of history, close to numerous caf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.10" OriginalAmount="142.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874677688105" Longitude="2.30578109622" StarRating="3" HotelCode="15940|85070" HotelName="Hôtel Plaza Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 Boulevard Haussmann, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/e6/b8e68b055ee79c2505c45653751631913fc275d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Paris, some 200 m from the Champs Elysées. The George V métro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="144.34" OriginalAmount="142.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841226024086" Longitude="2.3301489651203" StarRating="3" HotelCode="60656|98919" HotelName="Mercure Paris Montparnasse Raspail" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>207 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/4c/574c0731b7d5b9f474384f7e149e1f641e6972ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.43" OriginalAmount="143" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856637" Longitude="2.307206" StarRating="3" HotelCode="110463|55273" HotelName="Beaugency" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Duvivier, Paris 75007</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b0/87b0960083d14efecc4a0b5eb5110d056775288d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The air-conditioned hotel is located between the Esplanade des Invalides and the Eiffel Tower at the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.43" OriginalAmount="143" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84510998" Longitude="2.37136323" StarRating="3" HotelCode="769099|348339" HotelName="Courtyard Paris Gare De Lyon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>209-211 Rue De Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/42/c34253f3353c8422fd137c2e24a6ced6dd6dacc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is set in Arr12/13:Bastille-Bercy. There are a total of 249 units on the premises. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.43" OriginalAmount="143" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87225746" Longitude="2.35849518" StarRating="0" HotelCode="979917|422870" HotelName="Le Grand Quartier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue De Nancy, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/4b/874b6ba57fccb53abb8a81729cc8ebed0dfbdcc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.43" OriginalAmount="143" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839875558845" Longitude="2.3030760884285" StarRating="4" HotelCode="67806|13293" HotelName="Novotel Paris Vaugirard Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>257 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/bc/e7bc427aafda650fde4b518d1f57f475423dec3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is well-connected to the city centre by metro and yet offers a tranquil haven in the capi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.43" OriginalAmount="143.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864510713233" Longitude="2.3404931691009" StarRating="3" HotelCode="303903|hotel_crayon_rouge_by_elegancia" HotelName="Crayon Rouge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue Croix des Petits Champs, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/76/4a763509b39f3a3366e99224d8632c5b847f6038.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="145.03" OriginalAmount="143.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870441" Longitude="2.307681" StarRating="3" HotelCode="47601|191336" HotelName="Hotel Le Colisée" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue du Colisée, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/94/e69476790de26cab580b1a3df3511262aae791fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="145.40" OriginalAmount="143.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881991175557" Longitude="2.3409117014482" StarRating="4" HotelCode="44017|352375" HotelName="Carlton's Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Boulevard Rochechouart, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/17/a217d35a58996eb187e6a29f3d52c03940e860f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel is located at the foot of Montmartre and close to Sacré-Cœur as well as the M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.44" OriginalAmount="144" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856363" Longitude="2.309557" StarRating="3" HotelCode="110472|348040" HotelName="Empereur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Chevert, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/6f/3c6f803d791d3002ff118bc303ad929a816dd041.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.44" OriginalAmount="144" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878288996943" Longitude="2.2949949417371" StarRating="4" HotelCode="74060|54276" HotelName="Mercure Paris Arc de Triomphe Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/b4/b5b403f988972e35d743e1681f4fb2d7cd44e9e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.44" OriginalAmount="144.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841350476894" Longitude="2.3260760307312" StarRating="3" HotelCode="187843|hotel_delambre_2" HotelName="Delambre Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 rue Delambre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/6c/4a6cac4edfe7bdfee61e155589529ce43cdfc460.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="145.47" OriginalAmount="144.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869189" Longitude="2.320504" StarRating="4" HotelCode="47252|299415" HotelName="Hotel De Castiglione Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-40 Rue Du Faubourg Saint Honore, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4a/e9/4ae91e35edd3e326d5401b9f6fba4bb11e193d66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is located centrally in the Faubourg St-Honoré and is around 100 m from the Cham...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="145.49" OriginalAmount="144.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842987752764" Longitude="2.3422631621361" StarRating="4" HotelCode="34416|R6J" HotelName="Relais Saint-Jacques" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de l'Abbe de l'Epee</AddressLine>
          </AddressLines>
          <PostalCode>(0)143261781</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/2a/1c2ab35aac4d482715bbb9952c70e0a361044a1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="145.61" OriginalAmount="144.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880036770038" Longitude="2.3289352655411" StarRating="4" HotelCode="25006|1013785" HotelName="Hotel R de Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue de Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/69/fe692e177e8c895bdba60a454c21360778cb9ccb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="145.76" OriginalAmount="144.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860544588477" Longitude="2.368002728836" StarRating="4" HotelCode="13548|258376" HotelName="Les Jardins du Marais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>74 rue Amelot, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/3a/0d3a8303425ab96bc15c69bb5cc635ff4c608596.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming family-friendly boutique hotel is nestled in the heart of historical Paris, in the fam...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="145.77" OriginalAmount="144.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842906" Longitude="2.329846" StarRating="3" HotelCode="25339|302775" HotelName="Jardin le Brea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 rue Bréa, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/9f/ec9f1f928d3fc156356f54ea5059a849f78b6de3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a very lively street, with bars, restaurants and theatres, a few metres from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="145.81" OriginalAmount="144.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8748754" Longitude="2.3260143" StarRating="4" HotelCode="14788|351045" HotelName="Mercure Paris Opéra Garnier Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de L'isly, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/d9/69/d969c6596fbd3cfea812c70c5b7469cfdb00ede9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of the French capital, just a short distance from the Opéra Garnier and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="145.97" OriginalAmount="144.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873239917038" Longitude="2.3024860024452" StarRating="4" HotelCode="32041|7044" HotelName="Hotel Chateaubriand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Chateaubriand, Champs Elysées, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/13/04134c33713ac6e94e8e21c4ee85d89b0d63a000.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is centrally located at the heart of Paris' business district, just 200 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855604" Longitude="2.269735" StarRating="3" HotelCode="144692|56062" HotelName="Beausejour Ranelagh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99, rue du Ranelagh, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/b6/ffb6517ec863dca44f1e15082f2f180c3e677c30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848558502953" Longitude="2.2987604141235" StarRating="3" HotelCode="89350|224978" HotelName="Hotel Grenelle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>140-142 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/zz/43ad4197fd6f6a5eeb3a96e2f182d4f53325805b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858032" Longitude="2.353068" StarRating="3.5" HotelCode="147111|224966" HotelName="Duo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11, rue du Temple, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/51/b65190b30a0e540c3e1273f7252189f08da03727.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846215" Longitude="2.340929" StarRating="3" HotelCode="67792|224973" HotelName="Elysa Luxembourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Gay-Lussac, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/59/ae59d8238d8588590a5b5720b6b3668db81c8038.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the left bank area of Paris, a stone's throw from the Jardin du Luxembourg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866507" Longitude="2.337239" StarRating="2" HotelCode="180110|203291" HotelName="Louvre Richelieu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue De Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/5d/f35d700c982c12663ad7cc4a99d569acebda8fa5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 13 rooms. Services and facilities at the hotel include a bagga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869902696063" Longitude="2.3504430206643" StarRating="3" HotelCode="199731|230887" HotelName="Le Clery Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard Bonne Nouvelle, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/70/537037bbe5db978ea6aa9482700ed2372d376aaf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87972553" Longitude="2.3573708" StarRating="2" HotelCode="151824|marciano_hotel_gare_du_nord" HotelName="Hotel Habituel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168 Rue du Faubourg Saint Denis, Paris 75010</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/d7/34d73768b88dd8217c6648b7f3b1406048f7d52b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="146.60" OriginalAmount="145.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849812098764" Longitude="2.2854853730164" StarRating="4" HotelCode="75641|1039969" HotelName="Aparthotel Adagio Paris Centre Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue du Théatre, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/b2/dab29aac9522bff8ea7cbf001b61c3ebca46fef3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the 15th arrondissement, in the centre of Paris, this apartment hotel is ideally situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.87" OriginalAmount="145.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875615" Longitude="2.295667" StarRating="3" HotelCode="16216|751905" HotelName="Princesse Caroline" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Troyon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/3a/c13ab002ea86744302fea50317d4cfddd470e78a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is close to the Champs-Élysées (1500 m), the Arc de Triomphe (450 m), and the major luxury...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884034" Longitude="2.314986" StarRating="3" HotelCode="68260|37471" HotelName="Jardin de Villiers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Claude Pouillet, Paris 75017</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/32/de32db31881d1dba23c3d3bc2f2008868d87a2d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on a quiet street in a typical Parisian neighbourhood, this is an ideal address for both bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85384" Longitude="2.338686" StarRating="3" HotelCode="110454|200638" HotelName="Le Regent" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61, rue Dauphine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/92/fb92ee1a1ad25b3158791b00780954e8ed47527e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882113958738" Longitude="2.2820589889897" StarRating="4" HotelCode="300279|ac_hotel_paris_porte_maillot" HotelName="AC Hotel by Marriott Paris Porte Maillot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Gustave Charpentier, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/d9/6cd978d72c749d5985fe553f4050dace56007e2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855573674842" Longitude="2.3632333934064" StarRating="3" HotelCode="429927|hotel_jeanne_darc_le_marais" HotelName="Hôtel Jeanne D'Arc Le Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Housekeeping,Internet,Kitchen,LCD/Projector,Luggage Storage,Pets allowed,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de Jarente, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/3a/c43a83043a7d9fa4a9073127d616970dc413b11d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the city centre of Paris. It is close to the Place des Vosges and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865236" Longitude="2.336291" StarRating="3" HotelCode="58701|pavillon_louvre_rivoli" HotelName="Pavillon Louvre Rivoli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Molière, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f1/42f1c2685a2e09da3722b6ffbd2693802bfa2d64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an exceptional location, right in the heart of Paris. It is just a few minutes from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.72" OriginalAmount="146.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873103" Longitude="2.325523" StarRating="3" HotelCode="180048|327820" HotelName="Hotel Le Malown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Greffulhe, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/73/b47383a4ecbf94bc1517120af1988737b2a26751.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests attractive accommodation units, as well as a range of facilities for a comfo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.94" OriginalAmount="146.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876006045999" Longitude="2.2954908013344" StarRating="2" HotelCode="26754|303395" HotelName="Troyon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Troyon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/b8/a5b8d794e9bf2770cffea8be83d793101f906df0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located off the Champs-Élysées, near the Arc de Triomphe, not far from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.95" OriginalAmount="146.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881352638498" Longitude="2.3274211585522" StarRating="4" HotelCode="25637|940935" HotelName="Le Grey" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue de Parme, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/cc/09cc9f93d9b74401ef5522b68b58158edfa926cc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hidden in a sleepy side street in Paris' 9th Arrondissement, this charming, traditional, family-frie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874995227065" Longitude="2.3133516311645" StarRating="4" HotelCode="73717|17449" HotelName="Aparthotel Adagio Paris Haussmann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>129-131 Boulevard Haussmann, 75008 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/69/fd69c90836e1625bfa21100eca1b7c9cef4c3b11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Saint-Philippe du Roule area and is a stone's throw from the Grands Bo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847478" Longitude="2.32246" StarRating="4" HotelCode="110452|224809" HotelName="La Belle Juliette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92, rue du Cherche Midi, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/2f/9b2feb11fc2e94c843da5198f03450cecefccab2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854233045781" Longitude="2.3075814051033" StarRating="3" HotelCode="293226|54947" HotelName="Hotel Eiffel Turenne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Avenue de Tourville, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/19/5f19d1e1adb561341c12d4a2d4a32a8aac3beb5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8554372" Longitude="2.3612671" StarRating="3" HotelCode="199730|238887" HotelName="Hotel Emile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Malher, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/72/4d72b84dcc69448677992b481822d22687d52134.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3 star rated Hotel Emile is situated in Paris. Hotel guests can enjoy a meal at the restaurant o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872733" Longitude="2.338413" StarRating="4" HotelCode="81138|55083" HotelName="Dream Hotel Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Le Peletier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/38/dc3881d321eab0f8e9da4752721857bc85ecc62b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.47" OriginalAmount="147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85142573" Longitude="2.40426961" StarRating="3" HotelCode="641209|chambre_damis_" HotelName="Chambre D'Amis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Tolain, Les Jardins de Tolain, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/55/01557f9dc860fda4d6054f6829c2a1ee306064d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access in public areas allows travellers to stay connected. Those arriving in thei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.47" OriginalAmount="147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84927686574" Longitude="2.3249065876007" StarRating="3" HotelCode="30124|sevres_saint_germain_2" HotelName="Sevres Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Saint Placide, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/f5/0bf5ba31d4acfc8741738d8a161f6acfbf1c719c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="148.75" OriginalAmount="147.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872467208277" Longitude="2.3375746607781" StarRating="4" HotelCode="14860|270855" HotelName="Millennium Hotel Paris Opéra" Meals="BED &amp; BREAKFAST,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,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard Haussman, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/1/1/8/1/5/3/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in an elegant Haussman building, this hotel is just 500 m from Opéra Garnier and the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.96" OriginalAmount="147.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86816664" Longitude="2.34998327" StarRating="3" HotelCode="308153|798081" HotelName="Hotel Edgar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="24 Hour Front Desk,Bar,Coffee Shop,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Library,Limousine Service,Lounge,Pick &amp;amp; Drop,Porter,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue d'Alexandrie, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/5b/075b22e53c4bf54700814a935070f9773bb3aa28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Edgar is conveniently located in the popular 02. Louvre - Bourse area. The hotel offers a wide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87272111791" Longitude="2.328173" StarRating="4" HotelCode="75479|17448" HotelName="Aparthotel Adagio Paris Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/7e/af7e5ad7f2e7886fdf0254f8269969d8e63fe008.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the area around l’Opéra - a prestigious district known for its da...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="4" HotelCode="77210|35792" HotelName="Best Western Premier Marais Grands Boulevards" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112 Boulevard Sébastopol, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/5e/5c5edff1f18b8f7dbe634d401f03a4c63d80c63a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in central Paris, 650 m from the Place de la Republique. It is a 20-min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.48" OriginalAmount="148.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863572" Longitude="2.369054" StarRating="2" HotelCode="25348|croix_de_malte" HotelName="My Home In Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/2b/6a2bac1d2baee77df960e56f85ad16f18c1ae9f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel lies on a small side street, between the place de la République and the Place...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.49" OriginalAmount="148.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873043212629" Longitude="2.3180294036865" StarRating="3" HotelCode="32476|305685" HotelName="Elysees 8" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 rue Cambacérès, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a9/91/a991a545f1940096d045a8854aa35b08a2379da9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located near to the Élysée Palace and magnificent Rue du Faubourg Saint-Honoré. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.28" OriginalAmount="148.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863790175054" Longitude="2.2866515815258" StarRating="3" HotelCode="24418|189826" HotelName="Best Western au Trocadéro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Avenue Raymond Poincare, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/cc/8fccd339a6f915da6df4795def914fb108dc7771.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879658909786" Longitude="2.3280616917726" StarRating="5" HotelCode="376493|best_western_premier_opera_liege" HotelName="Best Western Premier Opera Liège" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Liege, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/6a/156a42cb7fdb4066b81405df233787bc13d2a155.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87800805" Longitude="2.28645704" StarRating="4" HotelCode="451750|hotel_le_10_bis" HotelName="Le 10 Bis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>10 bis rue du Debarcadere, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/5c/555c9fd50667dd532fbc4eb919aae68320f093a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="150.57" OriginalAmount="149.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869351553712" Longitude="2.3321512341499" StarRating="3" HotelCode="58702|2337475" HotelName="Daunou Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Daunou, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/ee/c3eefd391a95d893a42ba94f011f85b4d29140db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of a very lively district where guests will find perfect connections to the pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.64" OriginalAmount="149.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87529688721" Longitude="2.3263576626778" StarRating="3" HotelCode="14179|302995" HotelName="Londres &amp; New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Place du Havre, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/1e/d21e07ea0534772290635c5a6e9dc541e5d1c32e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris, close to Galeries Lafayette and the opera house. The C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871571447521" Longitude="2.3437051312924" StarRating="4" HotelCode="337324|5883" HotelName="Holiday Inn Paris Opera - Grands Blvds" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-32 Boulevard Poissonnière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/8c/7a8ccf651c43a0430b52e0c286cfa8edab433c6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the corner of the Boulevard Poissonnière and Faubourg Montmartre. Some of Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852548082083" Longitude="2.3307467055225" StarRating="2" HotelCode="78729|55976" HotelName="Hôtel de Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue du Four, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/58/64587f35edc6e7ff59df6738ffda2bd9b2a462ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864506554827" Longitude="2.282275557518" StarRating="4" HotelCode="326416|49232" HotelName="Plaza Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue Greuze, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/57/0457d2e1b84ab62c9dda3bcf3a5069f1a1fabd91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the heart of the 16th arrondissement, one of the most elegant quar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.67" OriginalAmount="150.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870949100716" Longitude="2.3557063937187" StarRating="3" HotelCode="29170|304335" HotelName="Best Western Hôtel Littéraire Arthur Rimbaud" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Gustave Goublier, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/82/6f822cc7f9bb2fc4b38c970fb8e7a543a5d963b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 10th district of Paris in a peaceful area between Gare de l'Est railway ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.87" OriginalAmount="150.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872151842419" Longitude="2.3281357404363" StarRating="3" HotelCode="34418|304345" HotelName="Hôtel Saint Pétersbourg Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 rue Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b1/36/b136c7eea5b7d5345ce1dc5023b71ff96de7e3c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location in the centre of Paris, in a quiet district with plenty of resta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.89" OriginalAmount="150.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871343" Longitude="2.323902" StarRating="4" HotelCode="15137|300665" HotelName="New Hotel Roblin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Chauveau-Lagarde, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/63/5863e9e34e2f536da4939bc029d513a96cb13ff2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This splendid hotel is centrally located, around 500 m from the Louvre, around 700 m from the opera ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="152.02" OriginalAmount="150.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850996" Longitude="2.335799" StarRating="4" HotelCode="89348|328231" HotelName="Relais Saint Sulpice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Laundry,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Garancière, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/57/7757942a7736dea289c0376c311ed4ede5c485e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in an 18th century hotel particulier, in the 6th district of Paris, this hotel offers a sanc...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.21" OriginalAmount="150.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845695539542" Longitude="2.344950735569" StarRating="3" HotelCode="52555|1661448" HotelName="Des Grands Hommes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Place du Panthéon, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/15/8e1515789542be61c07cf74dd7e9bf46ea95686d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85821039" Longitude="2.35033181" StarRating="3" HotelCode="430702|261179" HotelName="Hotel Andrea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Saint Bon, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/56/a7562781e9570b9ec78cffe634bf59a117e95900.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872329945266" Longitude="2.3089898018648" StarRating="4" HotelCode="110482|201047" HotelName="Hôtel des Champs-Élysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue d'Artois, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/fe/35fe103094f1f36cf811117d87b536b1529f7c6e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838969932346" Longitude="2.3456507921219" StarRating="4" HotelCode="63700|56552" HotelName="Hotel Seven Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Berthollet, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/e1/23e1e5a00ce67202f5a509ef52b9681b67c100bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city's 5th district, next to the Barrio Latino and Rue Mouffetard, in a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868995" Longitude="2.336807" StarRating="4" HotelCode="110428|56973" HotelName="Lyric Hotel Paris" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, rue de Gramont, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/bb/f7bb41a74d97e1b71ec599681c7647798e37a780.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847206470346" Longitude="2.3316409438848" StarRating="3" HotelCode="180114|32193" HotelName="Perreyve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>63 Rue Madame, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/71/0571ad8f85bdb84a1fdcf108a82b2ab56b5e0675.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87958468" Longitude="2.33348964" StarRating="4" HotelCode="267181|203450" HotelName="Timhotel Opéra Grands Magasins" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 rue La Bruyère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/50/805073bbe82882bfb8eecd1db47dd01e749d579b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.53" OriginalAmount="152.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864013383152" Longitude="2.3341628909111" StarRating="4" HotelCode="33470|7524" HotelName="Normandy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de l’Echelle, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/a0/36a0065ad8b0a0c89d34eca06c5e96335b29b111.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is exceptionally situated, near the Louvre Museum and on the corner of the street St. Hono...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.54" OriginalAmount="152.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84139573" Longitude="2.37239156" StarRating="3.5" HotelCode="434660|715375" HotelName="VIP Paris Yacht Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>9 Port De La Rapee, Gare de Lyon Bercy 12 arr, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/68/e868246b33f51782e70b7d6b0b46342d88d694ca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="154.39" OriginalAmount="152.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871018" Longitude="2.320408" StarRating="3" HotelCode="76454|4159866" HotelName="Alison Madeleine St Honore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue de Surene, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/97/be978e33dd48397fc5d1027c54d39bae04882bf3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875582" Longitude="2.293598" StarRating="3" HotelCode="110537|54778" HotelName="Belfast" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Avenue Carnot, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/d1/3cd197f849d71f1dbff3a2b5b31dac089f8d2727.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874977605214" Longitude="2.3163391779099" StarRating="2" HotelCode="211918|203403" HotelName="Hôtel d'Argenson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Argenson à l'Angle du 111, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/fa/d3fa5ce2201ca2524c84782b93ecdf15f836764f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers various services and facilities. Wireless internet access in public areas allows tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85052" Longitude="2.339465" StarRating="3" HotelCode="89352|238857" HotelName="Delavigne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Casimir Delavigne, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2a/e42a5e61edcd85d3c01b71d234dc36f991609ad6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869319414202" Longitude="2.3339898134918" StarRating="3" HotelCode="68263|37182" HotelName="Hotel France d'Antin Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue d’Antin, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/43/8f436275ce657fd17d87b87b7866c8860402b514.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="154.54" OriginalAmount="153.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849097594266" Longitude="2.3397137342483" StarRating="4" HotelCode="45033|CAF410100" HotelName="Hôtel le Sénat" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Vaugirard, 6ème Arrondissement/Saint-Germain-des-Près, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/fa/22fa384d0c06b0a1beb3bd2612cc9eccad5760cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Parisian hotel is located at the heart of the beautiful French capital, close to the Jardin de ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.44" OriginalAmount="153.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877119" Longitude="2.322087" StarRating="3" HotelCode="149715|197406" HotelName="WO Wilson-Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10, rue de Stockholm, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/d8/e2d83d3583e2c3988cb0691a2e9c039139412d36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="155.44" OriginalAmount="153.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874353308383" Longitude="2.2897531294177" StarRating="4" HotelCode="888575|1049745" HotelName="Room Mate Alain Champs Élysées" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue d’Argentine, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/3b/633b893c9e44854f35998eea7244b88396f0a2f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel enjoy a privileged location near the Arc de Triomphe, just a short walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.54" OriginalAmount="154" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835757" Longitude="2.351307" StarRating="3" HotelCode="298982|58013" HotelName="Hotel Henriette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue des Gobelins, 75013 Paris, 13e Arrondissement</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/87/91874d34e4bc9af80800a31d0d00bcddd788c228.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.54" OriginalAmount="154" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871728007677" Longitude="2.3235064744949" StarRating="4" HotelCode="74023|56550" HotelName="Opera Marigny" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de l'Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/92/fb92ee1a1ad25b3158791b00780954e8ed47527e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Paris, 100 m from the Galeries Lafayette department store. It is just 3.9 k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.54" OriginalAmount="154" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866594" Longitude="2.335016" StarRating="3" HotelCode="77462|56176" HotelName="Hotel Paris Louvre Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue des Moulins, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/8f/398fe09922d24eb7752b5baaffb7009ca57f5ac7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.54" OriginalAmount="154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872611589541" Longitude="2.3075703411046" StarRating="4" HotelCode="936634|hotel_le_marianne" HotelName="Le Marianne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Paul Baudry, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/b3/a6b38c9c7ec9fe3a71b7668816c4cb2db078ce53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.07" OriginalAmount="154.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874626528862" Longitude="2.3168009519577" StarRating="4" HotelCode="34423|744615" HotelName="Arioso - Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 rue d'Argenson, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/02/93026d8645f28e26f70cac9c903a6d36a5ef27fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris, 1 km from the Champs-Élysées. The location allows easy a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.22" OriginalAmount="154.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871881053089" Longitude="2.3442077636719" StarRating="3" HotelCode="47812|305895" HotelName="Corona Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/9e/fc9e3d54d87286c05abfc607e5d907ce71021157.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in a quiet side street, around 100 m from the metro station Grands ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.50" OriginalAmount="154.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846809" Longitude="2.371794" StarRating="3.5" HotelCode="13393|443395" HotelName="Holiday Inn Paris - Gare de Lyon Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue De Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/4a/3f4a79c1390bab528381d053adcf92a7fbd54a57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Paris. Its setting is especially ideal for busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853256" Longitude="2.342036" StarRating="3" HotelCode="180082|201067" HotelName="Eugenie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 rue St André des Arts, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/76/e9763a4bd366d26ef347cd172951d7c5bc413905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851602" Longitude="2.338205" StarRating="4" HotelCode="110455|203375" HotelName="Louis II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, rue Saint Suplice, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/8d/f88d35c688b0436217bd5a99f658caad6097f965.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879469263534" Longitude="2.358457322348" StarRating="2" HotelCode="323929|200407" HotelName="Hotel Montana La Fayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>164 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/46/cc464796bb78e568430468c687276d0d3e9d333a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868739338305" Longitude="2.2828763723373" StarRating="4" HotelCode="173022|54269" HotelName="Meliá París Champs Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Avenue Victor Hugo, Distrito 16, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/c1/1fc1ca458acb8ebacf7edb2b410197c71525bcf1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated just off Place Victor Hugo, the fashion district of Paris. The Arc de Triomph...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.56" OriginalAmount="156.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867509" Longitude="2.354014" StarRating="4" HotelCode="18786|hotel_little_palace" HotelName="Little Palace Hotel" 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,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Salomon De Caus, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b3/45/b34503a4c54ee48a795ea2a2b52262484e695d53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.00" OriginalAmount="156.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846989" Longitude="2.325861" StarRating="4" HotelCode="13764|7254" HotelName="Holiday Inn Saint Germain des Prés" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/1e/881e4d82017135cb9b9f9e43462539e5f4c6cdec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated, on the left bank of the river Seine. The Galeries Lafay...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="158.20" OriginalAmount="156.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870544" Longitude="2.326868" StarRating="3" HotelCode="110484|91287" HotelName="Du Triangle d'Or" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Godot de Mauroy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/30/3930d203c501922bc3d7813d7a9f40dfcd53002b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849931" Longitude="2.346254" StarRating="3" HotelCode="148958|200976" HotelName="Home Latin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 &amp; 17, rue Du Sommerard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/7b/207be72bbb1f62da1e3d7bd0d114fe55c101c2ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872199932948" Longitude="2.3250648379326" StarRating="3" HotelCode="74029|35791" HotelName="Best Western Hôtel Folkestone Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Castellane, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/5b/4c5b87db159176a3130d086a856a75aec700b807.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876001" Longitude="2.357538" StarRating="2" HotelCode="102598|201111" HotelName="Modern Est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/fe/11fe44a4b848be9c547849198c99abd5e9ef75da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Le Bourget (LBG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839581629232" Longitude="2.3465158045292" StarRating="3" HotelCode="337273|8977" HotelName="Villa Daubenton by HappyCulture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 rue de l’Arbalète, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/39/323981e0e3f736a3caa8881f2479808a5769850d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on a quiet side street, within 15-minutes of the Pantheon, 35 km from Charles ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853118" Longitude="2.336848" StarRating="2" HotelCode="180116|201295" HotelName="Welcome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Rue Seine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/fb/38fb54ffba1e3c5ee93116ba3ca0f0f878a6e1b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.58" OriginalAmount="158" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863990758947" Longitude="2.3414552944774" StarRating="3" HotelCode="899745|56426" HotelName="Hotel Crayon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 rue du Bouloi, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/8b/db8bda97c08fcd02ff84104f5b462a4faee96643.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated just a few steps away from the famous Louvre Museum, the Forum des Halle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890743110124" Longitude="2.3380240395102" StarRating="4" HotelCode="387450|declic_hotel" HotelName="Déclic Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Internet,Laundry,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Duhesme, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/5f/7e5f972fbad25ed8dc8ad06a9c1c9f1c89cf2197.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.98" OriginalAmount="158.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.834772873271" Longitude="2.3171059395331" StarRating="3" HotelCode="187836|328745" HotelName="Apollon Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>91 Rue de l'Ouest, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/9b/f09b8862667af24f7619f67989aa62996ab96660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864576" Longitude="2.277972" StarRating="3" HotelCode="110535|200534" HotelName="Villa Glamour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Rue de la Pompe, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/6a/8b6a503c9819954cc925f9b22e375e023af42efe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.83" OriginalAmount="159.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873296370178" Longitude="2.3436968028545" StarRating="3" HotelCode="31198|6914" HotelName="Hôtel Acadia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/26/b4262b4364d10de7bcb2ea2d21fb624f7d3ec52a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located close to a main road, this hotel lies within a few minutes of a diverse selection ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.52" OriginalAmount="159.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871774759351" Longitude="2.349269092083" StarRating="4" HotelCode="13508|863605" HotelName="Hôtel L'Échiquier Opéra Paris - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue De L'Echiquier, 75010 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/92/0b92d6a0ca2ef9064e96a6c583158c9a8448489f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located close to the 'Grands Boulevards' and the opera house in Paris. The nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="161.54" OriginalAmount="159.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866257" Longitude="2.288104" StarRating="4" HotelCode="12741|146650" HotelName="Garden Elysee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Saint-Didier, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/3f/9d3fc96b9a5956241d5c3f5f70b1fcfcb15caa4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location close to the Trocadéro, between the Eiffel Tower and the Champs ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.60" OriginalAmount="160" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86357314172" Longitude="2.3608066141605" StarRating="3" HotelCode="365375|238911" HotelName="Jacques de Molay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94 rue des archives, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/9b/aa9b464fcb03d7d87197ad86272570eeac0bf322.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.60" OriginalAmount="160" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871734" Longitude="2.326319" StarRating="4" HotelCode="68261|200382" HotelName="Le Vignon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Vignon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/40/a540fb251ebd29be04fa61c2f19c5fc4059f2816.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="162.02" OriginalAmount="160.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837809567897" Longitude="2.3184693851854" StarRating="4" HotelCode="28544|64494" HotelName="Hôtel Concorde Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue du Commandant Mouchotte, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/49/ff496dfe736b4e9b93da518694eeedb28bc96971.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="162.13" OriginalAmount="160.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875607365927" Longitude="2.2937741875648" StarRating="3" HotelCode="26708|1675008" HotelName="Regence Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 avenue Carnot, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/17/8a17c64be81d686125765ed9b3a32e1aab1fbda8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="162.59" OriginalAmount="160.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859163" Longitude="2.30744" StarRating="3" HotelCode="14449|104205" HotelName="Les Jardins d'Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Amelie, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/cd/fbcde69875c64d1750eaf346df3d4ae9766bba02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Left Bank area of Seine, in the residential quarter of Invalides, just ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.61" OriginalAmount="161" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8475928" Longitude="2.3310888999999" StarRating="2" HotelCode="522389|298474" HotelName="Hotel Jean Bart" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Jean Bart, Quartier Notre-Dame-des-Champs, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/d7/3bd755e60fa873ed1efd888221d2a0dee4f64319.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="163.27" OriginalAmount="161.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868388237328" Longitude="2.2917705774307" StarRating="3" HotelCode="12112|1829398" HotelName="Elysees Union" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue de l´Amiral Hamelin, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/62/6e62ce3f0478b3e306652ea1b094186aebe1eda2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel lies in the centre of Paris, close to the Trocadero and the Eiffel Tower. The Arc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879366" Longitude="2.334173" StarRating="3" HotelCode="160855|31993" HotelName="Hôtel Joyce" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 rue la Bruyère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/8b/5b8bbc4a37fbaa7a9b7f2db1436e87550271af0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a mainly residential quarter, bounded by Rues Saint Lazare, Blanche, La Bruy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875995388175" Longitude="2.2959896922112" StarRating="4" HotelCode="74061|54301" HotelName="Hôtel Mercure Paris Arc de Triomphe Wagram" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/11/341190a3772a79ccafbcd72864a6cf0db58b398a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near the famous Champs Elysées. It lies only 2 minutes' walk from the Arc de T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.62" OriginalAmount="162.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873390752629" Longitude="2.3240724205971" StarRating="3" HotelCode="34434|best_western_htl_sydney_opera" HotelName="Best Western Plus Hôtel Sydney Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue des Mathurins, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/40/3a40d18875d9ae30b9f81f39258f407a6f929767.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="164.04" OriginalAmount="162.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84543429922" Longitude="2.3240724205971" StarRating="4" HotelCode="25007|266355" HotelName="Littre" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 rue Littré, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/be/b9/beb9a6ad9bb7f0d6774db263160cf0154f7a54df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies on a quiet street between Saint Germain des Prés and Montparnasse, directly...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="164.10" OriginalAmount="162.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869145795753" Longitude="2.3337870945461" StarRating="4" HotelCode="31741|CAG686900" HotelName="Hotel L'Horset Opera BW Premier Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue D'Antin, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/54/125472117b150fe61039dc1fdd55e7bdb9a21a00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located right at the heart of Paris' tourist area, between the Louvre and the Garnier Opera ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.63" OriginalAmount="163" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848756" Longitude="2.347611" StarRating="3" HotelCode="180087|225139" HotelName="Saint-Jacques" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/fb/fbfb3141f83ee6fb4002a87c862ab45e90e9e924.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 36 rooms. Individual storeys are accessible via the lift or stairs. S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.63" OriginalAmount="163" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83798742" Longitude="2.34929146" StarRating="4" HotelCode="638642|279983" HotelName="Hotel Monte Cristo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>20-22 rue Pascal, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/f9/cef9ec8a5f010a3e338da9ae9b8ba2c65e5eb513.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.63" OriginalAmount="163" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853623235669" Longitude="2.3390090150999" StarRating="1" HotelCode="388029|238935" HotelName="Hotel Saint Andre Des Arts" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>66 Rue Saint-André Des Arts, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/60/0860b66948c6640d5166d5544d580695dc828dd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.63" OriginalAmount="163" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851431892265" Longitude="2.3388111591339" StarRating="3" HotelCode="187853|63402" HotelName="Odeon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de l'Odéon, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/ee/d0ee0e8728f99438a12393b613c4015a4088fc72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.63" OriginalAmount="163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866472638829" Longitude="2.3357465889549" StarRating="3" HotelCode="110423|louvre_sainte_anne_opera" HotelName="Hôtel Louvre Sainte Anne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue Sainte Anne, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/e5/e1e57495f5964d8370f11cae4233cf2690c2b9ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="165.21" OriginalAmount="163.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871538" Longitude="2.307752" StarRating="4" HotelCode="80742|1674274" HotelName="Monna Lisa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>97 Rue de la Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/00/4f00134016d54b875f20034792ff76426acb5237.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris's 8th district, just 200 m from the Champs-Élysées, where guests will...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.29" OriginalAmount="163.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843745029915" Longitude="2.3391263186932" StarRating="3" HotelCode="36933|7544" HotelName="Observatoire Luxembourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 Boulevard Saint Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/e5/efe55279b507091c7fd83b2a228271bf6bc0e25c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.64" OriginalAmount="164" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85424306692" Longitude="2.3078078440761" StarRating="4" HotelCode="82854|32116" HotelName="Hôtel Le Tourville" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue de Tourville, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/e2/f0e22bf2105217333db4347e7060bf026bd34c54.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel has a very central location between Les Invalides and the Eiffel Tower, rig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.64" OriginalAmount="164" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861618" Longitude="2.365129" StarRating="3" HotelCode="142313|497601" HotelName="My Hotel in France le Marais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 bis, rue Commines, Paris 75003</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/14/4014d98807e549cf800acfba0bf34c51b21146df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris property is near the Picasso Museum, Place des Vosges, the Pompidou Center and Notre Dame...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.65" OriginalAmount="165" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86959" Longitude="2.334625" StarRating="4" HotelCode="79267|54304" HotelName="Golden Tulip Opera de Noailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de la Michodière, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/f1/56f1e5e9a3f26e9cbbb62cab59f4f1a922bc2aec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.65" OriginalAmount="165" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873324883565" Longitude="2.3181886876698" StarRating="3" HotelCode="80561|54284" HotelName="Haussmann Saint Augustin" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Roquepine, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/9f/439fb96fad3999ad0e60f29c48f03bcc7b4d8378.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris, between the Champs-Élysées, La Madeleine and Boulevard ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.66" OriginalAmount="166" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850304412426" Longitude="2.3450624809857" StarRating="4" HotelCode="260007|1484" HotelName="Mercure Paris Notre Dame Saint Germain des Prés" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Du Sommerard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/11/6911c9786921a4da37fcc6b9b9ac719bf8ed0dc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive renovated hotel lies at the heart of the Rive Gauche, between Saint-Germain des Prés...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.87" OriginalAmount="166.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871334586197" Longitude="2.3383122682571" StarRating="3" HotelCode="34811|300705" HotelName="Citadines Opéra Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Favart, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/39/39398616a1fb5255d8bd6d80e18d45c3ee7a686e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located near to the Opéra Comique theatre. A profusion of shops and bars as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="168.61" OriginalAmount="166.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85063" Longitude="2.267404" StarRating="3" HotelCode="94378|212648" HotelName="Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue George Sand, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/0d/1e0d594415c1820dc18f49e223ba2e7d1f9a7def.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.67" OriginalAmount="167" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85158" Longitude="2.277695" StarRating="5" HotelCode="110534|55247" HotelName="Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Boulainvilliers, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/b8/d2b8734bdef66019227d2e36216ab15f85ba7617.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.67" OriginalAmount="167" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859745789504" Longitude="2.3085987567902" StarRating="4" HotelCode="164914|57364" HotelName="Thoumieux" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79 Rue Saint-Dominique, 75007 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/25/f625714bc024f46a435a096c8ec37a50e0244834.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.67" OriginalAmount="167" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845355094495" Longitude="2.3213474392195" StarRating="3" HotelCode="76710|9004" HotelName="Louison Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>105 rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/e7/50e7f23c017097dc6287b6c02476737ae0879e9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.68" OriginalAmount="168" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846896" Longitude="2.331643" StarRating="3" HotelCode="78976|226693" HotelName="De l'Avenir" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue Madame, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/3d/8b3d1e7aa7cdca70a34f48fa05c33e10ae073e68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.68" OriginalAmount="168" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882577" Longitude="2.345837" StarRating="2" HotelCode="166726|18120" HotelName="Gerando" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11, rue Gérando, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/4a/e84a4f7a27ebddf8bc5e4f1746a01c1bfcc1a6e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.68" OriginalAmount="168" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845251606698" Longitude="2.3500891774893" StarRating="2" HotelCode="187844|348349" HotelName="Des Grandes Ecoles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 rue Cardinal Lemoine, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/e5/32e5f52a5f0f928b39bd7824887b9d03a3c0bcb4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is situated in Arr5/6:Quartier Latin-St Germain. The establishment features a tota...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.68" OriginalAmount="168" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847134102036" Longitude="2.3259365558624" StarRating="4" HotelCode="63227|56057" HotelName="Saint Gregoire" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43, Rue de l'Abbé Grégoire, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/24/442430ad58a4dbf97e3bcea67d67313633ab1c44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated right in the heart of the Rive Gauche, in a charming neighbourhood in th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.68" OriginalAmount="168" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861215682475" Longitude="2.3436235030758" StarRating="3" HotelCode="902168|57668" HotelName="Hôtel Saint Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 rue Saint Honoré, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/18/dc186def7d751e808ac0e8c7d82c00da7e2c4feb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="170.07" OriginalAmount="168.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880505" Longitude="2.284557" StarRating="4" HotelCode="47692|7074" HotelName="Hyatt Regency Paris Étoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Place du Général Kœnig, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/f8/faf83a6669800905b7dcf278de8955b4b4f667eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel enjoys an ideal location in the city of Paris. It is only 5 minutes to the Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.69" OriginalAmount="169" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851983" Longitude="2.333752" StarRating="2" HotelCode="110450|55096" HotelName="Des Canettes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17, rue des Canettes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/07/5307f6266a4b5ae9e6bd721a2f07f0860282cc59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.69" OriginalAmount="169" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842712" Longitude="2.330326" StarRating="3" HotelCode="110446|55772" HotelName="Le Chaplain Rive Gauche" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>11 Bis Rue Jules Chaplain, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/1a/161a26ba9afe3ebc7195f6bbe66ea8860f290322.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.69" OriginalAmount="169.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87461744" Longitude="2.33089038" StarRating="3" HotelCode="549588|1er_etage_opera" HotelName="1er Etage Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Joubert, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/62/8862d69e20ee6497f9e06390a1e316498d377b6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875835813525" Longitude="2.2943723201752" StarRating="3" HotelCode="64780|56510" HotelName="Cecilia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 avenue Mac Mahon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/8c/f28c4855bf3acac626404b557712852dce5c29c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.844514" Longitude="2.345447" StarRating="4" HotelCode="78831|55941" HotelName="Du Les Dames du Pantheon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Place du Panthéon, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/6d/696d1d0aacf311f8d1137850078e0c4030436a14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843765" Longitude="2.29684062" StarRating="4" HotelCode="946972|410026" HotelName="Villa Mademoiselle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Mademoiselle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/dc/2ddc7a3ad3682d184bc0bfb5964b6c331cac3d5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.70" OriginalAmount="170.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881412" Longitude="2.323516" StarRating="4" HotelCode="376422|best_western_premier_kapital_opera_2" HotelName="Best Western Premier Kapital Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue de Moscou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/05/8e05c9cc72b6644783ef4a4df591ad537ed9d099.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="172.50" OriginalAmount="170.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872885948192" Longitude="2.32400785423" StarRating="4" HotelCode="15268|763595" HotelName="Hotel &amp; Spa Royal Madeleine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue de L'Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/4d/eb4df719adbc844c8c3f19ecad180132eedc9077.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located between the Madeleine church and the large department stores in the centre of P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.71" OriginalAmount="171" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875362" Longitude="2.341471" StarRating="4" HotelCode="61841|1225" HotelName="Best Western Premier Opera Faubourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49-51 Rue La Fayette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/2e/842e2d4d374c55cdf1590ffffedb122680251223.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is adjacent to several major districts of Paris, the Garnier Opera House and the departmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.71" OriginalAmount="171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="983142|lovely_studio_eiffel_tower_champ_de_mars" HotelName="Rayz Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Avenue Bosquet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/d6/01d6c2893c43df943b0dfff03d591448100dcfd4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.72" OriginalAmount="172" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858255" Longitude="2.346375" StarRating="3" HotelCode="89349|201004" HotelName="Britannique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Avenue Victoria, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/42/d842789aa1f495251ceb21d27f0a108407404df5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.72" OriginalAmount="172" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871334586197" Longitude="2.2982400655746" StarRating="3" HotelCode="74030|55100" HotelName="Galileo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Galilee, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d5/08d5fcc51ff66d6370eb49fb4daaeaa8570a1695.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.72" OriginalAmount="172" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877736013732" Longitude="2.293031657139" StarRating="4" HotelCode="460058|225157" HotelName="Le Tsuba Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>45 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/89/4889a9a6e81b0235e4230c5e294479c2a5265ef9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a wide range of services and facilities to ensure a comfortable stay, making it the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="173.78" OriginalAmount="172.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843848" Longitude="2.328119" StarRating="4" HotelCode="94372|2404082" HotelName="Le Six" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Stanislas, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/18/f318b90b0736ac0899380a3bded62d82b753c6aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this urban hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.73" OriginalAmount="173" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.82591968" Longitude="2.34210099" StarRating="4" HotelCode="772726|348430" HotelName="Hotel B55" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue Boussingault, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/c7/d2c7756a3e75e15fc509966fbdd7b75df8d7fbfe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.73" OriginalAmount="173" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858226999529" Longitude="2.3104336416989" StarRating="3" HotelCode="110474|55551" HotelName="Hotel de Latour Maubourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Rue de Grenelle, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/59/8159c17a2c5bb61646c6391ad62c32b73e338e9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.73" OriginalAmount="173" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849556585041" Longitude="2.2955643644181" StarRating="4" HotelCode="65000|35837" HotelName="Hotel Le Parisis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/9c/bd9cf72055a55e69d1389b4d2b90767fa7b6acf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the 15th arrondissement, a typical Parisian quarter, only a 5-m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.03" OriginalAmount="173.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868635243297" Longitude="2.298489511013" StarRating="4" HotelCode="12111|860015" HotelName="Elysees Regencia" Meals="BED &amp; BREAKFAST,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,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 avenue Marceau, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/4b/b54bef464abce87f25e97f84d8d65805f0c8fddc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Le Triangle d'Or (Golden Triangle) in Paris, this hotel is just 700 metres f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.26" OriginalAmount="173.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859656675235" Longitude="2.3240844905376" StarRating="4" HotelCode="10778|762295" HotelName="Le Bellechasse Saint-Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de Bellechasse, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/10/6a10729c4fb0dd66da4243d458ac85918dff0865.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies only meters from the centre of Paris and numerous shopping and entertainment ve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.74" OriginalAmount="174" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853494" Longitude="2.336078" StarRating="4" HotelCode="76633|50373" HotelName="Artus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue de Buci, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/86/3786f1dcdaff9a9236d98addea86f654633951a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Paris’ historic centre, the hotel is 170 m from Saint-Germain-des-Prés withi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.74" OriginalAmount="174" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87377577656" Longitude="2.3860120442317" StarRating="0" HotelCode="335212|238880" HotelName="Hotel Des Pyrénées" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Internet,Laundry,LCD/Projector">
        <Address>
          <AddressLines>
            <AddressLine>399 Rue Des Pyrénées, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/35/563503f9d0fe74a5765f3f0e11563c8cd96f3904.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Hôtel des Pyrénées places you in the heart of Paris, min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.74" OriginalAmount="174" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871102" Longitude="2.32689" StarRating="3" HotelCode="94370|55290" HotelName="Relais Madeleine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 bis, rue Godot de Mauroy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/42/17423d9d5311c420c6f305de76b5cef673fd55ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is housed in a charming 19th-century building on the rue Godot de Mauroy, which links the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.74" OriginalAmount="174.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872006752861" Longitude="2.334860265255" StarRating="3" HotelCode="16731|richmond_opera" HotelName="Richmond Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 rue Helder, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/48/7248b2b449dafe51d608e4ab62e255475d4e6623.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the very heart of Paris just a stone’s throw from the Opera House, the hotel enjoys an ou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="176.04" OriginalAmount="174.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859897548092" Longitude="2.3087610304356" StarRating="4" HotelCode="34872|1082168" HotelName="Saint Dominique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue Saint Dominique, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/e3/c4e34c3820aa58557f9a98a3e7047ab432fe6738.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple yet charming hotel is situated in the city centre. Countless shops, restaurants and bars...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.75" OriginalAmount="175" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87979082" Longitude="2.33429669" StarRating="3" HotelCode="590801|224790" HotelName="1er Etage SoPi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>34 rue Jean Baptiste Pigalle, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/3e/6b3e61af6cab46ea95bff3b7ad9d04d1fb9ff100.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.75" OriginalAmount="175" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855059" Longitude="2.362536" StarRating="3" HotelCode="149361|430197" HotelName="Caron" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Caron, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/19/b31995e013486640160194622fa3e54ea2dc973e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.75" OriginalAmount="175" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857016" Longitude="2.329992" StarRating="3" HotelCode="110468|203393" HotelName="Hotel Universite Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 rue de l’Université, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/d7/a7d779ac587f11f1f1167cbcb87e371fcb1b8465.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="176.86" OriginalAmount="175.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877181" Longitude="2.293503" StarRating="4" HotelCode="101777|CBF729900" HotelName="Hidden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue De L'arc De Triomphe, Paris 75017</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/85/028510925b8e2353f6ca933fa2e7c5f5c05d3935.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located a minute's walk from the Arc de Triomphe, which stands in the middle ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.76" OriginalAmount="176" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864411" Longitude="2.336123" StarRating="4" HotelCode="547098|224802" HotelName="Drawing Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue De Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/8d/548df9e4e6677a76af40e2cb1ab361b426f4483b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.76" OriginalAmount="176" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855224235299" Longitude="2.3347442368054" StarRating="3" HotelCode="149460|348441" HotelName="Hôtel Des Marronniers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/71/e27123f24c27776d6117bf552918c7e28accd3ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel des Marronniers is conveniently located in the popular 06. Saint Germain - Luxembourg area. Fe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.76" OriginalAmount="176" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860435757978" Longitude="2.3007237911224" StarRating="4" HotelCode="36882|55123" HotelName="Le Derby Alma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Avenue Rapp, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/de/a3de41641ac09b09f4638e634c0a757d05df8d4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Paris, this hotel is only 200 m away from the Eiffel Tower and the famous Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.76" OriginalAmount="176" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851454" Longitude="2.337592" StarRating="4" HotelCode="110456|200416" HotelName="Odeon Saint-Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Saint Sulpice, Paris 75006</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/69/bc69773b96520538f329407db609061d13c44d27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.76" OriginalAmount="176" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853290713215" Longitude="2.3379397886908" StarRating="4" HotelCode="486432|225144" HotelName="Hôtel Victoire &amp; Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9 rue Grégoire de Tours, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/0f/4e/0f4e9570e9ea2264fdb6ce9b70846f9c132b2b6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.94" OriginalAmount="176.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871380456126" Longitude="2.3426426947117" StarRating="4" HotelCode="34408|7794" HotelName="Hotel Paris Opera, managed by Meliá" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Boulevard Montmartre, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/85/c085a054ab4a11c4a732260e4b48fc2662c1a537.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel was built in the 18th century and enjoys a convenient position at the heart of Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.38" OriginalAmount="176.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861794491616" Longitude="2.3408201336861" StarRating="4" HotelCode="14239|299565" HotelName="Louvre Saint-Honoré" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>141 Rue Saint Honore, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/7c/267cc2e2e4f332d950cb3dc487d2a24077c5024f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location on Rue St Honore in the heart of Paris' 1st district. It is next ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.63" OriginalAmount="176.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873215218769" Longitude="2.3428800702095" StarRating="3.5" HotelCode="25128|300025" HotelName="Pulitzer Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 rue du Faubourg Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/bc/5dbc142a0fe38edd2d0727e150e410d027a8f030.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris, in the Opera district, very near to Rue Drouot, with i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865741227177" Longitude="2.3324093967676" StarRating="2" HotelCode="180074|203292" HotelName="Saint-Roch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 rue Saint-Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3a/563a372a880da5ad8a98116393296bf11f1855cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.88" OriginalAmount="177.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871804750968" Longitude="2.3235909640789" StarRating="3" HotelCode="15147|291715" HotelName="Vendome Opera Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 bis rue de l’Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/19/67197cc179606a42e717d41af14c46a42966195e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of the business and tourism district. Guests can take advantage o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869013689363" Longitude="2.3336626589298" StarRating="3" HotelCode="189556|55939" HotelName="Etats-unis Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue D Antin, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/1f/a51f70f0dbfb5d794f25003ce3e5df8e7c9a2f35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 45 rooms. Services and facilities at the hotel include a b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.78" OriginalAmount="178.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84891671" Longitude="2.34853621" StarRating="4" HotelCode="322837|hotel_la_lanterne" HotelName="Hotel La Lanterne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de la Montagne Sainte-Geneviève, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/39/a23916b74d66ee3e57879b56f1629e06f42f7a24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.79" OriginalAmount="179" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866861" Longitude="2.303866" StarRating="4" HotelCode="78973|56038" HotelName="Chambiges Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 rue Chambiges, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/c6/aec659492b918de1818b4216e3d65071b199fb60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel could not be more ideally located than in this discreet, sheltered street in the heart of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.79" OriginalAmount="179" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843936" Longitude="2.329473" StarRating="3" HotelCode="78992|54265" HotelName="Exclusive Sainte Beuve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Sainte-Beuve, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/25/2a254a04677f9b89ca3bc863d307e980e16fd6b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="181.07" OriginalAmount="179.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866005" Longitude="2.357074" StarRating="3" HotelCode="10541|1036588" HotelName="Austin's Art et Metiers" 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>6 rue Montgolfier, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/d3/efd34180ee45278382a148e86e4d2af83d36ab0f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.80" OriginalAmount="180" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866165" Longitude="2.287133" StarRating="3" HotelCode="74054|55950" HotelName="Etoile Trocadéro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 rue Saint Didier, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/50/ad502102b411452a8fe4f03d0761545f96f85f96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in central Paris, the hotel provides the perfect base for sightseeing, shopping, res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="182.35" OriginalAmount="180.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873749" Longitude="2.320196" StarRating="4" HotelCode="34976|302645" HotelName="Le Lavoisier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Lavoisier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/42/644253ed0de18a68158f71608151e71ec13cd568.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the French capital, between Saint Augustin church, La Madelei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="183.82" OriginalAmount="182" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852431" Longitude="2.36366" StarRating="2" HotelCode="110435|249633" HotelName="Saint Louis Marais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1, rue Charles V, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/f3/61f3d63423d3f4a03eb21fc94f7da362647f8876.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="184.11" OriginalAmount="182.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868744" Longitude="2.292128" StarRating="3" HotelCode="79721|212621" HotelName="Kleber Champs Elysees Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Belloy, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/5d/9d5d87e12785fe00625c0b1992a811e6acd106e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="184.82" OriginalAmount="182.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873178171342" Longitude="2.3022821545601" StarRating="4" HotelCode="16660|302545" HotelName="Hotel Lord Byron" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Chateaubriand, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/c0/cdc050158f6c2994ac287da2c40b3d0c2c3ee78b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming Parisian hotel is situated right by Park Monceau, close to many of the city's best bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.83" OriginalAmount="183" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858549004745" Longitude="2.3298995086436" StarRating="2" HotelCode="904813|55565" HotelName="De Lille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Garden,Internet,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue de Lille, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/84/85841e342619b5879a8de30477cf312e85577c02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located within walking distance of numerous attractions, such as the Louvr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.84" OriginalAmount="184" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868492" Longitude="2.303679" StarRating="4" HotelCode="78123|31986" HotelName="Hôtel Claridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue François Premier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ca/9aca9c1f070766623bab57e19e6c2ee473d8cf39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located near the Avenue des Champs-Élysées, in the centre of a large ent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.84" OriginalAmount="184.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.844803181974" Longitude="2.3524644576721" StarRating="3" HotelCode="110437|acte_v" HotelName="Hotel Monge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d9/47d900c5d9cc708ddd2ceffe1e6033fa995bf2ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="186.42" OriginalAmount="184.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86923510986" Longitude="2.2978404164314" StarRating="3.5" HotelCode="10798|265985" HotelName="Hotel Le Belmont" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue de Bassano, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/d9/85d9fe46ec259e1a52fa40cd2b309f0939034490.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet street, 100 m from the Champs-Élysées and close to monuments such a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="186.74" OriginalAmount="184.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866260406845" Longitude="2.3372340202331" StarRating="4" HotelCode="19326|7844" HotelName="Golden Tulip Washington Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue de Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/3f/de3fb3b5d5c642fed91f4d30d159746946dbd705.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the luxurious area of the 1st district and is to be found in amongst the fam...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870380129305" Longitude="2.3106694221497" StarRating="0" HotelCode="173797|298473" HotelName="Rond Point Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Ponthieu, 75008 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/e4/cbe46348bb7aa5231bc8a60b4b2256fbd30a82c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests are welcomed at the hotel, which has a total of 36 rooms. Services and facilities at the hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87219" Longitude="2.345265" StarRating="4" HotelCode="73727|200123" HotelName="Hotel Adèle &amp; Jules" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 et 4 bis Cité Rougemont, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/ca/55ca13203a5902f7217dd95a85fe16a624bf9d00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris on a small, quiet street around 10 minutes from must-see ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853859" Longitude="2.336705" StarRating="4" HotelCode="78713|50541" HotelName="De Buci" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue de Buci, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/88/b4/88b423954c5916dbfba1fc30cccd6a05b4786914.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;From this hotel guests can easily visit Paris’ most famous sights, such as the Louvre and the Luxemb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852379" Longitude="2.337518" StarRating="3" HotelCode="110448|55930" HotelName="de Fleurie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32-34, rue Grégoire-de-Tours, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/6f/716f80fc374470e1d9eafce5330029ad14f5b6ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868889305307" Longitude="2.3515757918358" StarRating="2" HotelCode="164908|203316" HotelName="Baby" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Chénier, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/6a/d56afc61291a7a441c79740f87791400074d6eca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875412434912" Longitude="2.294530570507" StarRating="4.5" HotelCode="58476|55081" HotelName="Maison Albar Hotel Paris Champs-Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 avenue Mac Mahon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/9b/bc9b8a242c90cfb0739616cc6c53555b194a3dd1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a fantastic location on the right bank of the Seine in Paris’ 17th district. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.53" OriginalAmount="186.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872377234563" Longitude="2.3093095421791" StarRating="4" HotelCode="31208|7724" HotelName="Rochester Champs Elysees" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Rue de la Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/07/fc079c3285d5d3cf766f435a4e78ece283268d26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel lies on a main street and the heart of the French capital. The famous Champ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856726" Longitude="2.30303" StarRating="3" HotelCode="110466|224821" HotelName="Hôtel de la Paix - Quartier Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19, rue du Gros Caillou, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/2c/9e2ce3b0d274a288cb32ea4621a7c6898d417146.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this hotel has the perfect ambience for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854837899145" Longitude="2.3048830485696" StarRating="3" HotelCode="180045|224968" HotelName="Hotel Eber Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 Avenue De La Bourdonnais, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/31/643177d63f2bd7394a8b29750165df45108d4d4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870500099009" Longitude="2.3076117038727" StarRating="2" HotelCode="189594|518923" HotelName="Hotel Delarc" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue du Colisée, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/07/690780f7a3907c19003453f1d44f664372659cc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Parisian life, between the Place de la Concorde and the Arc de ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="189.17" OriginalAmount="187.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8626892" Longitude="2.3724567" StarRating="4" HotelCode="263480|217603" HotelName="Fabric" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue de la Folie Méricourt, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/c0/6bc06f1ac429fae6dcaeed7a73cb915f0d702d74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="189.57" OriginalAmount="187.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860630453827" Longitude="2.3468946687318" StarRating="4" HotelCode="14058|300395" HotelName="Citadines Les Halles Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue des Innocents, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/02/b802d79bbfb504e0051ae46a6e2a0738c08cfb5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the Forum Les Halles and its pedestrian zone, near to the Chat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.88" OriginalAmount="188" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851893954791" Longitude="2.3837665823316" StarRating="5" HotelCode="415420|203054" HotelName="Hôtel Paris Bastille Boutet - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Rue Faidherbe, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d5/d56e3f78d5cbec8e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the authentic Bastille district and near Marais, this new 5-star hotel lies within a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.88" OriginalAmount="188.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85588762" Longitude="2.39185141" StarRating="3" HotelCode="430504|eden_lodge_paris" HotelName="Eden Lodge Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Elevator,Garden,Internet,LCD/Projector,Library,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>175, Rue de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/25/7d25cb7069bb03b5a42c5679e65492fae235cf11.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Eden Lodge Paris places you in the heart of Paris, conve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="190.18" OriginalAmount="188.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848093" Longitude="2.342066" StarRating="2" HotelCode="24417|3817205" HotelName="Excelsior" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Cujas, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/3f/463f7f558ee51363a2786a21ced5a0e9722a2031.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.89" OriginalAmount="189" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853773" Longitude="2.330096" StarRating="4" HotelCode="78988|61859" HotelName="Hôtel Pas de Calais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Rue des Saints Pères, Saint Germain des Pres, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9c/3f/9c3f7ac4d517c7448267a32b2d9b3c1fce6dbb32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.89" OriginalAmount="189" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875295" Longitude="2.323407" StarRating="4" HotelCode="144894|35803" HotelName="Maison Albar Hotel Opera Diamond, BW Premier Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de la Pepiniere, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/35/2f3577bfcfd0bb01dcd07fce43b57156481f1d4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is close to the centre of Paris, next to Gare St Lazare train station (100 m), near to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="191.81" OriginalAmount="189.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876505" Longitude="2.295806" StarRating="3" HotelCode="15303|300635" HotelName="Hotel Flanelles Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/bb/b2bb338646e65e36e038a50d1f29d8eb97af58cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in a peaceful street near to the Arc de Triomphe and the Place de l'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="192.46" OriginalAmount="190.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852323174237" Longitude="2.3549821972847" StarRating="3" HotelCode="74014|213321" HotelName="des Deux Iles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Rue Saint-Louis-en-l'ile, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/c6/cac6d09eae440beb96cfbfa7c42c9b959e95dd23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872439" Longitude="2.348333" StarRating="2" HotelCode="73728|203009" HotelName="Hotel d'Enghien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue d'Enghien, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/e6/5be693345d31fee5e7c21a32eac8b0ddb346c6b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854379" Longitude="2.33274" StarRating="3" HotelCode="78619|54315" HotelName="Crystal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Saint-Benoît, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/a2/fda29006f67094dd1cd4fff401cc5e3a6b693ac1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.73" OriginalAmount="191.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.895287077521" Longitude="2.2236800193787" StarRating="4" HotelCode="401817|99062" HotelName="Mercure Paris La Défense Grande Arche Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17/20 Esplanade Charles de Gaulle, Rue des Trois Fontanot, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/c6/2fc693b9bebeb91a137d6a531c0ca8504b13d844.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.81" OriginalAmount="191.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873249" Longitude="2.302481" StarRating="4" HotelCode="827370|691690" HotelName="Hôtel du Romancier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Business Centre,Concierge,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Limousine Service,Lounge,Parking,Pets allowed,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 bis rue Chateaubriand, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f3/25f3625b3d0330c500748bc47151f6ff55627216.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hôtel du Romancier in Paris (Champs Elysees), you'l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.92" OriginalAmount="192" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858747105595" Longitude="2.3544770847282" StarRating="3" HotelCode="334404|224789" HotelName="1er Etage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue Sainte Croix de la Bretonnerie, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/1c/201c6f37cfc83f1e61402b185031e90fd32b99eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.92" OriginalAmount="192" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85652" Longitude="2.317234" StarRating="3" HotelCode="149492|203395" HotelName="Hôtel du Palais Bourbon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49, rue de Bourgogne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/87/39871d95b5617841080314b3706c67c9b507a26d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.21" OriginalAmount="193.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870243" Longitude="2.299945" StarRating="4" HotelCode="12654|111942" HotelName="Francois 1er" 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Magellan, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/34/3f345d6abd55bc1a9513061d0cfd85d964822b3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is tucked away in a charming side street off the Champs-Elysées, less than 3 minutes’ wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.41" OriginalAmount="193.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8650817686" Longitude="2.3565459251404" StarRating="3" HotelCode="38361|1547588" HotelName="3H / Paris Marais Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Bailly, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/a3/d2a3f5cfb4c61c00c118d235a0b8d2cb3a32790b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris. Its setting is especially ideal for business traveller...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.54" OriginalAmount="193.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851829882513" Longitude="2.3448085784912" StarRating="4" HotelCode="15655|1427078" HotelName="Hôtel Parc Saint Séverin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue de la Parcheminerie, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/8a/b08a97b966db0dc1a0a69b04067c30a6961894a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.90" OriginalAmount="193.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867237879181" Longitude="2.2879296541214" StarRating="4" HotelCode="31744|7824" HotelName="Waldorf Trocadero" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/74/ce74cd63b42d6e2a14a9abf986252d8ecf4bf66d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an exquisite and central location at the heart of Paris, only a few minutes' ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866204555912" Longitude="2.345026625929" StarRating="4" HotelCode="320349|89553" HotelName="Bachaumont Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Bachaumont, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/e5/76e5109bf4fe9951eca8ebd9c943921aa250e727.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85567445" Longitude="2.36117782" StarRating="3" HotelCode="308149|224806" HotelName="Grand Hôtel Malher" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Malher, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/d5/c9d54047b0720a41b0cabfa536958e0c163be3aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872597758083" Longitude="2.3233160376549" StarRating="3" HotelCode="74022|55943" HotelName="Concortel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Pasquier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/89/4a89c60101a7abc4d8d482b46e949e4748912026.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838005" Longitude="2.349523" StarRating="3" HotelCode="225001|238854" HotelName="Hotel de l'Esperance" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Pascal, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/81/4c813d934891c5ffade09beacba67b4b376c4da4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8706094829" Longitude="2.3220607638359" StarRating="2" HotelCode="74027|224984" HotelName="La Sanguine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue de Surene, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/a7/4aa75043085d73e67eca2f9bb62a04092637cc02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870919" Longitude="2.309054" StarRating="4" HotelCode="888715|31866" HotelName="Beauchamps" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue de Ponthieu, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/5f/5fc2674bd6ac2afc/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Paris, this hotel is located close to the Champs-Élysées, the Arc de Triomp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="196.75" OriginalAmount="194.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856544634871" Longitude="2.3059272766113" StarRating="3" HotelCode="30122|762735" HotelName="Hotel du Cadran" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Champ de Mars, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/ab/cdabd3d093ebf0378d2302f751d327997575aaac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of one of Paris' more upscale, quiet districts. The Rue Clerc market, open...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.95" OriginalAmount="195" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865062" Longitude="2.331971" StarRating="2" HotelCode="180052|201097" HotelName="Londres Saint-Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Saint-Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/8b/a48b5d95ce6999e0854d35a3aebb2042df5117f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests are welcomed at the hotel, which has a total of 29 rooms. The individual storeys can easily b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="197.94" OriginalAmount="195.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868305313622" Longitude="2.3331195116043" StarRating="4" HotelCode="12013|7174" HotelName="Hôtel Edouard 7" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue De l'Opera, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/50/1750f871641f79a1971fbf0d49b8221b572cdd3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical hotel is centrally located just a few minutes walk from the important sightseeing at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.96" OriginalAmount="196" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86360164" Longitude="2.35738586" StarRating="0" HotelCode="325964|201069" HotelName="Hôtel Jules &amp; Jim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue des Gravilliers, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/41/dc415c1542cf33de01660a4f5e1b98cea4a7d0c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a bar and room service, for a comforta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="198.97" OriginalAmount="197" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854733968347" Longitude="2.306597828865" StarRating="4" HotelCode="65085|31994" HotelName="Hotel Le Walt" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue de la Motte Piquet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/90/fb9080b34174a0a7efcb2f82a97f702689c79c65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers guests an ideal location in Paris. The Eiffel Tower is only 1 km from the hotel an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="198.97" OriginalAmount="197" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.862831" Longitude="2.367633" StarRating="3" HotelCode="110498|49278" HotelName="Beaumarchais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Oberkampf, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/c1/6bc1b3fbceeb6d9b414b5e699bad8aa20a062d7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.98" OriginalAmount="198" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874777" Longitude="2.342763" StarRating="4" HotelCode="97700|56531" HotelName="Cadet Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Cadet, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/d9/92d99ad31d4ee8a7f0d0614e88e5a4262c90493a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city apartment hotel is situated in one of the most typical areas of Paris. Rue Cadet is bustli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.98" OriginalAmount="198" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87684426" Longitude="2.33364989" StarRating="3" HotelCode="333104|58051" HotelName="Hôtel Langlois" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Rue Saint-Lazare, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/96/4b9604b280ed9e4ff39a24906ea02e0e8037a47f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.98" OriginalAmount="198" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87532324" Longitude="2.31661181" StarRating="4" HotelCode="495815|200615" HotelName="La Villa Haussmann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>132 Boulevard Haussmann, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/81/81813d49472b9e6f2d51d5f72efd49562d65069a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="200.01" OriginalAmount="198.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845651411205" Longitude="2.3243191838265" StarRating="4" HotelCode="56520|53542" HotelName="Victoria Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Blaise Desgoffe, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/22/b9/22b957232a67cd64c8ec6c423acc2b74b06b8d94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel lies on the left-hand bank of the River Seine and is one of the top Paris a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="200.43" OriginalAmount="198.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854733" Longitude="2.324234" StarRating="3" HotelCode="101177|116461" HotelName="Saint Germain" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 rue du Bac, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/4d/064dd56c4ac15f2f18e92c86a938b387921d8ea6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the historical quarter of Saint Germain des Prés, a small area within the ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.99" OriginalAmount="199" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870490707693" Longitude="2.3279043067016" StarRating="4" HotelCode="613202|245847" HotelName="Hôtel Dress Code Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/ce/6aced8a090eba1c2f99b29796e197c759e28b0c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.99" OriginalAmount="199" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849883" Longitude="2.324324" StarRating="4" HotelCode="110453|37620" HotelName="Le Placide Saint-Germain des Prés" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Saint Placide, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/78/3378d3dfac344c6e65826dcb843340cc34a73de5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.99" OriginalAmount="199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853782" Longitude="2.332319" StarRating="4" HotelCode="77382|best_western_premier_au_manoir_saint_germain_des_pres" HotelName="Hotel Au Manoir St-Germain des Pres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Boulevard Saint Germain, Paris 75006</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/e0/0fe09237721a66cae477d26e0afe0f2442466cd7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="201.32" OriginalAmount="199.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873172878851" Longitude="2.346671372652" StarRating="5" HotelCode="145754|234700" HotelName="Hôtel de Nell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue du Conservatoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/71/8671f5e9b399be21bf1f2245f384819bcb23b3bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202.00" OriginalAmount="200" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869059" Longitude="2.297245" StarRating="4" HotelCode="78991|30723" HotelName="Bassano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Bassano, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/b4/0cb49fbddbc31dfd5ce47dc8e71c70cd33652dbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, the hotel offers luxury accommodation in the elegant 16th arrondissement of Paris...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202.00" OriginalAmount="200" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866614" Longitude="2.285361" StarRating="3" HotelCode="76470|430216" HotelName="Le Singulier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue Saint Didier, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/e5/29e5232e7cd732bf6036db5f7e4093e186f45118.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.00" OriginalAmount="200.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865824596238" Longitude="2.3360913991928" StarRating="3" HotelCode="29178|hotel_therese" HotelName="Therese" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Rue Thérèse, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/c8/75c829af15fb6ee70e824754d1b2fe855e84973b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Paris, this hotel is located close to the Louvre, the Faubourg St. Honoré a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="202.21" OriginalAmount="200.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852439657442" Longitude="2.3546576499939" StarRating="3" HotelCode="74010|213092" HotelName="de Lutece" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue Saint-Louis-en-l'ile, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/99/3c995877be3546db9c5f819980a4e0e5b9982565.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="202.29" OriginalAmount="200.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871446" Longitude="2.322507" StarRating="4" HotelCode="34433|305095" HotelName="Waldorf Madeleine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard Malesherbes, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/69/4d690be934aa403f24cfc5718cd0b90a380af536.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated between the districts of Madeleine and Concorde, near to some of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="202.69" OriginalAmount="200.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850289969205" Longitude="2.3392671346664" StarRating="4" HotelCode="32474|WCB4" HotelName="Hotel Baume" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Casimir Delavigne</AddressLine>
          </AddressLines>
          <PostalCode>(0)143252812</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/2d/922d0c435f2c43e710fd4ee53de96e7cb9a519ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated at the heart of one of the most lively districts in Paris. The Louvr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="202.80" OriginalAmount="200.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873056443892" Longitude="2.3097789287567" StarRating="4" HotelCode="56084|62144" HotelName="Hôtel Le 123 Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 rue du Faubourg St Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/24/5d244b3f9317d875ecf0d8ec1a7eddf285262ba5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Paris' 8th arrondissement, it is just a short walk to the splendid boulevard of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.01" OriginalAmount="201" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860291766117" Longitude="2.3442519705696" StarRating="4" HotelCode="77163|32054" HotelName="Best Western Premier Ducs De Bourgogne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Pont Neuf, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/fb/ddfb5fbe6fc4d853a7dcee3ae4335eb2ad559291.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a dream location in the very heart of Paris, next to the Pont Neuf, a few steps fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204.02" OriginalAmount="202" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85652417" Longitude="2.37198818" StarRating="5" HotelCode="612834|249641" HotelName="Maison Bréguet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Bréguet, 11e Arrondissement, Rive Droite, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/35/a235c5f027ae90add23aa45c5f8f4c8214acaf38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="204.20" OriginalAmount="202.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872156710071" Longitude="2.325319647789" StarRating="3" HotelCode="74026|328332" HotelName="Royal Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Castellane, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/9a/439ad89b316b2a56ae5fa53124602d75345d5380.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="204.98" OriginalAmount="202.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865432" Longitude="2.336237" StarRating="4" HotelCode="50288|860025" HotelName="Moliére" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Moliere, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/92/4a927f938c565de2370d59dbb4b0ec916f2f6058.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Molière hotel is in the heart of Paris, in the 1st "arrondissement", the most harmonious and ele...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205.03" OriginalAmount="203" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857424953792" Longitude="2.3061755157772" StarRating="3" HotelCode="303906|57646" HotelName="Grand Hotel Leveque" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 rue Cler, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/f2/bef27bd17a1fe768d5770e8adef17c5ca23bf7e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="206.30" OriginalAmount="204.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869047211254" Longitude="2.3028279840946" StarRating="4" HotelCode="38418|7034" HotelName="Chateau Frontenac" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Pierre Charron, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/e5/d9e51291b0c9806aeae419a8d5346bdd05369df7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an exquisite, peaceful location within a short distance of the Champs Elysées...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.05" OriginalAmount="205" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860389" Longitude="2.323103" StarRating="4" HotelCode="97062|55268" HotelName="Hotel d'Orsay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>93 Rue de Lille, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/a2/aba2d3b2716370cb49979b3802397b94e2e2b3ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.05" OriginalAmount="205" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84979930493" Longitude="2.3467987775803" StarRating="3" HotelCode="64084|55940" HotelName="Best Western Hôtel Jardin de Cluny" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue du Sommerard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/d2/14d2022ddb743d7924d066deac9b2dd2c96fb978.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.05" OriginalAmount="205" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872369" Longitude="2.308877" StarRating="4" HotelCode="94379|32061" HotelName="Hotel le A" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d’Artois, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/cd/b9cdca568dd009089b3aa6f0f58e618d0bdf0ef9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated 80 m away from Saint-Phillipe du Roule metro station. Places of i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.06" OriginalAmount="206" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85434" Longitude="2.336782" StarRating="3" HotelCode="146717|200266" HotelName="De Seine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52, rue de Seine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/3e/613e970cbc0d671feb3329aae91ce0e7ac7cd35f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.06" OriginalAmount="206" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86840666" Longitude="2.33682578" StarRating="4" HotelCode="446376|125149" HotelName="Hotel Square Louvois" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Louvois, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/51/9e510900c0349f4d22a58594f42943842d8d1cc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="206.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837892162513" Longitude="2.3492181301117" StarRating="3" HotelCode="25338|hotel_cardinal_rive_gauche" HotelName="Cardinal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 - 22 rue Pascal, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/8a/678a0fb5cccbff3a25269b25d04a64dc226b1260.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="208.34" OriginalAmount="206.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870006104263" Longitude="2.2908827662468" StarRating="3" HotelCode="32504|61354" HotelName="Mercure Paris Champs Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/c1/25c1a97d996d11a8d4217cde90f302761d2f70f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 2 km from the Eiffel Tower and around 200 m from the Arc de Triomphe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.07" OriginalAmount="207" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855158293606" Longitude="2.3601899766865" StarRating="2" HotelCode="81185|225133" HotelName="Le Temple De Jeanne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>125 Rue Saint Antoine, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/e7/85e7ed446c57b1986bb8a2d5e21f8f612c7a4f5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.07" OriginalAmount="207" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851441" Longitude="2.337998" StarRating="4" HotelCode="110457|56622" HotelName="Recamier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 bis, Place Saint Sulpice, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/21/f6211645aba35b5eb2c1a5865446ce251a3e5c70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="209.46" OriginalAmount="207.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876616408449" Longitude="2.3416623473167" StarRating="3" HotelCode="32509|299455" HotelName="Plaza Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue de Maubeuge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/34/d434908dbc8e39adfb1b6627c20de8ef71758363.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of the French capital, close to the Gare du Nord and Gare Saint Lazare ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.08" OriginalAmount="208" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856608" Longitude="2.332012" StarRating="4" HotelCode="901890|201014" HotelName="Hotel Da Vinci" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Rue des Saints Pères, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/a4/2da4d69d0a9b286ae58b55d65acde71a1ed8ebf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 24 rooms. The individual storeys can easi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.08" OriginalAmount="208" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855692" Longitude="2.38285999" StarRating="5" HotelCode="588285|225152" HotelName="La Maison Gobert" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Gobert, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/62/a7625cd48b155ed0a7e2285d8cb995a8a6fd2818.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.09" OriginalAmount="209" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87087778" Longitude="2.34487519" StarRating="0" HotelCode="615270|230875" HotelName="Hotel Des Grands Boulevards" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Boulevard Poissonniere, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/d7/f4d70dff7986ada462697acde4fe2140a8916e6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.09" OriginalAmount="209" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857336" Longitude="2.331432" StarRating="4" HotelCode="154538|225143" HotelName="Hotel Verneuil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8, rue de Verneuil, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f2/0af2443a097775afe0bb9702fef5ce5294b96150.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="211.58" OriginalAmount="209.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872876" Longitude="2.308198" StarRating="4" HotelCode="11182|7004" HotelName="Hôtel Bradford Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Saint Philippe de Roule, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/88/f088682e1a58743643ead004f16686f5472f526d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located between the Champs Elysées and Faubourg Saint Honoré. A selection of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="211.66" OriginalAmount="209.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867153189193" Longitude="2.3375210165978" StarRating="4" HotelCode="50846|7424" HotelName="Hôtel Malte" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Rue de Richelieu, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/63/3363672811085e9c169532710837b2311f490e45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Paris close to the Opera, the Place Vendôme and the Musée du L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="213.11" OriginalAmount="211" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870612" Longitude="2.336988" StarRating="3" HotelCode="149522|203325" HotelName="Gramont Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22, rue Gramont, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/3b/0f3bb87f60a1b1d7e6f4136e02e88a302692a799.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="213.11" OriginalAmount="211" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853891174614" Longitude="2.307212192625" StarRating="3" HotelCode="395327|201838" HotelName="Hotel La Comtesse Paris Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Avenue de Tourville, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/96/0b9678751a8c6026171a36634b6a8bc7fcddda4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="213.36" OriginalAmount="211.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856092" Longitude="2.32353" StarRating="4" HotelCode="110470|200218" HotelName="Duc De Saint-Simon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, rue de Saint-Simon, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/f7/a0f7e8f53816d6dfa712e4c1a24330ba314a12ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this hotel has the perfect ambience for business travellers as well as families.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.13" OriginalAmount="213" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849194" Longitude="2.334629" StarRating="4" HotelCode="111155|60925" HotelName="Luxembourg Parc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/77/5c77c0fc1e4cd820e8fd97965968fa8c07bb2dea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.13" OriginalAmount="213" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8676" Longitude="2.35308" StarRating="4" HotelCode="283754|36774" HotelName="Hôtel Le 123 Sébastopol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Boulevard de Sébastopol, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ed/9aed8499f5549a128a405791a0212df6066f5a29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.14" OriginalAmount="214" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871416546724" Longitude="2.3280616588954" StarRating="4" HotelCode="180061|57022" HotelName="Hotel Maison Athénée" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue de Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/b0/0ab007ba5d439e7f875c206f025960142a9862f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.14" OriginalAmount="214" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855089" Longitude="2.335026" StarRating="3" HotelCode="88497|200727" HotelName="Millesime" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/5b/0d5b6778b20262936f3ba6e5eb3f6151a85f6cea.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.15" OriginalAmount="215" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872967" Longitude="2.292654" StarRating="4" HotelCode="94383|203146" HotelName="Royal Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Avenue Victor Hugo, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/91/fe913ab094a093ffb268594ea644713fcd76c05d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.15" OriginalAmount="215" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86580350729" Longitude="2.3531498395865" StarRating="4.5" HotelCode="548326|208323" HotelName="Hôtel National des Arts &amp; Métiers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>243 Rue Saint Martin, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/c6/a1c6380720c771ea04ea4581f0961296efe8d1bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="218.16" OriginalAmount="216" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865190282114" Longitude="2.3315933346748" StarRating="3" HotelCode="337155|249639" HotelName="Relais Saint Honore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>308 Rue Saint Honoré, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/5c/8c5c7589a94651ad2a3c61f8cc83d1c2e2b79d98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated is a wonderful, central location, close to plenty of sightseeing attraction, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.17" OriginalAmount="217.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866138662563" Longitude="2.3261685669422" StarRating="4" HotelCode="64582|hotel_mayfair" HotelName="Mayfair" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3, rue Rouget de Lisle, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/6d/5c6d79b4d0593207e82f4996731192946f844e1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="220.18" OriginalAmount="218" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866415674484" Longitude="2.3252445459366" StarRating="4" HotelCode="110418|37184" HotelName="Cambon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Cambon, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/e9/cde977f5446b6b9d983f3d9a838e033d64c95cdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="220.18" OriginalAmount="218" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859268" Longitude="2.340794" StarRating="3" HotelCode="97058|408408" HotelName="De La Place Du Louvre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue des Prêtres-Saint-Germain l’Auxerrois, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/52/b652aca1e652a4701c02dd084d03d5774d8fc356.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="220.18" OriginalAmount="218" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852608" Longitude="2.354239" StarRating="3" HotelCode="902188|249630" HotelName="Saint-Louis en L'Isle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>75, rue Saint-Louis en l´île, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/04/ec04e5cd5e5e3ed32271408f6fa18f8ed497f532.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221.19" OriginalAmount="219" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853395" Longitude="2.329852" StarRating="4" HotelCode="110451|430203" HotelName="Des Saintes Peres" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65, rue des Saints-Pères, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/b1/5eb1e755f3348c18d000c670c680a566b7cb6a1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.20" OriginalAmount="220" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87539514" Longitude="2.34435138" StarRating="5" HotelCode="593040|238927" HotelName="Hôtel Parister" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Saulnier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/85/28859c52da06a64b53712017df7e90be787e8b3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="222.40" OriginalAmount="220.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868716402135" Longitude="2.32522174716" StarRating="4" HotelCode="27221|389205" HotelName="Hôtel Opéra Richepanse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 rue du Chevalier de Saint George, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/b6/99b697eb2526cc0783b8ce7bf9486589d276aa00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel lies right in the heart of historical Paris. It is located between the O...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.22" OriginalAmount="222" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864843" Longitude="2.329576" StarRating="3.5" HotelCode="180096|430200" HotelName="De la Tamise" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Alger, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/e8/f2e833a7199946a1c6bd87bc53abfaf3bfa39e49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.22" OriginalAmount="222" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865169" Longitude="2.332981" StarRating="4" HotelCode="409334|31996" HotelName="Lumen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue des Pyramides, Paris 75001</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/c6/6dc6f6e5fb715a915e9863f5aa3c3a6907a64ee6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is situated in the heart of Paris between the Louvre and the opera and just a 5-mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="224.74" OriginalAmount="222.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868534676728" Longitude="2.3297506570816" StarRating="4" HotelCode="31206|389795" HotelName="Mansart" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 rue des Capucines?, 75001 Paris?</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/e4/afe439d6e11f42379d473020f218d8bcee49aa69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located just a few metres from the famous Louvre Museum, Vendome Square and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="225.06" OriginalAmount="222.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864854" Longitude="2.336443" StarRating="3" HotelCode="77368|189974" HotelName="Hôtel Louvre Piémont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue De Richelieu, 75001 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/26/8426f539327266100fbd058fb37b4d210a17ace5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel faces onto the Palais Royal Gardens in the heart of historical Paris, just steps awa...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="225.37" OriginalAmount="223.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871539236322" Longitude="2.3121419548988" StarRating="4" HotelCode="32475|1546808" HotelName="Elysees Mermoz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 rue Jean Mermoz, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/e4/9de439b2b47299fa6458880312c64b4189df4f23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming city hotel lies just a few minutes walk from the Champs-Élysées and is thus the ideal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.24" OriginalAmount="224" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860213" Longitude="2.318372" StarRating="4" HotelCode="82835|50429" HotelName="Bourgogne &amp; Montana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Bourgogne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e8/c6/e8c6b92a47eeff56a9e61eb0ac34e48145594fbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the 7th arrondissement in the heart of Paris, the hotel is across from Place du Palais B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.24" OriginalAmount="224" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858313" Longitude="2.355911" StarRating="3" HotelCode="146631|224818" HotelName="de la Bretonnerie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22, rue Sainte Croix de la Bretonnerie, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/48/c948f70a0531a1ddcba1f4e4135a266951291fe1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.24" OriginalAmount="224" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87011964" Longitude="2.34657009" StarRating="4" HotelCode="497702|298493" HotelName="The Hoxton Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30-32 Rue De Sentier, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/83/ce8325f941a4362ff5fce5a98dc59e4b0be2a3e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="229.08" OriginalAmount="226.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866780904419" Longitude="2.3257970809937" StarRating="4" HotelCode="34421|17378" HotelName="Meliá Vendôme" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Cambon, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/19/e319caaba22e35ab98aa006ace6bebacf118ca6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a much sought after position in Paris, close to many of the French capita...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="229.27" OriginalAmount="227" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860736" Longitude="2.342579" StarRating="4" HotelCode="88730|23957" HotelName="L'Empire Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>48 Rue de l'Arbre Sec, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/7c/c27cd8f2d0a31723e5973afed01f34932b18895d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This magnificent 18th century hotel is nestled between the Louvre Museum and the infamous Saint-Hono...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.27" OriginalAmount="227.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849812" Longitude="2.339378" StarRating="3" HotelCode="81489|relais_medicis" HotelName="Relais Medicis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>5 Place de l'Odéon, 23 Rue Racine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ed/25ed256b52a70a193790778d6fe5ae93384ebd05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Arr8/16:Star-C. Elysées/Trocadero. Relais Medicis features a total ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.29" OriginalAmount="229" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855822" Longitude="2.333251" StarRating="3" HotelCode="187850|224816" HotelName="Hôtel d'Angleterre Saint-Germain-des-Prés" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/44/8944ceefa41566c5cddec9b61047bb777367d676.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.29" OriginalAmount="229" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852076" Longitude="2.35599372" StarRating="4" HotelCode="324633|201054" HotelName="Hotel du Jeu de Paume" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>54 rue Saint Louis en l'île, Ile Saint Louis, près du Marais, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/dc/a2dc03c09b114a017f94b19906d7409b29267604.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233.31" OriginalAmount="231" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86927974" Longitude="2.35662097" StarRating="4" HotelCode="430452|203022" HotelName="Hôtel Providence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="24 Hour Front Desk,Babysitting,Bar,Coffee Shop,Dry Cleaning,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>90, Rue René Boulanger, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/18/e81806959895420c90cf5bb013efe8a8c892665a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hôtel Providence, you'll be centrally located in Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233.31" OriginalAmount="231" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869834" Longitude="2.297285" StarRating="4" HotelCode="259339|30743" HotelName="Keppler" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Kepler, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/c1/41c1884166eeab2ffdda110c1c5de446ee3c9e55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location in a charming side street of the Champs-Élysées and the 'chi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233.31" OriginalAmount="231" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854776" Longitude="2.368978" StarRating="4" HotelCode="73813|57356" HotelName="Hôtel Original Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Boulevard Beaumarchais, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/30/8e302a08d74a07dc811c2be6b674670fa3a21f30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233.31" OriginalAmount="231" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872573" Longitude="2.336918" StarRating="4" HotelCode="200900|28251" HotelName="Paris Marriott Opera Ambassador" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Boulevard Haussmann, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/9b/b49b10a3351696abb759df41445bd26f5e20d192.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is just minutes from the Louvre and the Sacré-Coeur, and enjoys a truly enviable location...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.32" OriginalAmount="232" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85686452" Longitude="2.35641992" StarRating="0" HotelCode="772666|348164" HotelName="9 Confidentiel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Designated Smoking Area,Fax,Internet,Laundry,Pets allowed,Printer,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>58 Rue Du Roi De Sicile, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/12/4f1234ec6166cd340b1949acd0b897dd3023a511.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Explore your inner-bohemian at 9Confidentiel in the trendy, artsy Marais district in iconic Paris. S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="234.88" OriginalAmount="232.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853496" Longitude="2.361878" StarRating="4" HotelCode="224983|660313" HotelName="Charles V - Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Saint Paul, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/259214/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.33" OriginalAmount="233.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861785547597" Longitude="2.3039976134918" StarRating="5" HotelCode="310521|hotel_juliana_paris" HotelName="Hôtel Juliana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-12 Rue Cognacq Jay, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/8b/c38bf584c01dccba81f90577da654d5fee6bc44f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.34" OriginalAmount="234.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87454585" Longitude="2.2994299" StarRating="3" HotelCode="486609|paris_square" HotelName="Paris Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 rue Arsène Houssaye, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/40/ad40df1baf029d1ff10015b1a10bdb5320d27bca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="236.51" OriginalAmount="234.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864473029894" Longitude="2.3315101861954" StarRating="4" HotelCode="29134|161878" HotelName="Le Pradey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Saint Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/ac/60ac7cc76a6cf177a3ba578f68d94df959c68003.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the very centre of Paris, this hotel has a prime location just 400 m from the Louvre Muse...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="239.44" OriginalAmount="237.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856558752871" Longitude="2.3272588849068" StarRating="4.5" HotelCode="32039|9263" HotelName="Hotel Pont Royal Paris Saint Germain Des Pres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 -7 Rue De Montalembert, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/bc/e8bcbfba924e653727c6c562bb126cee9eb09839.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable city hotel lies close to the River Seine and Pont Royal Bridge. The immediate vicini...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.38" OriginalAmount="238" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85546799" Longitude="2.36213554" StarRating="4" HotelCode="487708|224817" HotelName="Hôtel de JoBo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue d'Ormesson, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/e9/18e981e5ceca5eb69b438d92eb813e2cd2caebda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="242.28" OriginalAmount="239.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853506525091" Longitude="2.3425796627998" StarRating="4" HotelCode="47992|1082058" HotelName="Hotel Villa d'Estrees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Gît le Coeur, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/21/e1219fd8de6a08348ae09e3f35f0e530154b03d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.40" OriginalAmount="240" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854922360735" Longitude="2.3084690699405" StarRating="5" HotelCode="936633|44480" HotelName="Le Cinq Codet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Louis Codet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/19/4919f42c356673e6dc2630528c554d3b205a7462.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.41" OriginalAmount="241" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858206" Longitude="2.33094" StarRating="3" HotelCode="76840|298468" HotelName="Bersolys Saint-germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue de Lille, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/95/6c952ae5098643c8365d471bfdb68fbe5c09141f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel can be found in Arr8/16:Star-C. Elysées/Trocadero. This establishment offers a t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="243.96" OriginalAmount="241.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86712" Longitude="2.303877" StarRating="4" HotelCode="34410|305135" HotelName="West End" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Clement Marot, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/9d/6d9d24becb0379d6be114926529faa1585626c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="245.24" OriginalAmount="242.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872012045476" Longitude="2.2969928383827" StarRating="4" HotelCode="42190|389365" HotelName="Radisson Blu Champs Elysees" Meals="ROOM ONLY,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>78bis Avenue Marceau (8º Arr), 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/68/0168ed7760ecaff379325dcc1239092cd18f53a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="246.22" OriginalAmount="243.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871893843606" Longitude="2.3281440138817" StarRating="4" HotelCode="10418|6954" HotelName="Hôtel Astra Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue de Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/7f/547fe2df7a50e6e22b0f18603ec927291a69fe38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish hotel enjoys an exclusive location in one of Paris' hippest arrondissement, close to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="246.76" OriginalAmount="244.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875597" Longitude="2.325543" StarRating="4" HotelCode="47693|7084" HotelName="Hilton Paris Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue Saint Lazare, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/90/df9077748ca4c167760731c7f8ccb81e4b933d9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated is a wonderful, central location, close to the opera and the large department...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247.45" OriginalAmount="245" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863189" Longitude="2.348921" StarRating="3" HotelCode="224981|249638" HotelName="Hotel Le Relais des Halles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue Pierre Lescot, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/67/296701b3770f09744960560f0ab702036f646903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872765355309" Longitude="2.3193624615669" StarRating="4" HotelCode="10393|hotel_astor_saint_honore" HotelName="Maison Astor Paris, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue d'Astorg, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ed/0a/ed0ad025c9bedb2534a5080de1bb159c71c94a47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This splendid hotel is centrally located near to the opera house and the metro station Madeleine. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="251.66" OriginalAmount="249.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872069" Longitude="2.303288" StarRating="4" HotelCode="19321|1287682" HotelName="Warwick Paris" Meals="BED AND BUFFET BREAKFAST,ROOM ONLY" BedType="BED AND BUFFET BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue De Berri, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/5a/d75a6d7c83b086296e06c9be0fc099d27799e3fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the heart of Paris on a side street off the famous Champs Elysée...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252.50" OriginalAmount="250" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853198078945" Longitude="2.3268703588672" StarRating="0" HotelCode="953760|425000" HotelName="Bridgestreet St. Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Varenne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/86/6f860ff34810a53c58fc9f94c34a403343ddba36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252.50" OriginalAmount="250" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855684" Longitude="2.338408" StarRating="3" HotelCode="89359|201147" HotelName="Prince de Conti" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Guénégaud, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/70/ce706b4e9f801a0f7948eba319fdf10a2a7af549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="253.45" OriginalAmount="250.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857218764935" Longitude="2.3559142649174" StarRating="4" HotelCode="53467|330437" HotelName="Hotel Du Bourg Tibourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Hotel" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Du Bourg-Tibourg, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/f3/4cf3b28cd27dd2451ecfb5c97a488cb433e04764.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in 4th - Centre Pompidou Hotel Bourg Tibourg is a perfect starting point from which to explo...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="254.90" OriginalAmount="252.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855595190221" Longitude="2.2927951812744" StarRating="4" HotelCode="33468|104961" HotelName="Hôtel Pullman Paris Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Avenue de Suffren, Entrée au 22 rue Jean Rey, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/2f/8f2ff48f0ffbeed11aa5f51ca3bee140acfee336.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on the fashionable Avenue de Suffren, this city and business hotel is just a stone’s throw ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="256.16" OriginalAmount="253.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864386570752" Longitude="2.3317435383797" StarRating="4" HotelCode="34403|364265" HotelName="Emeraude Louvre Montana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Saint Roch, Paris 75001</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/3a/eb3a553320e68459863829dce9ec114df4020ff6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated only a stone's throw from the Louvre, the Champs-Élysées and the Opera Garnie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.56" OriginalAmount="256" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863572" Longitude="2.36081" StarRating="3" HotelCode="100887|225151" HotelName="La Chambre du Marais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87 Rue des Archives, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/b9/77b9bb7cec7e5653d6866ad08169d6ddb25b0e94.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.58" OriginalAmount="258" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845053" Longitude="2.252664" StarRating="5" HotelCode="298449|39478" HotelName="Hôtel Molitor Paris - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 rue Nungesser et Coli, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/3c/403ce359928b03ac553ba1d41cefe79602730116.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.58" OriginalAmount="258" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853532" Longitude="2.342402" StarRating="3" HotelCode="110459|55121" HotelName="Residence des Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, rue Gît le Coeur, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/cd/63cdc3dcb9e4a1c11e3033fc208b2dbaf6dad003.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="261.24" OriginalAmount="258.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863986075279" Longitude="2.3362372595245" StarRating="5" HotelCode="36929|300415" HotelName="La Clef Louvre Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/a4/62a464aa89e5cafe3f6cdf74fafc5b81f9a15e03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is situated just a few steps from Paris' opera. The hotel is located directly opposit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="261.29" OriginalAmount="258.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85529" Longitude="2.325502" StarRating="4" HotelCode="259018|124838" HotelName="K+K Hotel Cayré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Raspail, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/82/15821c16f93ae3c379436781a4365edaa79bd7c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated right next to the Latin Quarter and is the perfect base from which to explore...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261.59" OriginalAmount="259" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853944" Longitude="2.342923" StarRating="4" HotelCode="110458|201258" HotelName="Relais Hotel Vieux Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 rue Gît-le-Cœur, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/6c/446c8c864478bb73263dd5744ec4976b95564f2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.66" OriginalAmount="266.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854897" Longitude="2.305132" StarRating="2" HotelCode="110477|prince_2" HotelName="Prince" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>66 Avenue Bosquet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/a7/68a70a9d1e6a9a3003f559284cd057c344ab0de6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.68" OriginalAmount="268" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8711913" Longitude="2.28724527" StarRating="4" HotelCode="651810|279956" HotelName="Mode Arc de Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Leroux, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/da/dad2e028927e62d8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.68" OriginalAmount="268" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859258" Longitude="2.340975" StarRating="3" HotelCode="110426|239009" HotelName="Relais Du Louvre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19, rue des Prêtres-Saint-Germain-l'Auxerrois, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/4b/f94b8ebd103b6e1b97ef3e393a35f8046845cd62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="272.70" OriginalAmount="270" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87052" Longitude="2.298029" StarRating="5" HotelCode="110480|25022" HotelName="InterContinental Paris Avenue Marceau" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Avenue Marceau, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/47/64475cbdab499cb4e343ad73e02f72aa6ab248b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="273.71" OriginalAmount="271" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853169" Longitude="2.34511089" StarRating="2" HotelCode="326969|358767" HotelName="Hôtel du Mont Blanc Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue de la Huchette, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/c8/42c83cda3f3882106c8020f1143884c2fd7e13dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;CheckIn 14 00\n\nCheckIn 14 00. CheckOut 12 00\n\n</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="277.75" OriginalAmount="275" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88253447" Longitude="2.31928362" StarRating="0" HotelCode="966420|406835" HotelName="Paris j'adore Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Beudant, 17th Arr, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/85/b1854761f83f28455be97753521a1b27f8eee285.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="278.69" OriginalAmount="275.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86484356738" Longitude="2.3290023207664" StarRating="4" HotelCode="31820|389215" HotelName="Brighton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218 rue de Rivoli, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/34/1534287f647b1fed1b7ec2ae77fdced0331e5eb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Paris, close to the Tuileries and just a few minutes walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="280.78" OriginalAmount="278" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87086527" Longitude="2.33825637" StarRating="4" HotelCode="494014|201154" HotelName="Hôtel Saint-Marc" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36 rue Saint Marc, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/653229/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="284.69" OriginalAmount="281.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8495874" Longitude="2.3401602" StarRating="4" HotelCode="68017|3649000" HotelName="Saint Paul Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Monsieur le Prince, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c2/20c2ef2385b44f7bc8bf9444fd578696437ebcad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="284.71" OriginalAmount="281.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876791048358" Longitude="2.3075875639916" StarRating="5" HotelCode="34207|44964" HotelName="L'Hotel du Collectionneur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51-57 Rue de Courcelles, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/28/2f28d60f4b14ece6e0b044a79cbf90ed0298ca28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of the 8th district and faces the wonderful Parc Monceau. The Cham...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="285.83" OriginalAmount="283" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86505222" Longitude="2.30770611" StarRating="4" HotelCode="848638|424761" HotelName="Le Damantin Hotel Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Bayard, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/85/75850a2de5cc7ab710d295ccc3f1cb16b5a3e4b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="287.85" OriginalAmount="285" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86165" Longitude="2.362028" StarRating="4" HotelCode="110429|200303" HotelName="Petit Moulin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29/31 rue du Poitou, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/7d/027dd305e5aac8ceb948f3dd0094625d9a3de0f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this hotel is ideal for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="288.86" OriginalAmount="286" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870662627182" Longitude="2.329334920081" StarRating="4" HotelCode="75478|203442" HotelName="Indigo Paris - Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Edouard VII, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/7c/767c2ff74821f4671eab7d34118dc618baa023cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in a quiet pedestrian street in the very lively area of L'Opera, clo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="288.86" OriginalAmount="286" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871386" Longitude="2.318163" StarRating="4" HotelCode="180047|55944" HotelName="Le Pavillon des Lettres" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue des Saussaies, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/15/d915a2f8820a9c5b9004fbc926011c67af2980c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 26 rooms. Most storeys can be reached by lift. Amenities i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="290.88" OriginalAmount="288" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848159" Longitude="2.349054" StarRating="3" HotelCode="81520|261315" HotelName="Residence Henri IV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue des Bernardins, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/01/380100408f943bb43803cc59ace9c8352b327a4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="291.82" OriginalAmount="288.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868323" Longitude="2.326862" StarRating="5" HotelCode="47253|389235" HotelName="Castille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33-37 Rue Cambon, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/4c/924c392f9377a15a81eca9686bf90442269d02f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel whose interiors combine tasteful French and Venetian styles, is situated at t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="294.92" OriginalAmount="292.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851877" Longitude="2.338848" StarRating="4" HotelCode="89351|hotel_le_relais_saintgermain" HotelName="Le Relais Saint Germain" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Carrefour de l'Odéon, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/1b/161be92e314a33eaf92b2bc84d7c33c13f035f76.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="295.68" OriginalAmount="292.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865204397676" Longitude="2.3045486211777" StarRating="4" HotelCode="34435|7464" HotelName="Meliá Paris Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Jean Goujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/45/474514cf07641e90bcc9a8eff2416ecb310830b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of the French capital, close to the right-hand bank of the R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="296.80" OriginalAmount="293.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8754" Longitude="2.343516" StarRating="4" HotelCode="15597|7554" HotelName="Opera Cadet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Cadet, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/e8/01e8bf50fe243dd130bfe28a01fedbf43cc76745.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a charming side street where guests may experience authentic Parisian flair...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="297.50" OriginalAmount="294.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857961679763" Longitude="2.3572062207501" StarRating="5" HotelCode="303949|649001" HotelName="Dupond-Smith" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Des Guillemites, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/f2/84f2f4ad8437ccaea8c416762a75de6d8d94426b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="298.96" OriginalAmount="296.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86393419" Longitude="2.35203837" StarRating="5" HotelCode="336673|les_bains_paris" HotelName="Hotel Les Bains Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue du Bourg-l'Abbé, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/6f/7e6f69a4e90cdeaafb6b8585c4dca297d13f9845.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="299.97" OriginalAmount="297.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.82404041" Longitude="2.33013515" StarRating="0" HotelCode="743494|les_residences_lavaud" HotelName="Les Residences Lavaud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Beaunier, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/69/0b69f1b70801b5c65e31f25e49f1283e0e410fdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="303.00" OriginalAmount="300" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865662" Longitude="2.282967" StarRating="4" HotelCode="94387|31311" HotelName="Le Metropolitan, a Tribute Portfolio Hotel, Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Place de Mexico, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/e8/7ce8ef89361bba406a8cf48a017a5f22ca9023cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the right bank of the River Seine in Paris. The area is home to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="304.01" OriginalAmount="301" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870366069303" Longitude="2.2938658626003" StarRating="5" HotelCode="165503|37647" HotelName="Majestic Hotel-Spa Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue La Perouse, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/41/4a41c11c37ace26f06ceb520df0ca307f84a7b15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated only a few steps away from the Champs-Elysées. There are numerous shopping ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="306.27" OriginalAmount="303.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874294874569" Longitude="2.2980844974518" StarRating="5" HotelCode="15066|6064" HotelName="Napoléon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>40 Avenue de Friedland, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/bd/85bd9a97ee18ee95946a9554e5dc5ce4f69a67b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies just a few paces from some of Paris' top sights including the Arc de Triomp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="309.06" OriginalAmount="306" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87205556" Longitude="2.32398235" StarRating="5" HotelCode="709308|298467" HotelName="Hotel Alfred Sommier" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/31/e7315c32a5cbd3cc90059858072bb6d66e683933.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="310.35" OriginalAmount="307.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867345" Longitude="2.28573" StarRating="5" HotelCode="29712|751995" HotelName="Renaissance Paris Le Parc Trocadero" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55-57 Avenue Raymond Poincare, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/da/b9daa3a185c84909c77046a4073f66e952471492.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 500 m from the Trocadero, while it is 1.3 km from the Eiffel Tower and Paris Co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="311.14" OriginalAmount="308.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867798946735" Longitude="2.3032115399837" StarRating="4" HotelCode="31207|7184" HotelName="Franklin D Roosevelt" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Clement Marot, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/e8/dde8c0a6dc9ed390438e62457d4e53f61b2b008b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located between the Champs-Élysées and Avenue Montaigne. There are plenty of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="311.73" OriginalAmount="308.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883547826604" Longitude="2.3314402607558" StarRating="5" HotelCode="305699|543181" HotelName="Maison Souquet Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Bruxelles, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/66/99669b868c3bf256d3aeef5c9540d11a9153bd4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="313.10" OriginalAmount="310" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873284" Longitude="2.359947" StarRating="3" HotelCode="408884|4954" HotelName="Hotel Soft" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52 bis rue des Vinaigriers, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/b5/5db5ccc901b25c1c521bba05703b74de1ca7744a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel lies near the Place de la République and the Saint Martin canal, just minutes aw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="314.53" OriginalAmount="311.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864510376527" Longitude="2.2886098396923" StarRating="5" HotelCode="15678|863595" HotelName="La Clef Tour Eiffel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>83 avenue Kléber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/c7/75c7d10ba6497e1a67d733a41876c916f04e99df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a prime location in the 16th arrondissement, about 290 m distance from the Trocade...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="315.12" OriginalAmount="312" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852786" Longitude="2.342283" StarRating="4" HotelCode="148919|35817" HotelName="Holiday Inn Paris Notre Dame" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4, Rue Danton, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/35/df/35df30e6c2d3a696099bbc371dcec50e1b05b347.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this hotel is ideal for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="316.13" OriginalAmount="313" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853249737685" Longitude="2.3457741737366" StarRating="4" HotelCode="74016|201077" HotelName="Rives de Notre Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Quai Saint Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/d8/8fd8b3b3cde1b01bb7b7b858d6b85a2b902fda0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="318.59" OriginalAmount="315.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854859269991" Longitude="2.3331168293953" StarRating="4.5" HotelCode="26017|2157945" HotelName="Bel Ami" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7/11 rue St-Benoît, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/3f/0a3f01d64c3358752028881f5b7b808ee02ed5f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris, in Saint Germain des Prés, in the historic left bank ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="321.18" OriginalAmount="318" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846126230071" Longitude="2.2984465956688" StarRating="3" HotelCode="316808|55296" HotelName="Wallace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>89 rue Fondary, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/ec/caec7feaa15753f2ea9c26f900679a654137ed5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in the 15th arrondissement of Paris and within 10 minutes of the i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="324.86" OriginalAmount="321.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866383033032" Longitude="2.2893176972866" StarRating="5" HotelCode="10904|277605" HotelName="Sofitel Paris Baltimore Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Bis Avenue Kleber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/93/68930b6c60c8e75939b0f960c89d5503505347ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Paris’ most elegant district, near to the Champs-Élysées, the Arc de Triomph...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="327.24" OriginalAmount="324" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871083" Longitude="2.304649" StarRating="5" HotelCode="87703|29645" HotelName="Fraser Suites Le Claridge Champs-Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>74, avenue des Champs-Elysées, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/d3/aed30fa798345d23af985771f54dd68d184d8950.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic apartment hotel enjoys a wonderful location on the Champs-Élysées and is the perfect h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="328.62" OriginalAmount="325.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851524551031" Longitude="2.3486924171448" StarRating="4" HotelCode="34424|2255445" HotelName="Meliá Paris Notre-Dame" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Hotel Colbert, 75005 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/68/7d688956eae143a863fdfc0655906022ebe03ce1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming boutique hotel lies in the exciting city of Paris, on the fashionable left bank of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="330.27" OriginalAmount="327" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872818" Longitude="2.307329" StarRating="4" HotelCode="78639|201023" HotelName="Daniel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Frédéric Bastiat, Champs Elysées, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/d5/5ed504ff9a24b357fcb40171482ce83cdf34c105.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="331.28" OriginalAmount="328" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86310444" Longitude="2.35807595" StarRating="0" HotelCode="943679|399960" HotelName="Sinner Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>116 Rue du temple, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/45/6b45cd7b5724c9a713e927f7cdd6c9280a38de8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="332.29" OriginalAmount="329" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855370382826" Longitude="2.3340901333203" StarRating="4" HotelCode="65597|54307" HotelName="Hôtel Villa Saint-Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/89/3189e4fcbb7bb8812fbb9dc69e87ae5de19a37c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="332.84" OriginalAmount="329.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871989" Longitude="2.297915" StarRating="5" HotelCode="14016|82380" HotelName="Le Vernet" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 rue Vernet, Champs Elysees, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/49/454972c8c01f2a40bdc4582261f3e564da1aea34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 1.5 km from the Champs Elysees and the Arc de Triomphe. It is the ideal place f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="339.34" OriginalAmount="335.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866300988206" Longitude="2.2866287827492" StarRating="4" HotelCode="18736|141644" HotelName="Le Dokhan's, a Tribute Portfolio Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 Rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/8c/3f8ce098b17199f6f315bfe0eb13680404fb1d84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is conveniently located in the 16th arrondissement of Paris. The property lies 1 km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="344.41" OriginalAmount="341" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856715" Longitude="2.327856" StarRating="5" HotelCode="93095|54268" HotelName="Montalembert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Montalembert, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/5b/4f5be578a014be8acbfa2e5126aa8cacfa17abde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of Saint-Germain-des-Prés, just 220 metres from Rue ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="345.09" OriginalAmount="341.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871757999322" Longitude="2.298492193222" StarRating="4" HotelCode="31388|CAF565900" HotelName="Amarante Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>19 rue Vernet, 75008, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/50120/a_50120_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located in Paris' popular 8th Arrondissement. It is only a short walk to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="347.44" OriginalAmount="344" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849396886036" Longitude="2.3431737720966" StarRating="4" HotelCode="60655|230232" HotelName="Mercure Paris La Sorbonne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue de la Sorbonne, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/1f/e81f0117a43f9c0dd5e030c5d44bef28c0ea1d83.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Panthéon and the Jardins de Luxembourg. It lies opposite the Sorb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="348.45" OriginalAmount="345" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869323628098" Longitude="2.3048043622041" StarRating="4" HotelCode="333102|238925" HotelName="Hotel Oscar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue Marbeuf, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/96/0396af78500333c5b0b627e570450692284843d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="349.32" OriginalAmount="345.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860602" Longitude="2.346566" StarRating="4" HotelCode="15238|765635" HotelName="Novotel Paris Les Halles" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Place Marguerite de Navarre, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/c1/88c1673e1666a54a55d9b37b1c492b1e4e0540f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="351.48" OriginalAmount="348" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868195924694" Longitude="2.3003925383091" StarRating="5" HotelCode="64910|39468" HotelName="Hotel de Sers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 avenue Pierre 1er de Serbie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/0e/d10efb7bfb4489e1788ee693a3b7df216966e0d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="352.19" OriginalAmount="348.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869397" Longitude="2.331158" StarRating="4" HotelCode="19376|7854" HotelName="Westminster" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue de la Paix, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/f0/3ef00750f4ab3651e8d4581c9accbc6f5d646f49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the Rue de la Paix at heart of Paris, between the Rue Vendô...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="353.50" OriginalAmount="350" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860608836236" Longitude="2.3441998048934" StarRating="5" HotelCode="471781|226232" HotelName="Maison Albar Hotel Paris Céline" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>23/25 Rue Du Pont Neuf, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/52/e35262156a7c083a2d36105aa5ef153c5892d15a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The upper floors of the hotel can be accessed by lift. A restaurant, a bar and room service are avai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="353.50" OriginalAmount="350.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851464709017" Longitude="2.3364436908073" StarRating="3" HotelCode="78981|esprit_saint_germain" HotelName="Hotel Esprit Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 rue Saint Sulpice, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/a6/58a67b99fe7bdb2cc4a18ca28a3c615a160d995f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="353.50" OriginalAmount="350.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855046" Longitude="2.333748" StarRating="3" HotelCode="81969|saint_germain_des_pres_2" HotelName="Hôtel Saint Germain des Prés" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue Bonaparte, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/94/be9463470863062c7159ecd2edd03b763c4f8064.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="356.53" OriginalAmount="353" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873684483793" Longitude="2.3063041269779" StarRating="5" HotelCode="34411|200058" HotelName="Champs Elysees Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue de Berri, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/92/fb92ee1a1ad25b3158791b00780954e8ed47527e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Paris, close to the famous Champs-Élysées boulevard, making i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="357.95" OriginalAmount="354.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866593878795" Longitude="2.3090171813965" StarRating="5" HotelCode="31385|130484" HotelName="La Maison Champs Elysees" Meals="BED &amp; BREAKFAST,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,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8, Rue Jean Goujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/b3/f6b35d1d9e7650eeec7088499c1c30934406005b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated between the Champs-Élysées and the Avenue Montaigne in the heart of the Golden Triangle, cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="359.56" OriginalAmount="356" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8748713" Longitude="2.31800588" StarRating="5" HotelCode="726624|279971" HotelName="Hôtel Bowmann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>99 Boulevard Haussmann, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/5b/945beb0ee773a62776241e40591922694cd47488.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel Bowmann offers the décor for 48 beautifully designed rooms and 5 spacious suites. In a lux...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="362.59" OriginalAmount="359" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884589414091" Longitude="2.3364239475543" StarRating="2" HotelCode="303899|424707" HotelName="Le Grand Hôtel de Clermont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Véron, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/b3/fcb3aec587efde7a00c2a454221bf0396f527d35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the North of Paris, 3 minutes walk from the metro station Abbesses, which co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="365.26" OriginalAmount="361.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868521495375" Longitude="2.3065079250772" StarRating="5" HotelCode="29150|7117" HotelName="Hotel Marignan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Marignan, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/df/e8df80bd717e0f15c6965ecf47a75abf4d4f3f0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the heart of the business, fashion and shopping district, between the mythic Champ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="367.06" OriginalAmount="363.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875053" Longitude="2.301345" StarRating="5" HotelCode="17715|111242" HotelName="Sofitel Paris Arc de Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Beaujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/c2/b8c2da429557479be3384d8f47aca44314fe47bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel lies in a lovely central location close to the Arc de Triomphe and the Champs É...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.48" OriginalAmount="367.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867965" Longitude="2.325791" StarRating="5" HotelCode="25340|302575" HotelName="Burgundy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6-8 Rue Duphot, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/zz/32ad0882e4d14f8f25d2e8e04cd253ac8d66fd30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Excellently located where the Rue Duphot meets the rue Saint-Honoré, this family-friendly hotel is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="372.14" OriginalAmount="368.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870395125533" Longitude="2.3297211527824" StarRating="5" HotelCode="17368|82669" HotelName="Sofitel Le Scribe Paris Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Scribe, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/30/ef/30ef395ee3363cd47d81629cfe63cc330545c1ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the city, the family-friendly hotel is located just a few metres from Opera Garnier ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="372.69" OriginalAmount="369" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877098" Longitude="2.297132" StarRating="5" HotelCode="130262|32000" HotelName="Renaissance Paris Arc de Triomphe Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue de Wagram, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/97/dc9796f49521e823931248fecbd774f079dcaf67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the centre of Paris, close to the chic bars and restaurants of the F...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="373.70" OriginalAmount="370.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84827254" Longitude="2.36577693" StarRating="4" HotelCode="398464|goralska_residences_paris_bastille" HotelName="Goralska Residence Paris Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Boulevard Bourdon, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/zz/1bad4bd9f9cb6a9085f3df6f7858d883f6075142.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="390.07" OriginalAmount="386.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872885" Longitude="2.3215" StarRating="5" HotelCode="26016|6014" HotelName="Hyatt Paris Madeleine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Boulevard Malesherbes, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/a9/80a9e55942d0e011f5f2b362073d02036419b695.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated at the heart of Paris on Boulevard Malesherbes, close to the oper...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="396.93" OriginalAmount="393.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86622622" Longitude="2.33289923" StarRating="5" HotelCode="496037|le_roch_hotel_spa" HotelName="Le Roch Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue Saint Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/1d/4f1d55792ddb56370e35773a61814572d5dffe92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="397.94" OriginalAmount="394" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865466417067" Longitude="2.3038592934608" StarRating="5" HotelCode="74025|54297" HotelName="Hotel Montaigne Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Avenue Montaigne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/4e/024eedfb638cec6f620cfb39dead0588bdadd606.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="400.97" OriginalAmount="397" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870982" Longitude="2.330421" StarRating="4" HotelCode="258520|21307" HotelName="Intercontinental Le Grand" 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,Fax,Internet,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Scribe, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/93/a393681f2ad5233c7502c7e226acd444fa16170e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="405.10" OriginalAmount="401.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873685" Longitude="2.300415" StarRating="5" HotelCode="29711|CAL980000" HotelName="De Vigny" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9/11 Rue Balzac, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47709/a_47709_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the prestigious 8th district, in the heart of Paris. As convenient for busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="411.07" OriginalAmount="407" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869078968815" Longitude="2.3032115399837" StarRating="5" HotelCode="366035|32003" HotelName="Powers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue Francais 1er, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/a7/33a7c3fc346c4c912387a4389b553699c006f214.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel is integrated into a building from the 19th century and lies in the heart of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="417.13" OriginalAmount="413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884" Longitude="2.33277" StarRating="3" HotelCode="189589|57313" HotelName="Résidence Blanche" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Lepic, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/15/b515520f1415689a5ca03f8400086332950bf90b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="426.03" OriginalAmount="421.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871017" Longitude="2.30493" StarRating="5" HotelCode="14582|7444" HotelName="Paris Marriott Champs-Elysees Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>70 Avenue des Champs-Elysees, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/e6/5ee634f575692fa95a2e02c43019966a312c9c37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at 70 Avenue des Champs-Élysées and is the very image of French luxury. It is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="426.22" OriginalAmount="422" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869814" Longitude="2.320877" StarRating="4.5" HotelCode="263389|57812" HotelName="Marquis Faubourg Saint-Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 rue d’Anjou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/45/77451a178f1c735346ad7cbe66deed3b5a51ae4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="434.27" OriginalAmount="429.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872268736634" Longitude="2.3034851253033" StarRating="5" HotelCode="13845|109772" HotelName="Hôtel Lancaster" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue De Berri, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/39/a23916b74d66ee3e57879b56f1629e06f42f7a24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a stone’s throw from the most famous avenue in the world, the Champs Elysées, and just around t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="434.36" OriginalAmount="430.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863832522912" Longitude="2.3324784636498" StarRating="5" HotelCode="16548|302285" HotelName="Hotel Regina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Place des Pyramides, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/7e/697e4e638cb94c2862c5049664b1b0f6a85ae795.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of the French capital, directly beside the Louvre and close to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="440.01" OriginalAmount="435.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871338114655" Longitude="2.3280394077301" StarRating="4" HotelCode="13988|302675" HotelName="Le Pera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue de Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/b6/1ab6e882f2a1860dc6105e4d77c1e1fc4641bb11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the lively Opéra and La Madeleine district, very close to major department stores and Pla...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="440.36" OriginalAmount="436" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863143" Longitude="2.337801" StarRating="5" HotelCode="94380|200104" HotelName="Grand Hotel du Palais Royal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de Valois, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a4/9aa49521ed0e50cccda15c4a8e9ae51b056d776f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set between the Louvre Museum and the Palais Royal gardens, the hotel benefits from an exceptional l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="440.48" OriginalAmount="436.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873293367143" Longitude="2.3003911653817" StarRating="5" HotelCode="29710|6080" HotelName="Hotel Balzac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Balzac, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dd/3b/dd3b54fe09f8dcacc8823174289fd6af7bcfda60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Paris within a few paces of the splendid boulevard of the Champs-Ély...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="448.24" OriginalAmount="443.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87044504" Longitude="2.32342533" StarRating="5" HotelCode="765229|CBE428300" HotelName="Fauchon L'Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Malesherbes, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/98/7d982ef0f7e63f3eb051e674db591ff77e65468f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 5 star hotel is located in the city centre of Paris. It is close to the Madeleine and the neare...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="451.31" OriginalAmount="446.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861291654137" Longitude="2.2750159659678" StarRating="5" HotelCode="636170|BPBP" HotelName="Brach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="24 Hour Security,Air Conditioning,Babysitting,Bar,Bicycle Rental,Business Centre,Designated Smoking Area,Heated Pool,Laundry,Massage Centre,Meeting Room,Parking,Pets allowed,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rue Jean Richepin 1-7</AddressLine>
          </AddressLines>
          <PostalCode>(0)158120505</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/bb/7cbb0441325248a98f91380bea5e7cfb95a4adc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;At the heart of the 16th arrondissement, neighbouring the Trocadéro, Eiffel Tower and Passy market, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="455.68" OriginalAmount="451.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869090436818" Longitude="2.3220285773277" StarRating="5" HotelCode="17721|82799" HotelName="Sofitel Paris Le Faubourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Boissy d'Anglas, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/4f/604f8e5a9affc1a479dfa788f1c2d8d2498ffab7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel lies at the heart of Paris, between the Place de la Concorde, the wonderfu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="456.02" OriginalAmount="451.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86547921" Longitude="2.33482792" StarRating="5" HotelCode="451115|635022" HotelName="Nolinski Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue de l'Opera, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/51/995134affd15c24c9a4f0d8353f1d836b045acce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="456.52" OriginalAmount="452" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856715124632" Longitude="2.3303676061516" StarRating="3" HotelCode="81973|200371" HotelName="Le Saint" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Du Pre aux Clercs, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/zz/fcad3aa4bfba6a8d867a08c7234b959aaf43d8c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="457.53" OriginalAmount="453" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87279389" Longitude="2.30522712" StarRating="5" HotelCode="633096|261208" HotelName="Hôtel De Berri A Luxury Collection Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18-22 Rue de Berri Paris, 75008 France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/49/61490adea6e07f6f57b447b73620f3e9a2d9a54c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="460.56" OriginalAmount="456" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8704708" Longitude="2.29918773" StarRating="0" HotelCode="792061|360616" HotelName="La Clef Champs-Élysées Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Babysitting,Garden,Internet,Laundry,Parking,Room Service,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de Bassano, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/29/77296c882567224ec8238d15c26065d6baa5514e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The building that houses La Clef Champs-Élysées Paris was built in 1907 by the Hennessy family in a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="470.66" OriginalAmount="466.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86054338" Longitude="2.31033534" StarRating="5" HotelCode="439869|hotel_le_narcisse_blanc_spa" HotelName="Hotel Le Narcisse Blanc &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>19 Boulevard De La Tour Maubourg, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/fc/b3fc758a231f3fb7ddc167c6fb05a31f9f3daeb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="471.67" OriginalAmount="467.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885177342145" Longitude="2.3374914858341" StarRating="4" HotelCode="404484|montmartre_residence" HotelName="Montmartre Residence Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Durantin, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/61/fe611400fbe31084446826fa72021460536ab7b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 7 rooms. Most storeys can be reached by lift. Services and facili...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="478.53" OriginalAmount="473.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8695889" Longitude="2.3206238" StarRating="5" HotelCode="263477|255394" HotelName="Buddha Bar Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Anjou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/e3/eee395dd79a1b238765f1ae69eebac481ec8003b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="513.08" OriginalAmount="508" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.862973" Longitude="2.335692" StarRating="5" HotelCode="11933|30730" HotelName="Hôtel du Louvre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place André Malraux, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/fc/11fc893116be4464b9615f43b82287aea06f9cce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel lies just a few paces from the Louvre at the heart of Paris' business distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="517.79" OriginalAmount="512.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856271097831" Longitude="2.3659658432007" StarRating="4" HotelCode="15760|1081888" HotelName="Le Pavillon de la Reine" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Place des Vosges, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d6/1a/d61afe2e65a4ed33f1c75f78a4cbb767e3748cca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="536.49" OriginalAmount="531.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="5" HotelCode="976586|675686" HotelName="Cour des Vosges" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>19 Place des Vosges, 4 arrondissement, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/0f/bc0f40bb5da05008585a3aeab990210f60c9c6f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="537.17" OriginalAmount="531.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87023392" Longitude="2.31934433" StarRating="5" HotelCode="848692|661137" HotelName="Les Jardins Du Faubourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue D'aguesseau, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/5e/2c5e2cd17f38229c3150c020920156e5500592af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="563.36" OriginalAmount="557.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870676" Longitude="2.279877" StarRating="4" HotelCode="98769|3563136" HotelName="Saint James - Relais &amp; Chateaux" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Place du Chancelier Adenauer, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/fd/5ffd0b54cac576e6bfe946d16a77bb8cad913da0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Part château, part family townhouse, a blend of grandeur and intimacy, of classicism and extravaganc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="563.61" OriginalAmount="558.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854343" Longitude="2.340117" StarRating="5" HotelCode="16581|1037805" HotelName="Relais Christine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Christine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/9a/af9a1230b75f7d4a0ac8f5b073e5a2cc11baa58b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="565.48" OriginalAmount="559.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866450080316" Longitude="2.3085249960422" StarRating="5" HotelCode="31788|9056" HotelName="San Regis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12, rue Jean-Goujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/9e/399ea697a79b8fa4a1cd80fb8b60ce5f6d15107d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing city hotel lies in the immediate vicinity of the famous shopping street Champs Elysée...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="588.97" OriginalAmount="583.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87098096" Longitude="2.31541446" StarRating="5" HotelCode="590317|641143" HotelName="Hôtel Splendide Royal Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue du Cirque, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/33/8e3374abce4fd95f41a984830da7439cdc25b0ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="707.61" OriginalAmount="700.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86908867251" Longitude="2.300817668438" StarRating="5" HotelCode="16208|7634" HotelName="Prince de Galles, a Luxury Collection Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Avenue George V, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/f7/a5f750dddbac490bda3dafaf8470259f409d3382.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of Paris in Avenue George V, and is the ideal spot for browsing the ren...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="761.45" OriginalAmount="753.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875817290786" Longitude="2.300466299057" StarRating="5" HotelCode="16989|59854" HotelName="Le Royal Monceau - Raffles Paris" 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,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue Hoche, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/ec/04ec35766d5d2cbe802cd90724c1bce5f1e7ac2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="765.58" OriginalAmount="758" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864098078454" Longitude="2.3632058501244" StarRating="2" HotelCode="166769|225131" HotelName="Picard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue De Picardie, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f9/f3f98b115a57a8d8dfae18515febe0541f73c944.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the centre of Le Marais. Ideally located in the centre of Paris within the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="881.73" OriginalAmount="873" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856094470337" Longitude="2.2941262628058" StarRating="3" HotelCode="318612|92879" HotelName="Residence Charles Floquet Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Kitchen,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Avenue Charles Floquet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/56/5a5632d0399b97a41e329175af2b0e62c72b5108.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="895.62" OriginalAmount="886.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866249820397" Longitude="2.2878813743591" StarRating="3" HotelCode="12575|191173" HotelName="Floride Etoile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 rue Saint-Didier, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/05/b1054165375621ef49e8210b94fecd0fa0af6fa4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1045.99" OriginalAmount="1035.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865132" Longitude="2.328132" StarRating="5" HotelCode="14833|7504" HotelName="Le Meurice" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>228 Rue de Rivoli, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/50/4150dd8c1cd7c1eb9915a675d5292837a253517d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Paris is one of the most romantic, stylish and exciting cities in the world, and guests at this hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1143.41" OriginalAmount="1132.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868765803102" Longitude="2.3305231332779" StarRating="5" HotelCode="26015|6035" HotelName="Park Hyatt Paris-Vendome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de la Paix, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/82/8d8281925374d0426c0f8a9ed3c7038c6d28c243.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on the prestigious street Rue de la Paix in Paris, this comfortable hotel is located just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1149.91" OriginalAmount="1138.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86701" Longitude="2.327132" StarRating="5" HotelCode="904485|367209" HotelName="Mandarin Oriental Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>251 rue Saint-Honoré, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/c6/ddc6f071f183cb68bf2e5572cf7880dce9ff8951.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1194.91" OriginalAmount="1183.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863701" Longitude="2.29339" StarRating="5" HotelCode="165809|332588" HotelName="Shangri-La Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 avenue d'Iéna, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8d/d0/8dd02f7dbacd13e0b07f4b1a2ed49e31d0162567.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Paris, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1214.02" OriginalAmount="1202" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="967874|494249" HotelName="J.K. Place Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82 Rue De Lille, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/0a/2b0ac56558fc45014e38b7b17fb69bb2ec806a56.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1229.09" OriginalAmount="1216.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866179" Longitude="2.30426" StarRating="5" HotelCode="16062|389255" HotelName="Plaza Athenee" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 avenue Montaigne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/34/3d34dd928853e1ed0c0ffc03931f4cabdc903cb5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent hotel is situated in the exclusive Avenue Montaigne in the heart of Paris. It is an i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1322.09" OriginalAmount="1309" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869684" Longitude="2.31334" StarRating="5" HotelCode="306996|136787" HotelName="La Réserve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Avenue Gabriel, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/9b/289bf047ddc614e2d791fc7a584cbd630edf0c7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1344.00" OriginalAmount="1330.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851426597473" Longitude="2.3271998763084" StarRating="4" HotelCode="14266|7394" HotelName="Hotel Lutetia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Boulevard Raspail, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/95/c2955a26030e149b93273d537cd7a3ac17bd43da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly in the heart of the fashionable Saint-Germain district, surrounded b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1390.38" OriginalAmount="1376.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870731554746" Longitude="2.2933955220901" StarRating="5" HotelCode="300304|427459" HotelName="The Peninsula Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Avenue Kléber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/28/ee283a4ccbdc41c2cb48202dbacaf35fa1de2dc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1498.17" OriginalAmount="1483.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867347" Longitude="2.321054" StarRating="5" HotelCode="11623|105792" HotelName="Hôtel de Crillon, A Rosewood Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Place de la Concorde, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/88/9e/889e76c52d00eb25b7d562bb97f7b1809e55a01d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The enchanting hotel is hidden behind an inconspicuous façade close to the grandiose maritime museum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1519.42" OriginalAmount="1504.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871708183095" Longitude="2.3148122761269" StarRating="5" HotelCode="13928|9362" HotelName="Le Bristol Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112 rue du Faubourg Saint-Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/e9/2ce9c92275c7c3ad221bb2a7c22b7dad18165d88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly on the Rue Faubourg St. Honoré, extremely close to the Elysées Palace...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1571.16" OriginalAmount="1555.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868788739249" Longitude="2.3007050156593" StarRating="5" HotelCode="12637|7194" HotelName="Four Seasons Hotel George V" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Avenue George V, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/a6/daa67cd36406af06aa8e93c2086d6c7e4e468beb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel offers a quiet location in Triangle d´Or, one of the most elegant districts in Paris ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6778.11" OriginalAmount="6711" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.888972372126" Longitude="2.3544900970376" StarRating="2" HotelCode="486888|224962" HotelName="Hôtel Du Globe 18" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Ernestine, 18th Arr., 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/6c/2f6c9ec64ede804d091abfe46a8305ab9fc989f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="8237.56" OriginalAmount="8156" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87010919" Longitude="2.36988697" StarRating="2" HotelCode="591683|224810" HotelName="Hotel Aix Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue D'Aix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/1a/3f1af9f2acc802f9cac2b21858de6157d41a127a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Central Heating,24 Hour Security,Air Conditioning,Babysitting,Bar,Bicycle Rental,Business Centre,Designated Smoking Area,Heated Pool,Laundry,Massage Centre,Meeting Room,Parking,Pets allowed,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Valet Parking,Wheelchair Access,Internet,Telephone Service,Fax,Conference Hall,Currency Exchange,Shopping Arcade,Lounge,Jacuzzi,Garden,Nightclub,Kitchen,Diet Meals,Golf,24 Hour Front Desk,Coffee Shop,Dry Cleaning,Elevator,LCD/Projector,Library,Limousine Service,Pick &amp;amp; Drop,Porter,Airport Transfer (on Demand),Printer,Concierge,Luggage Storage,24 Hour Power Supply,Housekeeping,Wake-up Call Service</BasicAmenities>
    <HotelRating>3,5,4,3.5,2,2.5,4.5,1,1.5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>HOTEL,CITY HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,VILLAGE,SPA HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,ECO HOTEL,APARTMENT HOTEL,HOSTEL,GUESTHOUSE,APARTHOTEL,AIRPORT HOTEL,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
0e588018-85ac-47f1-bdb0-63e01dcefb82|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="0e588018-85ac-47f1-bdb0-63e01dcefb82">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="80963" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-01-05T00:00:00" End="2026-01-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0e588018-85ac-47f1-bdb0-63e01dcefb82|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
0e588018-85ac-47f1-bdb0-63e01dcefb82|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
0e588018-85ac-47f1-bdb0-63e01dcefb82|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
0e588018-85ac-47f1-bdb0-63e01dcefb82|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
0e588018-85ac-47f1-bdb0-63e01dcefb82|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
0e588018-85ac-47f1-bdb0-63e01dcefb82|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2025-12-05T05:32:41.4659925+00:00" Version="0" EchoToken="Search" TransactionIdentifier="0e588018-85ac-47f1-bdb0-63e01dcefb82" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.714681" Longitude="-73.992894" StarRating="3" HotelCode="204940|howard_johnson_soho" HotelName="Howard Johnson Manhattan Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/82/ba827fae2d23b8b80cb07ff1e031364443fee4dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.42" OriginalAmount="42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="2.5" HotelCode="512121|298042" HotelName="Richland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Allen Street, Chinatown, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/e7/c0e73ec068579463b7edd0b440622c8894c80b0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Hotel Richland New York in New York (Chinatown), you'll be convenie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755669040889" Longitude="-73.969128727913" StarRating="3" HotelCode="64763|pod_51" HotelName="The Pod 51" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>230 E 51st St., New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/26/9926c944c2483c9b3a5d80d93aca86beb84f6391.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in New York's Midtown East, the hotel is only six blocks from the Theatre District and 1.5 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="60.61" OriginalAmount="60.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.71503665" Longitude="-73.95897438" StarRating="3" HotelCode="572789|52036934" HotelName="Pod Brooklyn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>247 Metropolitan Avenue, Williamsburg, Brooklyn, New York City, New York 11211</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/3b/2e3b151192450e5fc8208c66d4091c580c56f20d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="61.05" OriginalAmount="60.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.758986845669" Longitude="-73.983855396509" StarRating="4" HotelCode="365877|1661448" HotelName="Night Hotels Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>157 West 47th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/0c/e60c3f3d5357e40d983de395b823b473e73aa086.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Times Square and Broadway are less than two blocks from the hotel. One block over, on West 46th Stre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.70" OriginalAmount="62.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.749555" Longitude="-73.971881" StarRating="4" HotelCode="47957|2288645" HotelName="Westgate New York Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>304 East 42nd Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/dc/99dc2ff3f5e8d3d2e90c43a9ae12d1a90fd92239.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This New York hotel enjoys a great location in New York’s East Side, near the United Nations. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.20" OriginalAmount="62.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.760605694564" Longitude="-73.986291587602" StarRating="3" HotelCode="11012|206636" HotelName="The Gallivant Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>234 West 48th Street, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/ca/0fca5c0fe5cbf6a437ae903f6902d3468bc2292e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally situated close to Times Square and Broadway. Countless restaurants, bars, sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74938038" Longitude="-73.94689836" StarRating="3" HotelCode="512071|lic_hotel" HotelName="Lic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>44-04 21st Street, Long Island City, Queens, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/77/357797ee80e3a0680712b9047ebf86d4f6f25935.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at LIC Hotel in Long Island City, you'll be convenient to United...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.93" OriginalAmount="65.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.770874" Longitude="-73.980636" StarRating="1.5" HotelCode="21214|1413978" HotelName="YMCA Westside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 West 63rd Street, New York City, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ac/b0/acb0fd038d1c7b95ead4f86e75c37c1914859e90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located at the heart of Manhattan's Upper West Side, within a few paces of Central Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="0" HotelCode="691934|523508" HotelName="The Queens Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>65-15 Queens Boulevard, Woodside, New York, New York 11377</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8d/26/8d267d2013e077043bcd918bea710c05f373de09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.18" OriginalAmount="66.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.723828" Longitude="-74.005292" StarRating="3" HotelCode="104038|163516" HotelName="SoHo 54 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>54 Watts Street, Manhattan, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/40/b04001f753cc8a7fb9b533660d1296e4e8319e5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can experience the excitement of Downtown New York City from the hotel. Set in the trendy dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.765765491713" Longitude="-73.886283930756" StarRating="2" HotelCode="146216|comfort_inn_laguardia_airport__83rd_st" HotelName="Comfort Inn LaGuardia Airport - 83rd St" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23-45 83rd Street, East Elmhurst, NY 11370</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/3e/6f3ead14c99da2c334567340227ac51d964937e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located adjacent to LaGuardia International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.746154" Longitude="-73.983383" StarRating="4" HotelCode="309823|32_32_hotel" HotelName="Hotel 32/32" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 East 32nd Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f3/85/f385a797af2586df903708830cb4610b26cd75a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The individual storeys can easily be reached via the lift or stairs. A baggage storage service is am...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75666133" Longitude="-73.94269133" StarRating="0" HotelCode="946943|415076" HotelName="Wingate by Wyndham Long Island City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>38-70 12th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/d5/05d5bad2ebc4ce5f4369d869576e538f4bd38325.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.762087" Longitude="-73.831638" StarRating="2" HotelCode="170976|flushing_hotel" HotelName="Flushing Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Main Street, Flushing, New York, New York 11354</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/2f/4e2fab2c39875804c90856f06e5682f6fd103e78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="69.16" OriginalAmount="68.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74932" Longitude="-73.976634" StarRating="3" HotelCode="928630|7341138" HotelName="The Pod 39" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 East 39th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/73/d8732e8902deaf81e679d9b85d5d36e1aa087a5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="69.21" OriginalAmount="68.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.70506267759" Longitude="-74.006298780441" StarRating="4" HotelCode="72047|3822787" HotelName="Eurostars Wall Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 Front Street, New York City, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/5b/ba5b7b6f2426d7d1a61e16d89fbc10130cddf5c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located downtown on Front Street at Pine Street, nestled moments from Wall Street's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.700985823601" Longitude="-73.93900358385" StarRating="2" HotelCode="320755|bklyn_house_hotel" HotelName="Bklyn House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Beaver Street, Brooklyn, New York 11206</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/d4/3bd4ede72c00a37b2a3b977a276e46d6416e0556.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="70.49" OriginalAmount="69.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.6840796" Longitude="-73.9898725" StarRating="3" HotelCode="531635|585808" HotelName="Baltic Huis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>489 Baltic Street, Brooklyn, New York 11217</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/b6/04b685f46364e6e77f1ee16692ad02f648e6a31f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Let the destination reach you at the smoke-free Baltic Huis, An Ascend Hotel Collection® Member in B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.03" OriginalAmount="70.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.65090102" Longitude="-74.01160203" StarRating="2.5" HotelCode="571404|608768" HotelName="Quality Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4410 3rd Avenue, Brooklyn, New York 11220</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/05/2e0541934ba118e60d8ad7e40ea726813b833cd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.80786413" Longitude="-73.93761829" StarRating="3" HotelCode="432605|the_park_ave_north" HotelName="The Park Ave North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>65 East 129th Street, New York City, New York 10035</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/b8/e8b87bd0a5d6e70cecfffb4b4f6c5cb683c18ce0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="72.19" OriginalAmount="71.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759623772099" Longitude="-73.987275213003" StarRating="4" HotelCode="18404|1612554" HotelName="Paramount Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>235 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/dc/1adcf8c446b0c2d96154654dcdaf9a4d0082c57a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant boutique hotel is located on 46th Street, between Broadway and 8th Avenue. It lies in t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="72.58" OriginalAmount="71.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.793250301788" Longitude="-73.972232043743" StarRating="2" HotelCode="48088|1977794" HotelName="Days Hotel by Wyndham on Broadway NYC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>215 West 94th Street New York, New York 10025</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/60/d160633184b61c7661a2190e771082308c7ea3ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This great value hotel is located on the elegant Upper West Side and is easily reached with the unde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="72.62" OriginalAmount="71.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75844388" Longitude="-73.99303002" StarRating="3" HotelCode="612398|8602676" HotelName="Pod Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>400 West 42nd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/88/6f/886f5fb784bf00e6f791e565dd473c939f9c0d22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.762149281164" Longitude="-73.982846458215" StarRating="3" HotelCode="17508|the_manhattan_at_times_square_hotel" HotelName="The Manhattan at Times Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>790 7th Avenue, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/5b/645b266e4ae74a7460e1c38632997901a98cac8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a great location at the heart of Manhattan, this luxury hotel is close to the theatre distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759220487652" Longitude="-73.99551898241" StarRating="3" HotelCode="168046|yotel_new_york_at_times_square" HotelName="YOTEL New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>570 Tenth Avenue, at West 42nd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/23/fb233dcd5e14240ac700af8f6097bf55863a8a2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in Midtown West at 42nd Street and 10th Avenue. Times Square is around 5 mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.697515" Longitude="-73.958831" StarRating="3" HotelCode="170873|condor_hotel" HotelName="Condor Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56, Franklin Avenue, Brooklyn, New York 11205</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/e6/3de6d6d4f81778ddf3fc0cd0387ebeba5d44d5b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.680045" Longitude="-74.005921728836" StarRating="2" HotelCode="178675|comfort_inn_brooklyn_cruise_terminal" HotelName="The LOOK Hotel, Red Hook" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Seabring Street, Red Hook, Brooklyn, New York 11231</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/6a/3e6a1311abaf529eb50619e9c3988a1d1f4896ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.74" OriginalAmount="74.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76266" Longitude="-73.982" StarRating="4" HotelCode="17640|774" HotelName="Sheraton New York Times Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>811 7th Avenue 53rd Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/25/8a25ec2c576bd544a6af4df13a5b0fe80d81ab13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This large luxury hotel is located in the heart of the city just a few minutes’ walk from Times Squa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.754344" Longitude="-73.994168" StarRating="3" HotelCode="896936|hotel_central_times_square" HotelName="DoubleTree by Hilton Hotel New York - Times Square South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Business Hotel" CnxPolicy="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>341 West 36th Street, New York City - Manhattan, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/1e/321e19886aad65b9cee494b7f2286d339a721534.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This newly developed hotel is located on Manhattan's trendy West Side, only steps away from Time Squ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.705652337837" Longitude="-74.007020294666" StarRating="3" HotelCode="165487|holiday_inn_express_new_york_city_wall_street" HotelName="Holiday Inn Express New York City-Wall Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Water Street, New York City, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/4f/784fa7e8150a88557d334a2c8fc5ad53a6f51f47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only steps away from Wall Street, the heart of the Financial District.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.762386" Longitude="-73.976374" StarRating="4" HotelCode="18509|the_shoreham_hotel" HotelName="Shoreham Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 West 55th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/00/be0038b6a43210bd31dc36a665ab3ae8c1fde9e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in Midtown Manhattan on 55th Street between 5th and 6th Avenues, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.84" OriginalAmount="75.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752489" Longitude="-73.993748" StarRating="4" HotelCode="15305|229266" HotelName="The New Yorker, A Wyndham Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>481 Eighth Avenue, 34th Street &amp; 8th Avenue, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/34/c2/34c222b72e73a8b0d016b7f12c22c9e3ee7d1766.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located close to various interesting sights of interest. Countless restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="76.72" OriginalAmount="75.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764099586671" Longitude="-73.982922259507" StarRating="3" HotelCode="200929|2608964" HotelName="Ameritania at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>230 West 54th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4e/11/4e111e0b9e161659e403be671fd3f5965d3f6f68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant boutique-style hotel enjoys a superb central location on the corner of Broadway and 54t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.694398908769" Longitude="-73.931006394333" StarRating="3.5" HotelCode="542227|187977" HotelName="Hotel RL by Red Lion Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1080 Broadway, Brooklyn, New York 11221</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/36/af366eecbbf726182f67c42540aa97fdd85c6208.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.654178" Longitude="-74.007176" StarRating="2" HotelCode="170867|comfort_inn_sunset_park__park_slope" HotelName="Comfort Inn Sunset Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>353, 38th Street, Brooklyn 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/ab/a1abefed5f5fa524ec39bf9aae4ed957beb895c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.718341" Longitude="-73.986269" StarRating="3" HotelCode="205351|holiday_inn_nyc__lower_east_side" HotelName="Holiday Inn NYC Lower East Side" 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>150 Delancey Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/9c/af9c9b84c0acd78e6262a047b4774c5bb5943e94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76403" Longitude="-73.99455" StarRating="3" HotelCode="221553|holiday_inn_express_new_york__manhattan_west_side" HotelName="Holiday Inn Express Manhattan Midtown West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>538 West 48th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/0d/690d2808ec3098b0e733374560a0e0b39733d87e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="77.12" OriginalAmount="76.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.771472335053" Longitude="-73.982620239258" StarRating="4" HotelCode="18303|1978352" HotelName="The Empire Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 West 63rd Street, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/ef/beefac2106515b3b303a0cd78280d531dc1e4b3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly across the street from the lush greenery of Dante Park. The hotel pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.68751142" Longitude="-73.98175441" StarRating="3" HotelCode="432558|even_hotel_brooklyn" HotelName="EVEN Hotel Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>46 Nevins Street, Brooklyn, New York 11217</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/98/a9981844062b0adc675b645c3375dc01c13a6e9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.760821" Longitude="-73.969411" StarRating="4" HotelCode="13154|renaissance_new_york_hotel_57" HotelName="Hotel 57" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 East 57th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/52/d7526bd9a3660a73aadec1f4911e7a82dcfccfc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the centre of one of the city's most sophisticated neighbourhoods, Manhattan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.760715604753" Longitude="-73.833667008598" StarRating="2" HotelCode="431680|comfort_inn_flushing" HotelName="Prince Flushing Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>133-43 37th Avenue, Flushing, New York 11354</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/87/6d879f55cb7efb3f91ffaa6c19aaeb44c53c07a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="79.67" OriginalAmount="78.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.782152348622" Longitude="-73.980330589443" StarRating="4" HotelCode="15414|1358270" HotelName="Arthouse Hotel New York City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2178 Broadway at W, 77th Street, New York City, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/eb/55/eb55bd006523d8201262994f3856502520dc6f4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located on the Upper West Side, just 3 blocks from Central Park and away from the tu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.788617245865" Longitude="-73.974647085737" StarRating="1" HotelCode="416740|144577" HotelName="Central Park West Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Laundry,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>201 West 87th Street, New York City, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/27/e427f59b9231885accb8046d4e734d78c2a0db05.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Central Park West Hostel has one of the best locations yet. Located at the heart of one of the most ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.66365083" Longitude="-73.99608017" StarRating="3" HotelCode="951222|395655" HotelName="Comfort Inn Prospect Park Brooklyn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>150 20th Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/ab/a1abefed5f5fa524ec39bf9aae4ed957beb895c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.679192" Longitude="-73.98322" StarRating="3" HotelCode="175536|44455" HotelName="Union Hotel, an Ascend Hotel Collection Member" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>611 DeGraw Street, Brooklyn, New York 11217</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/a2/d4a298f3a7d5a8d9d517f2c2472f2d41aef31ed8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756994" Longitude="-73.98487" StarRating="4" HotelCode="31947|1940665" HotelName="Millennium Times Square New York- A Hilton Affiliate Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 West 44th Street, New York, New York City 10036-4012</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/9c/649c87f5a16da9b9da8e02d9c18dd39a7205f822.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, contemporary hotel is located between 6th and Broadway, less than one block from the l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.71794543" Longitude="-73.99537674" StarRating="0" HotelCode="695518|us_pacific_hotel" HotelName="US Pacific Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>106 Bowery 2FL, Chinatown, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/db/42dbe3aa6035724f511201fd5ee0e91ecd45b06a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.651056913452" Longitude="-74.003370505752" StarRating="2" HotelCode="369737|sunny_39_hotel" HotelName="Phoenix Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>517 39th Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/ab/81ab345ba62dbf7cff3fb14530299a6b74998126.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of New York (NY), Phoenix Hotel puts everything the city has to offer just o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.70740281115" Longitude="-74.006395398811" StarRating="3" HotelCode="305439|four_points_by_sheraton_new_yo_" HotelName="Four Points by Sheraton New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Platt Street, New York, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/bd/babd61801d8428ad16767e99c7134b61d72ea168.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.41" OriginalAmount="80.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.77176278961" Longitude="-73.844473588589" StarRating="3" HotelCode="122490|324848" HotelName="Fairfield Inn New York LaGuardia Airport/Flushing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28-66 College Point Boulevard, Queens, NY 11354</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/4f/2a4f5fa2115a967bffa085741480beeb1804e6b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="81.48" OriginalAmount="80.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759901664559" Longitude="-73.996534195107" StarRating="4" HotelCode="187088|1754634" HotelName="Cachet Boutique NYC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Club Resort,Spa Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>510 West 42nd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/94/dd94bcad4b73a0ca221c4fc8312ed505e2590c96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located at the epicentre of gay life – Hell's Kitchen, steps from Times Square and C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.747738083747" Longitude="-73.986595912114" StarRating="3" HotelCode="565008|la_quinta_manhattan" HotelName="The Hotel @ Fifth Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 West 32nd Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/29/14298d0637262843b5fdf472e723a117a0e441ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.79952155" Longitude="-73.95349001" StarRating="2" HotelCode="398372|the_bed__breakfast_on_central_park" HotelName="The Central Park North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>137 West 111th street, New York, New York 10026</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f3/19/f31952bf0f817f38b131c8e674b029e3b71d4a3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.81886773" Longitude="-73.91474837" StarRating="3" HotelCode="450298|umbrella_hotel_an_ascend_hotel_collection_member_bronx" HotelName="Umbrella Hotel, an Ascend Hotel Collection Member Bronx" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>681 Elton Avenue, Bronx, New York, 10455 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d0/47d0a96328af2556ab26da1ebae2f4314079ef7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.719865" Longitude="-73.998934" StarRating="3" HotelCode="72160|the_solita_soho_hotel_an_ascend_hotel_collection_member" HotelName="The Solita Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Grand Street, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/77/44777292130ea8c9bda52a09bf536c6b814a9b3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the New York area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.708913674696" Longitude="-74.009168744087" StarRating="3" HotelCode="900059|holiday_inn_new_york_city__wall_street" HotelName="Holiday Inn New York City - Wall Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Nassau Street, 10038 New York City, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/72/02727289aea621cea25aff4fef11fe16ea070c70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Financial District, 4 blocks from Wall Street, 5 blocks from the New Yor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.723006283333" Longitude="-73.9893875" StarRating="3" HotelCode="892300|hotel_east_houston" HotelName="The RIDGE Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>151 E Houston St, New York, NY 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7f/eb/7feb0244bcdfaa15af486c87e5722858d3175b05.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in New York City. The nearest airport is New York - La Guardia (LGA)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.745339205473" Longitude="-73.992307707667" StarRating="3" HotelCode="13492|holiday_inn_manhattan_6th_ave_chelsea" HotelName="Holiday Inn Manhattan 6th Ave - Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 West 26th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/70/1e7049cb449a3c13f42597e24090f1c39e704589.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located near numerous New York attractions. It is just 5 km from the Statue o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.668723437824" Longitude="-73.993035256863" StarRating="2" HotelCode="175532|la_quinta_inn__suites_brooklyn_downtown" HotelName="La Quinta by Wyndham Brooklyn Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>533 3rd Avenue, Brooklyn, New York 11215</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/76/e676448247386b0d5d1d5cb3f3bc22892868a8d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.71037985079" Longitude="-74.006702101852" StarRating="3" HotelCode="936781|aloft_manhattan_downtown__financial_district" HotelName="Aloft Manhattan Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49-53 Ann Street, 10038 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/fb/03fbdb4cd046990a28941b5f557d942d9a949ade.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.650544" Longitude="-74.003" StarRating="2" HotelCode="204903|red_carpet_inn_brooklyn_39th_st" HotelName="The Vue Express" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>536 39th Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/e0/ade0e1543303c69695a2cc4c98ca5363a3c139e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="83.62" OriginalAmount="82.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755928057803" Longitude="-73.98028019597" StarRating="3" HotelCode="59151|2061942" HotelName="Citadines Connect Fifth Avenue New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 West 45th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/68/9e/689ecd1ab3960b0bb1f0bd4902350039e53458b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.751630699141" Longitude="-73.972439757411" StarRating="3.5" HotelCode="431115|even_hotel_new_york_midtown_east_44th" HotelName="EVEN Hotel New York - Midtown East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>221 East 44th Street, New York City - Manhattan, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/63/a0634874f2b19d44b74f92cd2352df961f9e495b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.68747817" Longitude="-73.98245676" StarRating="3" HotelCode="308613|holiday_inn_brooklyn_nevins_station" HotelName="Holiday Inn Brooklyn Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>300 Schermerhorn Street, Brooklyn 11215, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/69/2969cc2977475b9d26f373f4638a298525992c3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.765169" Longitude="-73.982942" StarRating="3" HotelCode="31923|the_moderne_2" HotelName="The Moderne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>243 West 55th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/28/7428d9f1a3b3219df965bc67632696f5af1ff28f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This private and stylish hotel affords an excellent location surrounded by countless restaurants, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7461" Longitude="-73.9833" StarRating="3" HotelCode="26387|hotel_grand_union" HotelName="HGU New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 East 32nd Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/80/8f80f079bc559caec27f92bb878439486164bf8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.815168" Longitude="-73.915894" StarRating="3" HotelCode="283875|opera_house_hotel" HotelName="Opera House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>436 East 149th Street, Bronx, New York, New York 10455</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/04/2904d6d250b7bbca514053c461ec1212239504ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.16" OriginalAmount="83.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750318008246" Longitude="-73.96890871891" StarRating="4" HotelCode="16530|268545" HotelName="Millennium Hilton New York One UN Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 United Nations Plaza, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/71/ef71f090cc0339858481a3972bf1910f8b2090d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies opposite the UN in the elegant East Side of Manhattan. It is only a few paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="84.67" OriginalAmount="83.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.688852" Longitude="-73.988779" StarRating="3" HotelCode="99272|108178" HotelName="Nu Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Smith Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/73/5e73d87b390b5ca1f03f09da585100389bb967ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of downtown Brooklyn. Located just minutes from Manhattan, the ne...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.644070439769" Longitude="-73.987848014715" StarRating="3" HotelCode="300593|44407" HotelName="Days Inn by Wyndham Brooklyn Borough Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1118 36th Street, Brooklyn, New York 11218</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/21/72215dd413403245580aaa2efd6bd9abb8d341d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.667263068717" Longitude="-73.910298076057" StarRating="2" HotelCode="445897|howard_johnson_inn_brooklyn" HotelName="Howard Johnson Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>524 Rockaway Avenue, Brooklyn, New York 11212</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/0e/930eb25c9b2583bd5966981e2303dd6e70c8e82c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.749892458944" Longitude="-73.937530335068" StarRating="2.5" HotelCode="367657|q4_hotel" HotelName="Q4 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,ATM/Cash Machine,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Kitchen,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>29-09 Queens Plaza North, 11101 Long Island City, NY (New York)</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/e3/13e3d56cc043bceb29eecb706c04a97cb4dd3703.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Q4 Hotel in Long Island City, you'll be in the busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.678884625143" Longitude="-73.95118581117" StarRating="3" HotelCode="378884|137147" HotelName="The Brooklyn A Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1199 Atlantic Avenue, Brooklyn, New York 11216</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/88/e7885b62ee6281ddd471188afa8707079d026b6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.721749017161" Longitude="-73.987765241734" StarRating="3.5" HotelCode="307071|hotel_indigo_lower_east_side_new_york" HotelName="Hotel Indigo Lower East Side New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Ludlow Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/ff/6fffcca09bc6e04cfb0a4595386c241f17246538.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.760593875" Longitude="-73.831649625" StarRating="2" HotelCode="124570|howard_johnson_flushing" HotelName="Flushing Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135-33 38th Avenue, Flushing, Queens, New York City 11354</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/70/3b701a79024fd90cdd5b8fb221066c23330cd334.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="87.08" OriginalAmount="86.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.695675" Longitude="-73.983936" StarRating="3" HotelCode="294769|384584" HotelName="Hampton Inn Brooklyn/Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 Flatbush Avenue Extension, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/82/9482582604528efbc1013f04bbb46fa9753f8b36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="87.28" OriginalAmount="86.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.746750822598" Longitude="-73.991726575463" StarRating="3" HotelCode="140831|325272" HotelName="Hotel Hayden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>127 West 28th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/bd/d3bd90b1075af909ea2816bb51382bc42a92f6af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.40" OriginalAmount="86.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764646845623" Longitude="-73.980933129787" StarRating="3" HotelCode="15688|734" HotelName="Park Central Hotel New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>870 7th Avenue, New York, New York 10019-4038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/75/f1758b85f855b1e22837cca9ecbfad35687d15be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is in the heart of the theatre district within a few minutes walk from Times Squa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="87.47" OriginalAmount="86.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7642812" Longitude="-73.9949586" StarRating="3" HotelCode="263781|2723466" HotelName="Comfort Inn Midtown West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>548 West 48th Street, New York, NY 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/f6/e4f6c8e301487545c7e7cef40351d58de187c1dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="87.52" OriginalAmount="86.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.70965454" Longitude="-74.00871629" StarRating="4" HotelCode="631054|60872343" HotelName="The Artezen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Business Centre,Central Heating,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Laundry,Meeting Room,Printer,Restaurant,Room Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>24 John Street, Manhattan, New York, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/91/2b91051f75cc7ca7a07d4ccad8e657f4b2d028e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel, which can be found in Downtown New York, is a great option for gays. The premis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.65179427" Longitude="-74.00457904" StarRating="4" HotelCode="320508|94190" HotelName="Wyndham Garden Brooklyn Sunset Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>457 39th Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/10/c2104e40970d2681ae286924fc5c1cef54823573.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.691377" Longitude="-73.984618" StarRating="4" HotelCode="161560|sheraton_brooklyn_new_york_hotel" HotelName="Sheraton Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>228 Duffield Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/67/f667f618cb144a2c90ce9e7b75e1f6afcd62980b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the Metro Tech Center in downtown Brooklyn; just 2.4 km from Manhattan a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752227" Longitude="-73.853695" StarRating="3" HotelCode="170877|corona_hotel_3" HotelName="Corona LaGuardia Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112-23, Roosevelt Avenue, Corona 11368</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/35/b335c205dcda3979255197459eaef7eac8fa1069.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="88.87" OriginalAmount="87.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.646894" Longitude="-73.9967485" StarRating="2" HotelCode="150295|1890938" HotelName="Kings Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>820 39th Street, Brooklyn, NY 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/d3/6fd354d55c82e13a74078cba08787b993ac265dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - East 16th Street (JRE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752333" Longitude="-73.985725" StarRating="2" HotelCode="200928|americana_inn" HotelName="Americana Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 West 38th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/78/80784dbce42854e15cd26aeb0e8b2a8e6673ad24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the centre o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75421675" Longitude="-73.9904145" StarRating="2" HotelCode="893796|manhattan_broadway_budget_hotel" HotelName="Manhattan Broadway" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>273 West 38th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/7f/2f7f45c5a5b3955000ffb11749c86d4a1c9daf32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="2" HotelCode="143418|mayor_hotel" HotelName="Hotel Mimosa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79 Division Street, New York City - Manhattan 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/40/11403a0518739c22af3ca16d53070b1dafef9c0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7496802278" Longitude="-73.947595331805" StarRating="2" HotelCode="391662|the_local_hostel_nyc" HotelName="The Local Hostels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>13-02 44th Avenue, LIC, New York, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/99/c399b336a417db4ad1789f3ad7e16637930a7243.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="89.29" OriginalAmount="88.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.703174" Longitude="-74.012299" StarRating="3" HotelCode="285107|189695" HotelName="Hampton Inn Manhattan/Downtown Financial District" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Pearl Street, New York City, New York 10004</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/9b/6b9bedf161bc8d0e5a5b497e65550a1c5ec08a40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.89" OriginalAmount="89.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.696405462281" Longitude="-73.984343610841" StarRating="4" HotelCode="316923|dazzler_brooklyn" HotelName="The Tillary Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Flatbush Avenue Extension, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/57/8957b14f2f9c0da90bbec50315e4f0921b1d48ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.89" OriginalAmount="89.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756275381864" Longitude="-73.991649804893" StarRating="4" HotelCode="679595|aliz_hotel_times_square" HotelName="Aliz Hotel Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>310 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/93/d493ac0f214b6fafc06d1eb203886c5bf3028bc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.89" OriginalAmount="89.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.70396959981" Longitude="-74.012326630386" StarRating="4" HotelCode="168366|doubletree_by_hilton_new_york_city__financial_district" HotelName="DoubleTree by Hilton Hotel New York City - Financial District" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Stone Street, New York, New York 10004</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/da/90da9e1e84803ed4203321c0a5c7f62d8c252d65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.73978333" Longitude="-73.98435045" StarRating="4" HotelCode="585788|298035" HotelName="Freehand New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>23 Lexington Avenue, New York City, New York 10010</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/e8/8ee8d500f07ba6ff8830b13e316a90aaa97138ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755201146035" Longitude="-73.991661349417" StarRating="3" HotelCode="319454|holiday_inn_new_york__times_square_south" HotelName="Holiday Inn New York City - Times 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>585 8th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/a6/52a6d1f7662fce4a4371264ee2b618864b37b0d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.753668" Longitude="-73.99465" StarRating="4" HotelCode="171913|tryp_by_wyndham_times_square_south" HotelName="TRYP New York City Times Square South" 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,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>345 West 35th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/c7/91c704ac7430bf11eb044baa582072789d2d7320.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located by an historic building site, the hotel will put guests within walking distance of key busin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.718741450832" Longitude="-74.000412672758" StarRating="3" HotelCode="887912|hotel_azure_3" HotelName="City Rooms NYC Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>120 Lafayette Street, Manhattan, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/1c/c41c26d9122f1303691da3e4a276ee0e28623265.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.42" OriginalAmount="90.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759691832457" Longitude="-73.986139297485" StarRating="3" HotelCode="18299|228616" HotelName="Hotel Edison" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>228 West 47th Street, btw. 8th &amp; Broadway, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/02/03022a9826d5dbb18fb722b2a76255a705f9dcb1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Midtown Manhattan, just steps from Times Square and within walking distance ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="91.75" OriginalAmount="90.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.761626" Longitude="-73.988098" StarRating="3" HotelCode="43800|1369056" HotelName="The Belvedere Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>319 West 48th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/2e/272ee98fcabc688be53a1c9d2d0af95a3ceac295.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of New York City's theatre district, this hotel is perfect for both business an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.704138018094" Longitude="-73.937589085555" StarRating="2" HotelCode="391230|ny_moore_hostel" HotelName="New York Moore Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Elevator,Garden,Internet,Library,Luggage Storage,Meeting Room,Parking,Spa,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>179 Moore Street, Brooklyn, New York 11206</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/05/8b050836eea0b54b9360bfe4e31630d7a063b0b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at NY Moore Hostel in Brooklyn (Williamsburg), you'll ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756523231748" Longitude="-73.942005636176" StarRating="2" HotelCode="348362|howard_johnson_long_island_city" HotelName="Howard Johnson by Wyndham Long Island City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-61 12th Street, Long Island, New York City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/95/c6959efdb692544b05943e648f36d184bf0338f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="92.26" OriginalAmount="91.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7505918" Longitude="-73.9857209" StarRating="3" HotelCode="263777|366815" HotelName="Best Western Premier Herald Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 West 36th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/e4/2de4f38039ce43acb08f963f9a5c0f6b3029508f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="92.64" OriginalAmount="91.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756891" Longitude="-73.993258" StarRating="3" HotelCode="146899|2078383" HotelName="Distrikt New York City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>342 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/87/57879c0c29c7a39980e3bce698a2d401558929aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in New York City. For guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.746249" Longitude="-73.984977" StarRating="4" HotelCode="372758|arlo_nomad" HotelName="Arlo NoMad" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>11 East  31st Street, Manhattan, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/13/c413f72a1989403d7027e558be32b3c0f3e134a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.721129160029" Longitude="-73.988853470289" StarRating="3" HotelCode="318455|orchard_street_hotel" HotelName="Orchard Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>163 Orchard Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/69/ac699731da0fa72d2ca85a0d1870d892a4817f15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a popular area not ten minutes from the bustling tourist centre of New York...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756229" Longitude="-73.992827" StarRating="3" HotelCode="102716|hampton_inn_manhattantimes_square_south" HotelName="Hampton Inn Manhattan/Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>337 West 39th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/70/2970b51b32a8c313dd110258d2d4aaa56d51f081.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can discover the excitement of New York City as this hotel is located within the southern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.738691" Longitude="-73.99429625" StarRating="2" HotelCode="145930|chelsea_inn" HotelName="Chelsea Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 West 17th Street, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/46/0e/460e4ad0f80e2fbab34df2b1eeca7ad1a03e41a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.11" OriginalAmount="92.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.727132566667" Longitude="-74.006063366667" StarRating="3" HotelCode="122661|1355398" HotelName="Four Points by Sheraton Manhattan SoHo Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Charlton Street, New York, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/6c/f66c0220976aed2a0f210a6631184d193856090f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.93" OriginalAmount="93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.754" Longitude="-73.949264" StarRating="4" HotelCode="98035|69909" HotelName="Ravel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-08 Queens Plaza South, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/4e/634e3d8943d86471a67157d3d40b0368e102111a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.748625572042" Longitude="-73.995788187599" StarRating="2" HotelCode="391239|city_rooms_nyc_chelsea" HotelName="City Rooms Nyc Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Elevator,Internet,Limousine Service,Luggage Storage,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>368 8th Avenue, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/b2/6bb2aa6940a2eab02f19c80a4664655c90b23ce9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at CITY ROOMS NYC CHELSEA, you'll be centrally located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.740949445011" Longitude="-73.983430690807" StarRating="3" HotelCode="284673|the_lex_nyc" HotelName="Lex Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Lexington Avenue, New York City, New York 10010</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/92/21/9221dfd4beb462d06890c7ce59b44375f836cd61.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of New York City, this boutique hotel is ideal for guests who appreciate a styl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.840899714286" Longitude="-73.927979285714" StarRating="2" HotelCode="124700|howard_johnson_inn_yankee_stadium" HotelName="Howard Johnson Inn Yankee Stadium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1300 Sedgwick Avenue, Bronx, New York 10452</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/9e/339e10c30d893a5055d732980ed1f15b183d5337.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.32" OriginalAmount="93.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.809167" Longitude="-73.951744" StarRating="3" HotelCode="165350|188290" HotelName="Aloft Harlem" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2296 Frederick Douglass Boulevard, 10027 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/7d/b37dd1b4173aca70c7d285487822da8149d4e455.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.74" OriginalAmount="93.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75632" Longitude="-73.99314" StarRating="3" HotelCode="124014|157396" HotelName="Holiday Inn Express New York City Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>343 West 39th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/30/5e3083979060472f55c5e7ff13c60654e4f7ffbf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Manhattan hotel is located in the city centre within 800 m of Madame Tussauds Wax Museum, the N...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.749118277563" Longitude="-73.983800411224" StarRating="3" HotelCode="395241|15065" HotelName="U Hotel Fifth Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>373 Fifth Avenue, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/46/c6461d609802521f9233de27f29fd750d87c6c08.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located directly on Fifth Avenue just one block from the Empire State Building, and sha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.63559934" Longitude="-74.01118485" StarRating="3.5" HotelCode="573035|413753" HotelName="Insignia Hotel, An Ascend Hotel Collection Member" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>741 61st Street, Brooklyn, New York 11220</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/d1/56d1298c622bf3e99691e1cd7265b3e16ce0a733.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74822" Longitude="-73.987857" StarRating="3" HotelCode="13497|radisson_martinique_on_broadway" HotelName="Martinique New York on Broadway, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 West 32nd Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/dc/3bdc67cc6c028f82cd85529e98f27bd7de9b0ae2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of New York City. Its setting is especially ideal for busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.757829150244" Longitude="-73.983761731158" StarRating="4" HotelCode="60534|the_muse_hotel_a_kimpton_hotel" HotelName="Kimpton Muse Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/d5/f0d5596109702748794c6d5496a5573ac270e3ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on 46th Street, the hotel is surrounded by all New York has to offer. The centre of New York...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.723192387868" Longitude="-73.99024351355" StarRating="3" HotelCode="118692|the_gem_hotelsoho_an_ascend_hotel_collection_member" HotelName="The Gatsby Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 East Houston Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/65/94658ae29e04460ae2c06b6634298a8d301c11d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the New York area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.705914096945" Longitude="-74.004969775615" StarRating="3" HotelCode="300722|fairfield_inn_new_york_manhattanfinancial_district" HotelName="Fairfield Inn New York Manhattan/Financial District" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>161 Front Street, New York City, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/ce/c5cefe098d91a4819653e044dbd1c6b96a0e5af7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.99" OriginalAmount="94.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.712308" Longitude="-73.992722612268" StarRating="3" HotelCode="294131|405818" HotelName="Madison Les Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>154 Madison Street, New York City, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/90/7490bda292111f8eb614cf5bda55df17ec8b9c10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="95.73" OriginalAmount="94.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.763259316648" Longitude="-73.985570669174" StarRating="3" HotelCode="13767|1206003" HotelName="Hampton Inn Manhattan-Times Square North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>851 Eighth Avenue, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/18/5a/185acfc3eb1934219cacc93195d9db508d041ac8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Manhattan and close to the Rockefeller Center as well as Cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.71527549" Longitude="-73.99377584" StarRating="2" HotelCode="728279|298026" HotelName="Canal Loft Hostel &amp; Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Conference Hall,Garden,Internet,Meeting Room">
        <Address>
          <AddressLines>
            <AddressLine>94 Canal Street, Chinatown, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/3d/523dde72190c4a65d48c387b56dbd0a1eade786c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is set in Chinatown, this low-key budget hotel is 2 miles from the Brooklyn Bridge and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.757377741189" Longitude="-73.984474986791" StarRating="4" HotelCode="896931|the_premier_hotel_new_york" HotelName="Millennium Premier New York Times Square" 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>133 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/65/ea65c1c706212961c137c4e55437cb88becf16d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of New York City, this boutique hotel is ideal for guests who appreciate a sty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756237451695" Longitude="-73.993038991105" StarRating="3" HotelCode="890261|candlewood_suites_new_york_citytimes_square" HotelName="Candlewood Suites NYC Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>339 West 39th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/94/d99491c61bf4982a0dc922dea8c178dd6bca1028.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.704684051231" Longitude="-74.010320600733" StarRating="3" HotelCode="896943|the_wall_street_inn" HotelName="Wall Street Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 South William Street, New York, NY 10004</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/0b/aa0b6a126c14fc51545433d48bf5d73004ff39bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.03" OriginalAmount="95.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.765796156803" Longitude="-73.983006477356" StarRating="3" HotelCode="907477|323935" HotelName="Da Vinci Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 27/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>244 West 56th Street, New York City</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/da/0fda1d810e0ab0f07f1cfb372096bf53915d07fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is set in Midtown West. The total number of rooms is 24. Guests will not be both...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="96.05" OriginalAmount="95.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.746037070065" Longitude="-73.992650185004" StarRating="4" HotelCode="429347|75630465" HotelName="INNSIDE New York NoMad" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>132 West 27th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/93/b7935f8788faf1e9656c394040922b5cfc72f7a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Following the success of this contemporary brand across Europe, INNSIDE New York Nomad is the first ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.59" OriginalAmount="95.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.748342" Longitude="-73.994637" StarRating="3" HotelCode="67266|444645" HotelName="Holiday Inn Express New York City – Chelsea" 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,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 West 29th Street, New York, New York 10001-5201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/b6/c6b689dace3346e0ca23fd5dcfb9a92a2f1538e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Downtown New York, just two blocks from Madison Square Garden, this hotel is also five bl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.751444382846" Longitude="-73.935090813492" StarRating="2.5" HotelCode="511166|215505" HotelName="Fairfield Inn &amp; Suites New York Queens/Fresh Meadows" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>183-31 Horace Harding Expressway, Fresh Meadows, New York 11365</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/3c/023ca99e07cfad01789c5d25d9daa3c5851f8561.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.762101079148" Longitude="-73.982823753967" StarRating="3.5" HotelCode="511167|moxy_nyc_times_square" HotelName="MOXY NYC Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>485 7th Avenue, 10018 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/62/3e623d3fd9a54aed990bf06c98789f249e6de23b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.754336183531" Longitude="-73.935713768005" StarRating="3" HotelCode="906857|four_points_by_sheraton_long_island_city_queensboro_bridge" HotelName="Four Points by Sheraton Long Island City/Queensboro Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27-05 39th Avenue, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/08/1708fde5e70f51aa04b5b03d3cd854d6e1229b5a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 88 rooms. Most of the storeys can be reached by lift. Services and fac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.745567" Longitude="-73.993524" StarRating="4" HotelCode="147585|hilton_new_york_fashion_district" HotelName="Hilton New York Fashion District" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>152 West 26th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/8e/fc8eeb9a36c2c94b94247c14f59c1087edf90533.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located where the Garment District meets Chelsea, on West 26th Street, just off 7th Ave...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.95" OriginalAmount="96.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.748514" Longitude="-73.978031" StarRating="4" HotelCode="45051|233796" HotelName="Shelburne Hotel &amp;  Suites by Affinia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>303 Lexington Avenue, at 37th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/0e/e20ee98c92018bc3b1696900fbcd45fb35da1b22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant European-style hotel affords a prestigious location in the charming Murray Hill distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75736017" Longitude="-73.94280017" StarRating="0" HotelCode="952779|480173" HotelName="TownePlace Suites by Marriott New York Long Island City/Manhattan View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38-42 11th Street, Long Island City, New York, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/9f/bd9fefbd397b5aa2933370fcab1f352356ebe705.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.97" OriginalAmount="97.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.717051974429" Longitude="-73.995195474226" StarRating="3" HotelCode="177790|wyndham_garden_chinatown" HotelName="Wyndham Garden Chinatown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>93 Bowery, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/1b/821ba99c4b20d6d8c79ff911ba8a1cb89fa06b03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located right in New York City's Chinatown, just steps away from shopping, bars and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.97" OriginalAmount="97.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755707644591" Longitude="-73.982417732477" StarRating="4" HotelCode="336965|royalton_a_morgans_original" HotelName="Royalton New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 West 44th Street, New York, New York City 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/86/7186ed016942322ec33be2f7994bf962078e1c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in the heart of midtown Manhattan within a few paces of the shops of F...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.97" OriginalAmount="97.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.746924" Longitude="-73.991409" StarRating="4" HotelCode="892165|doubletree_by_hilton_new_york_city__chelsea" HotelName="DoubleTree by Hilton Hotel New York City - Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>128 West 29th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/70/e8/70e8473f516e07d61c3eae27f7bc51d65f112677.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on 29th Street between Sixth and Seventh Avenues. Within a short walk from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.97" OriginalAmount="97.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.879896" Longitude="-73.831434" StarRating="2" HotelCode="178674|ramada_bronx" HotelName="Ramada Bronx" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1000 Baychester Avenue, Exit 13 off of I-95, Bronx, NY 10475</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/01/8e01a1485b1dbb013027ee280944687e67b4404e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.00" OriginalAmount="97.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75598" Longitude="-73.97141" StarRating="4" HotelCode="60496|755405" HotelName="San Carlos Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>150 East 50th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/c0/9cc03fa068211a494375ace438487649c54fa9cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located in the heart of Midtown Manhattan on New York's fashionable East Side betwee...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.01" OriginalAmount="97.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7759" Longitude="-73.9773" StarRating="2" HotelCode="47637|359345" HotelName="La Quinta Inn and Suites New York City Central Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 West 71st Street, New York, NY 10023-4103</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/67/7267458869491e028dd8e1477120108a7ff209e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a great location near the Empire State Building, the Rockefeller Center, and Times...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75642515" Longitude="-73.9943694" StarRating="4" HotelCode="308244|94189" HotelName="Cassa Times Square Hotel And Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>515 Ninth Avenue, New York City - Manhattan, New York10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/95/25950d5618140420cfa9b08aa55831fb36506f78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75376471" Longitude="-73.99374658" StarRating="3" HotelCode="506770|crowne_plaza_midtown_manhattan" HotelName="Crowne Plaza HY36 Midtown Manhattan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>320 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/f8/baf818bd625e7f0378545c8363b54b4b52f5dfee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755748280043" Longitude="-73.991906046867" StarRating="3" HotelCode="162516|element_new_york_times_square_west_3" HotelName="Element New York Times Square West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>311 West 39th Street, Between 8th and 9th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/1c/cd1cc087130ca603a22041573127c1718f712e07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in one of New York City's hottest neighbourhoods. In the heart of it all, T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750435" Longitude="-73.986998" StarRating="3" HotelCode="899488|hilton_garden_inn_new_yorkwest_35th_street" HotelName="Hilton Garden Inn New York/West 35th Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>63 West 35th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/a2/66a2100fa83da25a891d21fe7b6ed065e52b17d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is conveniently located in Midtown Manhattan, just steps from some of New York's maj...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.13" OriginalAmount="98.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.743261868979" Longitude="-73.990025818348" StarRating="2" HotelCode="10330|754535" HotelName="The Heritage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 West 25th Street, New York City, New York 10010</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/f9/7af9e127b08d73b25c10989abb84ae136d2b561b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.39" OriginalAmount="98.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.624483812293" Longitude="-74.027515329614" StarRating="2" HotelCode="83653|200786" HotelName="Best Western Gregory Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8315 4th Avenue, New York City - Brooklyn, New York 11209</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/a7/bfa7c32c235f30a99347875574a9ccaaf86feb5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.55" OriginalAmount="98.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.782524362546" Longitude="-73.981358697397" StarRating="3" HotelCode="20526|1251548" HotelName="Belleclaire" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2175 Broadway, New York, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/b9/d8b9643e7107ea9a9dc71aa353deae9fdd8b1364.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.63" OriginalAmount="98.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764475625654" Longitude="-73.995920710436" StarRating="4" HotelCode="75285|244046" HotelName="Kimpton Ink48 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>653 11th Avenue, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cf/67/cf67caf9bb715bbf9f1877485bbed1e042b36861.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is an eclectic urban escape on Manhattan's Westside. It is located in the diverse He...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.99" OriginalAmount="99.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.762657977378" Longitude="-73.983666300774" StarRating="4" HotelCode="15243|novotel_new_york__times_square" HotelName="Novotel New York Times 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,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>226 West 52nd Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/6b/df6b1bff32e782f988677763753e95f7f953f9fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few steps from the nearest links to the public transport network and it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.99" OriginalAmount="99.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.785584248332" Longitude="-73.981735110283" StarRating="2" HotelCode="16825|riverside_tower" HotelName="Riverside Tower Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Riverside Drive corner 80th Street, New York, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e8/5e/e85efdae62612529a6c761090e81c9cd51c044a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.99" OriginalAmount="99.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7598934" Longitude="-73.9827466" StarRating="3" HotelCode="126406|radio_city_apartments" HotelName="Radio City Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>142 West 49th Street, New York, NY 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/d8/19d866d9674e9978ecce6d12af216e4a9f7e7a01.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="100.02" OriginalAmount="99.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756744952388" Longitude="-73.969346682209" StarRating="3" HotelCode="293637|3062608" HotelName="Hilton Garden Inn New York/Manhattan - Midtown East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>206 East 52nd Street, Manhattan, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/e8/34e81e201b57d93f6cfa60d137daff076c6c7b2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.26" OriginalAmount="99.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.80980675905" Longitude="-73.929109306134" StarRating="2" HotelCode="500836|585986" HotelName="Comfort Inn &amp; Suites Near Stadium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2477 Third Avenue, Bronx, New York 10451</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/8b/3f8b50979108d51a734ae18a3d59d181d1ea876f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="100.87" OriginalAmount="99.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756833279034" Longitude="-73.993097822717" StarRating="4" HotelCode="506569|2700359" HotelName="DoubleTree by Hilton Hotel New York - Times Square West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>350 West 40th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/25/25fc1c718c15c4b0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75082283" Longitude="-73.98417667" StarRating="0" HotelCode="955281|415075" HotelName="Wingate by Wyndham New York Midtown South/5th Ave" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 West 37th Street, New York, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/82/fa82253bc4b5dfa906661d2c0a781e5cc0bffe04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.767672" Longitude="-73.905814" StarRating="3" HotelCode="122489|fairfield_inn_by_marriott_new_york_laguardia_airportastoria" HotelName="Fairfield Inn New York LaGuardia Airport/Astoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45-20 Astoria Boulvard, Astoria, New York 11103</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/ff/a8ff6eb513f3d1c8128b3a02efb5941ec7e4b5a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75552185693" Longitude="-73.988042672812" StarRating="3" HotelCode="82942|equity_point_hostel_new_york__times_square" HotelName="Hotel Shocard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>206 West 41st Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/48/23486eff8dbb7438237936c2021376330c178f5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.67323" Longitude="-73.986995" StarRating="3" HotelCode="401806|hotel_le_bleu" HotelName="Le Bleu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>370 4th Ave., Brooklyn, New York 11215</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/f0/7af0e0fd774c72246f29277fe909892541fa1495.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, nestled in the heart of Brooklyn's restaurant, cultural and nightlife scene, is ideally ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.753249" Longitude="-73.9744055" StarRating="3.5" HotelCode="263779|club_quarters_grand_central" HotelName="Club Quarters Hotel Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128 East 45th Street, (Corner of Lexington Avenue), New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/74/6c74eb84f25c2ebaa1e5a056c7c92ebbe5af65b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.749829362213" Longitude="-73.98606951816" StarRating="3" HotelCode="72172|comfort_inn_manhattan" HotelName="The Gregory" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 West 35th Street, Manhattan, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/43/7b43d97ce6fd3f8ae32a23314ca98d2a648c6e17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Empire State Building, in the heart of the Garment District, within wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.744131" Longitude="-73.996132" StarRating="2" HotelCode="907147|chelsea_savoy_hotel" HotelName="Chelsea Savoy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>204, West 23rd Street, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/b2/48b2e0a8a8a74c0508cd9957a50dc26e667d5bad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="101.10" OriginalAmount="100.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.702760375698" Longitude="-74.01204951933" StarRating="3.5" HotelCode="551145|CBE571400" HotelName="Hilton Garden Inn NYC Financial Center Manhattan Downtown" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Water Street, New York City, New York 10004</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/97/e997e2c2ee7a9d90ed93cd6f0ebd230a5f78f83d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.35" OriginalAmount="100.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.720895" Longitude="-74.005449" StarRating="3" HotelCode="123573|160022" HotelName="Hilton Garden Inn New York/Tribeca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue of the Americas, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/e6/fce6a02f4c609ba8574f1e047715d46c098325d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located in a vibrant area of New York, close to SoHo and Little Italy. It enjoys a g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.47" OriginalAmount="100.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755265980543" Longitude="-73.985708063824" StarRating="3" HotelCode="293865|189697" HotelName="Hilton Garden Inn New York/Times Square Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 West 42nd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/2d/4d2d450e76630a884430b3b3ef26dcd807f30165.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.766799411111" Longitude="-73.933421211111" StarRating="2" HotelCode="895177|44471" HotelName="Super 8 Motel - Long Island City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-62 14th Street, Long Island City, New York 11106</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/9f/4c9fe7317a1fb5fd56438654519474124d61c223.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.01" OriginalAmount="101.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.719511798637" Longitude="-73.994759716568" StarRating="3" HotelCode="64764|the_sohotel" HotelName="Sohotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>341 Broome Street, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/a9/15a9914c4ecc0034858a335953ade074b4ffc6ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic budget hotel is located in the vibrant Chinatown/Soho area of Manhattan, close to Litt...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750443" Longitude="-74.003371" StarRating="4" HotelCode="908908|486699" HotelName="Americano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>518 West 27th Street, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/zz/f1ad21ac91e18c30475314594540edefe0a98832.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this hotel has the perfect ambience for those in need of an adults-only ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.754772" Longitude="-73.935826" StarRating="4" HotelCode="319261|the_boro_hotel" HotelName="Boro Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-28 27th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/62/6d624882e730587e0c7beb8d75a38bc67ad1d6d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this boutique hotel has the perfect ambience for guests who appreciate a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.746745793076" Longitude="-73.991589973594" StarRating="3" HotelCode="936477|cambria_hotel__suites_new_york__chelsea" HotelName="Cambria Hotel &amp; Suites New York Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 West 28th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/06/9006d76606e46c1bf2eea314a1069414fb94f813.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of New York City, this boutique hotel is ideal for guests who appreciate a styl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.720839881386" Longitude="-74.004249572754" StarRating="4" HotelCode="163621|sheraton_tribeca_new_york_hotel" HotelName="Sheraton Tribeca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>370 Canal Street, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/20/7520811863ba553718048be963eca71b2dbf2fbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming family-friendly hotel is located in the heart of New York City's trendiest district. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756518317158" Longitude="-73.992466628551" StarRating="3" HotelCode="141797|fairfield_inn_by_marriott_new_york_manhattantimes_square" HotelName="Fairfield Inn New York Manhattan/Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>330, West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/fa/fafa743acc0b965dfdb9b84722ef2c832aeb9b38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This midtown hotel is located in Times Square, the heart of New York City, close to the Broadway the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755743241318" Longitude="-73.982097828518" StarRating="4" HotelCode="427164|city_club_hotel_2" HotelName="City Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/11/c51103ac56d09866d2c2831528361f6f7cf2d99d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.678054790555" Longitude="-73.945059092673" StarRating="2" HotelCode="309780|hotel_luxe_2" HotelName="Hotel Lynx" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1420 Atlantic Avenue, Brooklyn, New York 11216</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/81/e081d5d1f68767f797a6b6bc250fa0f944c1bc82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a business centre for a comfortable and relaxing stay. Wireless internet access i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.758516016316" Longitude="-73.983216182848" StarRating="4" HotelCode="56038|sanctuary_hotel_new_york" HotelName="Sanctuary Hotel New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>132 West 47th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/16/44168d714255d1b78dd7d26c02cf06e924c95628.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unique hotel is located in the best location in New York and has served theatre enthusiasts for...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.691463" Longitude="-73.984469" StarRating="3" HotelCode="170414|aloft_new_york_brooklyn_hotel" HotelName="Aloft New York Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>216 Duffield Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/a9/b6a9f44748019eb8630670cf4b12341221c7ee85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the historical district, near the beach in the city centre, this hotel is close to Brook...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.748192" Longitude="-73.987562" StarRating="3" HotelCode="45186|hotel_stanford" HotelName="Hotel Stanford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 W 32nd St, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c3/66/c366274d7bca644640f06b652ed6e5c665bab8c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7131232" Longitude="-73.9929081" StarRating="3" HotelCode="263785|fairfield_inn__suites_marriott_new_york_manhattandowntown" HotelName="Fairfield Inn &amp; Suites New York Manhattan/Downtown East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Henry Street, New York, NY 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/50/3b5059bc1a8d239b47f1127bd1d60185230af9b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75431829" Longitude="-73.99384658" StarRating="3" HotelCode="789922|374489" HotelName="An Artful Hotel Midtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>337 West 36th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/37/6d3748406a8a8fa7ef131f12282a7dfef5892842.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is located in Midtown West. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.724390352636" Longitude="-74.00803963391" StarRating="4" HotelCode="316096|tommie_hudson_square" HotelName="Arlo SoHo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231 Hudson Street, New York, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/0b/f40b5fd5ac05ca7c58d9864305d89aeff4b493c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.06" OriginalAmount="104.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.586468" Longitude="-74.190444" StarRating="2.5" HotelCode="124031|817005" HotelName="Holiday Inn Express Staten Island West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>300 Wild Avenue, 10314 Staten Island</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/09/8609dc0e84fd0690188f7ed73884b39751253068.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - Newark Internationa (EWR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="105.31" OriginalAmount="104.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755694968944" Longitude="-73.988661167935" StarRating="3" HotelCode="316212|195837" HotelName="Hampton Inn Manhattan Times Square Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Bar,Conference Hall,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>220 West 41st Street, New York, New York 10036-7203</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/dc/dadc8d118f1b601273ad79030d41c25eab8b1183.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="105.32" OriginalAmount="104.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.746751" Longitude="-73.982351" StarRating="3" HotelCode="294773|384585" HotelName="Hilton Garden Inn New York/Midtown Park Ave" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 East 33rd Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/17/91177f30f518c2c11ef149406137f978e0a04317.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="105.59" OriginalAmount="104.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.753391609564" Longitude="-73.993991179598" StarRating="4" HotelCode="318370|431538" HotelName="EVEN Hotel New York - Times Square South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>321 West 35th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/491437/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="105.96" OriginalAmount="104.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.754539872405" Longitude="-73.993561311045" StarRating="3" HotelCode="530618|572961" HotelName="Hilton Garden Inn New York Times Square South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>326 West 37th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/0b/cf0bffaaaeee97b761054dd2f018700a5cebb516.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.709659577778" Longitude="-74.013872277778" StarRating="4" HotelCode="146151|club_quarters_world_trade_center" HotelName="Club Quarters Hotel World Trade Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Washington Street, (Between Albany and Cedar Streets), New York, New York 10006</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/67/a5676a45acc630b9f4d68f2cec64d82363537ef4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7439194" Longitude="-73.9841967" StarRating="4.5" HotelCode="160278|gansevoort_park" HotelName="Royalton Park Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>420 Park Avenue South, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/71/377177b2751ed078d88f71b84ed32d90d7eb1807.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this urban hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.709597" Longitude="-74.013847" StarRating="4" HotelCode="907190|world_center_hotel" HotelName="World Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>144 Washington Street, New York 10006</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/33/d93395c540541a85b51f54ebcd70966e9078be09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7529925" Longitude="-73.97464" StarRating="4" HotelCode="263787|hotel_boutique_at_grand_central" HotelName="Boutique at Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>447 Lexington Avenue, New York, NY 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/57/605709e9ca76454fac2da39a20b156a75388ec4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.751729" Longitude="-73.947879" StarRating="4" HotelCode="904065|z_new_york_hotel" HotelName="Z Hotel NYC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11-01 43rd Avenue, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/b2/47b2b3282aeffec6d4349006a79feb3e54e2174a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in one of New York's most up-and-coming neighbourhoods, Long Island City, where...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.742757" Longitude="-73.9901673" StarRating="3" HotelCode="893493|la_semana_hotel" HotelName="La Semana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>25 West 24th Street, New York, NY 10010</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f8/61/f8614a2dce9e8228f93308f0a3f71d4c445e6ad2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.36" OriginalAmount="105.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.743347219372" Longitude="-73.99334102869" StarRating="3" HotelCode="26225|175716" HotelName="Hampton Inn Manhattan Chelsea" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>108 West 24th Street, New York City, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/a0/16a0b4bdf15c4d3c593b77d8e42cf498d7d6361e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel located just minutes away from Midtown, Times Square, Madison Square Garden and the Jacob...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="106.72" OriginalAmount="105.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750155317002" Longitude="-73.937479736771" StarRating="3" HotelCode="426898|458101" HotelName="Courtyard Long Island City/New York Manhattan View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Bar,Business Centre,Conference Hall,Designated Smoking Area,Internet,Laundry,Meeting Room,Parking,Restaurant,Room Service,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>29-15 Queens Plaza North, 11101 Long Island City, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/1c/661c84c5247eb3e8376a0344c84eab85d1f532f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel was constructed in 2016. Hotel was refurbished in 2016. The property consists of 160 rooms. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.746559972365" Longitude="-73.991468846798" StarRating="3" HotelCode="387967|hilton_garden_inn_new_yorkchelsea" HotelName="Hilton Garden Inn New York/Manhattan-Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 10/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 West 28th Street, New York, New York 10001-6102</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/27/2227a9603d866c6797c4e67af233502f345aed06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manhattan's vibrant Chelsea neighbourhood, brimming with shops, galleries, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.36" OriginalAmount="106.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.744367351307" Longitude="-73.985580056906" StarRating="4" HotelCode="18457|2129215" HotelName="The James New York - NoMad" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 East 29th Street, At Madison Avenue, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/17/b1173576f0628a189d1ff81adca47879d2b98e4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Beaux-Arts style hotel offers luxurious accommodation and lies on Madison Avenue within the fas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="107.41" OriginalAmount="106.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.758962465589" Longitude="-73.984479010105" StarRating="4" HotelCode="39597|2327422" HotelName="DoubleTree Suites by Hilton Hotel New York City - Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1568 Broadway, New York, New York 10036-8201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/3f/193fe62e3c4822cb7125256cf6e53cf63c401a67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel affords a fabulous location on Times Square. In the immediate vicinity is a diverse selec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.01" OriginalAmount="106.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756046" Longitude="-73.970996" StarRating="4" HotelCode="59150|233686" HotelName="Fifty Hotel &amp; Suites by Affinia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>155 East 50th Street, at Third Avenue, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/f0/61f0e07315c3e521169a5141b3c1898fa4baac17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is very centrally located close to the Rockefeller Center, the United Parks Avenue, the s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750602" Longitude="-73.985711" StarRating="3" HotelCode="189228|hyatt_place_new_york_midtown_south" HotelName="Hyatt Place New York/Midtown-South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 West 36th Street, New York, New York10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/32/85/3285e03595cc660a8f29ea8f4d722ddb8f57e8c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.71378899" Longitude="-73.95228721" StarRating="4" HotelCode="947270|405720" HotelName="Hotel Indigo Williamsburg - Brooklyn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>500 Metropolitan Avenue, Brooklyn, New York, New York 11211</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/52/835221fef23e86e6e04582c5e6df5bcc459660a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750156054148" Longitude="-73.936757606152" StarRating="3" HotelCode="307991|hilton_garden_inn_new_york_long_island_city" HotelName="Hilton Garden Inn Long Island City Queensboro Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-21 41st Avenue, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/05/78056d13f760972b9ed9afe26410de0ee574fd5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.69" OriginalAmount="108.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.761081467516" Longitude="-73.985447287559" StarRating="4" HotelCode="18521|480575" HotelName="The Time" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>224 West 49th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/4a/574a79a87d71fa740c786b0dc98382eca2c7d505.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located on 49th Street between Broadway and 8th Avenue in the heart of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="109.87" OriginalAmount="108.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764488388435" Longitude="-73.981937617063" StarRating="4" HotelCode="366182|16128" HotelName="Dream Midtown New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>210 West 55th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/69/30691d9e1d79d7f83d88350f5b6e19d30bf3b86b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing boutique hotel is New York’s latest celebrity hang-out. It is superbly located on Bro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.09" OriginalAmount="109" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.61771738" Longitude="-73.92795695" StarRating="2.5" HotelCode="563414|224524" HotelName="Days Inn Brooklyn Marine Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1766 East 49Th Street, Brooklyn, New York City, New York 11234</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/f9/9df940374b3f50b15602f32ec41d563ae728ef91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including room service and a business centre, fo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756487840924" Longitude="-73.992284238338" StarRating="3" HotelCode="142152|four_points_by_sheraton_midtowntimes_square" HotelName="Four Points by Sheraton Midtown Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>326 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/16/b6167cf140e15945272afc46932d57b6f9e5f292.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just minutes from Times Square, The theatre district, Madison Square Garden an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.721321232362" Longitude="-73.992693732131" StarRating="2" HotelCode="565423|off_soho_suites_hotel" HotelName="Off Soho Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rivington Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/7d/c67d50ac9c84d6977f1e5c9af8d657314dd97628.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="110.55" OriginalAmount="109.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.614829994169" Longitude="-74.176857769489" StarRating="3" HotelCode="54951|1429831" HotelName="Hilton Garden Inn Staten Island" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1100 South Avenue, Staten Island, New York 10314</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/f9/9cf9a6118821dec00c119415a4c603ad71b96884.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - Newark Internationa (EWR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.60" OriginalAmount="109.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.754911" Longitude="-73.972841" StarRating="4" HotelCode="9691|228506" HotelName="The Lexington Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>511 Lexington Avenue, Entrance at 48th Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/5b/385bba9e545ad93416550a3e1a7278dc4c94309b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive, elegant city hotel has an excellent location on Lexington Avenue in central Manhatt...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.65" OriginalAmount="109.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.58429115" Longitude="-73.98206177" StarRating="3" HotelCode="956374|663125" HotelName="Best Western Brooklyn-Coney Island Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>2632 West 13th Street, Brooklyn, New York City, New York 11223</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/76/45765a1909b88b751dc075625ee9e0884f418d87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.67" OriginalAmount="109.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.715570047355" Longitude="-74.008900523186" StarRating="3" HotelCode="47833|2333965" HotelName="The Frederick Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 West Broadway (at Chambers), New York, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/75/15/75159ad600718b7e8013560369c9dafd2264b163.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.53" OriginalAmount="110.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.748130730587" Longitude="-73.990130424499" StarRating="3" HotelCode="336846|103133" HotelName="Hampton Inn Manhattan - Madison Square Garden Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>116 West 31st Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/b3/bab34746168d7ab2be98b9225873b7d195c09a3d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.711213187154" Longitude="-74.010464251041" StarRating="4" HotelCode="18374|millenium_hilton" HotelName="Millennium Hilton New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Church Street, New York City, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ca/14cae83dcc96fde87196775e05eebff5c591ed87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the city within walking distance of Wall Street and South Stre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7517321" Longitude="-73.9840727" StarRating="0" HotelCode="966738|hotel_hendricks" HotelName="Hotel Hendricks" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>25 West 38th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/eb/b6ebf5edf238480aa12d64829bf8c8c8372d4d49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755995" Longitude="-73.99370567" StarRating="0" HotelCode="965067|hyatt_place_new_york_city_times_square" HotelName="Hyatt Place New York City / Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>350 West 39th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/56/ab56f29a99f53861e2286c77c8937b3bb3e326f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75435972" Longitude="-73.97277627" StarRating="3" HotelCode="421984|the_bernic_hotel" HotelName="The Bernic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>145 East 47Th Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/3c/083cf036ed8b3bb31639feea2bb77c6e98cd5f38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Bernic draws inspiration from its neighbor, the United Nations, in our commitment to bridge ever...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.720337863145" Longitude="-73.988122747108" StarRating="2" HotelCode="170869|comfort_inn_lower_east_side" HotelName="Redford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Ludlow Street, New York City, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/54/d754c576fc4d4a281a3b6b0c51809fc350537528.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.12" OriginalAmount="112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7533245" Longitude="-73.935001" StarRating="3" HotelCode="264029|nesva_hotel" HotelName="Nesva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39-12 29th Street, Queens, NY 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/17/04175457dc1648b4c3ceb072664bc82faa56fd18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.12" OriginalAmount="112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.699275596913" Longitude="-73.959231376648" StarRating="3" HotelCode="175534|pointe_plaza_hotel" HotelName="Pointe Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Franklin Avenue, Brooklyn, New York 11211</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/9a/939a8e36b5ec8c8c5731d045e7400bbae921e3fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="113.23" OriginalAmount="112.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.77041606" Longitude="-73.98971021" StarRating="3" HotelCode="450383|541978" HotelName="Fairfield Inn &amp; Suites New York Manhattan/Central Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>538 West 58th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/a1/2aa1c9d34cc703729ea6440991a06638d071e92e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="113.24" OriginalAmount="112.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752982" Longitude="-73.934123" StarRating="3" HotelCode="284410|384577" HotelName="Home2 Suites by Hilton New York Long Island City/Manhattan View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39-06 30th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/d8/a7d8e3c766cc866d325cbc27019d8004d3a37305.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.62" OriginalAmount="112.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.753223" Longitude="-73.934491" StarRating="3" HotelCode="119312|482625" HotelName="Holiday Inn Manhattan View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>39-05 29th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/fc/52fca5e9bd50e4384f084284ba01eb17c3077d76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly, city hotel is located about 6 km from Manhattan, where guests will find a rang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="114.03" OriginalAmount="112.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.710799728194" Longitude="-74.00784711277" StarRating="4" HotelCode="773432|40281456" HotelName="Moxy NYC Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel">
        <Address>
          <AddressLines>
            <AddressLine>26 Ann Street, New York, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/bf/70bfa514bf086e3330e2ace79accc3f8b03d2ea8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is set in Downtown New York. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.738248357306" Longitude="-74.009412825108" StarRating="2" HotelCode="896928|14752" HotelName="The Jane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113 Jane Street, New York City, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/11/6011e179676d3e9ee5a65f88e56d058b19e10268.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756480317178" Longitude="-73.980651349465" StarRating="3" HotelCode="319203|cambria_suites_6" HotelName="Cambria Hotel &amp; Suites" 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>30 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ba/f5/baf58a79d38289e5e6df50a4894f20f5909828f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75137045" Longitude="-73.98571809" StarRating="4" HotelCode="523483|embassy_suites_by_hilton_new_york_midtown_manhattan" HotelName="Embassy Suites by Hilton New York Midtown Manhattan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Bar,Central Heating,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 West 37th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/8f/478f2f8de987faaf98d4b90f637a47ee975ef473.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.14" OriginalAmount="114.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.753293854204" Longitude="-73.966239988804" StarRating="3" HotelCode="36296|229196" HotelName="Beekman Tower Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Mitchell Place, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/53/85535dc601d7b142ab15af44da911aebf9294753.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manhattan, close to the United Nations. Links to the public transport netwo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759665" Longitude="-73.977678" StarRating="3" HotelCode="186992|3_west_club_hotel" HotelName="3 West Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>3 West 51st Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/50/c150ec92920b50e885361268b341b02f48820817.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759171727654" Longitude="-73.969241380691" StarRating="3" HotelCode="145561|carvi_hotel_new_york" HotelName="Carvi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>152, East 55th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/5d/105d481255969331e9a88573ae40f43bb6b27ee5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests travelling to New York City for business or pleasure will find that this cosy midtown hotel o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.748005" Longitude="-73.991339" StarRating="3" HotelCode="293340|courtyard_by_marriott_new_york_manhattan__chelsea" HotelName="Courtyard New York Manhattan/Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 West 30th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/fd/40fdae04dbbbe5c281eaedce69dc44a5bc7b7f63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764491" Longitude="-73.983217" StarRating="3" HotelCode="293866|hilton_garden_inn_new_yorkcentral_park_southmidtown_west" HotelName="Hilton Garden Inn New York/Central Park South-Midtown West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>237 West 54th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b0/92b02988c7b959416b83fa688296d05e3ff51e0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.85133984" Longitude="-73.90716528" StarRating="2" HotelCode="517556|morris_guest_house" HotelName="Morris Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>1984 Morris Avenue, 10453 Bronx, New York City</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/1c/001c8b35256cbed479223e70650f882ec44b99f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Bronx, Morris Guest House is in the historical district...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="116.31" OriginalAmount="115.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74635522" Longitude="-73.99096144" StarRating="4" HotelCode="731935|79981452" HotelName="Moxy NYC Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel">
        <Address>
          <AddressLines>
            <AddressLine>105 West 28th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/07/3d077fd01c75d8c2f1a52f4b16ef769ca8def971.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel can be found in Midtown West. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.71984" Longitude="-74.000102" StarRating="4" HotelCode="166062|mondrian_soho" HotelName="NoMo SoHo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Crosby Street, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d1/bc/d1bc956c11faa60e69ffad9930da5f1a81dd579c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The charming city hotel is conveniently situated near the airport in the Little Italy neighbourhood ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.23" OriginalAmount="116.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756487840924" Longitude="-73.984277844429" StarRating="4" HotelCode="60790|268505" HotelName="Hotel Mela Times Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/de/3bde7ec228aa0b3ef3e0445907389602cc977af8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests at this hotel may take advantage of its central location in the heart of Times Square and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.25" OriginalAmount="116.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.760729998236" Longitude="-73.984897434711" StarRating="4" HotelCode="47937|594" HotelName="Crowne Plaza Times Square Manhattan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1605 Broadway, Between West 48th &amp; 49th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/610622253a874081/42/42d8d4e4cc290fa1/02-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Manhattan, directly on the famous Times Square. A vast array o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.840143600721" Longitude="-73.937828385553" StarRating="3" HotelCode="323889|144612" HotelName="Edge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>514 West 168th Street, Washington Heights, Manhattan, New York City, New York 10032</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/47/ee4799c9d38edb28976d98d74698387c732a3272.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located right in the he...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7570425625" Longitude="-73.9831723" StarRating="2" HotelCode="902785|hotel_st_james" HotelName="Hotel St. James" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>109 West 45th Street, New York, NY 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/84/2384d21916c8392a9cf9f28976643ebdc3670a14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756004722222" Longitude="-73.9810271" StarRating="3.5" HotelCode="427388|club_quarters_midtown__times_square" HotelName="Club Quarters Hotel Midtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 West 45th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/92/d892c146d8d5a461544626bc03ef21029bb22a05.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.72" OriginalAmount="117.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759963702684" Longitude="-73.978242749599" StarRating="3" HotelCode="120939|323221" HotelName="Club Quarters Hotel Opposite Rockefeller Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 West 51st Street, (Just off 5th Avenue), New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/323221/323221a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.737947433605" Longitude="-74.004366476129" StarRating="3" HotelCode="318433|incentra_village_house" HotelName="Incentra Village House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Eighth Avenue, New York, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/8c/0e8c82226da6c0f06d9cb70be44e6aff7382d5be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A wide range of services and facilities ensures a comfortable stay at the hotel for business travell...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.718909" Longitude="-73.73385" StarRating="2" HotelCode="124687|howard_johnson_inn_queens" HotelName="Howard Johnson Inn Queens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>220-16 Jamaica Avenue, Queens Village, New York City, New York 11428</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/1e/ac1ea0f6d0e94528c3aced31e4c03e05cea42481.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759727082166" Longitude="-73.977748652779" StarRating="4" HotelCode="263780|the_jewel_facing_rockefeller_center" HotelName="The Jewel Facing Rockefeller Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 West 51st Street, Just off 5th Avenue, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/cd/dacd0f878245fe7b40e718fbc49a3cc93089dffd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.68" OriginalAmount="118.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7456025" Longitude="-73.9878759" StarRating="3.5" HotelCode="119708|802965" HotelName="Ace Hotel New York" 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>20 West 29th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/a3/37a3ada28c7fb41c3da0d9d1cdf69d4d6eba1aa9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in New York City. For guests who appreciate a stylish amb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.87" OriginalAmount="118.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752628" Longitude="-73.974601" StarRating="4" HotelCode="12538|120387" HotelName="Fitzpatrick Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>141 East 44th Street, at Lexington Avenue, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/cc/59cce6e9210b4290cbdc3c574aa8a2c5bb3847be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel's prime location next to one of the world's largest and most famous train stations pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="120.51" OriginalAmount="119.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.754086567484" Longitude="-73.994299639619" StarRating="3" HotelCode="785901|56541425" HotelName="Fairfield Inn &amp; Suites New York Manhattan/Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>338 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ae/02ae1145286744ee84a34847a3c0f683448f63bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="121.02" OriginalAmount="119.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.739911540259" Longitude="-73.791214219713" StarRating="3" HotelCode="511163|35073655" HotelName="Courtyard New York Queens/Fresh Meadows" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>183-15 Horace Harding Expressway, Fresh Meadows, New York 11365</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/76/4976d64776ff3af74330f605ed55266b23943ca5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.20" OriginalAmount="120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76130799153" Longitude="-73.986581191421" StarRating="3" HotelCode="59761|hilton_garden_inn_times_square_2" HotelName="Hilton Garden Inn Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>790 Eighth Avenue, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/0a/260ab28871eb7e659f853a7b4fac2b2280ffa60f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming, renowned city hotel offers reliably good standards and a great location just 1 block ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.20" OriginalAmount="120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750212486868" Longitude="-73.986427634954" StarRating="3" HotelCode="96873|hampton_inn_new_york__35th_street__empire_state_building" HotelName="Hampton Inn Manhattan-35th St/Empire State Bldg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 West 35th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/dd/f0dd8f79bafb5098fb10de7076b0b7d0c39b97ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.20" OriginalAmount="120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.744456764515" Longitude="-73.989044129848" StarRating="3" HotelCode="426980|broadway_plaza_hotel" HotelName="Broadway Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Internet,Laundry,Massage Centre,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1155 Broadway/27th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/d7/fcd7379d529041f9a02a5a917bdb1e5302a0efa4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is just a short stroll from the Broadway theatre district, Times Square and the fabu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.20" OriginalAmount="120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.610108175246" Longitude="-74.179215431213" StarRating="3" HotelCode="97577|hampton_inn__suites_staten_island" HotelName="Hampton Inn &amp; Suites Staten Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1120 South Avenue, Staten Island, New York 10314</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/93/0793a74822369afa08f80f44281d660167088ad4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - Newark Internationa (EWR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.39" OriginalAmount="120.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75946868262" Longitude="-73.985698001287" StarRating="4" HotelCode="58326|794" HotelName="W New York Times Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1567 Broadway, Manhattan, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/ff/2eff1af5fb92f7d9cb1c001e4c9aec9c377fe174.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sensational city hotel is housed within a New York skyscraper, which combines cutting-edge desi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="122.30" OriginalAmount="121.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756581" Longitude="-73.988627" StarRating="4" HotelCode="13345|2060562" HotelName="Hilton Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>West 42nd Street 234, 10036  New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/5b/975b9289727a430e0c6780b3c5ad494ba66c6066.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel enjoys a superb location with great views over Manhattan. It is located on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75651" Longitude="-73.992685" StarRating="3" HotelCode="137371|staybridge_suites_times_square" HotelName="Staybridge Suites Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>340 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/09/6d092059012ee89399d92005b6ad8be40e72e61a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to different New York City attractions and is just 8 km from Times ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.751113" Longitude="-73.984653" StarRating="3" HotelCode="263790|springhill_suites_new_york_midtown_manhattanfifth_avenue" HotelName="Springhill Suites New York Midtown Manhattan/Fifth Avenue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 West 37th Street, New York, NY 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/a2/7ea22fb8f4799f95b9e86c971899761c18773265.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.747119277057" Longitude="-73.987074530303" StarRating="2" HotelCode="123388|herald_square_hotel" HotelName="LIFE Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 West 31st Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/1f/691f073bba4dea97b524b442047746b270304293.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755213763239" Longitude="-73.972933964921" StarRating="4" HotelCode="905557|hyatt_48_lex" HotelName="Hotel 48LEX New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>517 Lexington Avenue, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/5d/695d60daa2055dc6f2287caaae5e9901227595c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.782731925" Longitude="-73.825387025" StarRating="2" HotelCode="892754|extended_stay_america_new_york_city__laguardia_airport" HotelName="Extended Stay America - New York City - LaGuardia Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-30 Whitestone Expressway, Queens, New York  11357</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/5c/8c5c9e285c4d3d803bcc997d7620dbde24af341b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764318" Longitude="-73.982656" StarRating="3" HotelCode="293925|courtyard_by_marriott_central_park" HotelName="Courtyard New York Manhattan/Central Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1717 Broadway, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/ec/01ec7414ec4f3c0a34e77406c8b48a5f5d475fa1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.761771" Longitude="-73.98488" StarRating="4" HotelCode="284174|citizenm_new_york_times_square" HotelName="citizenM Time Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>216-218 West 50th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/3c/c23c6d00186f80e43d6e8755876825c33d2603d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75388380863" Longitude="-73.993898065012" StarRating="3" HotelCode="973838|374487" HotelName="SpringHill Suites New York Manhattan/Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>338 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/a5/5ea55faf99b14730242ec6bcd073ae0baf45f616.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.744726" Longitude="-73.999408" StarRating="3" HotelCode="118691|gem_hotel__chelsea_an_ascend_hotel_collection_member" HotelName="The GEM Hotel - Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>300 West  22nd Street, Chelsea, New York City, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/e6/22e64ca9e588f5eefe4e9e1d691de6b12f75fba0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in New York.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74849827" Longitude="-73.9398457" StarRating="3" HotelCode="494801|aloft_long_island_city_manhattan_view" HotelName="Aloft Long Island City - Manhattan View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>27-45 Jackson Avenue, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/a3/e3a3f9fc8c4135042efce2d6f6b4f50406299bb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="125.18" OriginalAmount="123.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750728" Longitude="-73.972295" StarRating="3" HotelCode="208223|189297" HotelName="Hampton Inn Grand Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231 East 43rd Street, New York, New York, 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/c7/4ac7cb87d20288572f5e5a859ee28316944e157f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.24" OriginalAmount="124" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.709222720777" Longitude="-74.013787508011" StarRating="4.5" HotelCode="161508|22816" HotelName="W New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Albany Street, New York, New York 10006</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/6b/ac6b9a4b8e2e78da8fe9aa0eed1f65a8d4909ee5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located at the southern edge of New York City's World Trade Center Memorial Site, o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.751317" Longitude="-73.98486" StarRating="4" HotelCode="141287|the_strand_hotel" HotelName="Marriott Vacation Club Pulse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 West 37th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/2b/0a2bc8e3bb1fa6f5e233a939c78a0d238f47721e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.761232222222" Longitude="-73.991716488889" StarRating="3" HotelCode="142634|414_hotel" HotelName="414 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Concierge,Dry Cleaning,Garden,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Limousine Service,Lounge,Luggage Storage,Parking,Room Service,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>414 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/48/9c48a60793f7fc3b437630a4716dda5632f52b0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 414 Hotel is a superior tourist and business class boutique hotel, located in the heart of midto...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="126.21" OriginalAmount="124.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.761364" Longitude="-73.985547" StarRating="4" HotelCode="905704|145061" HotelName="The Pearl New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>233, West 49th Street, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/a6/00a6bebc3caa735be35b18a3afd229372a848b20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.25" OriginalAmount="125.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.762320737433" Longitude="-73.979208469391" StarRating="4" HotelCode="13341|new_york_hilton_midtown" HotelName="New York Hilton Midtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1335 Avenue of the Americas, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/de/8edee50d7361975bf03b9db4d39413634239bb8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upscale contemporary hotel is situated near the Rockefeller Center, in a great, central locatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.25" OriginalAmount="125.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750278524922" Longitude="-73.977518677712" StarRating="3" HotelCode="54538|bedford_hotel" HotelName="The Renwick Hotel New York City, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118 East 40th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/ea/e7eacef1da118b4ba060f1f21d9daba683059cb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stunning hotel, designed in a European style, is located in midtown Manhattan in the Murray Hil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="127.12" OriginalAmount="125.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="3.5" HotelCode="980436|86136749" HotelName="Radisson NYC Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>525 8th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/58/0558d912269ce42b496d26c9993da9aecd685138.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.26" OriginalAmount="126.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.586232" Longitude="-74.190093" StarRating="2" HotelCode="146219|comfort_inn_staten_island" HotelName="Comfort Inn New York Staten Island" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>310 Wild Avenue, Staten Island, New York 10314</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/2d/a32d8f4be6a76f09c93202be812dace86e8bcc86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - Newark Internationa (EWR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.26" OriginalAmount="126.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.745862427834" Longitude="-74.005140612269" StarRating="4" HotelCode="401920|the_high_line_hotel_2" HotelName="High Line Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>180 10th Avenue, at 20th Street, New York, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/0f/2c0f8358839594ad4ed91732d0f0babea0dc7130.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.26" OriginalAmount="126.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.721475998156" Longitude="-73.958714169312" StarRating="5" HotelCode="497731|the_williamsburg_hotel" HotelName="The Williamsburg Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Wythe Avenue, Brooklyn, New York 11249</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/2c/592ca3e2f754cf984b88950e89a0e5a4f5767542.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.27" OriginalAmount="127" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75507316" Longitude="-73.99855436" StarRating="4" HotelCode="493700|225941" HotelName="Four Points by Sheraton Manhattan Midtown West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>444 10th Avenue, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/9d/0b9db628ad1db64891d4a148428510badefb3260.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.632801" Longitude="-73.739482" StarRating="2.5" HotelCode="122610|five_towns_motor_inn" HotelName="Five Towns Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>655 Rockaway Turnpike, Lawrence, New York 11559</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/53/a55368dbc7c7a8f424524c5eaf9f3bb9d8a355d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.28" OriginalAmount="128" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.586797" Longitude="-74.190968" StarRating="3" HotelCode="264849|44486" HotelName="Staten Island New York Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>290 Wild Avenue, Staten Island, New York 10314</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/36/ec36989dcd311a28328fb6ea771a4770ab5f8a6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - Newark Internationa (EWR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.28" OriginalAmount="128.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.742767545799" Longitude="-73.983052745462" StarRating="3" HotelCode="318142|park_south_hotel" HotelName="Park South Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124 East 28th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/9c/9b9c4179fcb1ee3591621678b6690d0fee7c9a02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled between Gramercy Park and New York City's Murray Hill neighbourhood on 28th Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7184803" Longitude="-73.99073006" StarRating="0" HotelCode="605113|the_allen_house_sleeps_5" HotelName="The Allen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>88 Allen Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/a7/8ca71f70d8cb0a8841e94fa27f976a1ac59d74b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.751111" Longitude="-73.984981" StarRating="3" HotelCode="170190|fairfield_inn_by_marriott_new_york_manhattanfifth_avenue" HotelName="Fairfield Inn &amp; Suites New York Manhattan/Fifth Avenue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 West 37th Street, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/7a/897ad5f52b8dfeafcb0c5fd2b198154882eb3d99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located near 5th Avenue. It has easy access to all of New York's attractio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.68955362" Longitude="-73.98821994" StarRating="3.5" HotelCode="446078|137123" HotelName="Hilton Brooklyn New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Schermerhorn Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/e7/d0e7e41c1deb47fbcf15f862ab2c5b8950bebfea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750341729871" Longitude="-73.985337868337" StarRating="4" HotelCode="318401|executive_hotel_le_soleil_new_york" HotelName="Executivel Hotel Le Soleil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/b2/07b2d556f68dc6fc5f4c35389ab473224bdae748.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this boutique hotel has the perfect ambience for guests who appreciate a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.751932502794" Longitude="-73.976443111897" StarRating="4" HotelCode="18322|grand_hyatt_new_york" HotelName="Grand Hyatt New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>109 East 42nd Park Avenue, at Grand Central Terminal, New York City, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/20/af20f9b83f6783cc53627ae8fc3ec25fa599748c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is conveniently located at the heart of Manhattan on 42nd Street, only a stone'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.722064" Longitude="-73.988709" StarRating="4" HotelCode="896933|sixty_les_formerly_known_as_thompson_les" HotelName="Sixty Lower East Side" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>190 Allen Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/c9/97c9f0ba75d179aa246221f34a0a55bcbe80fb60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.31" OriginalAmount="131" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.760605" Longitude="-73.969153" StarRating="4" HotelCode="396085|15160" HotelName="Fitzpatrick Manhattan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>687 Lexington Avenue, Between 56th &amp; 57th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/80/ab80091ec837f253258260bb08cfc4a80048edf4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous Lexington Avenue and is neighbour to some of the city's most pop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.31" OriginalAmount="131.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.746247" Longitude="-73.991408" StarRating="3" HotelCode="170739|fairfield_inn__suites_by_marriott_new_york_manhattanchelsea" HotelName="Fairfield Inn &amp; Suites by Marriott New York Manhattan/Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>116 West 28th Street, 10001 New York, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/38/ea3876d575a82e9fef08a88eb917d2a54a4f362f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Garden District of Chelsea, just a short walk from the Fashion Institute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.27" OriginalAmount="131.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.761422965122" Longitude="-73.982457378716" StarRating="4" HotelCode="87064|802985" HotelName="The Michelangelo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>152 West 51st Street, New York City - Manhattan, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/c7/d3c76cd07b703b40854ceac8756ab5a016967cd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.712897015022" Longitude="-74.006570900122" StarRating="3.5" HotelCode="284865|298031" HotelName="citizenM New York Bowery Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>189 Bowery, New York City, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/1a/7c1a85a4db437c7df49f5bbad4ce09e50d3d0108.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.747072047685" Longitude="-73.987614512443" StarRating="3" HotelCode="175971|hyatt_herald_square_midtown" HotelName="Hyatt Herald Square New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30 West 31st Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5b/43/5b43a2bcf8d0585672776887ba099d3cca40ee72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in midtown Manhattan, near to attractions such as the Empire State Bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.22" OriginalAmount="132.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.783381" Longitude="-73.978635" StarRating="4" HotelCode="18461|482825" HotelName="The Lucerne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201 West 79th Street, New York, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/47/3347de7d04c9db026225bbae9b48c0ba694bf415.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of the Upper West Side, near Central Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75774" Longitude="-73.989135" StarRating="4" HotelCode="317040|westin_new_york_at_times_square" HotelName="The Westin New York at Times Square" 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,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>270 West 43rd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/7f/577fbe3df10505e5e138e1dbc41edb2dfc5450ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right by the nearest links to the public transport network and just 50 m from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.745617093206" Longitude="-73.984264433384" StarRating="4" HotelCode="16870|the_roger" HotelName="The Roger New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>131 Madison Avenue, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1f/4a/1f4aae193a76d2d8b6e703b08bccd07885ffafef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located, at the corner of 31st Street and Madison Avenue in Murray Hill...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.737512" Longitude="-73.953359333333" StarRating="3" HotelCode="918407|the_box_house_hotel" HotelName="The Box House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Box Street, Brooklyn, New York 11222</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/76/4876e6200e211426d3f82fa35c07a0bb4e8f40de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.70964471" Longitude="-74.00989554" StarRating="4" HotelCode="935269|residence_inn_by_marriott_new_york_manhattanworld_trade_center_area" HotelName="Residence Inn New York Downtown Manhattan/World Trade Center Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>170 Broadway, New York, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/15/7e15379f87741807049f918d958d8d1d719cf22e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.715602989103" Longitude="-73.996553365607" StarRating="4" HotelCode="429418|hotel_50_bowery_nyc" HotelName="Hotel 50 Bowery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Bowery, New York City, New York 10013-4801</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/55/e5557c911f6afbbd1621bda07c5669601bf55e03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel 50 Bowery, the first New York City hotel from lifestyle boutique hotel brand to Joie de Vivre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.35" OriginalAmount="135.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.767597858657" Longitude="-73.983130102429" StarRating="4" HotelCode="29248|6_columbus_a_sixty_hotel" HotelName="6 Columbus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>308 West 58th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/d1/90d12136fa296f15b1bbc9db7bb5bfef5d2adda4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is just steps from the nearest links to the public transport network, surrounded by resta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.35" OriginalAmount="135.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.742144" Longitude="-74.003569" StarRating="4" HotelCode="174554|dream_downtown" HotelName="Dream New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>355 West 16th Street, near 9th Avenue, New York, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/a7/4ba72e14ffd9aecb58ca073556f6d59c7afd03ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of New York City, this urban hotel is ideal for guests who appreciate a stylis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7440772" Longitude="-73.94098577" StarRating="2" HotelCode="510585|187993" HotelName="The Feather Factory" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26-32 Skillman Avenue, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/55/f1552e296543d85f27565c2eae2365f16932b26c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750046" Longitude="-73.980914" StarRating="3" HotelCode="258932|2550" HotelName="NH Collection New York Madison Avenue" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 East 38th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/40/c340bf8f7024b129a03677a94eef772cb646e0a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This renowned European-style boutique hotel is located on Madison Avenue at the heart of New York. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.726390836656" Longitude="-74.008806169312" StarRating="4" HotelCode="294757|hotel_hugo_2" HotelName="Hotel Hugo" 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>525 Greenwich Street, New York, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/6f/e26f147a9411d37ef7ef4f91e9fc848a30856407.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.04" OriginalAmount="136.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.666398044677" Longitude="-73.780086636543" StarRating="3" HotelCode="27871|786955" HotelName="Fairfield Inn New York JFK Airport" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>156-08 Rockaway Boulvard, Jamaica, New York 11434</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/bb/9dbbc319533f6f5618e2cc6a7e4b6bf00a082efe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.25" OriginalAmount="136.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.760161905089" Longitude="-73.988529728836" StarRating="4" HotelCode="935722|423218" HotelName="Hotel Riu Plaza New York Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>305 West 46th Street, Manhattan, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/f0/99f0630dc185c230293982e7cab81ea17e0370c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.31" OriginalAmount="136.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.754458" Longitude="-73.992942" StarRating="3" HotelCode="284885|189694" HotelName="Homewood Suites by Hilton New York Midtown Manhattan Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>312 West 37th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/0e/4c0ee5281ae5e02fe56f5624c9b03309ae88326b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="0" HotelCode="985476|489787" HotelName="Hyatt Centric 39th &amp; 5th New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 East 39th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/72/ee728f736f61eb57c1a34c10ad8ca79adb3320ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.757491517533" Longitude="-73.98411154747" StarRating="4" HotelCode="262261|hyatt_times_square_new_york" HotelName="Hyatt Centric Times Square New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 West 45th Street, New York 10036, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/3e/d93e8a08f3d905e71a54eaff0f10e27f3e3d6988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.753888" Longitude="-73.98614" StarRating="3" HotelCode="47894|courtyard_by_marriott_new_york_manhattantimes_square_south" HotelName="Courtyard New York Manhattan/Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/4d/d04d6514132e1233817982c8c721852c95d39f24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Fashion District and near to all corporate offices in the Time...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.680622" Longitude="-73.983578" StarRating="3" HotelCode="170949|fairfield_inn__suites_by_marriott_new_york_brooklyn" HotelName="Fairfield Inn &amp; Suites by Marriott Brooklyn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 3rd Avenue, Brooklyn, New York 11217</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/f5/91f5668866d28ca25d00bd6d41412e5c37c5f041.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.754406281116" Longitude="-73.992595374584" StarRating="3" HotelCode="260452|courtyard_new_york_manhattantimes_square_west" HotelName="Courtyard New York Manhattan/Times Square West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>307 West 37th Street, 10018 New York, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/3a/5e3a1bcfae554afcc254ab6e5e005d2f7805479a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.70580138" Longitude="-74.00509948" StarRating="2.5" HotelCode="637846|297996" HotelName="AC Hotel New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>151 Maiden Lane, New York City, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/2f/cf2fe2b13eb456074aa085c4e94a7e5eff9cc39a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.749923950601" Longitude="-73.995674550533" StarRating="3" HotelCode="908924|manhattan_west_hotel" HotelName="Midtown West Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Hotel" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>303 West 30th Street, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/ab/03ab329b44645e61a6681fe73979563971b737b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Manhattan West Hotel in New York (Midtown), you'll ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752174" Longitude="-73.995206" StarRating="3" HotelCode="213645|fairfield_inn_new_york_midtown_manhattanpenn_station" HotelName="Fairfield Inn &amp; Suites New York Midtown Manhattan/Penn Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>325 West 33rd Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/21/b121caf30a9316f7d9d722b4115623ff230bdbaf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764999283333" Longitude="-73.8880016" StarRating="1" HotelCode="891558|airway_inn_at_laguardia" HotelName="Airway Inn LaGuardia Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,ATM/Cash Machine,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Limousine Service,Luggage Storage,Parking,Pets allowed,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82-20 Astoria Boulevard, Queens, New York 11370</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/a6/d5a6e209347e42ea7c9b5235bb79c2c0c0de7873.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location When you stay at Airway Inn at LaGuardia in East Elmhurst, you'll be near the airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.740118967514" Longitude="-73.982871606746" StarRating="2" HotelCode="415538|carlton_arms_hotel" HotelName="Ye Olde Carlton Arms Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>160 East 25Th Street, 10010 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/85/06854dd88afc193ac73cb27b7d325671a34af219.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at Carlton Arms Hotel places you in the heart of New York, minutes from Gra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.40" OriginalAmount="140" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74439212" Longitude="-73.99265365" StarRating="3" HotelCode="855999|374483" HotelName="Renaissance New York Chelsea Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 West 25th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/07/6d072d9e8c150b8374a22221803b825ed39291fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.40" OriginalAmount="140" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.831062" Longitude="-73.88449" StarRating="3.5" HotelCode="170060|74817" HotelName="Sheridan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1440 Sheridan Expressway, Bronx, 10459-2106 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/e5/25e5413a1ac3c69404f7565aef0f78b06c7d168e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers room service and a business centre. Wireless internet access in public areas allows...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.63" OriginalAmount="140.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74814663" Longitude="-73.94129345" StarRating="3" HotelCode="572108|641607" HotelName="Hyatt Place Long Island City New York City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Golf,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2707 43rd Avenue, Long Island, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/02/ea024f9960014927905407a43a6f820297b9a023.JPEG</HotelPictures>
        <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="12" TotalAmount="142.03" OriginalAmount="140.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.758792" Longitude="-73.989742" StarRating="4" HotelCode="160754|1481548" HotelName="Intercontinental Times Square" Meals="ROOM ONLY,BREAKFAST FOR 2 PAX" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>300 West 44th St, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/5b/805b32a87ae1b4f9f53c81e8aa37e80ed3d60765.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Times Square neighbourhood, and located on Eighth Avenue, the hotel is close to thou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.749868579941" Longitude="-73.979620188475" StarRating="4" HotelCode="38552|70_park_avenue_hotel_a_kimpton_hotel" HotelName="Iberostar 70 Park Avenue" 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>70 Park Avenue, Cross Street Park Avenue and 38th Street, 10016 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/b5/b1b5bfeced928c52d3ea8279a1187f961430c96c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive and comfortable luxury hotel enjoys a fabulous location on Park Avenue in the centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.720599" Longitude="-73.995314" StarRating="4" HotelCode="161746|the_nolitan" HotelName="The Nolitan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Kenmare Street, New York, New York 10012</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/f9/72f9c0e29fc1c05f2543e844ce67cc5e72a9ec18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.70832862" Longitude="-74.01366338" StarRating="3" HotelCode="583563|265226" HotelName="Fairfield Inn &amp; Suites New York Downtown Manhattan World Trade Center Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>100 Greenwich Street, New York, New York 10006</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/b9/07b94abde61f79a941cca7f24edce366ce7dde06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.44" OriginalAmount="144.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.758464703661" Longitude="-73.985731601715" StarRating="4" HotelCode="14601|new_york_marriott_marquis" HotelName="New York Marriott Marquis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1535 Broadway, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/23/a5235b8c75114b4b7121c9950e41d40bbdd3b751.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spectacular hotel enjoys a stunning location right on Broadway, close to Times Square and the t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.44" OriginalAmount="144.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764512054425" Longitude="-73.98010031288" StarRating="4" HotelCode="491624|carnegie_hotel_2" HotelName="The Carnegie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>160 West 56th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/49/ac493768735388f249649cf2770826cbbf2ab81c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="146.38" OriginalAmount="144.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.707913331494" Longitude="-74.006583094597" StarRating="4" HotelCode="317042|1564056" HotelName="Gild Hall, a Thompson Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Gold Street, New York City, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/66/e86689ffef48838af945de3657a1548bf81ee112.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located within a few blocks of Wall Street, the NYSE and leading financial institu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74727" Longitude="-73.98986" StarRating="4" HotelCode="160995|20140" HotelName="Kimpton Hotel Eventi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>851 6th Avenue, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/e1/92e1d5ee36463232a654695b9f6e3b1f49d8654a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is situated in the historic Chelsea neighbourhood near the New York t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.47" OriginalAmount="147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755771" Longitude="-73.982044" StarRating="4" HotelCode="64762|the_iroquois" HotelName="Iroquois" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 West 44th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/bd/e5bdceef18acaa78426da5da6ed819e35de7235e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.47" OriginalAmount="147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.720925" Longitude="-73.955693" StarRating="4" HotelCode="918406|king__grove_williamsburg" HotelName="McCarren Hotel &amp; Pool" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 North 12th Street, Brooklyn 11249, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/c2/7ac233cce00883ae57336ab5adb959ac2c337866.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="148.55" OriginalAmount="147.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764616" Longitude="-73.978482" StarRating="4.5" HotelCode="262316|1494460" HotelName="Le Méridien New York, Central Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 West 57th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/62/9862033a89f56b69f45d65dc2c9b5e11afb7ed4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of New York City, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="149.27" OriginalAmount="147.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764442" Longitude="-73.981503" StarRating="5" HotelCode="284115|1186456" HotelName="Westhouse Hotel New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201 West 55th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/72/98/7298d954321fdd73a434d52b881e4f9cee616554.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.94" OriginalAmount="149.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.743903010324" Longitude="-73.987096846104" StarRating="3" HotelCode="12797|368445" HotelName="The Evelyn" 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>7 East 27th Street, 10016 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/77/9c77158aa60020484a5a9a3620478591d8ffadf5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The midtown hotel is located just off Fifth Avenue in the historic Flatiron District of Manhattan an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.39" OriginalAmount="149.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.757270532478" Longitude="-73.983566966123" StarRating="4" HotelCode="144924|4592155" HotelName="Merrion Row Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>119 West 45th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/7c/777c90faaab7c5ff1333dbabf8439b1799851e36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755690669252" Longitude="-73.97217212404" StarRating="3.5" HotelCode="365921|22453" HotelName="Best Western Plus Hospitality House" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 East 49th Street, New York City, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/60/60eded2d2465a2b8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located just off Lexington Avenue, around the corner from the Waldorf Astoria. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.51" OriginalAmount="151.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.728507732096" Longitude="-73.985049762583" StarRating="3" HotelCode="416110|east_village_hotel_4" HotelName="East Village Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>147 1st Avenue, New York, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/84/8484cbfd07c6f0d4edb1875144a76259bb33292a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at East Village Hotel in New York (East Village - Lowe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.52" OriginalAmount="152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.72795945" Longitude="-73.94408545" StarRating="3" HotelCode="369902|henry_norman_hotel" HotelName="Henry Norman Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>251 North Henry Street, 11222 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/b3/c2b3ca8862193575fe248f4050d7cd9f60de056e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="154.15" OriginalAmount="152.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764867452655" Longitude="-73.981190711639" StarRating="4" HotelCode="410473|1377717" HotelName="Manhattan Club Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>200 West 56th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/84/90/8490f4415b3cfd94126d3263856a09aab291d607.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in one of New York City's most desirable locations. It neighbours Central Park,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.608526" Longitude="-74.146557" StarRating="2.5" HotelCode="178668|44475" HotelName="Ramada Staten Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>535 N. Gannon Ave., Staten Island, New York City  10314</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/47/074789c6e48520d6304516033858b1bb41174f51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.59" OriginalAmount="153.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.78057595909" Longitude="-73.981233537197" StarRating="3" HotelCode="10725|1010295" HotelName="Beacon" 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,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2130 Broadway at 75th Street, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/45/e2450b25da7c290275fe847a0d6d07eb7c90dd39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This highly popular hotel offers top-quality self-catering accommodation and is situated in the grea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.79" OriginalAmount="153.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.705176" Longitude="-74.007686" StarRating="4" HotelCode="137369|236126" HotelName="Andaz Wall Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75 Wall Street, New York, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/30/7330da547af1da7705acab7b3f97c86efd05ba61.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the famed Financial District of New York City, the city hotel is surrounded by many top s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.31" OriginalAmount="154.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.707997710617" Longitude="-74.00142788887" StarRating="3.5" HotelCode="30059|209556" HotelName="Mr. C Seaport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Peck Slip, New York City, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/ae/5faedc364fae48e4a1bfbcfe45680ffa4d6df73d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.55" OriginalAmount="155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.762344100496" Longitude="-73.978201299906" StarRating="4" HotelCode="18531|warwick_new_york_hotel" HotelName="Warwick New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 West 54th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/a4/97a4297e99ebf9c037d2a60e40628f56ecbe3bb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical city hotel is perfectly located in the heart of central Manhattan. The Rockefeller C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.731525" Longitude="-73.98951417" StarRating="0" HotelCode="972203|479625" HotelName="Moxy Nyc East Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 East 11th Street, New York, 10003 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/3d/953d0254aa8b7128d90f6590c6b24f2eb668bb00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="157.99" OriginalAmount="156.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759764971869" Longitude="-73.984562158585" StarRating="4" HotelCode="16627|1748095" HotelName="Renaissance New York Times Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Two Times Square, 714 Seventh Avenue, West 48th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/62/51627e126411463b23dbbbfe368c4cb23c553c16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel occupies the island where Broadway and 7th Avenue meet right in the heart of Times Square,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="158.18" OriginalAmount="156.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="3.5" HotelCode="225904|571071" HotelName="Concorde Hotel New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>127 East 55th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/92/50/92503c8cd478c6d62b26e0a745e749d6b0d79aed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="158.33" OriginalAmount="156.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75897482" Longitude="-73.99000589" StarRating="2.5" HotelCode="636403|55721267" HotelName="TownePlace Suites New York Manhattan Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>324 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/0c/980c3c92474510ca7271b7eec418bfa20b7b5941.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="158.71" OriginalAmount="157.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75056786151" Longitude="-73.986012861192" StarRating="3" HotelCode="212667|1904828" HotelName="Holiday Inn Express Manhattan Times Square South" Meals="BED &amp; BREAKFAST,COMPLIMENTARY AMERICAN BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/101393/ea17b76f-67d2-4309-b900-6d1ee42ab5fa.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.77" OriginalAmount="157.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74997474933" Longitude="-73.985960930586" StarRating="3" HotelCode="30058|755325" HotelName="Metro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 West 35th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/f0/9ff055f5cb852f70b16bf8140c707ae5178eea6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Manhattan with plenty of attractions, restaurants, bars, night...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7226223" Longitude="-73.9915685" StarRating="4" HotelCode="482035|225962" HotelName="PUBLIC, an Ian Schrager Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>215 Chrystie Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b7/92b70450b19ef375404d37c07ed8245ee140729c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.59" OriginalAmount="159.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.719787" Longitude="-73.988158" StarRating="4" HotelCode="889337|hotel_on_rivington" HotelName="On Rivington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 Rivington Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/37/3b370f5fc92c8b451334ddb747464d79bfaee1e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located about 5 km from the centre of New York City, this urban hotel is ideal for guests who apprec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="160.87" OriginalAmount="159.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755698934609" Longitude="-73.990121353373" StarRating="3.5" HotelCode="572204|607473" HotelName="AC Hotel New York Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>260 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1d/27/1d27d3fff471bdd4165c28cb3594188083b2f87e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.60" OriginalAmount="160.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.736283" Longitude="-73.99662" StarRating="4" HotelCode="263320|the_jade_hotel" HotelName="Walker Hotel Greenwich Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 West 13th Street, New York City, NY 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/35/ea3537b408eca37d2bbe5508ead25accb3755b8d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.62" OriginalAmount="162.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755531" Longitude="-73.978206" StarRating="4" HotelCode="906798|the_gotham_hotel" HotelName="The Gotham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 East 46 street, between Fifth and Madison Avenues, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/83/4e83aeb825cdbffb6b6357dcd628ebcb5b58c6ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.63" OriginalAmount="163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.73304268" Longitude="-73.9579314" StarRating="3" HotelCode="433228|franklin_guesthouse" HotelName="Franklin Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>214 Franklin Street, Brooklyn, New York 11222</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/97/e297206eac547db2455481535862da72b26d33af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.63" OriginalAmount="163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750216" Longitude="-73.973861" StarRating="4" HotelCode="18380|the_westin_new_york_grand_central" HotelName="The Westin New York Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>212 East 42nd Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/69/78691a8ed3f1a23a5bab5319c35eb21523296454.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is renowned for its high levels of service and enjoys a great location along 42nd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.43" OriginalAmount="163.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755811264944" Longitude="-73.981558084488" StarRating="4" HotelCode="17732|324085" HotelName="Sofitel New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 West 44th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/b1/cdb127ed2c282d0cfc059b7becd6947b15eaa2dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between 5th and 6th Avenues in New York. High-class shopping is one block away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="166.27" OriginalAmount="164.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752776" Longitude="-73.985969" StarRating="3" HotelCode="88132|99423" HotelName="Residence Inn New York Manhattan/Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1033 Avenue of the Americas, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/e6/f2e65d817881f928cfd5ada76166cebc451abac6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a great location on the Avenue of the Americas (6th Avenue), opposite fashionable B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.782027" Longitude="-73.981865" StarRating="3" HotelCode="178665|the_milburn_hotel" HotelName="Milburn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>242, West 76th St, New York City 10023, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/7b/027be55cb23ca2b2c8611330f0b00a75568ac8d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.718568016454" Longitude="-73.989855376075" StarRating="3" HotelCode="68532|blue_moon_hotel_3" HotelName="Blue Moon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>100 Orchard Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/55/0c55202d8e7ef92242ecdb8b688c5872ef0bd5bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of New York's most socially vibrant and attractive Lower East Side...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.693553090963" Longitude="-73.988338708878" StarRating="4" HotelCode="14589|new_york_marriott_at_the_brooklyn_bridge" HotelName="New York Marriott at the Brooklyn 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,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Adams Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ac/02ac0a1a6513b632e3d3c788b7f5fdad6e498d81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in Brooklyn's Renaissance Plaza and only around 5 minutes away from Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.69" OriginalAmount="169.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.742095122786" Longitude="-73.984773418191" StarRating="4" HotelCode="443697|hotel_giraffe" HotelName="Giraffe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>365 Park Avenue South at East 26th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/29/f3297843669ecb32085c6bab0ee306e4cc9c8c22.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.69" OriginalAmount="169.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.749539" Longitude="-73.979897" StarRating="4" HotelCode="18347|480225" HotelName="The Kitano New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Park Avenue, At 38th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/ae/a8ae905576b1b3a4328d29ed62e87b537c971965.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.94" OriginalAmount="170.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75741" Longitude="-73.969891" StarRating="3" HotelCode="47889|35918" HotelName="Courtyard by Marriot Manhattan Midtown East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>866 Third Avenue, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/18/4918bb58e37b1e3a617f141af6300f56b2354572.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The well fitted, modern hotel is ideally located in the exclusive East Side of Manhattan right in th...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.71" OriginalAmount="171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755527" Longitude="-73.973702" StarRating="4" HotelCode="258456|intercontinental_new_york_barclay" HotelName="InterContinental New York Barclay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>111 East 48th Street, 10017-1297 New York City, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/35/1835fac621ef0373c35bfd0d8b52b8747043027b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional luxury hotel is situated at the heart of the city, just steps away from Park Avenue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="173.66" OriginalAmount="171.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764311" Longitude="-73.982415" StarRating="3" HotelCode="294133|361625" HotelName="Residence Inn New York Manhattan/Central Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1717 Broadway, New York, New York 10019-5214</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/55/0f556dac10934c378a4b8ad52704b6593c4768f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.72" OriginalAmount="172.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759734" Longitude="-73.831631" StarRating="3.5" HotelCode="396412|sheraton_laguardia_east_hotel" HotelName="Sheraton LaGuardia East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135-20 39th Avenue, Flushing, New York 11354</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/04/4f041a7b9fbd30564f2dc9d033007b00d05530d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756297980913" Longitude="-73.985349532427" StarRating="4" HotelCode="427125|casablanca_hotel" HotelName="Casablanca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147 West 43rd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/76/6876ddae8a10b960fb842359d9f5b9931e1dbff3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.73347429759" Longitude="-73.990067392588" StarRating="4" HotelCode="208204|hyatt_union_square_new_york" HotelName="Hyatt Union Square New York" 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>134 Fourth Avenue, New York, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/5f/0b5f3e293f6deaf00f6cefd5a6a0b4f0bd2eac3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.45" OriginalAmount="176.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756506444034" Longitude="-73.97202979957" StarRating="4" HotelCode="59149|277185" HotelName="The Benjamin" 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,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 East 50th Street (at Lexington Avenue), New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/49/b1/49b100340ff23bc86c2ff2b780c092be962983db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located right on Lexington Avenue, across from the Waldorf Astoria, close to Fi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="178.48" OriginalAmount="176.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755327766375" Longitude="-73.986078787794" StarRating="5" HotelCode="935270|8601485" HotelName="The Knickerbocker Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Times Square, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/f0/4ef0cf74b04d4d7e1a2ebec187e3fc2a0a7d9234.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this urban hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752112757768" Longitude="-73.981406023263" StarRating="3" HotelCode="890021|courtyard_by_marriott_new_york_city_manhattan_fifth_avenue" HotelName="Courtyard New York Manhattan/Fifth Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 East 40th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/5d/405d18c29aeaeec99bad483328b626c84e52c014.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.80" OriginalAmount="180.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.712913817278" Longitude="-74.00705709895" StarRating="3" HotelCode="437943|green_holidays_apartments" HotelName="Green Holidays Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>38 West 31st Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/59/4e59a5f153ab61c590e861d2e2ca4796b42108f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.81" OriginalAmount="181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.71936" Longitude="-73.99677" StarRating="3" HotelCode="428675|nobleden_hotel" HotelName="NobleDEN Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Concierge,Elevator,Internet,LCD/Projector,Luggage Storage,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>196 Grand Street, New York City, NY 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/90/c690d4270e9394b1f8e3027026e899f076757adb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location Located in New York East Village - Lower East Side, NobleDen Hotel is minutes from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.81" OriginalAmount="181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752224" Longitude="-73.985463" StarRating="4" HotelCode="208064|refinery_hotel" HotelName="Refinery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 W 38th Street, near the corner of 38th and 6th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/48/fb487835e15ee018a426907ec3c6e4603f678e88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in New York City. For guests who appreciate a stylish amb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.82" OriginalAmount="182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.742061166667" Longitude="-74.003729433333" StarRating="4" HotelCode="896937|the_maritime_hotel_2" HotelName="The Maritime" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>363 West 16th Street, New York, NY 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/49/d8499b39f267cf9bb81c64fcca6c21e9686c27c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.82" OriginalAmount="182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.751950278137" Longitude="-73.984812784061" StarRating="4.5" HotelCode="285001|archer_hotel_new_york" HotelName="Archer Hotel New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 West 38th street, New York City 10018, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/24/1524af30873dc1250bb8d40ee80f3e0fc5e796ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="184.44" OriginalAmount="182.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.751784682736" Longitude="-73.979278877377" StarRating="4" HotelCode="62437|359425" HotelName="The Dylan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 East 41st Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/c1/4cc13d644c81cca3b5b8ea52d481bb9fb83fad7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is surrounded by excitement and cradled in comfort. That's what a stay at this hotel in N...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.83" OriginalAmount="183.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.765094538875" Longitude="-73.975288692499" StarRating="4" HotelCode="33331|helmsley_park_lane_hotel" HotelName="Park Lane Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Central Park South, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/e8/67e81049f070b01a414b7699e6a20e3e3226cf7a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.83" OriginalAmount="183.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74623701" Longitude="-73.99066367" StarRating="3" HotelCode="446389|hyatt_house_new_yorkchelsea" HotelName="Hyatt House New York/Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>815 Avenue of the Americas, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/c7/4ec7b69cb16fe34dd838d4acfa59722ac1b60c31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.84" OriginalAmount="184.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.727917" Longitude="-73.990856" StarRating="4" HotelCode="99642|the_standard_east_village" HotelName="The Standard East Village - The Cooper Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Cooper Square, New York City, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/09/7809b6b03e7895c150d06a8e0958dd5dfdc23b52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in one of Manhattan’s most authentic neighbourhoods.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="187.75" OriginalAmount="185.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.779787" Longitude="-73.954517" StarRating="3" HotelCode="18316|312055" HotelName="The Franklin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>164 East 87th Street, New York, New York 10128</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/4c/674c0978024c9485f2c1a5dd0111b68b1c5c3a7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.87" OriginalAmount="187.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.715207155979" Longitude="-74.009194225073" StarRating="4" HotelCode="894762|smyth_tribeca" HotelName="AKA Smyth Tribeca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 West Broadway, Tribeca, Manhattan, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/1f/f71f7beb328dedd3a3e0775f9c70475fd30a8faa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.87" OriginalAmount="187.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752244392638" Longitude="-73.97969785893" StarRating="4" HotelCode="565095|the_library_hotel" HotelName="The Library" 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>299 Madison Avenue, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/ca/ecca8ee284da1eca8dd94d853baa4230ce77aac9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.90" OriginalAmount="190" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.706268971974" Longitude="-74.007782379762" StarRating="4" HotelCode="366471|94191" HotelName="Q&amp;A Residential Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70 Pine Street, New York, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/6f/fe6f7d4c8baf899e696b545136bf4891af64ced9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 132 rooms. Most of the storeys can be reached by lift. Amenities inclu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.90" OriginalAmount="190.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.722290178493" Longitude="-73.956704549641" StarRating="5" HotelCode="319202|the_william_vale" HotelName="The William Vale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 North 12th Street, At Wythe Avenue, Brooklyn, New York 11249</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/cd/5ccd5d9e4db2a353484608118281cc50a2690ac7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75257993" Longitude="-73.98302216" StarRating="4" HotelCode="851421|374482" HotelName="Park Terrace Hotel On Bryant Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>18 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/a5/66a58ff7453fdc843e9a88fdac329af7a0d6b019.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.94" OriginalAmount="194.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.761365361206" Longitude="-73.970676591187" StarRating="3.5" HotelCode="893693|the_lombardy" HotelName="Lombardy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 East 56th Street, New York, NY 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/3c/803c2978ef0c0c4b42e84530cf1b0a9a4c272e55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.94" OriginalAmount="194.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.740232" Longitude="-74.003431" StarRating="3" HotelCode="129725|chelsea_pines_inn" HotelName="Chelsea Pines Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>317 West 14th Street, New York, NY 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/27/b427ee8a9f8a4ee0bb822edb9a5a9f280f0ad5d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.95" OriginalAmount="195.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.754789" Longitude="-73.972515" StarRating="3" HotelCode="13270|residence_inn_by_marriott_new_york_manhattanmidtown_east" HotelName="Residence Inn New York Manhattan/Midtown East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>148 Eeast 48th Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/e1/23e1c652443df0b15e9a37a564fde3b2ace32e87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.95" OriginalAmount="195.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755918809401" Longitude="-73.982385076057" StarRating="4" HotelCode="173082|the_algonquin_hotel_times_square_autograph_collection" HotelName="Algonquin Hotel Times Square, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/9d/309d9133c3da9ca0343d9eaa0bf5ac86d92f31d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This well-known, historical hotel offers charm and comfort in the centre of New York, just one block...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.01" OriginalAmount="201.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.709446371652" Longitude="-74.014640450478" StarRating="4" HotelCode="14698|new_york_marriott_downtown" HotelName="New York Marriott Downtown" 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,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 West Street at Albany Street, New York, New York 10006</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/87/6387d197e4e8048acefeb6ecd35a520ddeff8773.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Manhattan, only a few minutes’ walk from the subway, Wall Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.05" OriginalAmount="205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764335009644" Longitude="-73.963184282184" StarRating="3" HotelCode="365923|affinia_gardens" HotelName="Gardens Suites Hotel by Affinia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>215 East 64th Street, between 2nd and 3rd Avenue, New York, New York 10065</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/d2/9fd2820aa576b9dc774e779f7cb4ce9de8670ec8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This peaceful, elegant haven is located in one of the most exclusive neighbourhoods in New York. Thi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="206.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.721933" Longitude="-73.958042" StarRating="4" HotelCode="204904|wythe_hotel" HotelName="Wythe Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Wythe Avenue, Brooklyn, New York 11249</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/75/ab75071a52c0af96889a672971524053b3335e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.09" OriginalAmount="209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759398853433" Longitude="-73.97498765809" StarRating="4" HotelCode="59147|omni_berkshire_place" HotelName="Omni Berkshire Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 East 52nd Street at Madison Avenue, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/49/64495c69900bab17a8cc433ebb813838be0a8de9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is situated in an ideal location on Madison Avenue, just steps away from the Roc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="211.78" OriginalAmount="209.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.73238082914" Longitude="-73.998783230782" StarRating="3" HotelCode="19329|755805" HotelName="Washington Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Waverly Place, New York City, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/a5/9da56700842ba95eb75b705e916edb04246333ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This delightful, family-run hotel affords a wonderful location on Washington Square at the heart of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.10" OriginalAmount="210.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.848695936154" Longitude="-73.845033301605" StarRating="3" HotelCode="935271|residence_inn_new_york_the_bronx_at_metro_center_atrium" HotelName="Residence Inn New York The Bronx at Metro Center Atrium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1776 Eastchester Road, Bronx, New York 10461</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/d3/57d33e7f1bc932d74e2280f388f31527dc34daaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="215.15" OriginalAmount="213.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.584055819242" Longitude="-73.93839597702" StarRating="3.5" HotelCode="97241|212906" HotelName="Best Western Plus Brooklyn Bay Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3003 Emmons Avenue, New York City - Brooklyn, New York 11235</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/34/f734e5cd82a4a101628c3b5b8af636de051e517e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located with easy access to popular area attractions such as the Coney Isl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.15" OriginalAmount="215" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759288069958" Longitude="-73.984323601258" StarRating="5" HotelCode="771063|360627" HotelName="The Times Square EDITION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>701 7th Avenue, 20 Times Square, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/2f/132fa8e9a9e52ecb2d2c5929a7602487ddbb8f87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.15" OriginalAmount="215.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755229668226" Longitude="-73.981259688735" StarRating="4" HotelCode="58804|the_mansfield_hotel" HotelName="The Mansfield" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/3b/e93bd20d2fcf129b41e2c5d3c3c6fbb9b7b6b4cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just off Fifth Avenue on 44th Street in the historic preservation district of M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.15" OriginalAmount="215.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764307461259" Longitude="-73.978530704459" StarRating="4" HotelCode="14277|le_parker_meridien_new_york" HotelName="Parker New York" 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,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 West 56th Street, New York, New York 10019-3318</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/66/4766598307b2f6b4774530c3be6df89dc3e46199.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within a short distance of an array of bars, restaurants, shops and links to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.16" OriginalAmount="216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.719263189018" Longitude="-74.00015972621" StarRating="3" HotelCode="13434|11_howard" HotelName="11 Howard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Howard Street, Manhattan, New York City, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/7a/bf7a3c2666e9a5199877c176ad224927ac23c700.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a stunning location in one of New York's most famous districts, close to SoHo, Chi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="218.48" OriginalAmount="216.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764600121107" Longitude="-73.977357745171" StarRating="4" HotelCode="55999|CAL119600" HotelName="The Quin Central Park by Hilton Club" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 West 57th Street at Sixth Avenue, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/77/0877dd4b64a287dca0ebd556de602d2c49de23cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York's historic Arts District at 57th and 6th avenue. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.17" OriginalAmount="217.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.63647755" Longitude="-73.99084536" StarRating="0" HotelCode="562585|avenue_plaza_hotel" HotelName="The Avenue Plaza Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>4624 13th Avenue, Brooklyn, New York 11219</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/5f/935fa368f31ab668e734e5f8148012c54dd8682d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.780311926875" Longitude="-73.946091234684" StarRating="3" HotelCode="387969|courtyard_by_marriott_new_york_manhattanupper_east_side" HotelName="Courtyard New York Manhattan/Upper East Side" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>410 East 92nd Street, New York, New York 10128</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/1e/721ee89378aaa868a6432a2f3774316facae4069.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stunning new property is located in Yorkville, a vibrant residential neighbourhood in the Upper...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.23" OriginalAmount="223.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.727519" Longitude="-74.005679" StarRating="3" HotelCode="171791|courtyard_by_marriott_new_york_manhattansoho" HotelName="Courtyard New York Manhattan/SoHo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Varick Street, New York, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/84/bd/84bdda54c943f01c124bf3c1bcb00d12e3959497.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.28" OriginalAmount="228" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.704919907777" Longitude="-74.006394953373" StarRating="0" HotelCode="495899|495482" HotelName="Welive NYC LOWER MANHATTAN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110 Wall Street, New York, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/63/16/6316f5f0ef979bea7c87180b3d89264986549ecb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.32" OriginalAmount="232.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.719163071516" Longitude="-74.004933404129" StarRating="4" HotelCode="32533|tribeca_grand_hotel" HotelName="The Roxy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue of the Americas, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/89/5489c78c321ff6c4a7545940fda74668332c7ea3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Manhattan's Tribeca area. Wall Street, SoHo, Greenwich Villag...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.35" OriginalAmount="235.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.732535" Longitude="-73.99688" StarRating="3.5" HotelCode="294136|the_marlton_hotel" HotelName="The Marlton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 West 8th Street, Between 5th &amp; 6th Avenues, New York, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/d8/93d8ac29a635551ba8afe7209cfa37f4fc7c84b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="244.42" OriginalAmount="242" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.754412190878" Longitude="-73.985751720238" StarRating="4" HotelCode="497429|225957" HotelName="LUMA Hotel Times Square NYC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 West 41st Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/17/4f17f6e529fcbfcd5ac825aad187102813cdef69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="244.69" OriginalAmount="242.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.763421071214" Longitude="-73.980604927681" StarRating="5" HotelCode="76064|481365" HotelName="Conrad New York Midtown" 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,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>151 West 54th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/c9/37c9058a25fedcc37dc38e54642717305abd85a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located comfortably at the crossroads of culture and commerce in the midtown area; jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.46" OriginalAmount="246.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.722112" Longitude="-73.987074" StarRating="4" HotelCode="934144|the_ludlow_hotel" HotelName="The Ludlow New York City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>180 Ludlow Street, between Houston and Stanton, New York City, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/d4/f4d4052123ab71a62127b46015916368d8ad9800.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.47" OriginalAmount="247.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75179479" Longitude="-73.99106872" StarRating="4" HotelCode="935259|renaissance_new_york_midtown_hotel_a_marriott_luxury_lifestyle_hotel" HotelName="Renaissance New York Midtown Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>218 West 35th Street, South Garment District, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/e8/50e8977af52c650b9adc760b402eaba1d07aa107.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.47" OriginalAmount="247.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752956" Longitude="-73.983951" StarRating="4" HotelCode="69417|bryant_park_hotel" HotelName="The Bryant Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/21/09/210993a85d3e9e647e795361bdc147ccad769fdb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Midtown Manhattan design hotel is set in one of Manhattan's best locations, directly across fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.49" OriginalAmount="249.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.740782697792" Longitude="-74.007852630754" StarRating="4" HotelCode="896942|the_standard_high_line_new_york" HotelName="The Standard High Line New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>848 Washington Street, New York, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/46/4a466f15b0c55930c7b0603ca85d9e170a3078c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="253.51" OriginalAmount="251.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76436" Longitude="-73.977922" StarRating="3" HotelCode="899765|west_57th_street_by_hilton_club" HotelName="West 57th Street by Hilton Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>102 West 57th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/f0/4ff052142dca710a12b96d44cb8df073cf4d75a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="254.52" OriginalAmount="252.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.722771785734" Longitude="-74.004713882505" StarRating="4" HotelCode="165516|the_james_new_york" HotelName="The James New York Soho" 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 Grand Street, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/aa/f9aacf424821026c7520d33891b2acede107d62a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="254.52" OriginalAmount="252.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.745368540351" Longitude="-73.981584087714" StarRating="5" HotelCode="293178|the_marmara_park_avenue" HotelName="The Marmara Park Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114 East 32 Street, Manhattan, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/a1/24a124780367284dfcb6602771854a326aea3a7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.53" OriginalAmount="253.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.721514" Longitude="-73.999353" StarRating="4" HotelCode="294135|the_broome" HotelName="The Broome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>431 Broome Street, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/a4/80a4340d040236b2a60f4008c4eb1094c4d22d28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.60" OriginalAmount="260.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.71949805" Longitude="-73.99004832" StarRating="3" HotelCode="450319|sago_hotel" HotelName="Sago Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>120 Allen Street, New York, NY 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/a5/e2a58c2faed60e834606db99fd21544299b0339c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.61" OriginalAmount="261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7216" Longitude="-74.0044" StarRating="4" HotelCode="27089|soho_grand_hotel" HotelName="Soho Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>310 West Broadway, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/53/8e534a53b5f93c866c166e6d9ba7efb92c31508f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury boutique hotel is located in the heart of New York's SoHo. Tribeca, Greenwich Village, C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.61" OriginalAmount="261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.739908731153" Longitude="-74.005881696939" StarRating="4" HotelCode="370664|gansevoort_meatpacking" HotelName="Gansevoort Meatpacking" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Ninth Avenue, at 13th Street, New York, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/94/e894196a2384f68d897b694d4908a99367075a83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel offers a full range of services in the Meatpacking district of Manhattan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="270.68" OriginalAmount="268.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.762450621199" Longitude="-73.979070260119" StarRating="4" HotelCode="298918|hilton_club_new_york" HotelName="The Hilton Club - New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1335 Avenue of the Americas, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/9b/559ba8dd209a43938a8593dad1a539b288c98bf1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="286.79" OriginalAmount="283.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.71499519392" Longitude="-74.015777163646" StarRating="5" HotelCode="22374|1097905" HotelName="Conrad New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 North End Avenue, New York, New York 10282</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/c9/78c9151be97dff550556e7ac38cda2e4604e2f9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superb all-suite hotel is located in Battery Park, overlooking New York harbour. It is just a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.86" OriginalAmount="286.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756246062311" Longitude="-73.971426710486" StarRating="4" HotelCode="259397|the_kimberly_hotel__suites" HotelName="The Kimberly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 East 50th Street, Manhattan, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/c7/4ec742a26e081dff94e8c6d248d0c4f7883ce849.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="312.09" OriginalAmount="309.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756612396824" Longitude="-73.984499565641" StarRating="5" HotelCode="896929|the_chatwal_a_luxury_collection_hotel_new_york_city" HotelName="The Chatwal, a Luxury Collection Hotel, New York City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Spa Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/74/9574ebedd811d26c20111833bd407e459eb0b7d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of New York City, this spa hotel is ideal for guests who appreciate a sty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="315.01" OriginalAmount="311.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.725479" Longitude="-74.005382" StarRating="5" HotelCode="137370|2275175" HotelName="The Dominick" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>246 Spring Street, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/ba/13ba9404c2f7c1168d20fff300179e26fcf79d7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="322.19" OriginalAmount="319.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.758005540374" Longitude="-73.974967896938" StarRating="5" HotelCode="18382|lotte_new_york_palace" HotelName="Lotte New York Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>455 Madison Avenue, at 50th Street, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/9e/cb9e6ced94147e2d54cc2275dc462b70b432cfc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is one of the top addresses in the country. It enjoys a superb midtown loca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="347.44" OriginalAmount="344.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.766424384341" Longitude="-73.978376984596" StarRating="5" HotelCode="12195|jw_marriott_essex_house_new_york" HotelName="JW Marriott Essex House New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Central Park South, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/4a/704a2b9dcd248f1c19b041a5388a7bebcaaf902b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a stunning location on the southern edge of Central Park. In the immediate vicinit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="353.50" OriginalAmount="350.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.701641" Longitude="-73.995502224537" StarRating="4" HotelCode="481784|1_hotel_brooklyn_bridge" HotelName="1 Hotel Brooklyn Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 Furman Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/40/ac4046e83388122b520a13fc59f50803d0428345.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="354.51" OriginalAmount="351.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.71122049" Longitude="-74.00671935" StarRating="5" HotelCode="446426|the_beekman_a_thompson_hotel" HotelName="The Beekman, a Thompson Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Nassau Street, New York, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/c6/6fc6d41cd7d192f8c181e49fd08c5edd97eab5b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="379.76" OriginalAmount="376.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.724045823333" Longitude="-74.003215630833" StarRating="4" HotelCode="82943|1502888" HotelName="Sixty SoHo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Thompson Street, New York, New York 10012</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/e6/02e6fd91db25166bd3f3d5bbaa75a289efc25900.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="379.76" OriginalAmount="376.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752529" Longitude="-73.981318" StarRating="4" HotelCode="160521|andaz_5th_avenue_a_hyatt_hotel" HotelName="Andaz 5th Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>485 5th Avenue at 41st Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/5f/bc5f1459cbfc6da88ea796900c59206816b5a907.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on 5th avenue at 41st Street and is in the fashionable Bryant Park area of midt...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="382.79" OriginalAmount="379.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.765084" Longitude="-73.971705" StarRating="5" HotelCode="18418|the_pierre_a_taj_hotel_new_york" HotelName="The Pierre, New York" 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,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 East 61st Street, New York 10065</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/1a/6e1a01723643a3912e015b969c6a678521bae835.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This iconic Fifth Avenue hotel overlooks the emerald expanse of Central Park in Midtown Manhattan. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="383.80" OriginalAmount="380.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.749706" Longitude="-73.978219" StarRating="4" HotelCode="370662|the_tuscany__a_st_giles_luxury_hotel" HotelName="The Tuscany - A St. Giles Luxury 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,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 East 39th St., New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2e/f5/2ef5a521be44383d0d1a8001b9e4054a64983d29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This intimate, luxury boutique hotel is located in central Manhattan within paces of a diverse selec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="402.99" OriginalAmount="399.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764709" Longitude="-73.976714" StarRating="4.5" HotelCode="311586|1_hotel_central_park" HotelName="1 Hotel Central Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1414 Avenue of the Americas, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/ba/59ba4a5d429c8806566459851ccff0b54fa49931.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.01" OriginalAmount="401.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.736701" Longitude="-73.988687" StarRating="4" HotelCode="370663|w_new_york__union_square" HotelName="W New York - Union Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>201 Park Avenue South, New York, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/08/0b0809dc3eb9f5637a47f8cfcbc27890082baa0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This visually stunning, luxury boutique hotel is housed within in a landmark building on historic Un...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="409.05" OriginalAmount="405.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764545457674" Longitude="-73.968985003101" StarRating="4.5" HotelCode="59146|loews_regency_hotel" HotelName="Loews Regency New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>540 Park Avenue and 61st Street, New York City, New York 10065</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/a2/e4a2db44e29badc4f784d5a09ff9d78a0ff37782.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a superb location on Park Avenue and 61st Street, just steps away from upsc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="424.20" OriginalAmount="420" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.745034" Longitude="-73.988671" StarRating="5" HotelCode="204952|228987" HotelName="The NoMad Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1170 Broadway, New York, NY 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/eb/34eb3a4adf227121d0768e7caea06fe620d11dae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="431.27" OriginalAmount="427.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.749937158274" Longitude="-73.98375749588" StarRating="5" HotelCode="165434|langham_place_fifth_avenue" HotelName="The Langham New York, Fifth Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>400 Fifth Avenue, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/47/c347e23020dac86cbd88974e8fcddb72f2e5f6fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located in vibrant Midtown Manhattan on 36th Street. Within a short walking distan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="473.69" OriginalAmount="469.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.769127" Longitude="-73.981575" StarRating="5" HotelCode="76065|803025" HotelName="Trump International Hotel &amp; Tower New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Central Park West, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/3c/a73cf553dd4df20b37fbff6018a45817e60318d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="510.05" OriginalAmount="505.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7411292" Longitude="-73.9877709" StarRating="5" HotelCode="312612|the_new_york_edition" HotelName="The New York Edition" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Madison Avenue, New York City, New York 10010</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/5d/925d6bdac24c30ff0ed64b4abc9aa9696ba15b47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="516.11" OriginalAmount="511.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.774261" Longitude="-73.963115" StarRating="5" HotelCode="25899|the_carlyle_a_rosewood_hotel" HotelName="The Carlyle, A Rosewood Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 East 76th Street, New York, New York 10021</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/bc/34bca120bf58226b15afb7c115f75c462faf46f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="562.57" OriginalAmount="557.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7182145" Longitude="-73.9947613" StarRating="5" HotelCode="896935|the_bowery_hotel" HotelName="The Bowery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>335 Bowery, New York, NY 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/70/a4704924dec9acb72480954b920cacd435c35d3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="564.59" OriginalAmount="559.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.757985" Longitude="-73.9747542" StarRating="5" HotelCode="296368|the_towers_at_the_ny_palace_" HotelName="The Towers at Lotte New York Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>455 Madison Avenue, at 50th Street, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/f5/68f57a88079d14f0b18057359291115a3b02a4af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="627.21" OriginalAmount="621.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76530149327" Longitude="-73.97603943944" StarRating="5" HotelCode="23534|the_ritzcarlton_new_york_central_park" HotelName="The Ritz-Carlton New York, Central Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Central Park South, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/a0/8ba076c112cee78ff663fd1513c4bc04fbb5dcbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, this city hotel is a 1930s European-style landmark located in New York City, NY. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="632.59" OriginalAmount="626.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.870270544345" Longitude="-73.877887549864" StarRating="2" HotelCode="264606|503837" HotelName="Rodeway Inn Bronx Zoo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3070-72 Webster Avenue, Bronx, New York 10467</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/e6/e1e66c89447fc61b562251593f622d3b2b05372a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bronxville.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="647.41" OriginalAmount="641.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.712451802151" Longitude="-74.009096328836" StarRating="5" HotelCode="459300|four_seasons_new_york_downtown" HotelName="Four Seasons Hotel New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>27 Barclay Street, New York, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/43/9343de1f7968ba0b569039b4a8da57c712402030.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="649.43" OriginalAmount="643.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764483666667" Longitude="-73.9726435" StarRating="4" HotelCode="896941|the_sherry_netherland" HotelName="The Sherry-Netherland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>781 5th Avenue, New York, NY 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/23/6b23a8fbfbaed24931bdc4214122e7b4db5caf20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="659.53" OriginalAmount="653.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.740469" Longitude="-74.005891" StarRating="4" HotelCode="170188|soho_house_new_york" HotelName="Soho House New York" 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,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>29 - 35 Ninth Avenue, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/eb/6cebb48616b4b0a14ad61297c7f640e402663967.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Meatpacking District on the west side of the city. The area...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="666.90" OriginalAmount="660.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.768244534719" Longitude="-73.982533067465" StarRating="5" HotelCode="50603|CAL157700" HotelName="Mandarin Oriental New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 Columbus Circle at 60th Street, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/aa/1caa3511a7c60ec4e4102cca711f212068d640a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located at Columbus Circle - a major landmark and point of attraction of New York ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="673.67" OriginalAmount="667.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7250812" Longitude="-73.99861976" StarRating="4" HotelCode="896932|the_mercer" HotelName="The Mercer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147 Mercer Street, New York, NY 10012</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/e5/d9e5310b850846f413a0a5e26bf74aacf5a6fe04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="677.16" OriginalAmount="670.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76159749419" Longitude="-73.975177109241" StarRating="5" HotelCode="18411|69524" HotelName="The Peninsula New York" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>700 Fifth Avenue at 55th Street, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/3c/763cb51fdaae589f9e3ec7204b28ef5400e49438.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location on the corner of Fifth Avenue and 55th Street. It is convenient f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="690.84" OriginalAmount="684.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.765386" Longitude="-73.978957" StarRating="5" HotelCode="298192|park_hyatt_new_york" HotelName="Park Hyatt New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 West 57th Street, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/96/0f969d15f7f1573370150118931baaef1f59769b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="716.09" OriginalAmount="709.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.775266698138" Longitude="-73.963376237692" StarRating="5" HotelCode="9692|the_mark" HotelName="The Mark Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Madison Avenue at 77th Street, New York, New York 10075</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/cb/1bcbdc2b4b367786989ee4b5810ec6c672b26d80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This coveted Upper East Side address is only steps away from Central Park, shops and restaurants. It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="722.15" OriginalAmount="715" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.760989" Longitude="-73.977502" StarRating="5" HotelCode="311587|53269" HotelName="Baccarat Hotel &amp; Residences New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 West 53rd Street, New York, Neew York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/60/d36024fc0914268da7407d2b528855fc1ce59d18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="732.37" OriginalAmount="725.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.761469872114" Longitude="-73.974574290322" StarRating="5" HotelCode="18511|784" HotelName="The St. Regis New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 East 55th Street, at 5th Avenue, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/fa/dffa71dc732b80082d6cf5429ec23f11b71a5809.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a superb location on Park Avenue and 61st Street, just steps away from upscale bout...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="792.86" OriginalAmount="785.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76426441465" Longitude="-73.974050581455" StarRating="5" HotelCode="18421|13021" HotelName="The Plaza - A Fairmont Managed Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fifth Avenue at Central Park South, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/0d/a50d3b3083631d0e4f26c9b475d8440163c5bb95.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the corner of 5th Avenue, just steps from the nearest links to the public t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="845.37" OriginalAmount="837.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.774479593822" Longitude="-73.964011743665" StarRating="5" HotelCode="28331|the_surrey" HotelName="Surrey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 East 76th Street, New York City, New York 10021</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/2b/bc2ba1a21932496886798e0f5f60c1297c4be136.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a quiet tree-lined street in the Yorkville area of the Upper East Side. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="867.59" OriginalAmount="859.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756739777368" Longitude="-73.974014371634" StarRating="4" HotelCode="907108|the_waldorf_astoria_new_york" HotelName="The Waldorf Astoria New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel,City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Massage Centre,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Park Avenue, New York City, New York 10022-6897</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a9/b5/a9b548084b70ad7e6113a54ffa7a918e31a17a35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 1232 rooms. A lobby and a reception are available to guests. Individua...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="883.75" OriginalAmount="875.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.722966" Longitude="-73.997427" StarRating="5" HotelCode="161692|crosby_street_hotel" HotelName="Crosby Street 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>79 Crosby Street, New York, New York 10012</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/d8/5cd8ef1d7dc348d5dce1c42dc35a8fb2d7857730.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="896.88" OriginalAmount="888.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.765798" Longitude="-73.969163" StarRating="5" HotelCode="87057|the_lowell" HotelName="The Lowell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 East 63RD Street, New York, New York 10065</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/05/f7059d8197ac9df64aed345a53ce94bdfa84c2d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="981.22" OriginalAmount="971.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74737456061" Longitude="-73.986268828121" StarRating="3" HotelCode="100332|182857" HotelName="Nyma - The New York Manhattan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 West 32nd Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/0b/430b29e1a10ab577a889a555a6e3921f251cfeab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1075.65" OriginalAmount="1065.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.719937" Longitude="-74.010017" StarRating="5" HotelCode="896939|the_greenwich_hotel" HotelName="The Greenwich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>377 Greenwich Street, New York City, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/ab/7babd2b4d647c7cf9d38dd13150d7d70b04e7ead.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1478.11" OriginalAmount="1463.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.762110469492" Longitude="-73.971467614174" StarRating="5" HotelCode="12640|732655" HotelName="Four Seasons New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 East 57th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/db/3edb2cecd1ec1cca2d3d50c2291011813e5aa64b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Central Heating,Conference Hall,Designated Smoking Area,Fax,Shopping Arcade,Spa,Telephone Service,Lounge,Heated Pool,Massage Centre,Sauna,Swimming Pool,Bicycle Rental,Nightclub,Wheelchair Access,Business Centre,Housekeeping,Meeting Room,Printer,Wake-up Call Service,Jacuzzi,Kitchen,Golf,Diet Meals,24 Hour Power Supply,24 Hour Security,Parking,Garden,24 Hour Front Desk,Concierge,Dry Cleaning,LCD/Projector,Limousine Service,Luggage Storage,Elevator,Coffee Shop,Pets allowed,ATM/Cash Machine,Library,Vending Machine</BasicAmenities>
    <HotelRating>4,3,5,3.5,2,4.5,1.5,2.5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,SELF CATERING</Meals>
    <PropertyType>CITY HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,HOTEL,HISTORIC HOTEL,SPA HOTEL,APARTMENT HOTEL,ECO HOTEL,CONFERENCE HOTEL,HOSTEL,VILLAGE,GUESTHOUSE,CLUB RESORT,APARTHOTEL,AIRPORT HOTEL,GUEST HOUSES,HOSTELS</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7e5b44d4-e722-44a5-b620-2e0000419234|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="7e5b44d4-e722-44a5-b620-2e0000419234">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="38" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-01-05T00:00:00" End="2026-01-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7e5b44d4-e722-44a5-b620-2e0000419234|TravcoSearch|successfull supplier interation||Travco|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7e5b44d4-e722-44a5-b620-2e0000419234|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
7e5b44d4-e722-44a5-b620-2e0000419234|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
7e5b44d4-e722-44a5-b620-2e0000419234|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
7e5b44d4-e722-44a5-b620-2e0000419234|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
7e5b44d4-e722-44a5-b620-2e0000419234|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2025-12-05T05:32:56.6109213+00:00" Version="0" EchoToken="Search" TransactionIdentifier="7e5b44d4-e722-44a5-b620-2e0000419234" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="39.62" OriginalAmount="39.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.278301710271" Longitude="55.309955477715" StarRating="2" HotelCode="31465|1604788" HotelName="San Marco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>POBox 11292, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/7f/3b7f697d4963718778dc527e3ab8e9f33e02a5f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated on Shomali Street in Frij Murar, around 5 km away from the centre o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="40.82" OriginalAmount="40.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.270862557298" Longitude="55.308089" StarRating="1" HotelCode="438067|662709" HotelName="Melody Queen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Nasser Square, Near Al Nasser Mosque, Deira, PO Box 80546, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/05/78058dd11fbafada191a3fcbca8dc47ad7ff8288.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a restaurant and room service. Wireless internet access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.274697941486" Longitude="55.307187147021" StarRating="1" HotelCode="371043|zaineast_hotel" HotelName="Zain East Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="24 Hour Room Service,Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Musallah Road, P.O. Box 171577, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/30/3c30274290f8f4bdb0d49c77bc4dd6ae8ceaa291.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Zaineast Hotel is centrally located in Dubai, walking distance fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.82" OriginalAmount="41.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.268988271748" Longitude="55.313749862774" StarRating="2" HotelCode="409332|31324" HotelName="Royalton Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Near Fish Roundabout opposite Al Maktoum Hospital, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/d3/b0d3d45c61e2ba8a580a69f33d5599fe0c41754a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai city, just 10 minutes away from Dubai International Airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.40" OriginalAmount="42.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.270644871946" Longitude="55.32002615575" StarRating="3" HotelCode="365008|61554" HotelName="Royal Falcon Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Salah Al Din Street, Al Muteena, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/01/370121943584808ac9abb7a778742a5463a2026c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is situated 8 km from the World Trade Center and many shopping centres, business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.43" OriginalAmount="43.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.264651" Longitude="55.318562" StarRating="4" HotelCode="26672|lotus_hotel" HotelName="Lotus Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jazeira street, Al Rigga street, P.O.Box 128455, Al Muraqqabat, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/cb/5dcb6948bc4ef4e0961b21ce96b6e9d683798472.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Al Jazeera Street, between Al Maktoum Street and Al Rigga Street. It is jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.03" OriginalAmount="43.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.272336212746" Longitude="55.313718084656" StarRating="3" HotelCode="933775|921955" HotelName="Phoenix Hotel L.L.C" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nakheel Center, P.O.Box: 39674, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/34/8634429d707e6efa5638e8bfc56f4a4ba4669a92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.44" OriginalAmount="44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.269919" Longitude="55.304945" StarRating="2" HotelCode="70492|62846" HotelName="Rafee" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Nasser Square, P.O.Box 1249, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/6b/f1/6bf1a2475abdfe5ce3d22546391fef6c5a971418.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.44" OriginalAmount="44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.266179094087" Longitude="55.317943096161" StarRating="3" HotelCode="60665|31142" HotelName="Zain International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Road, Near Union Metro, P.O.Box 14936, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/17/be17b843226719a86ba8973e29e943ddb31060a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located only 5 minutes’ drive from the Gold Souq (gold market) and is walking dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.62" OriginalAmount="44.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.261102" Longitude="55.325279" StarRating="2" HotelCode="27571|2574615" HotelName="Eureka Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, P.O. Box 64103, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9f/ef/9fef7aad0437663393198737377379ca6cbe61fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Dubai, just a short drive from prime business and entertainment...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.26955843" Longitude="55.30312218" StarRating="1" HotelCode="521934|mariana_hotel_2" HotelName="Mariana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Road, 109 Street, P.O. Box: 83163, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/96/e79671a4a847c113c2946f0d0760b0b0872bf098.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.50" OriginalAmount="46.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.983048442445" Longitude="55.091127560328" StarRating="1" HotelCode="330368|2882915" HotelName="easyHotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 11/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Street 724, PO Box 17777, Jebel Ali Free Zone Authority (JAFZA), Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/7e/c67ec9ef66b37344a44bd5253b11c64898914580.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located In JAFZA, Jebel Ali, Easy Hotel is within a 15-minute drive from Ibn-Battuta Mall\n\nLocated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.59" OriginalAmount="46.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.27616211" Longitude="55.31037003" StarRating="3" HotelCode="447065|2151925" HotelName="Al Farej Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Fareej Al Murarr Opposite Delhi Restaurant, Near Al Futtaim Mosque, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/28/b3283dc710c86e97b00303fcf9c6da24815464dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.33" OriginalAmount="46.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.260165307468" Longitude="55.324518568122" StarRating="3" HotelCode="371999|31124" HotelName="Nihal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 14914, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/66/75/66758c698999845b733f956c9ccc85c071f07e1d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Al Maktoum Street within a short distance of the Clock Tower in the Deira district of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.43" OriginalAmount="47.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.260915297121" Longitude="55.323833008598" StarRating="3" HotelCode="21508|55614" HotelName="Sun &amp; Sands Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37th Street, Al Rigga Road, Clock Tower, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/b9/f8b993c8b305bb33fb862e67ab91c05cb2dd4577.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Dubai, close to the shopping centre and the famous Clock Tower...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.26445967667" Longitude="55.319020652778" StarRating="4" HotelCode="174867|sun__sands_downtown_dubai" HotelName="Sun &amp; Sands Downtown Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Lounge,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/40/344039365d84ef17525e7eea3802156502f1426a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the district of Deira, situated right by Al Rigga Street, which is lined wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.269106753506" Longitude="55.305659265116" StarRating="1" HotelCode="312720|white_fort_hotel" HotelName="White Fort Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nasser Square, Near Baniyas Metro Station, Deira, Dubai 83163</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/bc/dbbc8e975fda8032114e90d8d1e1e574d7c4c8e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.269033765755" Longitude="55.302022191455" StarRating="1" HotelCode="330047|downtown_hotel__2" HotelName="Downtown Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 18th Street Sabkha Road, Naif, Near Nasser Square, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/12/a712068108f75344efa51ad16b0c44f7dbf922ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.270209574732" Longitude="55.306063008598" StarRating="2" HotelCode="162266|mount_royal_hotel_2" HotelName="Mount Royal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Nasser Square, Near to Baniyas Metro Station, Deira, Dubai 34296</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/89/ff89d078be77b22156c8df329c082c987eb87722.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a commanding central position in Dubai's fashionable Merchant City overlook...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.53" OriginalAmount="49.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.269224143217" Longitude="55.306211896675" StarRating="3" HotelCode="902062|4557415" HotelName="Royal Mark Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nasr Square, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a4/f1a4b2713239202d80c782743e1a537f2261aa03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.28" OriginalAmount="49.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.262325" Longitude="55.289613" StarRating="2" HotelCode="59309|928655" HotelName="New Penninsula Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Laundry,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, Al Souq, P.O. Box 33502, Dubai, Bur Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/5c/485c09ab8c4f35cfe3117463daaf0c919bc11c6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Bur Dubai, this hotel lies along Al Fahidi Street. It is just a short distance to the Wor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.63" OriginalAmount="50.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.263852907432" Longitude="55.325332581997" StarRating="4" HotelCode="13436|30834" HotelName="Excelsior Hotel Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Street, P.O. Box 29499, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/97/86/9786ff43df28ea7de77bdb53f5a7d5ceaff8ed1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upscale hotel is located close to Al Rigga Street in the centre of Dubai. The international con...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.85" OriginalAmount="50.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.271594227532" Longitude="55.303904146627" StarRating="4" HotelCode="547013|2259675" HotelName="Montreal Naif Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>19 6A Street, Naif Road, Near Naif Police Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/f8/99f815135ea4333cdf5a5b340440aa42d802081c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located a short walk from the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.97" OriginalAmount="50.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.272122635571" Longitude="55.315867350368" StarRating="4" HotelCode="162561|2091595" HotelName="Dorus Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Omar-Bin-Khattab Road, Downtown Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/ed/d5ed21de1f9a5f7fcca5acf96ce0bffd80f93e2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a commanding central position of Dubai's Al Ghurair City, near Fish Roundabo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="50.98" OriginalAmount="50.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.269210217067" Longitude="55.305422174193" StarRating="3" HotelCode="364978|1102709" HotelName="Landmark Hotel Baniyas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/55/79559aba0423c4a9ada48af7df7098403a375c3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located amidst Dubai's prime business, banking and shopping areas, the city hotel is 10 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="51.91" OriginalAmount="51.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.27215157" Longitude="55.31142595" StarRating="1" HotelCode="322210|694579" HotelName="Africana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Golf">
        <Address>
          <AddressLines>
            <AddressLine>28 C Street, Fish Roundabout, Deira, PO Box 83954, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/8e/778ed5b204c7e29e16948f3228e6343e29c1717c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a convenient location, perfect to visit city center.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="52.07" OriginalAmount="51.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.260928" Longitude="55.323015" StarRating="3" HotelCode="27572|699984" HotelName="Mayfair Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rigga Al Buteen, P.O. Box 33315, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fc/62/fc6262082ef0bbcadf006029dfd12f3fcaa4d68f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Deira, the main commercial district of Dubai. The Clock Tower, Al Ghurair s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.39" OriginalAmount="51.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.24229990427" Longitude="55.298124851521" StarRating="3" HotelCode="59310|42264" HotelName="Fortune Karama Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Karama, P.O. Box 49185, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f4/45/f445e46192142be20f071f18365a83f3a190bcd4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Karma. Dubai airport lies within easy reach of the hotel. The hotel'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="53.38" OriginalAmount="52.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.264464405192" Longitude="55.319664746033" StarRating="4" HotelCode="364929|1034862" HotelName="Landmark Summit Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34B Street, PO Box 64264, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0e/8f/0e8f84da54119a41790b3fc18c4c31e88b53f9e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along one of Dubai’s liveliest, most exciting streets at the heart of the busin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.61" OriginalAmount="53.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.270571829743" Longitude="55.311719495701" StarRating="2" HotelCode="915621|2384725" HotelName="Grand Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 114045, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/27/0c27d1b891a6cdae21c5e6e61a8e19adad081bf6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, about 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.67" OriginalAmount="53.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.278531" Longitude="55.313779" StarRating="3" HotelCode="178568|651665" HotelName="Fortune Pearl Hotel Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Khattab Road, After Naif Signal and behind Al Baraha, P.O. Box 98661, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/a5/a566beb349c8bf81/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.93" OriginalAmount="53.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.24997" Longitude="55.2819" StarRating="3" HotelCode="901868|121224" HotelName="Smana Hotel Al Raffa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>AL Mina Road, P.O. Box 49789, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/57/c15711234156bde9a59cd7e927bdb892e04fcd5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is near a beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.2718137" Longitude="55.3023581" StarRating="1" HotelCode="312723|al_sabkha_hotel_" HotelName="Al Sabkha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>AL sabkha road, After Sabkha Bus Station, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/2b/682b837dd3238ec178077b548bab6808ab525eff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="54.83" OriginalAmount="54.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.264144481096" Longitude="55.3195853576" StarRating="4" HotelCode="935064|405298" HotelName="New Black Stone Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Street, Behind Commercial Bank Building, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/405298/405298a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.03" OriginalAmount="54.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.274438" Longitude="55.315297" StarRating="3" HotelCode="66871|1039795" HotelName="Fortune Hotel Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al Khattab Road, Deira, Dubai 49185</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/51/f7510f7cd8069fb15de16679b4ff698d9bf4d9f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Dubai, near to Fish Roundabout.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.03" OriginalAmount="54.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.281855" Longitude="55.31511" StarRating="4" HotelCode="175597|490195" HotelName="Hues Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corniche, P.O. Box 5245, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/91/ac91c589dcb009b67e5d1ba2ef53e72042298b5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Corniche Deira, the hotel is 13 km away from Dubai International Airport and 9 km away fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.03" OriginalAmount="54.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.268201436032" Longitude="55.303627951544" StarRating="3" HotelCode="469983|1897435" HotelName="Al Khaleej Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/fc/a3fc339f56ee46c6d4c09402723e1090669b77df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is sitauted on Nasser Square close to Baniyas Street and roughly 10 minutes from Dubai's i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="55.51" OriginalAmount="54.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.91106146" Longitude="55.01355748" StarRating="3" HotelCode="871503|CBE950300" HotelName="Rove At The Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Parks and Resorts, PO Box 119444, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/81ce76c0a54dc81d/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.55" OriginalAmount="55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.27318891777" Longitude="55.319745540619" StarRating="3" HotelCode="59801|201614" HotelName="Dubai Palm" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>P.O.Box 21969, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/64/4b64800e89838a7b4e74118423d5f34f65b0de33.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated 5 minutes from the centre of Dubai. Guests also have easy access to the beach...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.55" OriginalAmount="55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.2596498" Longitude="55.2940774" StarRating="2" HotelCode="55058|9329" HotelName="Rush Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, P.O. Box 44099, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/26/c42618bc6bc0b14feb2e0b223223abb8601d48af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Bur Dubai, in the heart of Dubai's financial district; banks, airline office...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.266645" Longitude="55.315699" StarRating="2" HotelCode="69785|sun_and_sands_plaza_hotel" HotelName="Sun and Sands Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 55808, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/88/2b88203415bb84154aa14c6380976ce0d7e9b740.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Dubai's business and shopping centre, adjacent to the Al Nasse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.53" OriginalAmount="55.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.260462971097" Longitude="55.326613516891" StarRating="4" HotelCode="29424|30594" HotelName="Avari Dubai Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 50400, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d5/d5085cedefc7628d/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated at the heart of Dubai in the district of Deira. In a few minutes wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.56" OriginalAmount="56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.260078520183" Longitude="55.291220247746" StarRating="3" HotelCode="56924|201399" HotelName="Admiral Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, Al Nahdha Street, P.O. Box: 26888, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/5e/3b5ee2b5d64d3bbc9b8a650b5c547dc1da2507c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on Al Nahda Street at the heart of Dubai, close to the commercial, business and shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.56" OriginalAmount="56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.26251387" Longitude="55.29360815" StarRating="0" HotelCode="745583|288288" HotelName="Lumbini Dream Garden Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Near Souk Al kabeer, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/c7/a8c73c2448296feb05aa7884b8a1c258ebffdb81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.260878469057" Longitude="55.322583033344" StarRating="0" HotelCode="57059|delmon_palace_hotel" HotelName="Delmon Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>42 A Street, Al Rigga Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/d6/cfd684e2a2f658cdd20a2328c4d83452adf9d387.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located nearby many interesting places in Dubai, such as Arabian shopping bazaars, cult...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="56.72" OriginalAmount="56.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.251699567942" Longitude="55.295201186946" StarRating="3" HotelCode="12863|91264" HotelName="Golden Sands Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Street, Bur Dubai, Dubai P.O Box 9168</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/dc/47/dc47ac9c10d96579c4e4e740659cfb78bc0a8ad5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated in the central city, this hotel is the largest in Dubai. Premier, serviced apartmen...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.03" OriginalAmount="56.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.275843878152" Longitude="55.315854373016" StarRating="4" HotelCode="163665|130224" HotelName="Fortune Grand Hotel, Deira, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Khattab Road, Naif Junction, P.O. Box 98661, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/47/c7/47c76090bfac86d0b3b207896af1fa2211a457d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is well located, occupying a prime city centre location in the heart of Dubai, close to Ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="57.13" OriginalAmount="56.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.267076976174" Longitude="55.320061711639" StarRating="4" HotelCode="130160|2032364" HotelName="Landmark Hotel Riqqa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al-Jazeera Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/57/5781391a61d396ad/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Riqqa next to Dubai's first shopping centre, Al Ghurair Centre....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.24" OriginalAmount="56.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.26341386199" Longitude="55.313678383827" StarRating="2" HotelCode="68507|31194" HotelName="Panorama Deira Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 181211, Omar Bin Al Khatab Road, Opposite Al Ghurair shopping mall, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f5/6df5d1878c360739c34987c49d64bd28272daa46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the heart of Dubai. Dubai creek is some 2 km away. Many shopping areas and busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.57" OriginalAmount="57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.270014836783" Longitude="55.319002676197" StarRating="3" HotelCode="146075|47047" HotelName="City Star Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/129857/129857a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Dubai. There are a total of 100 accommodation units at City Star. C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.26646034085" Longitude="55.294196860119" StarRating="3" HotelCode="59308|st_george_hotel" HotelName="St. George Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, Dubai Creek, Dubai, Al Ras</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/1a/a41ac40dd9f1a3dbbcf1503f668eec19118d7899.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Benyas Road, which is also known as Creek Road, this hotel lies across from Al Ras public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.74" OriginalAmount="57.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.219755" Longitude="55.323653" StarRating="3" HotelCode="935102|1041038" HotelName="Reflections Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jaddaf 1, P.O. Box: 30531, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/38/385066/385066a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.34" OriginalAmount="57.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.252060453559" Longitude="55.294099964322" StarRating="3" HotelCode="310347|1960185" HotelName="Golden Sands 5 Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Road, Post Box 9168, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/489573/9ff4fcb5425316969ca9db5d0b5b4c65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Deira. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.259254696178" Longitude="55.291703485378" StarRating="4" HotelCode="42786|6474" HotelName="Ascot Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, Bur Dubai, 115160, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/7e/887e916123975be5a9bef557b8d7bd6dfabcce5b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The location of the hotel has made it an ideal base from where guests can explore and work. Built in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.260348496035" Longitude="55.291351583992" StarRating="3" HotelCode="935337|53583" HotelName="Gateway Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Nahdha Street, Khalid Bin Al Waleed Road, Al Souqe Al Kabeer, Bur Dubai, Dubai P.O. Box 125448</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/55/f355c1db1d3cf5316ea484c0a33678f9b6218f81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located in the heart of Dubai. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.252329963376" Longitude="55.296286776252" StarRating="3" HotelCode="915619|46767" HotelName="Xclusive Maples Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 A Street, P.O. Box 126012, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/88/d488a75a6cfd54bd0798b5530dd374da9c4407e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.262706" Longitude="55.322213" StarRating="3" HotelCode="332550|al_sarab_hotel_" HotelName="Al Sarab Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Lounge,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Street, PO Box: 113330, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/a0/98a0abf3fffcb46dd365fe04c03527f7cc73d08d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.269131" Longitude="55.306629" StarRating="3" HotelCode="70470|sandras_inn" HotelName="Sandras Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Near Baniyas Square Metro Station, P.O.Box 5062, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/cf/9dcf20a699b93b6a066dc14fe078b6df0408e305.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.269932" Longitude="55.302952" StarRating="1" HotelCode="312721|grand_sina_hotel" HotelName="Grand Sina Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sabkha Bus Station, Sabkha Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/20/7f2054d30973a95cbab06a90fe4334ac1319b394.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="58.75" OriginalAmount="58.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.262718" Longitude="55.326174" StarRating="4" HotelCode="59001|2405121" HotelName="Avenue Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Road, P.O. Box 182244, Dubai, Deira</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9a/e5/9ae5453d0f505a171f71aeb028a4e03312fe2933.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a deluxe hotel located in Al Rigga Street in the district of Deira, only 100 m away from Al ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.02" OriginalAmount="58.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.008286" Longitude="55.15671" StarRating="3" HotelCode="152741|919835" HotelName="Premier Inn Dubai Investments Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Garden,Golf,Internet,Jacuzzi,Laundry,Restaurant,Shopping Arcade,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Near Green Community, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/1e/621e0d1b4388cc682d524f324b0102c4494fbd69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The business hotel is situated approximately 1 km along on the right between the Green Community and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.44" OriginalAmount="58.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.26163563647" Longitude="55.324184267347" StarRating="3" HotelCode="74091|2502975" HotelName="Sadaf Delmon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Street 36A, Al Riqqa, Deira, Behind Taj Hotel, P.O. Box: 63935, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/d5/f1d56ac0d6de45ac9cc3919c45e212b90841c0a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in Deira, just off Rigga Road and is situated close to the major retail and entert...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.27397" Longitude="55.31901" StarRating="4" HotelCode="14432|marco_polo_hotel" HotelName="Marco Polo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street 27, Dubai, P.O.Box: 25570</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b2/95/b2950f9314530816dbf4a0bec4b7935ecb1a3415.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Al Muteena street, around a 15-minute drive from Dubai airport. The centre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.26942845" Longitude="55.30018142" StarRating="1" HotelCode="649121|maaeen_hotel" HotelName="Maaeen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Street, Near Deira Gold Souq, murshid Souq, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/d1/fad1258f8aa03a73704f7066edd6e1b9aa21d122.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.251503645091" Longitude="55.290795062269" StarRating="1" HotelCode="371239|otel_manhattan_avenue" HotelName="Manhattan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Road, Near Standard Chartered Bank, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/4a/ca4afd1bccad0c6bfc59b773d247e054cb9dea60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.05" OriginalAmount="59.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.09722" Longitude="55.17596" StarRating="4" HotelCode="141394|119022" HotelName="Byblos Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Barsha Heights, P.O.Box 500234, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/02/7d0250af0e12a76e1de6545fbf98879d20196d37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Al Barsha Tecom, this business hotel is just a short distance from the metro station, Dub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.10" OriginalAmount="59.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.260554" Longitude="55.324745" StarRating="3" HotelCode="36293|31154" HotelName="Orchid Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c1/ce/c1ce4d3a682f95cf72273ca907c24772506f9e2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the bell tower in Al Maktoum Street, Deira. It is around 5 km from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.54" OriginalAmount="59.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.253488" Longitude="55.303931" StarRating="4" HotelCode="16882|31254" HotelName="Regent Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Sheikh Khalifa Bin Zayed Street, Opposite Burjuman Shopping Centre, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/b3/05b393ce9b9ff1f668c92e091b24913489af8445.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located along Trade Centre Road in Bur Dubai, this hotel lies directly opposite Burjuman shopping ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.54" OriginalAmount="59.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.258501781256" Longitude="55.322693288326" StarRating="4" HotelCode="152073|1512708" HotelName="Pearl Park Inn Deluxe Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17th Street, Riggat Al Buteen Street, Deira, Dubai 126012</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/215144/a_215144_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Deira, Dubai's bustling business district, this hotel is also strategically ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.54" OriginalAmount="59.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.27415242" Longitude="55.3277168" StarRating="0" HotelCode="957308|2438925" HotelName="City Avenue Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena, Deira, PO Box 83021, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d7/85/d7852715a44943521d211db4fd3c747b40afd8c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.26979425" Longitude="55.31141643" StarRating="0" HotelCode="621924|trans_world_hotel" HotelName="Trans World Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Makhtoum Road</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/23/36/2336c458817790955ff5d1f78d4eb7b8ae4ae62d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.65" OriginalAmount="60.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.248354370056" Longitude="55.296726822853" StarRating="4" HotelCode="119244|1623098" HotelName="Al Manar Grand Hotel Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait street, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/95/7295de7330817ac7c63e2712a7073a0e9296cb73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the renowned Bur Dubai Al Kuwait Street, 1 km away from the Burjuman Centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.64" OriginalAmount="61.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.255346172745" Longitude="55.284962241734" StarRating="4" HotelCode="21507|31364" HotelName="Hotel Sea View" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mina Road, Opposite to Dubai Customs Building, P.O. Box 52700, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/bc/79bcbd251968044611896d776e0e8350bbeee921.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is approximately 4 km from WTC and Burjaman Shopping Mall is just 15 minutes' walk a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.64" OriginalAmount="61.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.115622686047" Longitude="55.193818509579" StarRating="4" HotelCode="263795|925465" HotelName="Donatello Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Barsha 1, Near Mall Of The Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/01/5b/015bdfe8d17885ec16187b77dae8c1428ec29aa3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located on the Sheikh Zayed Road, in Al Barsha, Dubai. Centrally situated, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.19" OriginalAmount="61.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.262615757775" Longitude="55.319941613423" StarRating="4" HotelCode="935401|2370585" HotelName="Landmark Premier Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 80666, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/eb/20eb81d6137e0dacc6cb5cadd117a1d8c8ca6ec1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.56" OriginalAmount="61.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.23711464" Longitude="55.30982997" StarRating="4" HotelCode="752298|2236255" HotelName="Roda Links Al Nasr" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10th Street, Oud Metha, Bur Dubai, P.O. Box 43490, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/26/b6/26b67f014ff342bcfc48cbf60ac9e2cd6547b243.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Dubai, this hotel is ideal.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.263214956902" Longitude="55.320410728455" StarRating="3" HotelCode="21223|versailles_hotel" HotelName="Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15th Street, PO Box 33382, Al Rigga, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a5/3a/a53a6afa0d2575ceae9f9c1d11a5f0f7ad8cbbc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near Al Rigga Street in Deira, about 3 km from the city centre. Guests will re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.265359233596" Longitude="55.316832661629" StarRating="3" HotelCode="42789|comfort_inn_dubai" HotelName="Comfort Inn Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/b0/60b00faea4cce1ade51c7141d200e09d33031842.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.26958" Longitude="55.307562" StarRating="2" HotelCode="900817|phoenicia_hotel_2" HotelName="Phoenicia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Laundry,Massage Centre,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Opp. Baniyas Metro Station, P.O.Box: 4467, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/57/6057f1ffc755ffe89a8490f34efa71044d884001.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre (Nasser Square area), within walking distance from shops and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.74" OriginalAmount="62.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.270737" Longitude="55.322551" StarRating="4" HotelCode="75968|592555" HotelName="Star Metro Deira Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Guesthouse,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, PO Box 184786, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/24/6524f243967e57f1f92a79459a381b2c6ed31c50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Dubai, 100 m from Al Reef Mall. Restaurants, bars, and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.74" OriginalAmount="62.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.25991410888" Longitude="55.294680457672" StarRating="3" HotelCode="93807|728535" HotelName="Dolphin Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Al Waleed Road, P.O. Box 121678, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/1c/091ca667b9be854b316ded135bf7696e3b6cdef1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located in the heart of Bur Dubai, on Khalid Bin Walid Street near the Meena Bazar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.79" OriginalAmount="62.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.263331" Longitude="55.318133" StarRating="3" HotelCode="14183|1865748" HotelName="Lavender Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Jazira Street, 40b Street, PB 2786, Al Rigga, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16457/a_16457_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the shopping district, near the Al Ghurair centre. The river c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="63.01" OriginalAmount="62.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.117218998722" Longitude="55.19515840741" StarRating="4" HotelCode="304562|4669145" HotelName="Signature Hotel Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Jumeirah Beach, Near Mall Of Emirates, Dubai 26261</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/394565/394565a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.40" OriginalAmount="62.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.25164869715" Longitude="55.294992950541" StarRating="3" HotelCode="310346|923015" HotelName="Golden Sands 3 Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Street, Bur Dubai, P.O. Box 9168, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/25/852544b26b88fae31ccb94e6f3d0663ec1772ec3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is set in Dubai. The premises count with 750 welcoming bedrooms. This property doe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.63" OriginalAmount="63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.252439125326" Longitude="55.33562284497" StarRating="4" HotelCode="160523|27240" HotelName="Halo Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Garhoud Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/67/4e6784c3ecb4a4aca73fbb472e4ac4f8d81fbc99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the Deira district known as 'the heart of Dubai', just five minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.27715183817" Longitude="55.314594542328" StarRating="4" HotelCode="57903|fortune_boutique_hotel_2" HotelName="Saffron Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Omar bin al Khattahb Road, D 88, Naif Road Signal, P.O. Box 181757, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/e7/58e7a6404edaaf73f062d10b03ce381e8c7f28f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the commerical district of Dubai. The famous Al Ghurair and Re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.262185453055" Longitude="55.295946870851" StarRating="2" HotelCode="92949|dubai_nova_hotel" HotelName="Dubai Nova Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, Near Dubai Museum, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/a2/d1a22900a34db659a46059d405f30171d400c909.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.269225627753" Longitude="55.306891053915" StarRating="3" HotelCode="160796|landmark_plaza_hotel" HotelName="Landmark Plaza Baniyas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/31/8f31ecd183bd8559be2d8dc4785cf0817965d494.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located at Al Nasser Square, in the heart of Dubai's shopping and commercial area,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.270804574478" Longitude="55.308241457672" StarRating="1" HotelCode="933297|zagy_hotel" HotelName="Zagy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Yousaf Baker Road, Al Nakheel Street, Deira, P.O. Box 32013, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/78/4e787bc413ddcbddb6b8526598cb7a305bd79603.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The range of services and facilities at the hotel ensures a pleasant stay for business guests and ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="63.71" OriginalAmount="63.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.26537873969" Longitude="55.317395210281" StarRating="4" HotelCode="177181|1132034" HotelName="Landmark Grand Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Street, P.O. Box 42222, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/0b/3f0baa84f7bae8300e369a6a763152fd3dcf19fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is approximately 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.10" OriginalAmount="63.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.115483314906" Longitude="55.203811552649" StarRating="3" HotelCode="161006|143596" HotelName="Citymax Hotel Al Barsha At The Mall" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Behind Mall of Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/36/6536e87f84aa7a6e9c9018179ac1212946a9917b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to business districts and the Dubai Metro, this hotel is convenient for business trave...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.21" OriginalAmount="63.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.263811671188" Longitude="55.32684803009" StarRating="4" HotelCode="63753|68554" HotelName="Grand Central Hotel" 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,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Street 24c, PO Box 185722, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/07/f4077b5b4e5f86b65f72d77fc0f176a18c15af5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxurious hotel is located on Deira, a few minutes away from Maktoum Bridge, which links Old and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.40" OriginalAmount="63.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.114543998214" Longitude="55.191516390213" StarRating="3" HotelCode="260535|4668115" HotelName="Pride Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Elevator,Internet,Jacuzzi,Laundry,Luggage Storage,Parking,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Sharaf DG Metro Station, near Mall Of The Emirates, P.O. Box 113601, Al Barsha-1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/e7/f4e7bc84bb19ceb87eeeff4c9e6b74f0a7295774.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Pride Hotel Apartments is conveniently located in the popular Al Barsha area. Featuring a complete l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.94" OriginalAmount="64.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.275027737469" Longitude="55.368112899475" StarRating="4" HotelCode="33281|924745" HotelName="Al Bustan Center &amp; Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Qusais Area, Al Nahda Street, P.O. Box 20107, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/24/a424e78b7117e4dd8a1b8ae9db09c2a85771b56c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.94" OriginalAmount="64.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.249137956035" Longitude="55.28312265873" StarRating="4" HotelCode="387139|4866125" HotelName="The Country Club Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mankool Road, Port Rashid Road, Behind New Gold Souk, Bur Dubai, Dubai PO Box 118094</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/fa/acfa4ba95ace47b90e8a7bbbb28b67c5442808f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is ideally located in the centre in the Bur Dubai area, nestled between the imma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.25896267629" Longitude="55.296933352947" StarRating="3" HotelCode="68873|york_international" HotelName="York International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Khaleed Bin Waleed Road, Dubai P.O.Box 82555</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/3e/d73eb485f1c2bc49645995687dc330590130c519.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Dubai's business district. It is 10 minutes from the city centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.04" OriginalAmount="65.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.270027" Longitude="55.331013" StarRating="4" HotelCode="32310|2583535" HotelName="Ramada Plaza by Wyndham Dubai Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 81877, Beside Abu Baker Al Siddique Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/0c/d20cc48d18af56eef67b5271eae0406ab2042de3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of the city of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.04" OriginalAmount="65.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.280384850661" Longitude="55.35118764418" StarRating="4" HotelCode="98837|233056" HotelName="Al Manar Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hor Al Anz East, Corner 24th Street &amp; 9th Street, P.O. Box: 111695, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/7b/a27b4cfad1064e3c8474fabb01b3c939442937d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Dubai, just a 5-minute drive from both the major shopping centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.04" OriginalAmount="65.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.108951455085" Longitude="55.203616397484" StarRating="4" HotelCode="160818|2608225" HotelName="Ramada by Wyndham Chelsea Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/f2/c7f2da08ce83ce0eb4422a81094d6721d8ddf76e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just off Sheikh Zayed Road, the city hotel is one of the few hotels near the Mall of the Emi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.04" OriginalAmount="65.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.260692376851" Longitude="55.324318474869" StarRating="3.5" HotelCode="260538|2271035" HotelName="Dream City Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Jacuzzi,Kitchen,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Rigga Road, Behind Clock Tower, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/96/82966b0a6f771515c45e469e2aa4e70d504422b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="66.32" OriginalAmount="65.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.270629723175" Longitude="55.321815559525" StarRating="4" HotelCode="38651|1007437" HotelName="Ramada Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, P.O. Box 42222, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/81/108182ffea6a83d67e7ba3cbc696f5ff2403a522.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies close to Dubai Creek and Salah Al Din Metro (just outside the main entrance), providi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.45" OriginalAmount="65.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.267547" Longitude="55.294095" StarRating="3" HotelCode="313388|1073048" HotelName="Hafez Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Golf,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Ahmadiya Street, Near AL Ras Metro Station, Deira, P.O Box 83163, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/70/ce/70ceab3947e55f25dd41ffd10e36b3e79ffadcba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.48" OriginalAmount="65.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.242998034919" Longitude="55.358927279762" StarRating="3" HotelCode="152740|920325" HotelName="Premier Inn Dubai International Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/f6/2af6f831d4672382d6b6f03e8eb6e86981c5eb51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.11269883558" Longitude="55.190126897233" StarRating="4" HotelCode="42919|25955" HotelName="Golden Tulip Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Next to Sharaf DG Metro Station, Al Barsha 1, P.O. Box 125962, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/14/20/142016a9ae3b0e874e9e818f7da5008162ce5d2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Al Barsha, the newest development in Dubai on the edges of the Sheikh Zayee...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.66" OriginalAmount="66.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.2585041" Longitude="55.3005273" StarRating="4" HotelCode="623302|al_khoory_inn" HotelName="Al Khoory Inn Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>17th Street, Bur Dubai, PO Box 6237, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/77/8577f153b4c4b5e96bfb09e8d562754822b7c226.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.80" OriginalAmount="66.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.259715140987" Longitude="55.326024647157" StarRating="4" HotelCode="17013|31064" HotelName="Golden Tulip Nihal Palace Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40c Street, Al Rigga, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/a1/a189fb3894db50b1/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Al Maktoum Street, this hotel is close to Clock Tower, Creek Golf and Yacht Club, Dubai C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.82" OriginalAmount="66.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.271084" Longitude="55.329999" StarRating="5" HotelCode="136624|1910365" HotelName="AVANI Deira Dubai Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner Abu Baker Al Siddique and Sallahudin Road, P.O. Box 234344, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/23/a2/23a23d8fda19eedb2b4edaa349221dabd4cd775f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Due to the fact that the hotel is located in the heart of Dubai's historic and most culturally diver...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.14" OriginalAmount="66.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.257398399072" Longitude="55.289197" StarRating="3" HotelCode="28896|904905" HotelName="Savoy Central Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rolla Road, P.O. Box 49519, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/c2/b8c2a9459b66024b035b2bb28a08fe0670e86252.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the central district of Bur Dubai, this aparthotel is just a few minutes' walk from major...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.14" OriginalAmount="66.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.253692914039" Longitude="55.296243022181" StarRating="3" HotelCode="317297|230996" HotelName="Savoy Park Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 B Street, 317 Community, Al Mankhool, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/0a/0a0aa05df627e3ee271987fc1be26145a0e59a8d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the centre of the commercial hub of Bur Dubai. It is within eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.254800002954" Longitude="55.299642384052" StarRating="4" HotelCode="65601|25102" HotelName="Savoy Crest Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10b Street, Al Mankhool, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/b9/79b9748e95116c164155ae13e90b8b145cf868b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located just off Bank Street. It is within walking distance of the prestigio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.87" OriginalAmount="67.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.174519748482" Longitude="55.419859977048" StarRating="3" HotelCode="421757|1595258" HotelName="ibis Styles Dragon Mart Dubai Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Awir Road E44 on Hatta Road, P.O. Box 68278, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/74/bb74814da06a0823452c608af6df727d6f9c023f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.15" OriginalAmount="67.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.250809427503" Longitude="55.291957855225" StarRating="3" HotelCode="165581|141584" HotelName="Citymax Hotel Bur Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street, Mankhool Road, Al Mankhool, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/8b/198b9a1cfa1d4c7842d183505276b04c54e2bb04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of Dubai. Its setting is especially ideal for business tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="68.31" OriginalAmount="67.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.242484" Longitude="55.359686" StarRating="2" HotelCode="161349|132592" HotelName="Holiday Inn Express Dubai Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Dubai International Airport Terminal 3, P.O. Box 35257, Umm Ramool, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6e/31/6e3132cec2116103e8f88839b2b958da031ac038.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located opposite Dubai International Airport's Terminal 3. It is just a short walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="68.36" OriginalAmount="67.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.282650724145" Longitude="55.316512690807" StarRating="3" HotelCode="199613|288366" HotelName="Sun And Sands Sea View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Road, Near Al Baraha Hospital, PO Box 93499, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/eb/c1eb49a4964443383ace417a09eb7d4bf8d3812e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.254827129207" Longitude="55.335194317791" StarRating="4" HotelCode="57905|23012" HotelName="Al Jawhara Gardens Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Port Saeed Street, P.O. Box 121711, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/b9/45b929d1f60f3cb7386a315b06080b79f286e532.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies at the heart of the city of Dubai, just behind the famous city centre shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.223829262994" Longitude="55.284850956432" StarRating="5" HotelCode="186644|dubai_trade_centre_hotel_apartments" HotelName="The Apartments Dubai World Trade Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 9229, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/3d/5a3df8895c3120a606264f9cb970bda0a0c2c1ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant luxury hotel is located in Dubai City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.35" OriginalAmount="68.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.254909464039" Longitude="55.291912786411" StarRating="4" HotelCode="570584|2159275" HotelName="Omega Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>17-19d Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/604121/604121a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.260009386675" Longitude="55.285390466452" StarRating="3" HotelCode="57904|howard_johnson_hotel_bur_dubai" HotelName="Howard Johnson Bur Dubai" 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,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Street, Bur Dubai, Dubai PO Box 30329</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/af/2eaff31864021efb17772b141966b485fb28d937.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on the Khalid Waleed Road opposite the Rashid Harbour. The international...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.266084" Longitude="55.325649" StarRating="4" HotelCode="26364|coral_deira_hotel" HotelName="Coral Dubai Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muraqqabat Street, P.O. Box 82999, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/85/ba/85ba2b814bcb381a502b1ccc15b6c41739ba9112.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The conference hotel lies on Muraqqabat Street in Deira and is about 10 minutes from the internation...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.74" OriginalAmount="69.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.22158984" Longitude="55.33163223" StarRating="3" HotelCode="810431|2330615" HotelName="Premier Inn Dubai Al Jaddaf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Culture Village, Al Jaddaf, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/32/32ba8b5024039ce5/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, about 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="69.78" OriginalAmount="69.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.24294395151" Longitude="55.275583947314" StarRating="4" HotelCode="119228|CAS191700" HotelName="Mercure Gold Hotel Al Mina Road Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, P.O. Box 66431, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/34/82347914c204d50ef34968e1f906e1e2f948ce42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The contemporary hotel is centrally located on Al Mina Road, in close proximity to Sheikh Zayed Road...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.32" OriginalAmount="69.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.256394" Longitude="55.303356" StarRating="3" HotelCode="93391|446035" HotelName="Capital O 167 Moon Valley Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Near Burjuman Metro Station, Al Hamriya, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/3b/333b984056e5deef1f9eff5779df74ed140dc047.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is situated in the centre of Dubai, 3 km away from the museums and 9 km from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.24" OriginalAmount="70.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.046477" Longitude="55.119075" StarRating="3" HotelCode="493578|1968615" HotelName="Premier Inn Dubai Ibn Battuta Mall Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Laundry,Lounge,Massage Centre,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ibn Battuta Mall, Sheikh Zayad Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/43/7d43a31c0affd7321b03ad1263139eca10e21137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dubai, this hotel is ideal for business travellers as well as families. Ther...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.55" OriginalAmount="70.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.253613760481" Longitude="55.297740697861" StarRating="4" HotelCode="99436|2290115" HotelName="Savoy Suites Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Community 317, Street 12A, P.O. Box 28950, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2e/8a/2e8a52f950496c2dabd5e78b5632bb9a2d441843.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai's business and commercial hub, Bur Dubai. It provides gu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.55" OriginalAmount="70.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.232684044202" Longitude="55.315207203705" StarRating="3.5" HotelCode="170752|924135" HotelName="TIME Dunes Hotel Apartments Oud Metha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Street, P.O.Box 127773, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/ed/86ed46dc9e65445417cac8e489c1af87f3a71dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at Oud Metha, opposite the American hospital and Dubai Healthcare City. The cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.25707038" Longitude="55.28998453" StarRating="4" HotelCode="834318|379959" HotelName="Jacob's Garden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Rolla Street 316, Raffa, Burdubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/ba/2fbad1c26417af2dbd967d42b2e2cb8f89a1ca5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.274755644537" Longitude="55.327639093254" StarRating="4" HotelCode="17493|sheraton_deira_hotel_dubai" HotelName="Grand Excelsior Hotel Deira" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street, P.O. Box: 5772, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ae/f7/aef7e6328b9db0460f0a3b0e7f9a726cff855baa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel lies on Al Mateena road in the district of Deira just 5 km from the centre of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.15" OriginalAmount="71.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.267860484791" Longitude="55.304746896525" StarRating="4" HotelCode="531372|1968625" HotelName="Best Western Plus Pearl Creek Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Massage Centre,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, P.O. Box 83163, Deira Creek, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/3c/1a3c16725ac3c5c1155a86281016e0b62e6581e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai. Its setting is especially ideal for business travellers...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.25" OriginalAmount="71.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.270412021452" Longitude="55.380416568123" StarRating="4" HotelCode="904082|143146" HotelName="TIME Grand Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damascus Street, P.O. Box 237844, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/dc/99/dc99348973633d34607c820e5e2f10a790ab5e7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Damascus Road in the heart of the Al Qusais business and commercial dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.72" OriginalAmount="72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.250882205129" Longitude="55.292306542397" StarRating="4" HotelCode="57062|15498" HotelName="Grand Excelsior Hotel Bur Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Road, Al Mankhool Area, Bur Dubai 121545, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/8d/ee8d5961ccf3fba1ec5e159ebd7a7a841b79210f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, modern hotel is located at the heart of Bur Dubai, a first-class residential district....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.256638777184" Longitude="55.293119251728" StarRating="3" HotelCode="37485|imperial_suites_hotel" HotelName="Imperial Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rolla Street, Al Raffa, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/6b/976b8d903e83177293c2c7cce7d9e606f0e0d5b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on Rolla Street, close to Khalid Bin Walid Street and approximately 5 km from the ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.249573" Longitude="55.294656" StarRating="4" HotelCode="155206|westzone_plaza_hotel_apartments" HotelName="Sapphire Plaza Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/33/213304024e5f4a3b481095d8d074f964ee542c02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai, about 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="73.32" OriginalAmount="72.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.26180678619" Longitude="55.31964545105" StarRating="5" HotelCode="59220|6807" HotelName="Carlton Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Street, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/ef/f6efaf67d45c70d1cec982fd9ce8e18179fbf241.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on the prestigious Al Maktoum Street close to Jumeirah Beach at the hea...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.253969008086" Longitude="55.335921965573" StarRating="4" HotelCode="70417|rihab_rotana_dubai" HotelName="J5 Hotels - Port Saeed" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Garhoud Road, PO Box 33871, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/33/8133c4eeffd4b0cf5def75b67215b11d6514de9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Deira City Centre shopping centre is located in the immediate vicinity of the hotel. The World T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.273242278198" Longitude="55.30185520649" StarRating="2" HotelCode="66874|queens_3" HotelName="Queen's Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Road, Dira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/82/d0/82d088c4f9c92e8f41abccd977c44cf81b591191.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dubai, in the Deira district, the hotel is close to the Gold Souk and Spice ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.11579071" Longitude="55.19690453" StarRating="4" HotelCode="879517|tulip_al_barsha_hotel_apartment" HotelName="Tulip Al Barsha Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Barsha 1, Beside Mall of the Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/79/56/7956035f9d405ff069e72b2685e321f20f7f91e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.12" OriginalAmount="73.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.256551" Longitude="55.29809" StarRating="4" HotelCode="308099|1254448" HotelName="Orchid Vue Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1a Street Bur Dubai, P.O. Box 185170, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5d/9a/5d9a30dd94f17bcec27df542118a2d6210cb5777.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.50" OriginalAmount="73.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.265026921701" Longitude="55.322154164314" StarRating="4" HotelCode="55033|59249" HotelName="Flora Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Street, Dubai 120328</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/e7/9be7ebfb25f1c2a11ee0e2ed8132d4067d71f85e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel lies in Deira, parallel to the Al Riqqa Road, close to the business and commerci...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.220564125965" Longitude="55.328028202057" StarRating="3" HotelCode="58748|7922" HotelName="Arabian Park Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jadaf Street, PO Box 122382, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/01/790129f60fbbaacd99083600b53c5a2b095c67fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated, the hotel is a short drive from Dubai International Airport, while also offering q...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.257063" Longitude="55.292874" StarRating="4" HotelCode="99400|rolla_residence_apartment_hotel_2" HotelName="Rolla Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Rolla Road, Near Al-Khaleej Centre and Al Fahidi Metro Station, P.O. Box: 29490, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/51/c55178b08e897db9cef03e60a96d9ecba2cad3f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.271295553075" Longitude="55.307428813492" StarRating="2" HotelCode="934452|mark_inn_hotel_deira" HotelName="Mark Inn Hotel Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Metro Station, Behind Khansaheb Parking, Maktoum Hospital Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/90/7390adef423f8ab80603a25c77c0046f7c54f209.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.85" OriginalAmount="74.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.264336" Longitude="55.326673" StarRating="4" HotelCode="33650|133264" HotelName="J5 Rimal" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Murraqabat Street, P.O. Box 27070, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/45/fa452aa2dfd589d2af94b345313c28c570ee9834.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of the city of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.92" OriginalAmount="74.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.240536601879" Longitude="55.273160720238" StarRating="3" HotelCode="320173|1517218" HotelName="ibis Styles Dubai Jumeira Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, 2nd December Street, Jumeira 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/99/f099709dd02878fadfe341a3d15ce3c3774c5c44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfect for both corporate and leisure travellers, thanks to its prime location and eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.02" OriginalAmount="74.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.114409261513" Longitude="55.202254843015" StarRating="3" HotelCode="882889|2358165" HotelName="Citymax Hotel Al Barsha" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Plot 3731298, Al Barsha Road, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/d2/03d2d336db31ae6eabf5b68d63649e65d2e0a737.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="75.73" OriginalAmount="74.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.25924094122" Longitude="55.291182007336" StarRating="4" HotelCode="141395|3639313" HotelName="Royal Ascot Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Village" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, P.O. Box 115160, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a2/d8/a2d8a18292fab486cff0b836bcad793755c5aee6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre and is situated in the main shopping and business district B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.67" OriginalAmount="75.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.26198721" Longitude="55.28139078" StarRating="4" HotelCode="410024|2251775" HotelName="Queen Elizabeth 2" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mina Rashid, P.O. Box 6769, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/14/6a14ce027f68c78073b39b1724dbe51f0e4b45f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The friendly staff at the guest services desk are happy to answer any questions. Services and facili...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.235299770465" Longitude="55.279484932541" StarRating="3" HotelCode="36292|chelsea_plaza_hotel_dubai" HotelName="Chelsea Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Nightclub,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2nd December Street 237, Satwa, P.O. Box 24621, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/37/7a3768739ba03e648970e751652e0e2262849e00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of the city of Dubai, near the International Exhibition Centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.241945" Longitude="55.275043" StarRating="4" HotelCode="11422|capitol_hotel" HotelName="Capitol Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al-Mina Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/41/7341a22d66f1778f3c1553281a3e67cba2848be8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 5-minute drive from the Dubai World Trade Center and Jumeirah Beach Park, while Dubai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.252909" Longitude="55.309435" StarRating="4" HotelCode="141981|holiday_inn_bur_dubai__embassy_district" HotelName="Holiday Inn Bur Dubai - Embassy District" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Hamriya, Khaleed Bin Waleed 20th Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/36/a8360c44ddc7a555921f90f44dddcfc5eeb56ed5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the heart of Dubai, within walking distance of the BurJuman shopping centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.77" OriginalAmount="76.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.112701027925" Longitude="55.193241834641" StarRating="4" HotelCode="899400|397495" HotelName="Al Khoory Hotel Apartments, Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Barsha, P.O. Box 6237, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f9/73f9fffc1ce76087849ac11406957edde99e4371.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the Al Barsha district, the hub of new Dubai, the hotel is just 500 m from the Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="76.86" OriginalAmount="76.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.11341" Longitude="55.20185" StarRating="4" HotelCode="573741|623423" HotelName="MENA Plaza Hotel Albarsha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Street 13, P.O. Box 282464, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/623423/623423a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.05" OriginalAmount="76.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.048335678205" Longitude="55.130761285344" StarRating="4" HotelCode="103986|924035" HotelName="Chelsea Gardens Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Discovery Gardens, P.O. Box 124169, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/3b/453b1f09f798b6aada4c2d88570e48b1f6a8aef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.05" OriginalAmount="76.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.11152527495" Longitude="55.203422390213" StarRating="4" HotelCode="176180|631365" HotelName="Grand Excelsior Hotel Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al-Barsha 1, Near Mall Of The Emirates, Dubai 214343</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f3/f7/f3f7421422c6b3a836d044d40c1421024df9e78a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.05" OriginalAmount="76.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.04219866" Longitude="55.22196038" StarRating="4" HotelCode="322200|1524848" HotelName="Treppan Hotel &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Kitchen,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Sports City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/c8/2cc8be9362bd990627ed1321afa39c1a8ac45a39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.05" OriginalAmount="76.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.0378918" Longitude="55.18439" StarRating="4" HotelCode="749071|2320425" HotelName="Occidental Dubai Production City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IMPZ.B. 19, Dubai Production City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/870261/p_870261_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Dubai, this hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.37" OriginalAmount="76.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.116302857621" Longitude="55.195640982803" StarRating="2" HotelCode="103470|104941" HotelName="ibis Dubai Mall of the Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2A Street, P.O.Box 283825, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/5b/d65b0f0b72af73643e0e7d2fdeede20e5296ade8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Mall of the Emirates, the largest mall in Dubai, is right on the hotel's doorstep. Moreover, Gol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.65" OriginalAmount="76.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.248822398456" Longitude="55.312304751424" StarRating="4" HotelCode="401487|66614" HotelName="Ramee Royal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Al Waleed Road, Bur Dubai, Dubai 26816</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/4c/3a4cbdee8ce7953928da36b1aa95fb6d51ccf1ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Dubai, near Al Maktum Bridge in Al Karama, this hotel offers easy access to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.77" OriginalAmount="77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.253774" Longitude="55.299499" StarRating="3" HotelCode="57916|506763" HotelName="Pearl Residence Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 A Street, Off Khaleed Bin Waled Street - Bank Street, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/11/115837/115837a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a convenient location in Dubai, United Arab Emirates, with many commercial and shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.25568" Longitude="55.301689" StarRating="4" HotelCode="305119|raviz_center_point_hotel" HotelName="Raviz Center Point" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Al Waleed Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/b0/f5b01a1166ebf0bb563a7683b285d7c52c11f541.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.261039" Longitude="55.322288" StarRating="3" HotelCode="326376|broadway_hotel_6" HotelName="Broadway Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rigga Al-Buteen Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/1c/441c542e38dd10d423b806e546847fdbfdb3a493.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the Deira district of the city, a major business area, and is just a 1...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.40" OriginalAmount="77.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.222843136298" Longitude="55.285739439061" StarRating="3" HotelCode="318973|1604428" HotelName="ibis One Central" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Trade Centre District, P.O.Box 9914, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/bc/e4bcc56fed48daed51032dadccfb3189e9d86235.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, approximately 15.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="78.67" OriginalAmount="77.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.272242669692" Longitude="55.380907648696" StarRating="3" HotelCode="639431|625723" HotelName="Hampton by Hilton Dubai Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Damascus Street, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/6a/7e6aacf7f3061630cad072a83c639ac8495d7960.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.25" OriginalAmount="78.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.261335497494" Longitude="55.32542582209" StarRating="2" HotelCode="299525|1715808" HotelName="Saffron Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, 34c Street 63, Behind ADCB Bank, Dubai 127286</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/ca/ffca3c2d34fa5b9d8104785542304c775cbc66a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, about 15 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.04317883" Longitude="55.25088065" StarRating="4" HotelCode="856292|studio_one_hotel" HotelName="Studio One Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Studio city, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/67/d367a6eae5ee65ade72cdd4f29c75b39633869e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.867133782509" Longitude="55.14689134736" StarRating="3" HotelCode="618721|aloft_dubai_south" HotelName="Aloft Dubai South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Business Centre,Designated Smoking Area,Dining,Fax,Internet,Lounge,Meeting Room,Printer,Restaurant,Room Service,Smoking Rooms,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 712778, Aviation City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/27/6f27cd4baf9c511cbf2a5a3e259af3fd03532ece.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in Dubai. The total number of rooms is 145. Both wired and wireless c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.04" OriginalAmount="79.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.23157461304" Longitude="55.270680708446" StarRating="3" HotelCode="263794|922465" HotelName="Al Khoory Executive Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Wasl Road, P.O. Box 6237, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/ea/97ea5ac8addd3171f90973f8624f517b786f83dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="80.35" OriginalAmount="79.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.22236309" Longitude="55.33188152" StarRating="4" HotelCode="757242|CBE206100" HotelName="Hilton Garden Inn Dubai Al Jadaf Culture Village" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="24 Hour Security,Air Conditioning,Currency Exchange,Dining,Fax,Laundry,Meeting Room,Parking,Printer,Room Service,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plot 3261450, Al Jadaf, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/bd/2abddf30f59fe61f902da7e61b81b7661fdb0d7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The new 4- star Hilton Garden Inn Dubai Al Jadaf Culture Village hotel, perfectly situated between D...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="80.56" OriginalAmount="79.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.25203" Longitude="55.29263" StarRating="4" HotelCode="387635|94295" HotelName="Four Points by Sheraton Downtown Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mankhool Road, 4C Street, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/58/bc588db490dee081e755c104469d535e366e7bef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel stands seven storeys tall on Mankhool Street, right in the heart of the bustling city of D...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.256068711634" Longitude="55.326083600522" StarRating="4" HotelCode="387048|tulip_creek_hotel_apartment_2" HotelName="Tulip Creek Hotel Apartments" 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,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed, Opposite Business Village, Near Clock Tower, Dubai, Deira</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2e/b2/2eb2cf3c16e3d4806c0977ce3cfaddb5563a3357.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a 5-minute walk from the city centre shopping mall, 10 minutes' drive fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.122682" Longitude="55.374368" StarRating="3" HotelCode="152742|premier_inn_dubai_silicon_oasis_2" HotelName="Premier Inn Dubai Silicon Oasis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Sheikh Mohammed bin Zayed Road (E311), Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/af/a6afe76863db988f52028eac916e5599e7e8de49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests have easy access to their storeys via the lift or stairs. Amenities include a safe. Wireless ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.037968099861" Longitude="55.19718620791" StarRating="4" HotelCode="614386|aloft_meaisam_dubai" HotelName="Aloft Me'aisam, Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Production City, P.O. Box 485085, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/0c/8c0ca282ef3fc8a8b860dcf0bc6eb84915c35a1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in Dubai. For business travellers as well as families, it pr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.23316423" Longitude="55.32089902" StarRating="4" HotelCode="951190|402565" HotelName="Novotel Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Healthcare City, Umm Hurair 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/65/3f65c2dae5ae3f4578bfe82bb072f6593334ca39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.266931032274" Longitude="55.380969643593" StarRating="3" HotelCode="56926|fortune_plaza_hotel" HotelName="Fortune Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Nahda Road, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/29/95293958d1a316e02736138e9dca798f4088d27d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located just a few minutes away from the airport, Dubai Expo, Al Mulla shopping c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.2688683" Longitude="55.30330193" StarRating="1" HotelCode="562115|victoria_hotel_74" HotelName="Victoria Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Road Community 115, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/65/7965ef9c0a91ab93d853563b48b67e32d1cd9519.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a safe, a café and a transfe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.95" OriginalAmount="81.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.104389" Longitude="55.166133" StarRating="2" HotelCode="70872|73124" HotelName="Holiday Inn Express Dubai - Internet City" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Knowledge Village, P.O. Box 282647, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/93263/a_93263_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of a major business district in Dubai, incorporating Knowledge Vil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.52" OriginalAmount="81.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.273567" Longitude="55.381388" StarRating="4" HotelCode="31296|84776" HotelName="Dubai Grand Hotel By Fortune" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damascus Street, P.O. Box 34150, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/c2/d6c2720b983bfde00990b00b692ea74149f468a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in Al Ghusais, close to Terminal 2 of Dubaï Airport, the Dubaï World Tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.53" OriginalAmount="81.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.265218546919" Longitude="55.321252942085" StarRating="3" HotelCode="161166|126934" HotelName="ibis Dubai Al Rigga" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, PO Box 186878, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/01/92015947d62b425362dee69a3c809b4a7f1fb538.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the historic part of Dubai, next to the Creek and Al Ghurair Mall, the hotel is only 300 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.53" OriginalAmount="81.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.074865105404" Longitude="55.145336970569" StarRating="4" HotelCode="936774|1244848" HotelName="Armada BlueBay Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Armada Towers, Jumeirah Lakes Towers, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5a/3a/5a3a5731938a7077c1e4154de66cb975bf5f08e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.56" OriginalAmount="81.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.109534855178" Longitude="55.202957857637" StarRating="3" HotelCode="100073|89688" HotelName="Grandeur Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23rd Street, Behind the Mall of Emirates, P.O.Box: 282429, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/cb/17cbc347cacd10cd5cc472ce79bb7c7b15594194.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the Al Barsha area, less than 2 minutes away from the Mall of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.56" OriginalAmount="81.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.253987236156" Longitude="55.329377101333" StarRating="4" HotelCode="176607|1017148" HotelName="Somewhere Apartment Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 113562, Port Saeed, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/24/2f244a436d1752067d293a24ed4c73db65a8d96c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated close to some of the city's major attractions. The popular city c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.262404779153" Longitude="55.29760658741" StarRating="4" HotelCode="38016|14958" HotelName="Arabian Courtyard Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, Al Seef Area, Bur Dubai, Opposite to Dubai Museum, P.O.Box 46500, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/08/5a/085a59a65431de1f5b1ef6b5cfb36f6daaa9df15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies at heart of Dubai on the well-known Meena Bazaar in Bur Dubai. The Dubai Museum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.259009" Longitude="55.288926" StarRating="3" HotelCode="364976|32599" HotelName="Panorama Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 773, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8e/8e5787866a316eac/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel's location in the heart of the city provides guests with easy access to the World Tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.263005" Longitude="55.297566" StarRating="2" HotelCode="299506|201562" HotelName="Sun City International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, 6 Kms. from Dubai International Airport, Near Dubai Museum, Near Meena Bazaar, Bur Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/6c/e06c83d02b6d6a83f4cace6fd88f9b7098e4f416.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is close to the old souk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.116721473688" Longitude="55.19563902533" StarRating="4" HotelCode="66534|285194" HotelName="MENA Aparthotel Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4a Street, next to mall of the Emirates, P.O. Box 282464, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/405925/405925a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="83.42" OriginalAmount="82.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.256159205757" Longitude="55.311869076058" StarRating="3.5" HotelCode="655968|628398" HotelName="Zabeel House MINI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Seef, Dubai Creek, PO Box 35449, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.59" OriginalAmount="82.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.108330303592" Longitude="55.178515599861" StarRating="4" HotelCode="166078|444505" HotelName="Fraser Suites Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sidra Tower, Sheikh Zayed Road, PO Box 502306, Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/35/ca/35cab7bc9016756ac8dbb6a5edb0a2dee9b82c5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located on Sheikh Zayed Road, on the edge of Internet City and Media City, this aparthotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.27195808" Longitude="55.31547036" StarRating="1" HotelCode="371145|burj_nahar_hotel" HotelName="Burj Nahar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Road Street 30, Al Nakhal Street 89, Behind Al Maktoum Hospital, Naif, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/2d/752da80fb651231a1d315726b5e9790da0b44413.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1-star Burj Nahar Hotel offers comfort and convenience whether you're on business or holiday in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.257539" Longitude="55.2995" StarRating="4" HotelCode="31297|four_points_by_sheraton_bur_dubai" HotelName="Four Points by Sheraton Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Walid Street, P.O. Box 33196, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/dd/eedd773634fb772eb8de89b9d81aaf27b86925b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming, modern hotel offers a stunning central location on Khalid Bin Walid in Bur Dubaï. A w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.25352947468" Longitude="55.293257320508" StarRating="4" HotelCode="59922|majestic_hotel_tower_3" HotelName="Majestic City Retreat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mankhool Road, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/25/1625348338ede9a5fa180cd882bc213c7151d157.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of downtown Dubai in the Bur Dubai area. It is near to key busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="83.94" OriginalAmount="83.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.098963896148" Longitude="55.173275823418" StarRating="4" HotelCode="440708|472781" HotelName="dusitD2 Kenz Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 71162, Barsha Heights, Near Internet City Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/b6/c5b6ff14cfaf22df86aa6c00ae76c7c6569d0491.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="84.46" OriginalAmount="83.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.096590517641" Longitude="55.174014421402" StarRating="4" HotelCode="450351|266083" HotelName="Signature 1 Hotel Barsha Heights - TECOM" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Thanayah 1, Barsha Heights (Tecom), Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f2fe76843448fd7/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 10 km from the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.47" OriginalAmount="83.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.269777185602" Longitude="55.325091024808" StarRating="5" HotelCode="144106|275975" HotelName="Asiana Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/3d/dc3dcbc8704b22dca09012f24c04cc145fea776b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.231964287383" Longitude="55.285562846558" StarRating="3" HotelCode="547026|591298" HotelName="Rove Trade Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2nd December Street, Al Jafiliya, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/56/02/56027157b17d0baea8ce82f21510c23ec2e68513.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai. Its setting is especially ideal for business trav...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.2048493" Longitude="55.2707828" StarRating="0" HotelCode="469999|deema_hotel" HotelName="Deema Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Road, Opposite Palm Deira Metro Station, Near Hyatt Regency, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/6d/786de5a6460afc233cde31690353a577bc4f21fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="84.96" OriginalAmount="84.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.289885886158" Longitude="55.35428433475" StarRating="5" HotelCode="213695|190955" HotelName="Mövenpick Hotel Apartments Al Mamzar Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner Cairo Road and 46th Street, Al Mamzar, Dubai 92114</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/b2/b3b2b275023d712ecf9b3ef1a82cd710b7d472c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.29" OriginalAmount="85.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.247956510226" Longitude="55.337917506695" StarRating="4" HotelCode="93395|98109" HotelName="Le Meridien Fairway" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,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,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Garhoud Road, PO Box 36400, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/42/42f31fccbc017de0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated within close proximity of the enchanting Dubai Creek and provides guests with ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.49" OriginalAmount="85.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.098227711811" Longitude="55.17641633749" StarRating="4" HotelCode="908945|141744" HotelName="Ramee Rose Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha South, TECOM, P.O. Box 26816, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ba/2c/ba2c1b210d95248849920d6409ed89338e62802e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.2354" Longitude="55.30822" StarRating="4" HotelCode="142991|arcadia_hotel_apartments" HotelName="Arcadia Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Nightclub,Restaurant,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha, Opposite the Lamcy Plaza Shopping Mall, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/0a/ef0aa92dca329a5701029e1d85dd77b63ead865f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Prominently located in the heart of modern Bur Dubai, this deluxe aparthotel is situated right oppos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.260271" Longitude="55.318578" StarRating="5" HotelCode="409635|samaya_hotel_deira" HotelName="Samaya Hotel Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Riggat Al Buteen, Deira, P.O. Box 88449, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/a3/5fa38090a68bf34d720e7ddb2a36e4490d40d7f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury city hotel is located just 9 km from Dubai International Financial Centre, traditional s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.11" OriginalAmount="86.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.22283533238" Longitude="55.285807549954" StarRating="2" HotelCode="37443|30854" HotelName="ibis World Trade Centre Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 9544, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/9f/209f9b0841bbc95c506cd68000b032d0d32fec66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is directly linked to the Dubai International Convention and Exhibition Centre, the bigges...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.14" OriginalAmount="86.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.270588781271" Longitude="55.32701164484" StarRating="5" HotelCode="32629|31264" HotelName="Crowne Plaza Dubai Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, Deira, Dubai 8668</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/22/68/2268e079bea07262aebda4ac2e810a2bbd3ab9b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located in the business and shopping district of Dubai, on Al Din Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.84" OriginalAmount="86.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.22285771" Longitude="55.33458232" StarRating="4" HotelCode="702474|2221935" HotelName="FORM Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jadaf Street, P.O. Box 384694, Culture Village, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/61/9561e0f6c55d4c11905da0c836aa04273984a307.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.10119829" Longitude="55.17297843" StarRating="4" HotelCode="970908|37047" HotelName="Mercure Hotel Apartments Dubai Barsha Heights" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 500300, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://www.hotelbeds.com/giata/22/228647/228647a_hb_r_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.113050756267" Longitude="55.195140838623" StarRating="3" HotelCode="160299|centro_barsha" HotelName="Centro Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 329, PO Box 115060, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/ab/5aab4196dfde7d2191d90fc5890bd7ef75d7a975.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located close to the business districts of Media City and Internet City an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.252704057461" Longitude="55.335833430408" StarRating="4" HotelCode="522966|royal_continental_hotel_2" HotelName="Royal Continental Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Rashid Road, Opposite Deira City Center, PO Box 182166, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d0/56/d056dab1d849c2e6322ea47af288767bae84c3c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="87.93" OriginalAmount="87.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.25612833348" Longitude="55.311924257454" StarRating="3.5" HotelCode="660770|CBO055100" HotelName="Zabeel House Al Seef" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Seef, Dubai Creek, PO Box 35449, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/d8/84d8748f132ac11f2b02c2ddc11e18fc4c526d66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.06" OriginalAmount="87.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.113768310843" Longitude="55.200149467963" StarRating="5" HotelCode="178473|838245" HotelName="Elite Byblos Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Barsha 1, Behind Mall of the Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/91/915c0979305c55dd/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of 'New Dubai', the Auris Plaza, within a 5-minute walk of the Mal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.06" OriginalAmount="87.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.211272017644" Longitude="55.27412044373" StarRating="4" HotelCode="317014|1467118" HotelName="Emirates Grand Hotel Apartments" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Trade Center 1, PO Box 116957, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/aa/0f/aa0f2286feaeed2a2a44342a3854649506d0f68e.WEBP</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.25" OriginalAmount="87.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.11122739" Longitude="55.19591985" StarRating="4" HotelCode="475958|1907885" HotelName="Al Khoory Atrium Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O.Box 6237, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/51/1e518e4af008dcb34adf49ce53fde76a5e29f1f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.247778" Longitude="55.278398" StarRating="4" HotelCode="319694|hilton_garden_inn_dubai_al_mina" HotelName="Hilton Garden Inn Dubai Al Mina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, Port Rashid district, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/68/9b68e880bf85e41a2c0d3f0a5fe43149dbfefa9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, approximately 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.244911869" Longitude="55.2989128232" StarRating="2.5" HotelCode="178564|president_hotel" HotelName="President Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Trade Centre Road, P.O. Box 28756, Karama, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/75/32751248027ca44127a02ce7dab107bdb3f35281.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.259518" Longitude="55.322921" StarRating="4" HotelCode="42788|moscow_hotel_2" HotelName="New Moscow Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Street, P.0.Box 119911, Deira-Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/68/bb68e913d8ec607eadf728c99e9f75dcf4088236.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Dubai’s business, banking and shopping centre, Deira, close to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.15" OriginalAmount="88.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.253920962037" Longitude="55.33253053373" StarRating="3" HotelCode="76174|86449" HotelName="ibis Dubai Deira City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8th Street, Port Saeed District, Opposite Deira City Centre Mall, P.O. Box 185310, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/0a/180a690a9f3ef3627069072dd0c048683f5f1c84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.16" OriginalAmount="88.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.09453703" Longitude="55.17727016" StarRating="4" HotelCode="427536|1615958" HotelName="Auris Inn Al Muhanna Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Fosool Street, Tecom, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/8e/018e594ec9a696b5659b2707e8f7c32a9abec0d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="89.61" OriginalAmount="88.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.188798669097" Longitude="55.255153813492" StarRating="2" HotelCode="76172|1519461" HotelName="Holiday Inn Express Dubai Safa Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Wasl Road, Al Wasl District, P.O. Box 71136, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/95/7e/957e044aaf682a72b2bba77ce28b88689ed201a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is situated in the heart of a major business district in Dubai, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.89" OriginalAmount="89.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.264918" Longitude="55.329805" StarRating="4" HotelCode="319695|hilton_garden_inn_dubai_al_muraqabat" HotelName="Hilton Garden Inn Dubai Al Muraqabat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Baker Al Siddique Road, P.O. Box 50698, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/39/ee396d59b0d70ed5f1f6e33f120fa84d200a38b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.26" OriginalAmount="89.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.254558765007" Longitude="55.32778002943" StarRating="4" HotelCode="409633|81144" HotelName="Copthorne Hotel Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed, Deira, P.O. Box 119311, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/a3/b0a338f972c3264267ff511953b43ba153c41f60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the city, this hotel lies opposite the Deira City Center shopping centre. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.40" OriginalAmount="89.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.234132539839" Longitude="55.314431495701" StarRating="3" HotelCode="516595|1980495" HotelName="Rove Healthcare City" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Laundry,Lounge,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>19th Street, PO Box 119444, Oud Metha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3c/33/3c33953dd24cffe70d93dda5770a68b45590cc36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect, this hotel is located in the heart of Dubai. The nearest shops can be reached within about ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.47" OriginalAmount="89.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.25291414" Longitude="55.29666776" StarRating="4" HotelCode="951179|2393305" HotelName="Grayton Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12A Street, PO Box 7, Al Mankhool, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/95/f89521935036cdfbb27a5aafa23e6f00c239270c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.63" OriginalAmount="89.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.242852" Longitude="55.271732" StarRating="2" HotelCode="888112|93610" HotelName="Holiday Inn Express Dubai - Jumeirah" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Road, P.O. Box 71256, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/41/c1/41c18f6120c90c4dd07b2451ac9c4fe201c9f853.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a convenient base for business and leisure travellers alike, with easy access to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.254164974661" Longitude="55.332021783173" StarRating="4" HotelCode="169385|city_seasons_suites" HotelName="Pearl City Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8th Street, Port Saeed District, Newa Deira City Center, P.O. Box: 83163, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/zz/d2ad84c37a5bb47f57e9a19b9f04afde4c7d26c1.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a convenient location. It lies is in close proximity to the Dubai Internation...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.262795" Longitude="55.316687" StarRating="4" HotelCode="33282|al_khaleej_palace_hotel" HotelName="Al Khaleej Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Road, P.O. Box 3720, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/6f/776f9247947441957e4ae9326e0b11898be20404.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern 10-storey hotel is centrally located on the Al Makoum Road in Deira, not far from the sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.91" OriginalAmount="90.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.2705018" Longitude="55.31533867" StarRating="4" HotelCode="670547|2392815" HotelName="Hyatt Place Dubai Wasl District" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Wasl District, P.O. Box 128851, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/f5/f8f565d8c76e89ef606fb2f619166feaac3d5cb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.69" OriginalAmount="90.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.26731912758" Longitude="55.306586623192" StarRating="4" HotelCode="31295|31284" HotelName="Riviera Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/20/3f/203f92cd32c1754f88a0399fb8e73db46ecffe97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on Baniya Street, only a few a minutes away from Murshid Bazaar, the Gold and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.72" OriginalAmount="90.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.06977461" Longitude="55.24312031" StarRating="4" HotelCode="856383|2344175" HotelName="The S Hotel Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>South Umm Suqeim Road, Al Barsha, Dubai Science Park, PO Box 66756, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/6b/df6b709e64792f1eb90fda2225e76fbca9d45b02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.11362044" Longitude="55.19344834" StarRating="3" HotelCode="962298|405433" HotelName="Hampton By Hilton Dubai Al Barsha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1 Street, Al Barsha 1 District, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/23/8223d2ae30f0c06c4ed08b3d9b059e0b0abc33ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.254240444883" Longitude="55.301247411045" StarRating="3" HotelCode="95367|rose_garden_hotel_apartments_bur_dubai" HotelName="Rose Garden Hotel Apartments Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Behind Burjuman Shopping Mall, Citi Bank, Burjuman Metro Station, Bur Dubai, Dubai P.O. Box 45113</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/c4/edc46ad1755bb28f4208dd2266d6768efc39e7d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A stone’s throw away from Burjuman Shopping Centre, this city hotel is strategically located in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.255670877069" Longitude="55.336010456085" StarRating="4" HotelCode="42787|city_seasons_hotel_dubai" HotelName="City Seasons Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Road, Port Saeed, P.O. Box 182002, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/3c/ef3c2b16d31b415d3f1b881e51190426cdff60d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Airport Road, near the Toyota Showroom and just after the DNATA sign. It li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.02" OriginalAmount="91.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.24792739848" Longitude="55.345317721367" StarRating="5" HotelCode="19574|1980815" HotelName="Mövenpick Dubai Grand Al Bustan" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Spa Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Casablanca Road, Al Garhoud, Dubai Airport, P.O. Box 30880, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/ed/daed30cc9b8f3efab54733cc7b510f8e6ea789a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Casablanca Road in the Al Garhoud district, just 5 minutes from Dubai Inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.47" OriginalAmount="91.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.102223064463" Longitude="55.178507302816" StarRating="4" HotelCode="326621|1525358" HotelName="Atana Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Conference Hall,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Hessa Street, P.O. Box 500555, Al Thanyah 1, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f4/de/f4de6bc9cd923f559fa91407527f74215e3ccdef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.47" OriginalAmount="91.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.18264188" Longitude="55.27471949" StarRating="4" HotelCode="763047|2291475" HotelName="Gulf Court Hotel Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, P.O. Box 32300, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c7/fc/c7fc7861951b08f83d598086e0bf2f88ad420e1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.79" OriginalAmount="91.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.25281852" Longitude="55.30261608" StarRating="4" HotelCode="440207|1895805" HotelName="City Seasons Towers" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Khalifa Bin Zayed Road, Mankhool, Next to Burjuman Mall, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/4e/694e4dfe33c51d877fa17557aee10c1f9544dba4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.06" OriginalAmount="93.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.27686822" Longitude="55.34995547" StarRating="3" HotelCode="850564|2292325" HotelName="Studio M Arabian Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Ittihad Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/643837/643837a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.26182394" Longitude="55.29039537" StarRating="0" HotelCode="447068|al_raein_hotel_apartments" HotelName="Al Raein Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Riff Road, Bur Dubai, Dubai P.O.Box:294217</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/da/86da2a4272a2e2ea1c0254a6d1ee3b4ba487e251.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.06" OriginalAmount="94.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.26288" Longitude="55.32785" StarRating="4" HotelCode="294782|992495" HotelName="Hyatt Place Dubai Al Rigga" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box  33178, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/66/663a7bd74198e666/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="95.29" OriginalAmount="94.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.194471329546" Longitude="55.26163816452" StarRating="4" HotelCode="70418|121056" HotelName="Villa Rotana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 118737, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/1f/081f5ab0e2b892c3f342c731426718b87c342092.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the business hub of Dubai, next to the Dubai International Financial...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.90" OriginalAmount="94.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.08927687018" Longitude="55.379289974205" StarRating="4" HotelCode="244308|924165" HotelName="Abidos Hotel Apartment, Dubailand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubailand Residence Area, P.O. Box 232808, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/28/288191/288191a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.2729900287" Longitude="55.317130386829" StarRating="3" HotelCode="93130|icon_hotel_apartments" HotelName="Icon Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street, P.O. Box 34047, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/63/2d639b52b0809af9ac2715a1be44a36f6a11f59a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.248383" Longitude="55.34383" StarRating="4" HotelCode="42928|millennium_dubai_airport" HotelName="Millennium Airport Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Airport Road, Casablanca Street, Al Garhoud, PO Box 13018</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c7/20/c7201f397b5a2d1cabddc69560186cd08adc13bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Al Jazeera Street, between Al Maktoum Street and Al Rigga Street. It is just...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.87" OriginalAmount="95.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.2557296" Longitude="55.332585" StarRating="3" HotelCode="497110|1941125" HotelName="Rove City Centre" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24th Street, 19th B Street, Port Saeed, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/15/52/1552acfcccb42221b6dd49fcd17d437a6a114aef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.113917856759" Longitude="55.192825457672" StarRating="3.5" HotelCode="99404|rose_garden_hotel_apartments_barsha" HotelName="Rose Garden Hotel Apartments Al Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 45113, Near Mall of the Emirates, Very close to Sharaf DG Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/ba/82ba13b6afa87e14487e2912fa3dd4fd95a4315e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.253571" Longitude="55.332856" StarRating="4" HotelCode="103268|novotel_deira_city_centre" HotelName="Novotel Dubai Deira City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8th Street, Front of Deira City Centre Mall, Port Saeed District, P.O. Box 185310, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/47/1e4737bc4c72af1fe94511c9157d53abddf454f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a prime location, at the heart of the historic part of Dubai, in front of the City Centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.264843" Longitude="55.31106" StarRating="4" HotelCode="258530|radisson_blu_hotel_dubai_deira_creek" HotelName="Radisson Blu Hotel Dubai Deira Creek" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>476 Bani Yas Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/1e/e61e606dc8d529cc3b2acede4c483820ad9776bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Deira, a short drive from the Gold Souk and many main shopping centres. Al G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.2816383" Longitude="55.34791607" StarRating="4" HotelCode="531435|telal_hotel_apartments" HotelName="Telal Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 20 Street, Abu Hai, P.O. Box 33324, Hor Al Anz, Behind Deira Main Post Office, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/63/79631e0669483f3df9ffa243ef391d57206fe9f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this apartment hotel is located approximately 10 minutes by car fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.19" OriginalAmount="96.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.270259234213" Longitude="55.304149828207" StarRating="2" HotelCode="260534|935725" HotelName="Florida Al Souq Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Near Al Sabkha Bus Station, Deira, Dubai 128774</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/1e/361e4ba4391d8f6737f95e2ba8b3076e59855f95.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the main business and shopping area of the city, Al Baniyas distric, close p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.65" OriginalAmount="96.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.112519294245" Longitude="55.189019272491" StarRating="4" HotelCode="212682|929195" HotelName="Novotel Dubai Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road Barsha 1, Opposite Sharaf DG Metro Station, Dubai 450011</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0f/6d/0f6d558f2730dd4f246a9fc1e112d19313086582.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this urban hotel is about 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.96" OriginalAmount="96.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="0" HotelCode="882888|2611245" HotelName="Citymax Hotel Business Bay" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Al Tejari 2 Street, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/99/88992f55510c89f799b1c45e2959478c86608249.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.97" OriginalAmount="97.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.262735" Longitude="55.294741" StarRating="3" HotelCode="187431|astoria_hotel_5" HotelName="Astoria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, P.O.Box: 457, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/second2/1389672911/7e7dfceb9043c866aebb4aac1a855143.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.97" OriginalAmount="97.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.262521" Longitude="55.295472" StarRating="3" HotelCode="187437|ambassador_hotel_dubai" HotelName="Ambassador Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Al Falah Street, P.O.Box 3226, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/58/0f584e9d1fb041688fe18a0b3deded601172c246.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="99.86" OriginalAmount="98.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.133857791384" Longitude="55.212146043777" StarRating="4" HotelCode="58972|484321" HotelName="Metropolitan Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Exit 41, Al Thanya Steet, P.O. BOX 31588, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a0/47/a047f7cdc9976c91c40fc3c46e6cbd29412606a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This vibrant hotel occupies one of Dubai’s most central and sought-after location alongside the Shei...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.99" OriginalAmount="99.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.046800856456" Longitude="55.182122904785" StarRating="5" HotelCode="934443|ghaya_grand_hotel" HotelName="Ghaya Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fay Road, Sports City, Near Meaisem City Center, Dubai 392360</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/49/5d/495df30d36e76db990b9c2168f816e2aef0e7e7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is about 15 km from the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.12" OriginalAmount="99.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.113475" Longitude="55.191621" StarRating="4" HotelCode="162271|129574" HotelName="Cassells Al Barsha Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 114400, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/cf/cf28918ce439cdcc4098793feae33084/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 20 km from the centre of Dubai. The Palm Jumeirah is 4 km away from the hotel and less ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.23" OriginalAmount="99.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.240406630431" Longitude="55.275290608406" StarRating="5" HotelCode="169208|281595" HotelName="Ramada by Wyndham Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, P.O. Box 121122, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/16/08/1608540437882c0d097bfc32cc3d5b3e882ddb6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this urban hotel is about 4.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.95" OriginalAmount="99.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.220079" Longitude="55.280183" StarRating="5" HotelCode="18419|30674" HotelName="Crowne Plaza Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Al Nahyan Road, P. O. 23215, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/66/2d665fbe62faa09b072dbce589e0442948e367a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located on the fashionable Sheikh Zayed Street, in the heart of Dubai City. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.13" OriginalAmount="100.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.248650944602" Longitude="55.296366736293" StarRating="3" HotelCode="187241|131614" HotelName="Baity Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Road, PO BOX 124052</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/52/7e52ec55eeeb1dc8b3dbb471bf98b9056072b65d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.17" OriginalAmount="100.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.1010522" Longitude="55.17296148" StarRating="4" HotelCode="970907|609101" HotelName="Mercure Dubai Barsha Heights Hotel Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 500300, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/19000000/18740000/18732100/18732016/9306264d_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.27" OriginalAmount="100.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.113090565553" Longitude="55.204252058861" StarRating="4" HotelCode="166772|397515" HotelName="Abidos Hotel Apartment - Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 450605, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/137514/137514a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.27" OriginalAmount="100.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.193115" Longitude="55.26292" StarRating="4" HotelCode="200086|906615" HotelName="City Premiere Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 115439, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/08/d7/08d7b33be4efe1beb739a2f948b9fbc505953aba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="101.76" OriginalAmount="100.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.22205443" Longitude="55.35801137" StarRating="4" HotelCode="566143|86567205" HotelName="Holiday Inn Dubai Festival City" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Massage Centre,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Gateway Avenue, Festival City, P O Box 410909, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/67/ba671d0f5db19c11cdc896d2ab349e84f327113d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.10" OriginalAmount="101.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.259969" Longitude="55.318259" StarRating="5" HotelCode="13319|9487" HotelName="Hilton Dubai Creek" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beniyas Road, P.O.Box: 33398, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/13990/a_13990_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located beside the Dubai Creek. It is about 5 km from the city centre, only minutes fr...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="102.58" OriginalAmount="101.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.263895" Longitude="55.305116" StarRating="4" HotelCode="749148|CBO055000" HotelName="Al Seef Heritage Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Designated Smoking Area,Internet,Parking,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Seef, Dubai Creek, PO Box 35449, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/fe/27fe670dc436cded56de713a238012ab08e9dae3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel can be found in Jumeirah. There are a total of 200 bedrooms on the premises. Al Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.87" OriginalAmount="101.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.101142641594" Longitude="55.173054525131" StarRating="4" HotelCode="207414|922515" HotelName="Mercure Dubai Barsha Heights Hotel Suites &amp; Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 500300, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/295686/a_295686_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="103.86" OriginalAmount="102.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.069541793427" Longitude="55.133090426326" StarRating="4.5" HotelCode="936775|4037914" HotelName="Jannah Place Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nasaq Street, Marina Promenade, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/1a/361ab21e762c8f419945e2b167126aa44e9b6d29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Dubai Marina, few minutes away from the Dubai Marina Mall and 20 minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.52" OriginalAmount="103.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.116431" Longitude="55.196068" StarRating="3" HotelCode="140884|104831" HotelName="Novotel Suites Dubai Mall of the Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2A Street, P.O. Box 283825, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/2f/212f82de0a4f8dbd5bb2dffbe3ac529e40d0eb46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the World Trade Centre and Jebel Ali, and is ideal for business and le...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.249628371973" Longitude="55.286048440475" StarRating="4" HotelCode="93283|arabian_dreams_hotel_apartment" HotelName="Arabian Dreams Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Street 24C, Community 316, P.O. Box 31993, Al Raffa, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/a3/c9a3f9ca338ddf2a90943f9f1d6f5f3b146a2633.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.08" OriginalAmount="104.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.237242916673" Longitude="55.274322330951" StarRating="4" HotelCode="258976|30894" HotelName="Jumeira Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2nd December Street, PO Box 33640, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a2/3ca29dbd8b35f3b67bf52193cc27065db637b92d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Satwa on Al Difayah Street. Restaurants and street cafés as well as shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.43" OriginalAmount="104.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.221121" Longitude="55.329139" StarRating="4" HotelCode="60844|458275" HotelName="Park Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jadaf Street, Dubai 122382</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/03/3603e1da1df96f517ec641afdaa515a20b62e668.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is just a few minutes from the business and financial districts of Sheikh Zayed Road....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.19" OriginalAmount="105.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.099745408931" Longitude="55.178775894512" StarRating="4" HotelCode="212011|2264035" HotelName="Golden Tulip Media Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tecom, P.O. Box 502682, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b8/cc/b8ccb1528a5990e4ff60a0134df7ee1f0ce535da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.95" OriginalAmount="105.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.11425746" Longitude="55.19080682" StarRating="4" HotelCode="571265|2178525" HotelName="Rose Park Hotel - Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Sharaf DG Metro Station, Al Barsha 1, Sheikh Zayed Road, P.O. Box 45113, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/03/61039827ecae63670475cf639676642301d198d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Dubai, this hotel is ideal for business travellers as well as families...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.26" OriginalAmount="106.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.113650718119" Longitude="55.190920898147" StarRating="3" HotelCode="98732|872075" HotelName="Al Barsha Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, P.O. Box 125707, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/10/101656/101656a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located across from the Metro, this hotel connects to the city. The Mall of Emirates and Ski Dubai a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.97" OriginalAmount="106.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.005871549925" Longitude="55.155129140875" StarRating="4" HotelCode="511837|1971945" HotelName="Fortune Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Investments Park, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/17/6d1755cab4550027f398e7e9c9e641e0d7e6164a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the midst of the bustling ambiance that surrounds the Dubai Investment Parks...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="108.00" OriginalAmount="106.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.099755518104" Longitude="55.179519653321" StarRating="5" HotelCode="76176|1575324" HotelName="Media Rotana" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hessa Street, Barsha Heights, P.O. Box 503030, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/69/a5699ffba9abb0ac1e3e393e4c316ad170d14ae8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Dubai's new business hub. It is just 10 km from Dubai Internati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.248667" Longitude="55.297791" StarRating="3" HotelCode="151562|welcome_hotel_apartments_1" HotelName="Welcome Hotel Apartment 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Kitchen,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Area, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/37/b137c0dbe78807767755c1ac5b3071e6307e2e10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.23" OriginalAmount="107.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.209282100693" Longitude="55.274752551712" StarRating="4" HotelCode="284347|992835" HotelName="Carlton Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 7143, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/09/c6/09c69b32a52d93f82f1c929f87c23a2d17e32230.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="108.50" OriginalAmount="107.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.096761612504" Longitude="55.172552100375" StarRating="4" HotelCode="141915|1879312" HotelName="TIME Oak Hotel &amp; Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Barsha Heights, P.O. Box 283634, Tecom, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/26/07/26072e1afbedb976c3b0c908303564ae980e1f61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Al Barsha area, close to the Mall of the Emirates and opposite Media Cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.094295406228" Longitude="55.177025186508" StarRating="4" HotelCode="173243|gulf_oasis_hotel_apartments" HotelName="Gulf Oasis Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Al-Barsha, Tecom C Area, PO Box 31272, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/1e/de1e9e8ca10850066dd8ed184835c20ad4d8603e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.64" OriginalAmount="108.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="0" HotelCode="978200|2563615" HotelName="Occidental Al Jaddaf" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>326 Al Khail Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/98/62/986203f7fc621d5bfaf6e1a153742027e7f91923.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.03" OriginalAmount="108.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.251135" Longitude="55.332604" StarRating="5" HotelCode="28897|31414" HotelName="Pullman Dubai Creek City Centre Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, Next to Deira City Centre, P.O. Box 61871, Port Saeed, Deira, Dubai, Emirate of Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/6e/6e2223c879b5bd4d/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located amidst excellent shopping and convention centres and nearby a wor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.07" OriginalAmount="108.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.249443625976" Longitude="55.301557481289" StarRating="5" HotelCode="165292|139414" HotelName="Park Regis Kris Kin Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Khalifah Bin Zayed Street, PO Box 8264, Opposite Burjuman Centre, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4d/48/4d48547c7179bfc3e65cc3b4f5ba04b585868c1c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in the heart of Dubai's central commercial and financial district. It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.07" OriginalAmount="108.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.212473754552" Longitude="55.276988915285" StarRating="4" HotelCode="632046|2230145" HotelName="Gevora Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 2260, Trade Centre Area, Next to Al Attar Tower, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f5/9e/f59e1d6920e280c35f9fa326991742b1b3443bf3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed in the lobby, where they will find a reception desk with check-out service. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.07" OriginalAmount="108.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.271598" Longitude="55.313293" StarRating="2" HotelCode="900231|2606065" HotelName="Gulf Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Beauty Salon,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Yousef Baker Road, Behind Al Maktoom Hospital, Deira, Dubai 88767</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/326391/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Yousef Baker road close to fish round about and Al Maktoum hospital 5 minutes walk to the city cente...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.34" OriginalAmount="109.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.047230961233" Longitude="55.24289757264" StarRating="4" HotelCode="566649|2199545" HotelName="Park Inn by Radisson Dubai Motor City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Turin Boulevard Road, First Avenue Mall &amp; Hotel, Dubai Motor City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/ac/28acc507ded4fdb2e1dbacfed0576cb33ddce22e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.109277" Longitude="55.203112" StarRating="3.5" HotelCode="199603|35605" HotelName="Marmara Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, PO Box 63907, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/6f22406eee97f0a1/26/26b19ffaa9ae3bf0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.114435139972" Longitude="55.201484771828" StarRating="3" HotelCode="297079|ivory_grand_hotel_apartments" HotelName="Ivory Grand Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Behind Mall of the Emirates, Al Barsha, PO Box 391977, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/2a/ac2ab440430cbe7f6c4b47a16209367ccd96f438.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="113.98" OriginalAmount="112.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.116010067609" Longitude="55.196376067084" StarRating="4" HotelCode="348056|CAY216700" HotelName="Hilton Garden Inn Dubai Mall Of The Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22nd Street, P.O. Box 393971, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/10/05105af5a8ccdc3a8590207c7768340a20562801.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.097865796238" Longitude="55.174589753151" StarRating="4" HotelCode="906845|29589" HotelName="First Central Hotel Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tecom, Al Barsha 3, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/f1/35f18093d12aa0d06b92f278571e8e48030d02fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 524 rooms. Amenities include a safe. Wireless internet access is avai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.274296718191" Longitude="55.307573196365" StarRating="1" HotelCode="313392|west_hotel_4" HotelName="West Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Golf,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Naif Road, Diera, PO Box 1039, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ab/bdab45d5a3ad7b57a9534568e51031ca5bbb0329.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.47" OriginalAmount="113.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.199056" Longitude="55.265769" StarRating="4" HotelCode="804919|2329275" HotelName="LEVA Hotel, Mazaya Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 340 647, Mazaya Centre, Sheikh Zayed Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e9/57/e957d1cab42e8f82ff05c53a71bfd44dc8d8b685.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.58" OriginalAmount="113.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.252884" Longitude="55.285528" StarRating="5" HotelCode="171302|615835" HotelName="The Canvas Hotel Dubai MGallery By Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 Kuwait Street, Port Rashid, 116656 Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/be/88be87b8708a18034a25efe810d5bcf72f6a6417.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the traditional Bur Dubai, the hotel is surrounded by the most attractive pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.80" OriginalAmount="113.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="4" HotelCode="870501|2417005" HotelName="Millennium Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Kitchen,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/44/2f4412c401f9354701bd9b44600dfdc175d68b4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="115.61" OriginalAmount="114.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.234161613232" Longitude="55.311741828918" StarRating="5" HotelCode="29048|56315" HotelName="Mövenpick Hotel &amp; Apartments Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19th Street, Oud Metha Area, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/41/41914cab73472857/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the centre of the city of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.15" OriginalAmount="115" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.269395683068" Longitude="55.316653733097" StarRating="5" HotelCode="908936|32858" HotelName="Swissôtel Al Ghurair" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al Kattab Road, Near Fish Roundabout, P.O. Box 185051, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/c6/5fc6dbda1303981c233fbbbdf2a487f7534662f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.24" OriginalAmount="115.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.25091795" Longitude="55.33197351" StarRating="4" HotelCode="642040|2272525" HotelName="Aloft City Centre Deira, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, PO Box 22533, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5751089</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.96" OriginalAmount="115.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.19391511102" Longitude="55.28919881275" StarRating="4" HotelCode="168132|148506" HotelName="Millennium Central Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Asayel Street, Business Bay, Downtown, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9b/9baf790352d95eec/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This contemporary hotel at the heart of Dubai is located minutes away from Dubai Mall along with the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.272738" Longitude="55.309333" StarRating="3" HotelCode="103481|225823" HotelName="Golden Square Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Road, Middle of Naser Square and Naif Park, Deira, Dubai, PO Box 83966</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d3/d3a51f9a6990b784/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Dubai, about 20 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="118.22" OriginalAmount="117.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.10243699148" Longitude="55.172410915344" StarRating="4" HotelCode="61419|CAS190000" HotelName="Two Seasons Hotel &amp; Apartments" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 502222, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3a/a4/3aa4e0e9a8fdcc3a0db669b94e591aada1f350d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.037227443066" Longitude="55.196863813492" StarRating="4" HotelCode="630087|element_meaisam_dubai" HotelName="Element Me'aisam Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Production City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/de/1ede6669a53a1036e770b06dd62fc8e05c7f848a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. Dubai (DXB) Airport is 33 km away, and it is 57 km and 112...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.099476" Longitude="55.173055" StarRating="4" HotelCode="200089|auris_metro_central_hotel_apartments" HotelName="Citadines Metro Central Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Barsha Heights, PO Box 502400, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/cd/6dcd83c5ded54572eac29743666528cfe8d4bd82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.20" OriginalAmount="120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.120302536526" Longitude="55.199089050293" StarRating="3.5" HotelCode="900270|la_villa_najd_hotel_apartments_3" HotelName="La Villa Najd Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Shaikh Zayed Road, Al Barsha 1, Behind Mall of Emirates, P.O. Box 214671, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/a8/0ea88d88fac269c7bf18a9c2a76ed1279a9d1e5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city apartment hotel enjoys an ideal location, just 2 minutes' walk from the Mall of The Emirat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.98" OriginalAmount="121.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.221122" Longitude="55.282086" StarRating="4" HotelCode="37772|31134" HotelName="Novotel World Trade Centre Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Saa'da Street, P.O. Box 9622, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/48/85485d9df6fe79b716896a8545ca5a0e1b1ee28c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a part of the Dubai International Convention and Exhibition Centre complex. It is situa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.251801" Longitude="55.333254" StarRating="5" HotelCode="935934|30023" HotelName="Pullman Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Deira City Centre, P.O. Box 61871, Baniyas Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/cb/f0cb92c804eba9471e36a09d00b9e3c521486d8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.28" OriginalAmount="122.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.080772994856" Longitude="55.368830635582" StarRating="5" HotelCode="542136|2061645" HotelName="Al Habtoor Polo Resort &amp; Club" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Wadi Al Safa 5, Emirates Road 611, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8e/8ebc4c91423ec21e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Dubai. For sports enthusiasts and active holidaymakers, it pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.15" OriginalAmount="122.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.235704803145" Longitude="55.306459711639" StarRating="4" HotelCode="260532|925595" HotelName="Al Waleed Palace Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Road, Opposite Lamcy Plaza Shopping Centre, Bur Dubai, P.O. Box: 120242, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/46/4686df3428a388d6/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located within Dubai's new residential and business zone. It lies adjacent t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.273576785748" Longitude="55.303815987766" StarRating="1" HotelCode="312719|rahab_hotel" HotelName="Rahab Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Naif Area, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/ee/dcee2d630a3daa0d968176e3e3c56fabb1175da6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.264457236039" Longitude="55.322459953373" StarRating="2" HotelCode="103464|ramee_guestline_hotel_2" HotelName="Ramee Guestline Hotel Al Rigga" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, Next To Al Rigga Metro Station, PO Box 26816, Deira</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/51/9651dc664410c74eb2bbd6a8af519de2e9f27015.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.55" OriginalAmount="124.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.097472874945" Longitude="55.174829203705" StarRating="4" HotelCode="545853|2127865" HotelName="TRYP by Wyndham Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Golf,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Saef 1 Street, Barsha Heights, Dubai, P.O. Box 215373</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/e7/79e7fc408274499547f66082ac09dd9cee31b77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.25" OriginalAmount="125.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.26917" Longitude="55.305959" StarRating="3" HotelCode="70471|flora_hotel_apartments" HotelName="Florida City Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Near Baniyas Square Metro Station, Deira, Dubai 49530</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/cc/f1cc83d9dd1a480de939b47796d48b21ef6d504c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is superbly located at Baniyas Square in Deira, close to an array of shopping c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="126.53" OriginalAmount="125.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.214143370767" Longitude="55.276175737381" StarRating="4" HotelCode="387637|91256" HotelName="Four Points by Sheraton Sheikh Zayed Road, Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 116162, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e9/62/e96257c05719ec0e1ced53bf6cdc9c771a1692e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a great location near the Financial and Exhibition Centre, and Dubai's old souqs an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="126.79" OriginalAmount="125.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.223849596761" Longitude="55.349164009094" StarRating="5" HotelCode="70491|1797532" HotelName="Crowne Plaza Dubai - Festival City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Festival City, P.O.Box 45777, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/70/87/70879bb2da4b5cbf140577f2f2e4fa357d73aafc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the banks of the Dubai Creek. It is directly connected with the Festival Wat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.81" OriginalAmount="125.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.250355435127" Longitude="55.298728108675" StarRating="4" HotelCode="310348|923025" HotelName="Golden Sands 10 Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Currency Exchange,Fax,Internet,Kitchen,Laundry,Library,Lounge,Restaurant,Sauna,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Street, Bur Dubai, P.O. Box 9168, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/95/39959583b42af0ad5f987bc988e76cf124ec007f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Golden Sands, Dubai's premier Hotel Apartments, is part of Al Moosa Enterprises, established in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.81" OriginalAmount="125.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.07112" Longitude="55.134968" StarRating="4" HotelCode="906024|353355" HotelName="Marina Byblos Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marina Yacht Club Street, Dubai P.O. Box 123233</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1c/10/1c10c605921abda0e70a4d02c9df64a7305f62cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this urban hotel is about 500 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.99" OriginalAmount="127.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.003397" Longitude="55.164925" StarRating="4" HotelCode="58054|38634" HotelName="Courtyard by Marriott Dubai Green Community" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO. Box 63845, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ab/ab33b27eed8679a0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.89" OriginalAmount="128.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.079226911551" Longitude="55.144208371639" StarRating="4" HotelCode="170684|200466" HotelName="Marina View Hotel Apartments" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Marsa Street, P.O. Box 454745, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/238782/a_238782_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.41" OriginalAmount="129.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="4" HotelCode="971860|2476845" HotelName="Hyatt Place Dubai/Jumeirah" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, PO Box 31075, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/dd/e2dd2094d9bf811596f4fa1e642715533e675fb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.98" OriginalAmount="129.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.089985" Longitude="55.153259" StarRating="4" HotelCode="151996|120022" HotelName="Media One Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Falak Street, P.O. Box 121818, Dubai Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/bd/d8bd71068e1291698e40c220fefcea79758e9c29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is conveniently located for both business and leisure travellers in the heart of Duba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.34" OriginalAmount="130.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.07941298233" Longitude="55.143128802095" StarRating="4" HotelCode="304031|1028188" HotelName="City Premiere Marina Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Kitchen,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al-Suwayeb Street, Dubai Marina, Al Marsa Area, Near Marina Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/45/9245a4091114a74e5c877e422237f15bcab696d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.09" OriginalAmount="130.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.209634944167" Longitude="55.274999318802" StarRating="4" HotelCode="98873|130244" HotelName="Emirates Grand Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Trade Center 2, PO Box 116957, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/138635/a_138635_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai on Sheikh Zayed Road. It lies within walking distance of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.22" OriginalAmount="130.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.27895006332" Longitude="55.304429002474" StarRating="5" HotelCode="13639|4557695" HotelName="Hyatt Regency Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Deira, P.O. Box 5588, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/3c/3cb71296390e25d0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is located on the Deira Corniche, overlooking the Persian Gulf at the mouth...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.31" OriginalAmount="131.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.255258263533" Longitude="55.298269435094" StarRating="3" HotelCode="101243|tulip_hotel_apartments" HotelName="Tulip Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Golf,Heated Pool,Internet,Kitchen,Laundry,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5A Street, Al Mankool Area, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/61/fd/61fdb8bfc9caa4a02ac5b18fc3e2169fb80f9550.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Bur Dubai, the hub of the commercial district in Dubai, this apartment hotel is a paradis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.04734" Longitude="55.129627" StarRating="3.5" HotelCode="99117|parkside_suites_discovery_gardens" HotelName="Parkside Suites - Discovery Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Zen 3 Building number 12 Discovery Garden, Sheikh Zayed Road, P.O. Box 125616, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/d8/09d84bbfa374f880a7fafd931a0f964d07017c0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Dubai hotel is located next to the Ibn Battuta Shopping Centre, in Discovery Garden. The proper...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.263803645172" Longitude="55.299894558534" StarRating="2" HotelCode="404574|xva_art" HotelName="XVA Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Neighborhood, Bur Dubai, P.O. Box 37304, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/d2/8ad2c864940b5a19d472ac2d0f20b676198cc3c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Bur Dubai, Dubai, just few minutes from Al Bastakiya and the Dubai Museum. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.009156" Longitude="55.15735213" StarRating="3" HotelCode="783908|maisan_hotel" HotelName="Maisan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 392009, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/f9/2cf9b1c0e3c43ad4b34051af8ff465fb31a4f0ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.47" OriginalAmount="134.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.217569756976" Longitude="55.278825759888" StarRating="5" HotelCode="170019|162731" HotelName="Millennium Plaza Hotel Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel,City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 191055, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/bc/d1/bcd18cdad1b4fda4d7f5d0c3dc0e13b3633047f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 413 rooms. A lobby and a reception are available to travellers. I...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.083438626371" Longitude="55.142482846033" StarRating="4.5" HotelCode="624862|254865" HotelName="Barceló Residences Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Apartment Hotel" CnxPolicy="Free CXL until 22/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Currency Exchange,Golf,Jacuzzi,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdulaziz Road, Al Dar Tower, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/72/a5/72a57d2f38d053466aeddc44d3792dcf6f4addf8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers and families, this apartment hotel lies in Dubai, a few metres from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.113092" Longitude="55.201645" StarRating="3" HotelCode="99497|star_metro_hotel_al_barsha" HotelName="Grand Square Stay Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Behind The Mall of the Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/8a/fe8ab67760727eefd6d019cad789e8764876aea0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the city of Dubai and is just behind the Mall of the Emirates. It is close ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.261612" Longitude="55.314021" StarRating="5" HotelCode="23830|sheraton_dubai_creek_hotel__towers_2" HotelName="Sheraton Dubai Creek Hotel &amp; Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, P.O. Box 4250, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/f8/44f81a6609b399fc1e02af675b4e152c2b59ea61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Baniyas Road, this hotel overlooks Dubai Creek. It is just a short distance to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.84" OriginalAmount="137.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.211791" Longitude="55.276577" StarRating="4" HotelCode="76175|122314" HotelName="Rose Rayhaan by Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE" 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,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 126452, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3c/0f/3c0f7d045a08ffb2ab4e82fe3bc0d04ba6944331.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the prestigious Sheikh Zayed Road next to the DIFC metro station, the hotel is in the vic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.87" OriginalAmount="139.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.25243" Longitude="55.343109" StarRating="4" HotelCode="702901|2267945" HotelName="Flora Inn Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Airport Road, 125275 Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/f0/bdf03a044fb2dfc4b193a533428244a57d45bed2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located right in the heart of Dubai and is perfectly suited to business travel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.39" OriginalAmount="140.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.079811517943" Longitude="55.1498676649" StarRating="5" HotelCode="304434|1252788" HotelName="Pullman Dubai Jumeirah Lakes Towers - Hotel &amp; Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cluster T, Adjacent to Damac Properties Metro station, Jumeirah Lakes Towers, P.O. Box 9268, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/71/807155928d2d74295310956f82a17b159dd3af49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.08" OriginalAmount="142.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.234246837774" Longitude="55.323978245369" StarRating="5" HotelCode="307773|1253328" HotelName="Hyatt Regency Dubai Creek Heights" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20th Street, Dubai Healthcare City, Bur Dubai, Dubai 5668</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/65/3c6515bb112361f4c2a6300e207a0d6e87d2c978.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.20" OriginalAmount="142.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.22907" Longitude="55.287738" StarRating="3" HotelCode="160297|922535" HotelName="Number One Tower Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayd Road, P.O. Box 31003, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/3b/973b3df8c70411e8c1c17e1678bdfca940e4622a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is an immensely popular hotel on Sheikh Zayed Road. It is minutes from Dubai Internat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.52" OriginalAmount="143.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.114753588477" Longitude="55.197138054562" StarRating="4" HotelCode="813989|2328085" HotelName="Courtyard Al Barsha, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha Road, Behind Mall of the Emirates, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/48/4a4849673182cfd56cfa94ffa24ef8588491c8a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.24" OriginalAmount="144.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="5" HotelCode="739865|2257225" HotelName="Grand Millennium Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, PO Box 98678, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ea/4a/ea4acfcdaf65219756f0a1ecc385ef03609e19be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.230249" Longitude="55.287701" StarRating="5" HotelCode="409750|the_monarch_dubai" HotelName="The H Dubai" 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,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>One Sheikh Zayed Road, P.O. Box 125511, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/19/901949453d4ba8d6f8772da83fc3e7341d5e23ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is well connected to all parts of the city. It is located on Sheikh Zayed Road in the busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.16" OriginalAmount="148.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.21153768977" Longitude="55.31575434689" StarRating="5" HotelCode="260319|994075" HotelName="Marriott Hotel Al Jaddaf Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Road, Al Jaddaf Area, Dubai 122273</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/e3/cae3bae376f5a968051ec190b6bab6289900b839.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.28" OriginalAmount="148.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.206057493369" Longitude="55.273010730743" StarRating="5" HotelCode="29426|30724" HotelName="Dusit Thani Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133 Sheikh Zayed Road, P.O. Box 23335, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2e/e42e2d4bd962d5cffd47ca08f34bc1c81d076251.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous Sheikh Zayed Street Situated close to Jumeirah Beach, the commer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.258102" Longitude="55.324125" StarRating="4" HotelCode="80352|marriott_executive_apartments_dubai_creek" HotelName="Marriott Executive Apartments Dubai Creek" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rigga Al Buteen St, P.O. Box 81148, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d9/61/d96191de64d0b48a0cb16a6cb7503ae8963573be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.07" OriginalAmount="149.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.26872242489" Longitude="55.316441299361" StarRating="5" HotelCode="186063|920055" HotelName="Swissôtel Living Al Ghurair" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al Kattab Road, near Fish Roundabout, P.O. Box 185060, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/c8/76c883f605cc270f5a496318f74b1d32b7c10aec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dubai, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.38" OriginalAmount="149.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.259404356634" Longitude="55.319407514572" StarRating="5" HotelCode="566141|2154535" HotelName="Al Bandar Rotana" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, P.O. Box 4080, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/b5/5db56b44789dd5d2196e3e904b25fabc8c2c1cc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai. For business travellers as well as families, it provides...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.60" OriginalAmount="150.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.10147054181" Longitude="55.177577219574" StarRating="5" HotelCode="75682|71964" HotelName="Grand Millennium Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Jacuzzi,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 212422, Sheikh Zayed Road, Exit 36, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/4c/4d4c14d894639b33c381d9db6e66dea924eb04ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Dubai, this hotel has the perfect ambience for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.25" OriginalAmount="151.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.22367" Longitude="55.282553" StarRating="4.5" HotelCode="187250|925405" HotelName="Nassima Tower Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/96/34/96349cdc2f9f483c1f3dff8361244c60cfbf9f7e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.52" OriginalAmount="152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.26579" Longitude="55.32146" StarRating="3" HotelCode="915618|signature_inn_deira" HotelName="Signature Inn Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, P.O.Box 49185, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/d8/ffd8bfc3dde2c0c8d7005af54edf0294c9d82164.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located close to Al Rigga Street approximately 10 minutes from Dubai internatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="153.94" OriginalAmount="152.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.09690321" Longitude="55.16865485" StarRating="4" HotelCode="779905|480534" HotelName="Zabeel House The Greens by Jumeirah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Laundry,Parking,Restaurant,Room Service,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, The Greens, Dubai 214362</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/86/02861400e0bffadd29cfd2c0beaab4916e208c7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Zabeel House is an eclectic collection of hotels born in Dubai. High on design and low on complexity...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="155.11" OriginalAmount="153.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.22346164728" Longitude="55.282459351424" StarRating="5" HotelCode="166181|2225317" HotelName="voco Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Plot 49, Trade Centre District, P.O. Box 49260, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/6e/796ea132d4ba45076eb1cd8e262954060e5c4c53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is walking distance from the World Trade Centre metro station. It is right in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="155.34" OriginalAmount="153.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.226446" Longitude="55.284538" StarRating="5" HotelCode="26066|30754" HotelName="Fairmont Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 97555, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/90/2d901f8cfee8e7312a58c9752eff25e0b2fab505.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just 5 km from the city centre on the Sheikh Zayed street opposite the World Trade C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.55" OriginalAmount="155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.081729103247" Longitude="55.145565569401" StarRating="4" HotelCode="151868|924545" HotelName="Marina Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marina Walk, P.O. Box 11640, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/2/0/4/1/8/8/6/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Sharjah (SHJ).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="157.18" OriginalAmount="155.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.18062485" Longitude="55.26636113" StarRating="5" HotelCode="705793|32165659" HotelName="Canal Central Hotel – Business Bay" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay, Dubai 9970</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/16/47169d09ff8d1496abc36fd5fa2d72d25eeb19d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.87" OriginalAmount="156.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.117681142929" Longitude="55.195885288361" StarRating="4" HotelCode="317353|1511908" HotelName="Flora Al Barsha Mall Of Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Near Mall of the Emirates, Al Barsha 8088, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/60/7a60cfceeb39ce50421548770aae899f77a8708a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="158.63" OriginalAmount="157.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.112316" Longitude="55.193671" StarRating="5" HotelCode="463790|A10B12" HotelName="Grand Cosmopolitan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f0/e6/f0e6a33485af637ca7b92c5e86c678d27950ddce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="158.68" OriginalAmount="157.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.186461503024" Longitude="55.267923517672" StarRating="5" HotelCode="566148|31137709" HotelName="Radisson Blu Hotel Dubai Waterfront" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/3d/ee3db69d62128b7ef250aa14dd04dceee6f9a351.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.16" OriginalAmount="157.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.256622619903" Longitude="55.304404210839" StarRating="3" HotelCode="320479|2607125" HotelName="Milestone Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Currency Exchange,Internet,Laundry,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>20th Street, Al Hamriyah, Near Burjuman Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/68/6d6843185b4da2c8f6dd76eb17915dc91a315b9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.17" OriginalAmount="157.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.06950546" Longitude="55.12811932" StarRating="3.5" HotelCode="639708|2240075" HotelName="Rove Dubai Marina" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Seba Street, PO Box 119444, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5c/61/5c618236c7baa706367b27bf1c9ae0d0f384e98a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.22" OriginalAmount="157.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.112402" Longitude="55.188998" StarRating="4" HotelCode="309916|1471168" HotelName="Aparthotel Adagio Premium Dubai Al Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Fax,Golf,Internet,Laundry,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Off Sharaf DG Metro Station, P.O. Box 450011, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/3d/a93d30b161a8f43d2b9d6f7665b796feb2bb6115.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.69" OriginalAmount="158.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.07098734" Longitude="55.13635841" StarRating="4" HotelCode="870512|2378345" HotelName="Millennium Place Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Marsa Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/e3/e4e372539c23ce472d41a5ab3e1a49002926298c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.20276763039" Longitude="55.277782869921" StarRating="5" HotelCode="39208|18562" HotelName="Roda Al Murooj" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Saada Street, Opposite Dubai Mall, Downtown, P.O. Box 117546, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/f2/6af24783c0d447c9fff5ed79c3df1c2c5218e9e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is part of the prize-winning Al Murook complex at the heart of Dubai's business district....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.44" OriginalAmount="159.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.18002191" Longitude="55.26411857" StarRating="4.5" HotelCode="846456|2343785" HotelName="Millennium Atria Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 21/12/2025" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6f/23/6f23e70dc287f5cf110ed2bd624bbc9cbb226358.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.61" OriginalAmount="161.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.07928400455" Longitude="55.15043661764" StarRating="4" HotelCode="103480|oaks_liwa_heights_hotel_apartments" HotelName="Oaks Liwa Heights" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sarayat Street, Cluster W, Jumeirah Lakes Towers, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/a1/7ea16e209d26c49abad27371b6733ca79941bbfe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel's excellent location allows guests easy access to Dubai's business districts, includ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="163.44" OriginalAmount="161.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.202959419062" Longitude="55.279047583992" StarRating="3" HotelCode="420997|145334" HotelName="Rove Downtown Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>312 Happiness Street, PO Box 119444, Zabeel 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3e/10/3e1072f255d9fb71772691d24494d3d786fd938a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.63" OriginalAmount="163" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.250561" Longitude="55.334578" StarRating="5" HotelCode="935822|23707" HotelName="Pullman Dubai Creek City Centre Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 61871, Baniyas Road, Deira City Centre, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/8d857380f335db46/3c/3c52769cc79f4aaf/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.11" OriginalAmount="163.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.242682318392" Longitude="55.340425372124" StarRating="5" HotelCode="170826|456095" HotelName="Jumeirah Creekside Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Garhoud, PO Box 78377, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/00/520077465f150f47c78dde7941d43f3ab5905628.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.12" OriginalAmount="163.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.249048" Longitude="55.34764" StarRating="5" HotelCode="13961|30954" HotelName="Le Méridien Dubai Hotel &amp; Conference Centre" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Airport Road, PO BOX 10001, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6e/64/6e64556b86c97d0fe414fab53c936fc49361d143.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable hotel is located on the road to the airport, opposite the airport itself. It is surr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="165.18" OriginalAmount="163.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.078097" Longitude="55.158688" StarRating="4" HotelCode="871468|CBE890300" HotelName="Vida Emirates Hills" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 7157, Emirates Hills, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/16/ac/16acc47100d67864d72103d36d9f10c25c06f871.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.22" OriginalAmount="163.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.259204511343" Longitude="55.319554360852" StarRating="4" HotelCode="597771|2154555" HotelName="Al Bandar Arjaan by Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, P.O. Box 4080, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/5f/ac5f201b634d415a7ab08b9e0be32e992fb7d61d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located approximately 2 km from the centre of Dubai, this apartment hotel is ideal for business trav...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.90" OriginalAmount="164.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.093653894648" Longitude="55.155513882637" StarRating="4" HotelCode="66873|48564" HotelName="Radisson Blu Hotel, Dubai Media City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 211723, Dubai Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/35/01356c58287d04897eb188f8539ccf9126e8fa78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the heart of Dubai Media City, which is home to many leading i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.09" OriginalAmount="164.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.14622709" Longitude="55.19550898" StarRating="5" HotelCode="623331|2270125" HotelName="Park Regis Boutique Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Street, next to Umm Suqeim Park, Umm Suqeim 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a1/19/a1193a11fe24d31d919145837ba39ad8fecb2ecc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers and families, this boutique hotel is situated in a quiet area in Dubai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.21" OriginalAmount="164.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.223252686211" Longitude="55.349743366241" StarRating="5" HotelCode="400661|71114" HotelName="InterContinental Dubai Festival City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Festival City, P.O. Box 45777, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/06/06b6bd9509e46c1c6ce93bc125a7b0fb/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in downtown Dubai and is just 6 km from the city centre. It is just 8 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="166.82" OriginalAmount="165.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.184391249537" Longitude="55.255236119049" StarRating="5" HotelCode="321555|56027567" HotelName="Hilton Dubai Al Habtoor City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Habtoor City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f4/78/f4787eb6f3729f01a22c72bd4029901875a6faa5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.66" OriginalAmount="166" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.105701" Longitude="55.148174" StarRating="3" HotelCode="191352|56343" HotelName="Royal Club Palm Jumeirah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Khushkar Building, J1, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/ac/3eac0be476cda33065c28f06b15f92e5b025d79a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Aquaventure and Dubai Marina are both easily accessible from this popular hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.12" OriginalAmount="166.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.2048493" Longitude="55.2707828" StarRating="5" HotelCode="550029|2349505" HotelName="Stella Di Mare Dubai Marina" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Mattla'ee Street, PO Box 33306, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/fe/bffe884b8e6e4fce8575f7e1c23a07b3616df5c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.259345945566" Longitude="55.287301540375" StarRating="3" HotelCode="337420|palm_beach_hotel_7" HotelName="Palm Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Computer street, Khalid Bin Al Waleed Road, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/55/58557a201409becd4960c9deebb6252fe463b0fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Khalid Bin Walid Street in Bur Dubai, this hotel lies within a short distance of the Worl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="169.19" OriginalAmount="167.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.212964" Longitude="55.275263" StarRating="4" HotelCode="22556|31444" HotelName="Towers Rotana" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,ALL INCLUSIVE,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 30430, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/41/d141b4ea5999e1afee5f92c1bee470d8a1752440.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located on the Sheikh Zayed Road in Bur Dubai. The hotel is situated in Duba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.85" OriginalAmount="170.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.2205695" Longitude="55.2801873" StarRating="4" HotelCode="876611|930565" HotelName="Crowne Plaza Dubai Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Al Nahyan Road, P.O. Box:23215, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/df/c3df139ae8d399d6000216a889b0399df0d79b37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="172.57" OriginalAmount="170.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.228853" Longitude="55.286469" StarRating="5" HotelCode="300804|1069698" HotelName="Sheraton Grand Hotel Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Sheikh Zayed Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/2e/132ee07ddad83e137c07fff0fb0bb1f50c7a454c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Sheikh Zayad Road and offers spectacular views of the city. It is also a wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.65" OriginalAmount="171.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.19123259" Longitude="55.2892546" StarRating="4" HotelCode="975573|2444045" HotelName="Radisson Blu Hotel, Dubai Canal View" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive, Business Dubai, PO Box 16021, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/4b/784be06a6faee39a295584d1cab3d0bf53ca4c46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.91" OriginalAmount="172.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.986826272493" Longitude="55.023849606514" StarRating="5" HotelCode="907104|30884" HotelName="JA Beach Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Exit 13, P.O. Box 9255, Jebel Ali, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f7/79/f77993273868cabab34d68c0504bea2464f26ec6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="174.41" OriginalAmount="172.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.095696951156" Longitude="55.153653439148" StarRating="4" HotelCode="140885|2187298" HotelName="Arjaan by Rotana Dubai Media City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Salman bin Abdul Aziz Al Saud Street, PO Box 502828, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/ae/b5aec294140fe98feb3204ac4b40282c22f78956.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai Media City and overlooks Palm Island, just 5 km away fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.57" OriginalAmount="172.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.069580804299" Longitude="55.129010531427" StarRating="3" HotelCode="255980|924365" HotelName="Pearl Marina Hotel Apartments" Meals="HALF BOARD,ROOM ONLY,BED &amp; BREAKFAST" BedType="HALF BOARD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Marsa Street, P.O.Box 125179, Marina Water Front, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d7/bb/d7bb72d972302e73b52b4d447d4bc43c8d8af121.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="175.18" OriginalAmount="173.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.18405595331" Longitude="55.254182471667" StarRating="5" HotelCode="319607|446722" HotelName="V Hotel Dubai Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Habtoor City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5d/65/5d65e92f694e7a9cd539c17f785da4b01e30f508.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.86" OriginalAmount="174.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.072181672902" Longitude="55.129393182738" StarRating="4" HotelCode="267294|967185" HotelName="Ramada Hotel &amp; Suites by Wyndham Dubai JBR" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, P.O. Box 120253, Jumeirah Beach Residence, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/3a/943afa705aa8ed7eccd1871c2b89bec7b733decc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="176.79" OriginalAmount="175.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.190205" Longitude="55.274432" StarRating="4" HotelCode="387633|CAV732100" HotelName="Vida Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, PO Box 114788, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/00/7e0088a916bcde78d6075f5a3d915488779cf309.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the hub of Dubai, this innovative city hotel is close to the largest shopping centre as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.114866185889" Longitude="55.203900257672" StarRating="3.5" HotelCode="324113|city_stay_prime_hotel_apartment_2" HotelName="City Stay Prime Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Behind Mall of the Emirates, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4b/e9/4be9d621a06cbe54da52a47d9068beb5c54ed40e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Al Barsha 1, behind  the Mall of the Emirates and near the Lulu Hyper market...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="179.55" OriginalAmount="177.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.075045807079" Longitude="55.131773936176" StarRating="4" HotelCode="304658|1017548" HotelName="Roda Amwaj Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, Jumeirah Beach Residence, P.O. Box 555613, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8f/aa/8faacea963e1657ad426109e9217fabc4e68b35c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="179.73" OriginalAmount="177.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.041427882317" Longitude="55.115436315536" StarRating="5" HotelCode="900188|136114" HotelName="Mövenpick Ibn Battuta Gate Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Garden Cross Road, Ibn Battuta Gate, Adjacent to Ibn Battuta Shopping Mall, Dubai (P.O.Box 211508)</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2d/bc/2dbc856e2c9cb2281907190d7e9e807c6ed9cce4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Location is an important consideration for any traveller and the hotel is conveniently situated next...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="181.60" OriginalAmount="179.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.212354162617" Longitude="55.279539459435" StarRating="5" HotelCode="168104|143786" HotelName="The Ritz-Carlton Dubai International Financial Centre" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gate Village, DIFC, Sheikh Zayed Road, PO Box 482032, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/43/0b43e0b08b1809a0b2b35250ceb5c5b47c6124aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 100 m from Dubai International Financial Centre, and only 10 minutes from Dubai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="182.28" OriginalAmount="180.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.119282290489" Longitude="55.203153186508" StarRating="5" HotelCode="213576|138024" HotelName="Sheraton Dubai Mall of the Emirates Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Mall of the Emirates, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/74/de/74de66ded6181444f15b9b81bee2983f02b4b883.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is directly connected to Mall of the Emirates and Ski Dubai, and is just a short walk awa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="183.39" OriginalAmount="181.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.066056485761" Longitude="55.138045214736" StarRating="5" HotelCode="260127|941015" HotelName="Mövenpick Hotel Jumeirah Lakes Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cluster A, Jumeirah Lakes Towers, PO Box 454439, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2d/e42d7c1e651a80cdafde6a4f4d284482c0614006.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is about 11 km from the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="183.82" OriginalAmount="182" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.205419258983" Longitude="55.343856984012" StarRating="4" HotelCode="871487|395498" HotelName="Vida Creek Harbour" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/12/2025" HotelFacility="Bar,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Creek Harbour, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/03/fe/03fe9adcdd8bb4b440de95ff131887f8d8136204.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="184.47" OriginalAmount="182.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.080378411946" Longitude="55.136971771717" StarRating="5" HotelCode="899731|119242" HotelName="Mövenpick Hotel Jumeirah Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Street, PO Box 282825, The Walk, Jumeirah Beach Residences, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d0/9a/d09a39fa302a8c684fa0864cd0c031de3ebaae5a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach hotel is just minutes away from Dubai Media City and directly connected to the beachfront....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.84" OriginalAmount="184.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.211210623774" Longitude="55.315963111778" StarRating="5" HotelCode="262266|marriott_executive_apartments_dubai_al_jaddaf" HotelName="Marriott Executive Apartments Al Jaddaf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Road, Al Jaddaf Area, Dubai 122273</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/6e/1e6e4027da1f16a40badc23919dfdfca05e1fa8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="187.79" OriginalAmount="185.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.185612442576" Longitude="55.258136063824" StarRating="5" HotelCode="187267|911115" HotelName="JW Marriott Marquis Hotel Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Business Bay, Dubai 121000</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/4e/9b4e44e38b9213001080d45849e579043bbe0ef5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.75" OriginalAmount="186.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.262743491763" Longitude="55.32805250088" StarRating="3.5" HotelCode="562348|2159315" HotelName="Hyatt Place Dubai Al Rigga Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, PO Box 33178, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/608982/608982a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a safe, a bar, a conference room and a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="191.80" OriginalAmount="189.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.069590845664" Longitude="55.12848464418" StarRating="4" HotelCode="424792|134815" HotelName="Wyndham Dubai Marina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Seba Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/77/f077d0d179d411f045ed517ec812a665b32bc2e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.92" OriginalAmount="192.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.11285239051" Longitude="55.190450979948" StarRating="4" HotelCode="187222|cosmopolitan_hotel_9" HotelName="Cosmopolitan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha, Behind Sharaf DG Metro Station, P.O. Box 38250, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/54/1d549695535820e22689dbeaa535044f87c083f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The modern and trendy 4-star boutique hotel is strategically located in the most progressive area of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.17" OriginalAmount="192.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.186964" Longitude="55.271792" StarRating="5" HotelCode="323946|1591848" HotelName="Steigenberger Hotel Business Bay" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/68/2368d653afcbc2ca270c069ba68feb8b883b9569.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="195.39" OriginalAmount="193.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.191160794542" Longitude="55.277696549893" StarRating="4" HotelCode="69778|CAV731600" HotelName="Manzil Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, P.O. Box 114822, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/3c/223cee282af1d2d30d86e5ad6421176c8f683051.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the old town, close to the spectacular Burj Dubai, which provi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.93" OriginalAmount="193.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.253264435335" Longitude="55.328022837639" StarRating="4.5" HotelCode="98623|924555" HotelName="Flora Creek Deluxe Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed Road, Near Deira City Centre, P.O.Box 119062, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/c5/96c5d985f8c830bb519de6ea554d2d7e23658b10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly apartment hotel overlooks the famous Dubai Creek and is located in an excellent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="197.47" OriginalAmount="195.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.077499276322" Longitude="55.135423163368" StarRating="4" HotelCode="177208|722075" HotelName="Delta Hotels by Marriott Jumeirah Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Residence, Bahar 7, PO Box 118555, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ba/5b/ba5b5103501d908c25689d66e7162289a9c93e4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is the perfect destination for both business and leisure travellers being ideally located ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.97" OriginalAmount="197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.269955884068" Longitude="55.303715709162" StarRating="2" HotelCode="313390|flora_square_hotel" HotelName="Florida Square Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Diet Meals,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sabkha Street, Deira, Dubai 123309</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/b3/bfb381dd19873ba604b476fdd13b357d2ee28f70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Diera, close to Gold Souq and just a short walk to Baniyas Metro Station pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="199.44" OriginalAmount="197.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.079765585929" Longitude="55.137478173927" StarRating="4" HotelCode="902943|127884" HotelName="Suha Hotel Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sadaf 3 Building, Jumeirah Beach Residence, PO Box 35771, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/91/48/91485b4dfbb8744e6a062f80e2604899f1994ec8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of New Dubai, community facilities like supermarkets, medical facilities, rest...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="200.94" OriginalAmount="198.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.067968" Longitude="55.141673" StarRating="5" HotelCode="145034|122554" HotelName="Bonnington Jumeirah Lakes Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Free CXL until 23/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Lakes Towers, Cluster J, P.O. Box 37246, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/5c/655cf43ef049f23b7e8bf3e469a2a59d0ef123d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The full service hotel in Dubai is located in the heart of Jumeirah Lakes Towers along Sheikh Zayed ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="201.37" OriginalAmount="199.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.231895470941" Longitude="55.347136259079" StarRating="4.5" HotelCode="175718|868575" HotelName="InterContinental Residence Suites Dubai Festival City" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Festival City, P.O. Box 112225, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/39/39/3939e0983b62f4c4fb8dc21b59e0d6ecc8b305cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="202.99" OriginalAmount="200.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.05502162" Longitude="55.20731569" StarRating="5" HotelCode="971383|54621661" HotelName="Five Jumeirah Village Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Village" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Village Circle, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/22/dd228fe2fbb54a7cc3513cace096164c202efbf9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="203.00" OriginalAmount="200.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.19255449" Longitude="55.28668618" StarRating="4" HotelCode="877268|2342295" HotelName="Hotel Indigo Dubai Downtown" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, PO Box 24666, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/43/8543cfe34356567e72e933f96ce93f9ff9bf5e3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="203.04" OriginalAmount="201.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.213208354138" Longitude="55.279271238534" StarRating="5" HotelCode="463748|400779" HotelName="The Ritz-Carlton Dubai International Financial Centre Executive Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Kitchen,Massage Centre,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gate Village, DIFC, Off Sheikh Zayed Road, P.O. Box 482032, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/4c/054c0d94c3ceaf2853e2d2ca56b0036890cc1f67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="204.26" OriginalAmount="202.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.228037579753" Longitude="55.327943059518" StarRating="5" HotelCode="24028|30784" HotelName="Grand Hyatt Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Riyadh Street, Sheikh Rashid Road, P.O. Box 7978, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/83/66/83662b8ddf416bbd5f798b1dee7f19fd6e0f1554.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying amidst sprawling gardens, this spectacular luxury hotel is located at the heart of Dubai some ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="204.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.234227212443" Longitude="55.324093119049" StarRating="5" HotelCode="563312|hyatt_regency_creek_heights_residences_2" HotelName="Hyatt Regency Creek Heights Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20th Street, Dubai Healthcare City, P.O. Box 5668, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c7/74c70c5becaab34ac3afab7cd59fa44e70ecba3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Dubai. For business travellers as well as families, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.05" OriginalAmount="205" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.101747224201" Longitude="55.170952677727" StarRating="4" HotelCode="103486|303208" HotelName="Al Salam Grand Hotel Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Second, PO Box 11189, Dubai Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/144463/a_144463_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="207.65" OriginalAmount="205.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.12529125" Longitude="55.15426485" StarRating="4" HotelCode="613702|2188615" HotelName="Aloft Palm Jumeirah" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/dd/59dd03009f02e341ff5d163965bf759879a7c7ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="208.81" OriginalAmount="206.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.183305072546" Longitude="55.224546227641" StarRating="4" HotelCode="536751|575909" HotelName="Roda Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Fax,Kitchen,Laundry,Lounge,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah 2, Kite Beach, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/1f/b41f86ef5a8931217c800777c2384e8baea01816.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is situated right by the sea, in a lively area right in the heart of Dubai. It is an ide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.08" OriginalAmount="208" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.217511518923" Longitude="55.283085107803" StarRating="5" HotelCode="12123|35530" HotelName="Jumeirah Emirates Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box: 72127, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/a4/cda488effd783117fde80a458e361c36744dfd76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel affords a central location along highly stylish Sheikh Zayed Road. It enjoys an enviable p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="210.79" OriginalAmount="208.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.09771222" Longitude="55.1656398" StarRating="5" HotelCode="855222|2347455" HotelName="Grand Plaza Mövenpick Media City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Opposite Innovation Hub, Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/31/263169e15d165ff537de79ff920ff96045949941.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, approximately 2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.09" OriginalAmount="209" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="5" HotelCode="820843|381578" HotelName="JA Lake View Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Jebel Ali Beach, Jebel Ali, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ab/76/ab76dbb9e76acccf974ba29dab3706fa517e08fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="213.78" OriginalAmount="211.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.987383008586" Longitude="55.02189964056" StarRating="5" HotelCode="907105|126954" HotelName="JA Palm Tree Court" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Exit 13 Sheikh Zayed Road, Jebel Ali, P.O.Box 9255, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f1/ae/f1aed240dfe4ffbbd0eabb667e0901fcd142884f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this golf hotel lies in Dubai, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="215.26" OriginalAmount="213.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.078432078006" Longitude="55.143032478224" StarRating="4.5" HotelCode="99343|458355" HotelName="The Radisson Blu Residence, Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plot 392-269 Street K, P.O. Box 73029, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/47/424799afac850067b337fd01e1807e0eff02b894.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The establishment is a luxury Sharia-compliant residence located in an upscale neighbourhood at the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="216.75" OriginalAmount="214.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.225917" Longitude="55.283631" StarRating="5" HotelCode="213812|CAV132900" HotelName="Conrad Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 115143, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/e7/2be71ab480ef85b0cb391558bf80c04957f236f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="217.05" OriginalAmount="214.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.211625" Longitude="55.274432" StarRating="4.5" HotelCode="39206|449855" HotelName="AlSalam Hotel Suites and Apartments" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Golf,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 118094, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/35/0a356f236e02fc73df3250a2a7fed52a10c20649.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel lies on the fashionable Sheikh Zayed Road, across from the International Financial C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="218.69" OriginalAmount="216.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.227783" Longitude="55.320733" StarRating="5" HotelCode="67594|103297" HotelName="Raffles Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Rashid Road, Wafi, P.O.Box 121800, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/b6/26b6e71cabfc520ff3c2b9a69d40b952fb62a36f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located next to the Wafi centre, Dubai's ultra-exclusive lifestyle complex. It ...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="219.27" OriginalAmount="217.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.233805" Longitude="55.263464" StarRating="5" HotelCode="11942|64763" HotelName="Dubai Marine Beach Resort and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai P.O. Box 5182</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c6/50/c650d724787167ef5c85b8891369ba16334c3b6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the end of Jumeirah Beach Road, the resort is only about a 10-minute drive from the city ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.091006200624" Longitude="55.149130225181" StarRating="5" HotelCode="410049|tamani_hotel_marina" HotelName="Tamani Marina Hotel and Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Naseem Street, P.O. Box 215855, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/e6/97e63baeed8f7896e0b374c118ed67dbd6f185ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in one of the busiest districts, Dubai Marina right next to the Dubai M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.22" OriginalAmount="222" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.118962" Longitude="55.198021" StarRating="5" HotelCode="57060|19440" HotelName="Kempinski Hotel Mall of the Emirates Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Dubai 120679</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/bb/cabb2dda49b24733bd737ddb23679b9aaca94c25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Right in front of the "Mall of the Emirates" mega complex, the hotel takes pride in its prime locati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="224.72" OriginalAmount="222.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.187535" Longitude="55.267514" StarRating="5" HotelCode="302485|1066898" HotelName="DAMAC Maison Cour Jardin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay, 2286 Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/4f/ca4f55fcd3793db7bd9e8148c4372ebc30ac2197.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="228.50" OriginalAmount="226.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.261175" Longitude="55.320587" StarRating="4" HotelCode="103474|2015232" HotelName="Khalidia Hotel Apartments" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="Apartment Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/145874/201132291450286.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="231.93" OriginalAmount="229.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.139106761878" Longitude="55.142418032328" StarRating="4" HotelCode="530660|2115435" HotelName="The Retreat Palm Dubai - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent, PO Box 118237, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/fd/d0fd3d1b211200b2cdd17561a8ad6fc05a6da848.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers and families, this resort lies in Dubai, right by the sea. Dubai (DXB)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.32" OriginalAmount="232.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.05149037" Longitude="55.26855542" StarRating="2" HotelCode="143923|arabian_ranches_golf_club" HotelName="Arabian Ranches Golf Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Golf Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Emirates Road (311), P.O. Box 36700, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/07/8c073f2547f883cb98b8737d0a9abd6985083f78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This golf hotel is located in Dubai, about 20 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="234.90" OriginalAmount="232.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.12582" Longitude="55.1533" StarRating="5" HotelCode="705784|685112" HotelName="Royal Central Hotel - The Palm" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent, P.O. Box 9970, 22369 The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/1e/891ede8c2419c7cd663420859af10f95dd6ab6e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.36" OriginalAmount="236.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.167769841243" Longitude="55.446663067459" StarRating="4.5" HotelCode="69039|desert_palm_2" HotelName="Meliá Desert Palm" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Awir Road, P.O. Box 119171, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/17/cd/17cda6ad7734cccf54512beb0dd8936e9c1268e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is a lush enclave set in polo fields just outside the Dubai city centre, only a 15-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="239.53" OriginalAmount="237.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.207994075954" Longitude="55.272216796875" StarRating="5" HotelCode="26217|508439" HotelName="Shangri-La Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 75880, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/44/6d44d9ccf9e053ad6686b95d6e549f3e1bce4c6c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies around 10 km from the city centre approximately 15 km from Dubai internationa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="240.54" OriginalAmount="238.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.279301933657" Longitude="55.304580403547" StarRating="4.5" HotelCode="167142|964585" HotelName="The Galleria Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Road, PO Box 6655, Deira Corniche, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/dd/9cdd0b433b4f393fb819fa8484c0229f698f5127.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="242.48" OriginalAmount="240.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.26916854" Longitude="55.29719813" StarRating="3" HotelCode="371219|2368265" HotelName="GHM Buraq Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>5 Old Baladiya Street, Gold Souk, Deira, PO Box 376095, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="243.77" OriginalAmount="241.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="5" HotelCode="782491|2320915" HotelName="Mövenpick Hotel Apartments Downtown Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/43/26430e5c7c71df085bfd100e59a5050a10678dc4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stay in a modern skyscraper that shares the neighbourhood with Burj Khalifa. In the history-making D...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="244.91" OriginalAmount="242.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.072962597421" Longitude="55.130127759209" StarRating="5" HotelCode="186020|907025" HotelName="JA Ocean View Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 26500, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/29/c3/29c3f29271e74750ed65f948bcdae01c365ba6a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="248.69" OriginalAmount="246.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.192879510028" Longitude="55.27248360846" StarRating="4" HotelCode="153373|2222284" HotelName="Ramada Downtown Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Street, Downtown, P.O. Box 116566, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/fc/f8fcb94014ad1b4d3bff4bda16d1a2c354519db3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is less than a 5-minute drive away from Dubai International Financial Centre, the conventi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="251.13" OriginalAmount="248.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.247864" Longitude="55.35287" StarRating="5" HotelCode="207516|117782" HotelName="Dubai International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Terminal 1 &amp; Terminal 3, Dubai International Airport 35566, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4e/1e/4e1e8831549f46720052407c945eab73ca796e0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="254.48" OriginalAmount="251.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.192495498031" Longitude="55.267299304605" StarRating="5" HotelCode="307774|1466648" HotelName="Taj Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Burj Khalifa Street, Business Bay, PO Box 8489, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/72/11723e381cfb8c095bd221e820353f1541070631.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel occupies a prime location and offers stunning views of the majestic Burj Khalifa.The prope...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="257.84" OriginalAmount="255.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.19521318413" Longitude="55.283847174275" StarRating="5" HotelCode="293188|985785" HotelName="DAMAC Maison Mall Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Mall Street, Opposite to Dubai Mall, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/25/56256dcc630ab270eda11d75699b9f9edd6d76b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.57" OriginalAmount="257.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.262153" Longitude="55.326086" StarRating="3" HotelCode="68417|royal_plaza_hotel_apartments" HotelName="Royal Plaza Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Currency Exchange,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al-Rigga Road, P.O.Box 14483, Downtown Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/8a/838abcab1a245cbf91b1a186305384019f53372c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="260.53" OriginalAmount="257.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.077161957557" Longitude="55.140989720821" StarRating="5" HotelCode="141162|CAO970700" HotelName="Address Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Marsa Street 66, Dubai Marina, P.O. Box 32923, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/6b/df6b709e64792f1eb90fda2225e76fbca9d45b02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a short ride away from Dubai Media and Internet cities, Knowledge Village, Jebel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="266.36" OriginalAmount="263.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.22712301674" Longitude="55.341797880196" StarRating="5" HotelCode="904426|1526308" HotelName="Palazzo Versace Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 128431, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/ce/eece2a5d9b451150607a16e2f14966f20a922aa0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="266.64" OriginalAmount="264.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.112258578385" Longitude="55.137988488841" StarRating="5" HotelCode="363356|2037645" HotelName="Dukes The Palm, a Royal Hideaway Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 120015, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/33/c4/33c41fda2db84e348d07d82d2551df15fdc0badd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this beach hotel is located right in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="266.90" OriginalAmount="264.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.227086" Longitude="55.28934" StarRating="5" HotelCode="103471|150199" HotelName="Jumeirah Living World Trade Centre Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2nd Zabeel Road, P.O. Box 116555, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/ee/6eee1ed6f29a95396ade1f82973817da8f419e0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="267.54" OriginalAmount="264.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.087196" Longitude="55.14689" StarRating="5" HotelCode="801769|B77072" HotelName="Jumeirah Living Marina Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>The Residences at Marina Gate</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/58000000/57780000/57777100/57777067/f1ae7fb7_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.66" OriginalAmount="266.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.208415849073" Longitude="55.260644457047" StarRating="5" HotelCode="452317|la_ville_hotel_suites_city_walk_dubai_autograph_collection" HotelName="La Ville Hotel &amp; Suites CITY WALK, Dubai, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Multaqa Street, PO Box 414433, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/c0/6bc037bceaed48afd4d4d7f83a7d255ed3a067e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="272.04" OriginalAmount="269.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.248999323458" Longitude="55.295486558197" StarRating="3" HotelCode="260530|925445" HotelName="Al Raya Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street, Bur Dubai Al Mankhool area, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/78/ee78b0dde66f89f6174a771c417beb120b900db4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="274.72" OriginalAmount="272.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.18786235" Longitude="55.27964125" StarRating="5" HotelCode="570576|damac_maison_royale_the_distinction" HotelName="DAMAC Maison Distinction" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Jacuzzi,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>School Street, Burj Area, Downtown, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/b8/a6b8acdf16b5638c065637fc428c4547b1d14f03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located approximately 700 m from the centre of Dubai. Its setting is especially ideal ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="275.07" OriginalAmount="272.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.075315834336" Longitude="55.131988675178" StarRating="5" HotelCode="100128|108262" HotelName="Sofitel Dubai Jumeirah Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 473828, JBR on The Walk, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/5d/275d661d637e3edc61e481e1e6d3036113ca70b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city conference hotel is located by the beach in the heart of 'New' Dubai. The establishment is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="283.36" OriginalAmount="280.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.085917424775" Longitude="55.141299944775" StarRating="5" HotelCode="9704|31054" HotelName="Habtoor Grand Resort, Autograph Collection" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Falea Street, Jumeirah Beach, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/df/2c/df2c3c182760cbba61a9b3fe5a4874a84ac06458.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located on the coast of Dubai. It is only a couple of minutes drive from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="284.14" OriginalAmount="281.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.288931651265" Longitude="55.368494689465" StarRating="4" HotelCode="93806|923545" HotelName="Emirates Stars Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Amman Street, PB 86880, Al Nahda 2, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/130343/a_130343_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Al Nahda, Dubai, near the intersection of Baghdad and Amman stree...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="285.50" OriginalAmount="282.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.91615501209" Longitude="55.005883761883" StarRating="5" HotelCode="435572|1936115" HotelName="Lapita, Dubai Parks and Resorts, Autograph Collection" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD,ALL INCLUSIVE" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Dubai Parks &amp; Resorts, P.O. Box: 334221, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/b6/18b6924d198681cecec9bb2b58b411255407fa90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is approximately 12.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="286.80" OriginalAmount="283.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.2081" Longitude="55.27212" StarRating="5" HotelCode="637708|CAO137300" HotelName="Shangri-La Hotel &amp; Serviced Apartments Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 75880, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="286.90" OriginalAmount="284.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.186663933247" Longitude="55.280115474226" StarRating="4" HotelCode="467984|CBB923100" HotelName="DoubleTree by Hilton Dubai - Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Bay Square 5, Located between Sheikh Zayed and Al Khail Road, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/fb/42fbbcbcfb3c92796523ed4d3247a300eb444d65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="288.62" OriginalAmount="285.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.183395963471" Longitude="55.254177711639" StarRating="5" HotelCode="323805|1601418" HotelName="Habtoor Palace, LXR Hotels &amp; Resorts" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Habtoor City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c3/03/c303a2d24c37d45e1102f6f234188bac3f323537.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="291.89" OriginalAmount="289" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.073680609213" Longitude="55.130403041839" StarRating="5" HotelCode="67529|12694" HotelName="Amwaj Rotana - Jumeirah Beach Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, P.O. Box 86834, Jumeirah Beach Residence, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/16/711637b9f9ab32ac9103b90fee75f4bcad05488e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on fashionable Al Diyafah Street, this beach hotel is 2.3 km away from the World Trade Centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="295.96" OriginalAmount="293.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.11501701" Longitude="55.14012047" StarRating="5" HotelCode="883382|2556025" HotelName="Andaz Dubai The Palm" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 390068, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/54/af54da2b68c43cbfa02ca29fc136d18e226c1a51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="303.54" OriginalAmount="300.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.078869" Longitude="55.137274" StarRating="5" HotelCode="311308|16632286" HotelName="Intercontinental Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdul Aziz Al Saud Street, P O Box 393080, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/95/4295fa3931e00b76a9be09e81cb65e1a95077afb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="304.01" OriginalAmount="301.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.187616505997" Longitude="55.284046233517" StarRating="5" HotelCode="936085|damac_maison_canal_views" HotelName="DAMAC Maison Canal Views" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay, Dubai 6873</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/83/1f/831f853cdf93c5462b53b09d7ca0ec8973a3543a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="310.33" OriginalAmount="307.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.085598897065" Longitude="55.144039392471" StarRating="5" HotelCode="39210|38644" HotelName="Grosvenor House, A Luxury Collection Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Spa Hotel,Conference Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Emreef Street, PO Box 118500, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/98/c598d34a2927c45515170d137d086da387a78df7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive and breathtaking hotel is located in the Dubai Marina and offers dazzling views of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="313.49" OriginalAmount="310.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.078260031546" Longitude="55.135075449943" StarRating="4" HotelCode="185972|1125940" HotelName="Hilton Dubai The Walk" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, PO BOX 2431, Jumeirah Beach Residence, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/7b/727bad6857475fa1d011401577c8a0ab522a80ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is located in the centre of Dubai. Its setting is especially ideal for business tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.11" OriginalAmount="311.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.087641000548" Longitude="55.146210879623" StarRating="4" HotelCode="59424|dubai_marriott_harbour_hotel_and_suites" HotelName="Dubai Marriott Harbour Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdulaziz Al Sufouh Street, Dubai Marina, P.O. Box 66662, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6b/42/6b427ff321b4572807ad8e5523a96e27398fb005.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Dubai Marina, within one kilometre of Palm Island, the world's largest man-m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="323.92" OriginalAmount="320.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.228168047802" Longitude="55.327666802393" StarRating="5" HotelCode="313383|147891" HotelName="Grand Hyatt Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 7167, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/be/5b/be5b390613068958446da66d38adbc7732ea3397.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury aparthotel is located in Bur Dubai with close proximity to Dubai Healthcare City, Wafi C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="324.25" OriginalAmount="321.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.06749" Longitude="55.16445" StarRating="5.5" HotelCode="59249|134594" HotelName="Address Montgomerie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Emirates Hills, P.O. Box 36700, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/b8/17b8cc06b16883b7dc4b7a06025745e7ea9a3da4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Dubai International Airport is only 25 km away from this golf hotel, with an approximate driving tim...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="330.41" OriginalAmount="327.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.10634687" Longitude="55.11126178" StarRating="5" HotelCode="561853|2292305" HotelName="W Dubai The Palm" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/90/be/90be33a1cb6cf7a692a69592541532a332be336b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="332.25" OriginalAmount="328.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.075177" Longitude="55.13876925" StarRating="4" HotelCode="635421|2285775" HotelName="Crowne Plaza Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Yahoom Street, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/d8/2dd8138a06c8c466f9987c48bf88ace56e5743c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is located in Dubai. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="332.58" OriginalAmount="329.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.21125322" Longitude="55.28145818" StarRating="5.5" HotelCode="876946|CBF725800" HotelName="Waldorf Astoria Dubai International Financial Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Happiness Street, Burj Daman, Dubai International Financial Center (DIFC), Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/f0/4ff0403ec726542759895308089b763cd9b4f84f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="332.82" OriginalAmount="329.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.20001" Longitude="55.268825" StarRating="5" HotelCode="284529|361306" HotelName="Sofitel Dubai Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheihk Zayed Road, Downtown, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/fc/86fc3ba5b7bd3b38783f383641bbc232d26818ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="336.19" OriginalAmount="332.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.104318685666" Longitude="55.148551167984" StarRating="5.5" HotelCode="487075|31870225" HotelName="FIVE Palm Jumeirah Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 The Palm, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/c2/99c25a784de12fdbc53e97290713c80cd12f86c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this resort lies in Dubai, right by the sea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="336.33" OriginalAmount="333" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.072274" Longitude="55.127721" StarRating="4" HotelCode="263797|39203" HotelName="DoubleTree by Hilton Hotel Dubai - Jumeirah Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, Dubai Marina, P.O. Box 227, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/3b/423bd94b76f35daec7d43f1068e3ed59c547ce4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="349.51" OriginalAmount="346.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.12959" Longitude="55.15348" StarRating="5" HotelCode="221535|933445" HotelName="Anantara The Palm Dubai Resort" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent Road, P.O. Box 71607, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1e/f4/1ef484febbff344073a568f9940abe3641e07abd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this resort lies in Dubai, right by the sea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="351.48" OriginalAmount="348.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.185976374202" Longitude="55.263384282589" StarRating="5" HotelCode="221534|the_oberoi" HotelName="The Oberoi, Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Oberoi Centre, Al A'amal Street, Business Bay, PO Box 71847, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/74/3674284f8e53686bd76b18940db197b2f29f6df3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="354.51" OriginalAmount="351" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.078607913284" Longitude="55.133922440475" StarRating="5" HotelCode="185973|8874" HotelName="Hilton Dubai Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, PO BOX 2431, Jumeirah Beach Residence, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f3/c2/f3c20b161395782b85d95fd7a2497933e8b1bf30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this golf hotel is right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="355.00" OriginalAmount="351.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.134455013957" Longitude="55.150441634255" StarRating="5" HotelCode="263800|CAV165600" HotelName="Waldorf Astoria Dubai Palm Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Crescent Road East, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c5/e6/c5e6565086795a6dbf76d6e4381ca0876a302cc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this business hotel lies in the heart of Dubai, right by the sea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="355.52" OriginalAmount="352.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.10646092" Longitude="55.2009409" StarRating="0" HotelCode="830040|j5_villas_holiday_homes_barsha_gardens" HotelName="Barsha Gardens By J5 Holiday Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street 23, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/e0/e5e0e9192709b3c83e0643b8ad17f1375cf5c9d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="364.82" OriginalAmount="361.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.13993" Longitude="55.1325" StarRating="5" HotelCode="213632|934175" HotelName="Sofitel Dubai The Palm Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent Road, P.O. Box 55558, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/b2/04b257ce6210350c25a030c9d9f4cdca24e17781.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this spa hotel is right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="366.63" OriginalAmount="363.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.113097" Longitude="55.196943" StarRating="5" HotelCode="75264|coral_boutique" HotelName="Coral Boutique Villas Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24th Street Community 373, P.O.Box: 124446, 4th Interchange Behind Emirates Mall, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/9e/5d9eef6c051db8f9100efe39db5d3885ecb06b9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Closely situated to the popular shopping centre of the Emirates, this villa resort is located in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="369.49" OriginalAmount="365.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.199810712514" Longitude="55.27753829956" StarRating="5" HotelCode="136614|124797" HotelName="Address Dubai Mall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, Downtown Dubai, P.O. Box 31166, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/196335/a_196335_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of the trendy centre of Dubai, overlooking the world's tallest tow...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="373.17" OriginalAmount="369.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.09182116209" Longitude="55.147315710783" StarRating="5" HotelCode="13966|30964" HotelName="Le Meridien Mina Seyahi Beach Resort &amp; Marina" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Road, P.O. Box 213084, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/e5/95e5cf39eaec3bd3280f508fcae0f3827f25fe25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located approximately 700 m from the hotel's private beach where guests will...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="378.46" OriginalAmount="374.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.098453604882" Longitude="55.12362241745" StarRating="5" HotelCode="165615|142534" HotelName="Jumeirah Zabeel Saray" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent Road, The Palm Jumeirah, P.O. Box 27722, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/de/78dec2bad4f21e150bf1924d7ed0c3632ea796c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spa hotel is located in Dubai, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="387.96" OriginalAmount="384.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.20069126" Longitude="55.27622096" StarRating="5" HotelCode="492631|546301" HotelName="Address Boulevard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, Downtown Dubai, PO Box 214477, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/8a/568ae671b3efd92abe30504c3ed77471f8c0d501.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="407.90" OriginalAmount="403.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.084500744746" Longitude="55.140385279762" StarRating="5" HotelCode="46903|30974" HotelName="Le Royal Meridien Beach Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Mamsha Street, PO Box 24970, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9b/2a/9b2a98989fd28fc5b33db2fb5e21295959049d0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is surrounded by beautifully designed gardens and the golden sands of the famous Jumeirah...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="417.13" OriginalAmount="413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="0" HotelCode="977581|488094" HotelName="Marbella Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Khail Road D-68, Al Jadaf, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/1d/3c1d429e0ef0ca1f057a7ee5666eb967a8af501d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="424.29" OriginalAmount="420.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.093107356996" Longitude="55.148701071739" StarRating="5" HotelCode="387639|74064" HotelName="The Westin Dubai Mina Seyahi Beach Resort &amp; Marina" Meals="HALF BOARD,BED &amp; BREAKFAST,ROOM ONLY,FULL BOARD,ALL INCLUSIVE" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Marina, P.O. Box 213084, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e4/f4/e4f4475a42a6f6de1c3a8c7bfe27b091e0b8ae70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is just 20 minutes from the cosmopolitan city centre of Dubai with bustling spice and fabric souq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="435.44" OriginalAmount="431.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.109995" Longitude="55.141002" StarRating="5" HotelCode="186040|1469921" HotelName="Fairmont The Palm" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 72413, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/15/931521ad941826891e13dfc86831c16f6ad699bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="459.91" OriginalAmount="455.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.068680704823" Longitude="55.131202340126" StarRating="4" HotelCode="162263|CAW789200" HotelName="Signature Hotel Apartments &amp; Spa Marina" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Seba Street 16, Marina Waterfront, Jumeirah Beach Residence, PO Box 376332, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/17/64/17646bf7cbc5b1f47737a5507dcad0322f4b25ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located on the Dubai Marina in the heart of New Dubai, with fantastic views ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="463.42" OriginalAmount="458.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.242997708883" Longitude="55.332684516907" StarRating="5" HotelCode="55423|39784" HotelName="Park Hyatt Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 2822, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/6c/db6c1319eb527290b09b202ad4923aeb5ac111e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located at the heart of Dubai’s vibrant, bustling centre, directly beside the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="465.32" OriginalAmount="460.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.18592" Longitude="55.27367" StarRating="5.5" HotelCode="511831|2164565" HotelName="Renaissance Downtown Hotel, Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive, PO Box 191984, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8e/41/8e4174457901ca7f1ecfb0ee4c9eaa312a52ef9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just a few minutes' walk from the centre of Dubai, this hotel is ideal for business travelle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="491.38" OriginalAmount="486.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.194058731118" Longitude="55.279147624969" StarRating="5" HotelCode="96664|CAO951000" HotelName="Address Downtown" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashid Boulevard, Downtown Dubai, P.O.Box 123234, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f6/5d/f65db7f8e7c48e06f3f6dc928f23371bb9fffdc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dubai, this urban hotel is ideal for guests who appreciate a stylish ambienc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="502.76" OriginalAmount="497.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.073047" Longitude="55.128943" StarRating="5" HotelCode="16418|31404" HotelName="Sheraton Jumeirah Beach Resort" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Road, Dubai, P.O. Box 53567</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e3/33/e333512ae562ba8fcffe6cb870116b11ec88281e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies directly beside fine sandy Jumeirah Beach and is surrounded by a tropical...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="551.25" OriginalAmount="545.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.245829033355" Longitude="55.256305180148" StarRating="5" HotelCode="363722|54812542" HotelName="Nikki Beach Resort &amp; Spa Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" HotelFacility="Air Conditioning,Bar,Golf,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Pearl Jumeira, PO BOX 8286, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0d/df/0ddfadd82eeb7a993b1816aabd031aa1bdbe1061.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beachfront resort is located on Pearl Jumeira, over 52.000 sqm on a private beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="567.57" OriginalAmount="561.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.0800887" Longitude="55.1359468" StarRating="5" HotelCode="535209|2096265" HotelName="Rixos Premium Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, Jumeirah Beach Residence, Al Mamsha Street, P.O. Box 643660, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/4f/404ff26272c36b297f4a9e0b90695ba1a44e7262.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this hotel lies in the heart of Dubai, right by the sea. There are a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="571.66" OriginalAmount="566.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.212677093762" Longitude="55.28255282209" StarRating="5" HotelCode="446207|four_seasons_hotel_dubai_international_financial_centre" HotelName="Four Seasons Dubai International Financial Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Gate Village, Building 9, DIFC, PO Box 507027, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9d/de/9ddebbd5fe0a20f18b440009abbf771d66f7839b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="597.28" OriginalAmount="591.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.201465288728" Longitude="55.27069765663" StarRating="5" HotelCode="634361|CBE890200" HotelName="Address Sky View" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed bin Rashid Boulevard, PO Box 111969, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ec/a4/eca4c9ccdd1946b4edfcbd790e5b3a40bd12feca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="603.98" OriginalAmount="598.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.27321759" Longitude="55.30485819" StarRating="2" HotelCode="415664|al_ahrar_hotel" HotelName="Al Ahrar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Naif Police Station, Deira, P.O. Box: 12978, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/52/2052761a9109e20aa027e11e2b2b27a74878ac62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="623.46" OriginalAmount="617.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.816293" Longitude="55.230905" StarRating="5" HotelCode="34627|1561489" HotelName="Bab Al Shams Desert Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Spa Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Qudra Road, P.O. Box 8168, Bab Al Shams, adjacent to Dubai International Endurance City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3d/7d/3d7dbc280e8c75a9a46bab62f9b562a8675f4b84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is located just 45 minutes away from Dubai International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="627.09" OriginalAmount="620.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.19483317" Longitude="55.28237322" StarRating="5" HotelCode="871520|655255" HotelName="Address Fountain Views" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, PO Box 27443, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/25/25764fd99ac84c9c/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, about 15 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="704.46" OriginalAmount="697.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.193589095324" Longitude="55.27600005269" StarRating="5" HotelCode="70490|CAQ093800" HotelName="Palace Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Spa Hotel" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, Downtown Dubai, P.O. Box 9770, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d6/ba/d6bad98958e4d1cfbf398d021f5f0a2580fa5594.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spa complex is conveniently located in the vicinity of the Dubai World Trade Center. The apartm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="710.03" OriginalAmount="703" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.141496833283" Longitude="55.190784931183" StarRating="5" HotelCode="46902|1155" HotelName="Jumeirah Beach Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 11416, Umm Suqeim, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/1c/e21c716dd40d58cffe3c4673cd95b832796fa895.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies directly beside long sandy Jumeirah Beach, some 20 km from the centre of Duba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="724.62" OriginalAmount="717.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.082591497272" Longitude="55.137666463852" StarRating="5" HotelCode="18488|31274" HotelName="The Ritz-Carlton Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mamsha Street, Jumeirah Beach Residence, P.O. Box 26525, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/24/bd/24bd6d8ee63865cbf41e855c458c1923d6c8db66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on a private beach front in the heart of the Dubai Marina, this hotel is an intimate oasis ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="725.18" OriginalAmount="718" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.132012305907" Longitude="55.182437896729" StarRating="5" HotelCode="907098|35537" HotelName="Jumeirah Dar Al Masyaf" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach, PO Box 75157, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a0/ea/a0eabbd2b9d230e523adbe173670471ce304da6c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Jumeirah, the hotel is adjacent to the Burj Al Arab, Wild Wadi Water Park a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="730.63" OriginalAmount="723.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.135130188812" Longitude="55.185978412628" StarRating="5" HotelCode="907094|31024" HotelName="Jumeirah Mina A'Salam" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, P.O. Box 75157, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0f/14/0f144e6caa90ca7e108ee8f644dedd9de989b420.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort hotel is located right on the beachfront next to the Wild Wadi water park. Dubai Int...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="732.25" OriginalAmount="725.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.27193238" Longitude="55.30041947" StarRating="0" HotelCode="499587|alarraf_hotel" HotelName="Alarraf Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Deira Naif Road, Sediq Abu Baker Road 3p, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/d2/f4d297a7f0f7a293e770079e05595d7c35a58090.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="733.35" OriginalAmount="726.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.197088716821" Longitude="55.27404517791" StarRating="5" HotelCode="142119|130014" HotelName="Armani Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Burj Khalifa, PO Box 888333, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ed/48/ed487f22e7c2d33981d2f1a4e3c43125d2ed224b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="733.53" OriginalAmount="726.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.08103283" Longitude="55.12188408" StarRating="5" HotelCode="786848|2309625" HotelName="Caesars Resort Bluewaters Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Designated Smoking Area,Laundry,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Bluewaters Island, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/2a/2a69f8fdfc7feee3/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers and families, this resort lies in Dubai, right by the sea. There are a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="776.64" OriginalAmount="768.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.11281760415" Longitude="55.109605193138" StarRating="5" HotelCode="161783|141536" HotelName="Kempinski Hotel &amp; Residences Palm Jumeirah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Apartment Hotel,Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>The Crescent West, P.O.Box 213208, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/228233/a_228233_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment hotel is located on the West Crescent of the iconic, man-made island of Palm Jumeirah ...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="799.13" OriginalAmount="791.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.098011534181" Longitude="55.153035521507" StarRating="5" HotelCode="906937|31294" HotelName="Arabian Court at One&amp;Only Royal Mirage" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O.Box 37252, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/02/16/02165590da120dfc0d5dc082dc066a0371281b7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this spa hotel is about 1 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="812.64" OriginalAmount="804.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.08101286" Longitude="55.12157811" StarRating="5" HotelCode="786829|2309635" HotelName="Caesars Palace Bluewaters Dubai" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Golf,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bluewaters Island, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/88/62/8862cd9e2b6ca42c9864c2bba68f51269aca7433.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This establishment is strategically situated in Dubai, the perfect place where dreams do not have a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="843.35" OriginalAmount="835" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.131283" Longitude="55.117745" StarRating="5" HotelCode="73815|12601" HotelName="Atlantis The Palm" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Crescent Road, The Palm, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/54/5e/545e96694aa740c8f027a01fef6a3d50a663f03c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury resort is situated on the spectacular man-made island of Palm Jumeirah. The Emirates Mal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="846.38" OriginalAmount="838" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.132026875638" Longitude="55.184237658978" StarRating="5" HotelCode="907096|19427" HotelName="Jumeirah Al Qasr" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Road, PO Box 75157, Jumeira</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0b/b9/0bb9b1cded1094c6c58801f60941cc32ef11cb87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this hotel lies in the heart of Dubai, right by the sea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1027.14" OriginalAmount="1016.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.095225741263" Longitude="55.15230330954" StarRating="5" HotelCode="18032|699989" HotelName="One&amp;Only Royal Mirage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Conference Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 37252, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/4f/2a4f2270b1c840fcab3e44dba0430ca7323e1468.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on a private beach on the Jumeirah beach strip. Opposite the resort is the Emi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1093.83" OriginalAmount="1083" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.1371787" Longitude="55.18712554" StarRating="5" HotelCode="422271|205859" HotelName="Jumeirah Al Naseem" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 75157, Jumeira Road, Umm Suqeim 3, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/3f/3f1b113d5825dde6/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dubai, this boutique hotel is ideal for guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1147.67" OriginalAmount="1136.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.202188830365" Longitude="55.239765907951" StarRating="5" HotelCode="297778|1015635" HotelName="Four Seasons Resort Dubai at Jumeirah Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, Jumeirah 2, PO Box 128777, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2a/55/2a556e549cda9e0d4893fa7e845839fee5b3e661.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1336.54" OriginalAmount="1323.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.21684883" Longitude="55.25124513" StarRating="5" HotelCode="669205|CBF012200" HotelName="Mandarin Oriental Jumeira Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, PO Box 62092, Jumeirah 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e0/60/e060aafd763178be2f0a1a824f798f5c93e4ce3d.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1353.08" OriginalAmount="1339.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.099260015451" Longitude="55.132291316987" StarRating="5" HotelCode="161545|138264" HotelName="One&amp;Only The Palm" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 09/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/3d/3f3de55f82cea8ed4eeaa30df496a7fd4e58be6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this resort lies in Dubai, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1395.82" OriginalAmount="1382" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.141127281077" Longitude="55.18564497057" StarRating="5" HotelCode="11560|25033" HotelName="Burj Al Arab Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, P.O. Box 74147, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/c7/a7c7c07d8aa4e239d1d10775bfec44f74f9c48c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious, breathtaking hotel is located in the heart of Dubai and is probably the most famous ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1818.84" OriginalAmount="1800.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.21018079" Longitude="55.23622988" StarRating="5.5" HotelCode="563313|2188955" HotelName="Bvlgari Resort Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jumeira Bay Island, Jumeira 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/fd/bdfddc66fa59a3f0a0eb956dabbd6d54ff3fc53c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Dubai, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4189.40" OriginalAmount="4147.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.121045661837" Longitude="55.153719484806" StarRating="5" HotelCode="904934|715085" HotelName="Rixos The Palm Hotel &amp; Suites" Meals="ALL INCLUSIVE" BedType="ALL INCLUSIVE" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent Plot C40, P.O. Box 18652, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/06/2c/062c50880e198209847727857ece45be51fec8ee.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel warmly welcomes guests in Dubai. For parents with children, it provides everything ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Fax,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Heated Pool,Lounge,Spa,Wheelchair Access,Golf,Jacuzzi,Nightclub,Swimming Pool,Shopping Arcade,Central Heating,24 Hour Security,Airport Transfer (on Demand),Parking,Valet Parking,Business Centre,Library,Wake-up Call Service,Garden,Dining,Meeting Room,Printer,Smoking Rooms,ATM/Cash Machine,Babysitting,Banquet Hall,Housekeeping,24 Hour Front Desk,Beauty Salon,Coffee Shop,Concierge,Dry Cleaning,Elevator,LCD/Projector,Luggage Storage,24 Hour Room Service</BasicAmenities>
    <HotelRating>4,5,3,2,3.5,2.5,1,4.5,5.5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD,SELF CATERING,ALL INCLUSIVE</Meals>
    <PropertyType>APARTMENT HOTEL,VILLAGE,CITY HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,SPA HOTEL,AIRPORT HOTEL,CONFERENCE HOTEL,BEACH HOTEL,HOTEL DE CHARME,CLUB RESORT,HOTEL,ECO HOTEL,COUNTRY HOUSE,GUESTHOUSE,HISTORIC HOTEL,GOLF HOTEL,APARTHOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0aec27c8-f5a6-41a7-a505-2c2f8e57ce9b|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="0aec27c8-f5a6-41a7-a505-2c2f8e57ce9b">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73355" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-01-05T00:00:00" End="2026-01-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0aec27c8-f5a6-41a7-a505-2c2f8e57ce9b|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0aec27c8-f5a6-41a7-a505-2c2f8e57ce9b|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
0aec27c8-f5a6-41a7-a505-2c2f8e57ce9b|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
0aec27c8-f5a6-41a7-a505-2c2f8e57ce9b|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
0aec27c8-f5a6-41a7-a505-2c2f8e57ce9b|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
0aec27c8-f5a6-41a7-a505-2c2f8e57ce9b|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2025-12-05T05:33:06.4943773+00:00" Version="0" EchoToken="Search" TransactionIdentifier="0aec27c8-f5a6-41a7-a505-2c2f8e57ce9b" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="6.06" OriginalAmount="6.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76264883" Longitude="100.50184789" StarRating="1" HotelCode="425273|euro_asia_hostel_" HotelName="Mint Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>316/1 Samsen Soi 4, Banglamphu, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/b2/5db23a2eff78e49ba095be7957235602b58903bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service and a bar. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6.06" OriginalAmount="6.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.726310109903" Longitude="100.51686673153" StarRating="2" HotelCode="380544|centaur_inn" HotelName="Centaur Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Bicycle Rental,Designated Smoking Area,Housekeeping,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>295/1-11 Thanon Surawong, Suriya Wong, Khet Bang Rak, Krung Thep Maha Nakhon, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/5c/615c396ade3e82b46c6f8fd4b7ac1a7ee7e72f71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centaur Inn is within walking distance to Patphong night market has. It offers air conditioned rooms...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="7.07" OriginalAmount="7" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.762680731824" Longitude="100.50173782896" StarRating="2" HotelCode="482015|173229" HotelName="Ploy Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>316 Soi Samsen 4, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/93/15935ef5b8325532c1505178b9e58fe1167c7216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.09" OriginalAmount="9.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.79751455" Longitude="100.62377287" StarRating="2" HotelCode="586738|nr_guesthouse" HotelName="Nr Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>454/289 Soi Lat Phrao 87, Lane 22, Khlong Chaokhunsing, Wang Thonglang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/2c/d22c1f2da05d260278696b6cce98bc3a14095200.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.72" OriginalAmount="9.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.803406513748" Longitude="100.60171018607" StarRating="3" HotelCode="337800|3547365" HotelName="Fullrich Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>9/122 Naknivas 21, Ladprao 71, Ladprao, Bangkok, Bangkok Province 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/b5/55b5e530a11507fbee7031476fd5f36d6d38a60d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="10.10" OriginalAmount="10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.699275737142" Longitude="100.60510501709" StarRating="2" HotelCode="398682|61986" HotelName="Hostel 24" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>63 Sukhumvit Soi 93, Bangchak, Phra Khanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/64/b0646591ff8838aa89e039149f630e4eab0792a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11.11" OriginalAmount="11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75777913" Longitude="100.64282367" StarRating="2.5" HotelCode="603192|232367" HotelName="Md Rose Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>40 Soi Ramkhamhaeng 50, Bang Kapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/06/b806d8878b69348763652c61403bba1ffca4dc8f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.11" OriginalAmount="11.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75865679" Longitude="100.49937952" StarRating="2" HotelCode="782948|new_central_guesthouse" HotelName="New Central Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>81/1 Tanao Road, Bang Lumpoo, Chanasongkram, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/d6/88d614972f135d14e429b11f9fac082afed8bf7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.11" OriginalAmount="11.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.736145130704" Longitude="100.60330049755" StarRating="2" HotelCode="380552|orchid_house" HotelName="Orchid House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>77 Sukhumvit, Soi 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/88/078867ec682c612dfccaaa12b826780a44163b2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12.12" OriginalAmount="12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.8901397" Longitude="100.61447349" StarRating="2.5" HotelCode="585096|232220" HotelName="Gedkanok Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>176/12 Prahonyothin 50 Road, Kongtanon, Saimai, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/d5/a5d5dda49ba07c0906f15b7feaaa2d17cd119d4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12.12" OriginalAmount="12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78211975294" Longitude="100.64375587441" StarRating="2.5" HotelCode="398736|83713" HotelName="Happyland Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>444/8 Nawamin Road Soi Soonbunterngkankahappyland, Klongchan, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/44/d244283fbee86a122039b2083a1d25383a623861.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12.12" OriginalAmount="12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71252419" Longitude="100.59357868" StarRating="2" HotelCode="495634|202968" HotelName="Sleep Dee Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1112/35-36 Soi Sukhumvit 48, Sukhumvit Road, Phra Khanong, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/81/9981d2f467df39bb947139d8f2a9f56e346c8a38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Sleep Dee Hostel to discover the wonders of Bangkok. The hotel offers guests a range of serv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12.12" OriginalAmount="12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77223319" Longitude="100.48468626" StarRating="2" HotelCode="760914|285714" HotelName="Tuk Tuk Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>101 Somdet Prapinklao Road, Bang Yi Khan Bang Phlat, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/61/386109d79555611f8d627228640a1f7cf7e3e019.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.12" OriginalAmount="12.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.790281614731" Longitude="100.55093853499" StarRating="2" HotelCode="346034|newyork_suite_hotel" HotelName="Newyork Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>26 Suttisanwinidchai Soi 3, Suttisan Road, Samsaennai, Amphoe Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/70/83703758dcad77bb5474c2133162646a946299cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.60" OriginalAmount="12.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.787346" Longitude="100.704636" StarRating="3" HotelCode="188260|930485" HotelName="Tara Lake Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Ratpattana Road, Soi Ramkhamhaeng 160, Saphan Sung, Bangkok 10510</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/7b/b57b6049c1c6db7b66a7d5f3650dc11ea65f9009.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13.13" OriginalAmount="13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7572576" Longitude="100.63916351" StarRating="2" HotelCode="765626|324697" HotelName="Goody Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Soi Ramkhamhaeng 40, Hua Mark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/79/a1793fb1c601cd8af28b56a126fceb0b955049c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13.13" OriginalAmount="13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78841298" Longitude="100.60463926" StarRating="2.5" HotelCode="602964|232255" HotelName="Homeplace Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15-15/1 Latprao Road Soi Latprao 78, Khwaeng Wang Thonglang, Ladprao, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/37/9d37b0d8f911b732ce6ec170e86c7741c834a362.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13.13" OriginalAmount="13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.884091765912" Longitude="100.62406599943" StarRating="2" HotelCode="380530|173813" HotelName="Phurahong Homestay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>45/4 Phaholyothin Yak 52 Moo 4, Soi 52, Saphanmai, Klongthanon, Saimai, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/80/dd80eb3633f05cd8dd68d3e8983237f6396fda23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13.13" OriginalAmount="13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.704659995397" Longitude="100.5956937419" StarRating="2" HotelCode="378328|202974" HotelName="VX The Fifty Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>285/2-4 Sukhumvit Soi 50, Sukhumvit Road, 400 m from BTS OnNut on the left side, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/43/c343480d399d63693f5b1b0db6b44ca320b61660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13.13" OriginalAmount="13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740151362228" Longitude="100.55303649389" StarRating="2" HotelCode="429474|58605" HotelName="White Orchid Inn II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21/14 Sukhumvit Soi 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/01/4d0160bab5151fede40a9218b2b08826b5234dff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at White Orchid Inn II in Bangkok Sukhumvit, you'll be convenient to E...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.13" OriginalAmount="13.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78445796" Longitude="100.62022163" StarRating="1" HotelCode="520191|resortel_" HotelName="Resortel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Designated Smoking Area,Elevator,Internet,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>25 soi 91 Ladprao Rd, Wangthonglang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/52/ec527500cb9158381b617ef8889ce704ec42bd54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Bangkok, Resortel puts everything the city has to offer just outside your...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.13" OriginalAmount="13.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78553256" Longitude="100.57071447" StarRating="0" HotelCode="747225|ratchada_17_place" HotelName="Ratchada 17 Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Elevator,Internet,Laundry,Luggage Storage,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>368 Soi Inthamara 47, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/f9/82f9130167e36d3ca872aff1143c2fd956338270.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star Ratchada 17 Place offers comfort and convenience whether you're on business or holiday in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.13" OriginalAmount="13.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.82254601" Longitude="100.57922089" StarRating="0" HotelCode="568962|suayai_guesthouse" HotelName="Suayai Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Garden,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>6/11 Ratchadapisek 36, Chatuchak, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/7e/3c7eccc7b0a6400b46f794b96204e40b58bab01c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ratchadaphisek, Suayai Guesthouse is a perfect starting point from which to explore Bangk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.38" OriginalAmount="13.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.649452138125" Longitude="100.44456062049" StarRating="2" HotelCode="339585|3590175" HotelName="Latin Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>10/15 Takam Road, Latin Garden, Soi Takam 9/1, Samaedam, Bangkuntein, Bangkok 10150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/68/886805a7dc9495ef5c98ded3c2e3925cc758cf1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Latin Garden Apartment is a popular choice amongst travelers in Bangkok, whether exploring or just p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.58" OriginalAmount="13.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.768763" Longitude="100.632308" StarRating="3" HotelCode="115816|249116" HotelName="Metropoint Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>666 Soi Ladprao 130, Ramkhamhaeng 81, Ladprao Road, Klongjun, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/b2/38b28e23122a6d4f4fe00c9aeeb562bf51b2d0af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is located right in the heart of Bangkok. Its setting is especially ideal for ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.81" OriginalAmount="13.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="118728|1863228" HotelName="Win Long Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Charoenkrung Road, 1179/42 Soi Charoenkrung, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/180348/180348a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14.14" OriginalAmount="14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71454088" Longitude="100.59584037" StarRating="2" HotelCode="611012|232083" HotelName="Backpack Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>24-24/1 Sukhumvit 71 Road, Soi Pridi Banomyoung 2, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/a1/3fa1c224273275b96cc57fae4e0e059ada97cdb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14.14" OriginalAmount="14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71654292" Longitude="100.52053448" StarRating="2" HotelCode="628630|254003" HotelName="Danee Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>286 South Sathorn Road, Soi Charoen Rat 1, Yan Nawa, Sathorn, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/61/e8613c7f97403927bc44ea7ca3aab0a1342701e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14.14" OriginalAmount="14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.70202082" Longitude="100.48557176" StarRating="2" HotelCode="520083|232325" HotelName="Kayaplace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Elevator,Internet,Laundry,Parking">
        <Address>
          <AddressLines>
            <AddressLine>11/21 Soi Taksin 33, Taksin Road Bukkalo, 10600 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/a1/0ca1b2639fa5c7c1e19ba13425bc035769d9932c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Kaya Place offers comfort and convenience whether you're on business or holiday in Bangko...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.14" OriginalAmount="14.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78750889" Longitude="100.57552631" StarRating="3" HotelCode="440160|sidare_bed_and_breakfast" HotelName="Sidare Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>127-129 Soi Udomsuk, Huaykwang, Huai Khwang, 10320 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/3c/4e3c03578908b7482b76ecb1af3e8f97d5cc967d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.14" OriginalAmount="14.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739671022925" Longitude="100.56545121063" StarRating="2" HotelCode="405512|1sabai_hostel" HotelName="1Sabai Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>120/19 Sukhumvit 23, Khlong Toei, Wattana, Bangkok, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/20/7f20e6ae3e8845a1116ad562ea67b75a664d5db6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers a bar. Wireless internet access is available to guests in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.14" OriginalAmount="14.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.731265126992" Longitude="100.52161880013" StarRating="3" HotelCode="440917|isanook_hostel_2" HotelName="iSanook Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>238 238/1 238/2 Siphraya Road, Soi Songphra, Kwang Maha Pruttaram, Khet Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/b3/d3b3250b9cb18d4ba5ea046f54731fcbddc243a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel features various services and facilities, including a bar and a transfer service, for a c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.14" OriginalAmount="14.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.8457354" Longitude="100.66721786" StarRating="2.5" HotelCode="623428|sk_resort" HotelName="SK Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1/1 Khubon Soi 6 Road, Ramintra, Kannayao, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/7c/407c2d6986cd45353b20375a380a4f36b09d16b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.14" OriginalAmount="14.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78743732" Longitude="100.63124762" StarRating="3.5" HotelCode="435400|the_bedroom_ladprao_101" HotelName="The Bedroom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Ladprao 101 Road, Yak 38, Klongchan, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/f5/e6f5bc086bdbb9be01cca231a6e1c0b712cc5489.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.14" OriginalAmount="14.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727193355201" Longitude="100.53079388433" StarRating="2" HotelCode="407605|hq_hostel_bangkok" HotelName="HQ hostel Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5/3-4 Silom Soi 3 Silom Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/3d/623d784106eb417989580ce1e43dc2a56e01fb93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.14" OriginalAmount="14.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74427908" Longitude="100.5509259" StarRating="2" HotelCode="548932|onthebed_hostel" HotelName="Onthebed hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11/9 Sukhumvit 1, Sukhumvit Road, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/78/d478133ed283e1cf7b385ee74ada57ee05a0f7ca.jpeg</HotelPictures>
        <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="14.14" OriginalAmount="14.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.884435138999" Longitude="100.60638351873" StarRating="2" HotelCode="392710|48_ville_2" HotelName="48 Ville Donmuang Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>94/1 Phaholyothin 48, Phaholyothin Road, Anusaowaree, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/03/5e03a1f4ded30cd5fd25f98ef6b7fe231a6a2832.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests of the accommodation can reach various storeys quickly and easily by lift. Services and facil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.17" OriginalAmount="14.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.766485107131" Longitude="100.63315882963" StarRating="3" HotelCode="342204|3626855" HotelName="Baron Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>777, 777/1 Soi Ladprao 130, Ladprao Road, Klongjun, Bangkok 10240, Bangkapi</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/af/28afb3ee8be3682d5c3553b29a770775249542f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.27" OriginalAmount="14.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719928740217" Longitude="100.54898855898" StarRating="3" HotelCode="225554|2261065" HotelName="The Boss's Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Room Service">
        <Address>
          <AddressLines>
            <AddressLine>35/33 Soi Suwan Sawat, Rama 4 Road, Thungmahamek, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/e5/9ae51d29390fb6de0e8a5ea84b6072ef6d62b32a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Boss's place is for the client who want to rest of the crowded. This hotel have only king size b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.40" OriginalAmount="14.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7735315" Longitude="100.6317901" StarRating="3" HotelCode="310416|1226108" HotelName="Livotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>707 Soi Lat Phrao 130, Lat Phrao Road, Bangkapi, 10240 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/8f/dd8f3ef08129a8d0a6404de3fd4c86a0bf79f08c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.94" OriginalAmount="14.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72115" Longitude="100.765056" StarRating="3" HotelCode="98789|248006" HotelName="Floral Shire Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Soi Lad Kra Bang 42, Lad Kra Bang Road, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/40/b240439e38777ff0907bd76b7c6d729e29f59a5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This standard resort is situated conveniently close to Suvarnabhumi International Airport, which is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.01" OriginalAmount="14.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71380888" Longitude="100.58106392" StarRating="3" HotelCode="338608|2486635" HotelName="Nine Place - Sukhumwit Soi 40-Rama4 branch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>3757/5 Sukhumwit Soi 40 Road, corner Rama 4 Road, Sukhumvit Road, Prakanong (Phra Khanong District), Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/ee/bcee49c65e47cdf1ae1220715ed2e0aa9c302e7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A laundry service is available to travellers. Wireless internet access is available to guests in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.13" OriginalAmount="14.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.758336431842" Longitude="100.49992570127" StarRating="0" HotelCode="188249|5001305" HotelName="Siam Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi Pradiphat 10, Samsen Nai, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/7e/797ef0b008813eb3878208c632f542615b8f08e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15.15" OriginalAmount="15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.88540765" Longitude="100.61878003" StarRating="2" HotelCode="768141|324683" HotelName="A.M. Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88-99 Phahon Yothin 50, Thepharak Road, Khlong Thanon, Sai Mai, Ban Chuat Plai Mai, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/fb/67fb80932d85f99576a1492ece1c7a23e959a5ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15.15" OriginalAmount="15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71174051" Longitude="100.40291094" StarRating="2.5" HotelCode="604126|232065" HotelName="At Yaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 24/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Soi 88/1 Petchakasem Road, Bangkarenua, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/ee/04ee01a77baee16f583b2988a2b4d949b4400c5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at At Yaya in Bang Khae, you'll be within the vicinity of Taling...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15.15" OriginalAmount="15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.81918105" Longitude="100.5803044" StarRating="3" HotelCode="753108|324687" HotelName="Be My Guest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Soi Ngoen, Ratchada 36 Alley, Lane 17, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/24156/2524156/1.jpg?f=15501628</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15.15" OriginalAmount="15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.64951826" Longitude="100.4456191" StarRating="3" HotelCode="539331|246212" HotelName="Eurna Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>101/1-2 Soi Thakham 9/1, Thakham road, Samadam, Bangkhuntien, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/cf/82cf2ead7786329ca2f14ed634ad3ace85300b22.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort offers a baggage storage service and a restaurant. Wireless internet access is available ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15.15" OriginalAmount="15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77121957" Longitude="100.63581799" StarRating="3" HotelCode="522155|173253" HotelName="GreenHouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>665 Ladprao 107 Lane 29, Bang Kapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/2a/3e2a90a89639337f21691f669c50a0b39d2b49a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15.15" OriginalAmount="15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75365497" Longitude="100.64324117" StarRating="3" HotelCode="495276|173285" HotelName="Lucky Green View" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>137 Soi Ramkhamhaeng 50, Bangkapi, Bangkok, 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/d9/7fd9f249764cc512744efe2efb9e098ee80b70a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15.15" OriginalAmount="15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.86121942" Longitude="100.55169637" StarRating="2" HotelCode="569577|226700" HotelName="Nice Bird Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11/159 Soi Chinnakhet, Ngamwongwan 43, Ngamwongwan Rd., Tungsonghong, Laksi, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/8f/918fff5876b85eaa39d4b7414951b73d5bea960b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a range of services and facilities, making it ideal for business travell...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15.15" OriginalAmount="15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.83318359" Longitude="100.57162149" StarRating="2.5" HotelCode="604203|232940" HotelName="Rabbit Room" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1895/2 Phahonyothin Road, Lard Yao Jatujuk, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/92/3792d18c093e198100cb4fc1b2cc0de82e02321c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15.15" OriginalAmount="15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.92801531" Longitude="100.58516862" StarRating="2" HotelCode="746420|285596" HotelName="Naptel Don Muang Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Soi Song Prapha 26, Don Mueang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/90/fc900bf6654f9b7eec43656e2b83daca178c5bec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15.15" OriginalAmount="15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.91790291" Longitude="100.57931221" StarRating="3" HotelCode="787132|367860" HotelName="Sabai Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>553 Chang Akat Uthit Road, Don Muang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/b4/dbb457bd1880da974fccf26c52693ca7dd33fee1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15.15" OriginalAmount="15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.774167829931" Longitude="100.56079064047" StarRating="2" HotelCode="398329|62487" HotelName="The Living Room Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>5073/8 Prachasongkhro Road Soi Prachasongkhro 25/1, Dindang, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/20/7d2028bd2076ad45df5fe03c3542c81024a16cc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15.15" OriginalAmount="15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75961749" Longitude="100.63903224" StarRating="3.5" HotelCode="945563|233511" HotelName="Zircon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8/8 Ramkamhaeng 40, Ramkamhaeng Road, Huamark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/c0/8ac00543a3db2518e2e7f115af84c6ae30fa3155.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.15" OriginalAmount="15.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.752018874406" Longitude="100.63423941143" StarRating="3.5" HotelCode="346121|the_xtreme_hotel" HotelName="The Xtreme Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Huamark Road, Huamark, Amphoe Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/be/0bbe6fecfebdf102c2e2b8320943ab0f3cdb132d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.15" OriginalAmount="15.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.8374888" Longitude="100.57383731" StarRating="0" HotelCode="570585|kaset_guesthouse" HotelName="Kaset Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Garden,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>2003/62 Soi Land development Department, Jatuchak, Chatuchak, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/ae/daae13cd338ec6e059ba7bcb168cfddc341eda7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Chatuchak, Kaset Guesthouse promises a relaxing and w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.15" OriginalAmount="15.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.870408554911" Longitude="100.55486423141" StarRating="3" HotelCode="380435|the_european_place" HotelName="The European Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Soi Ngamwongwan 47 Yak 41, Chinnakhet Road C 2/39, Toong Song Hong, Lak Si, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/d3/ffd31ea3d95e66ceab4f1beccf9408715fe7665a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="15.39" OriginalAmount="15.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.722438558612" Longitude="100.73902845383" StarRating="3" HotelCode="96823|653299" HotelName="Silver Gold Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>541/1 On-nuch Road (Huatakhe Market), Latkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/d5/c6d5eb3c95cc759072c66a2a2a5e9bddad147d2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 25-minute drive from the centre of Bangkok, 5 km from Ladkrabang train station, and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="15.49" OriginalAmount="15.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.688950977979" Longitude="100.60795426369" StarRating="3" HotelCode="75136|664669" HotelName="Convenient Park Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Soi Sukhumvit 62/3, Bangchak, Phrakhanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/ec/e1eceb252e5b3968d778dd0bc271fc2a0938e550.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies in Sukhumvit, an area that, in many ways, epitomises modern Bangkok: It is char...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.59" OriginalAmount="15.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71034229" Longitude="100.62925311" StarRating="3" HotelCode="255925|1168908" HotelName="The Loft 77" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1707 Sukhumvit 77 (onnuch), Suanluang, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/1d/671d6cb98c11608fed6df45d540cba26ed55a99e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.11" OriginalAmount="15.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753490624912" Longitude="100.60832977295" StarRating="3" HotelCode="60401|46314" HotelName="The Seasons Bangkok Huamark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Soi Ramkamhaeng Road 15, Huamark, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/d3/6dd39248c8d1549dc40125964a79893ab51ca069.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the Ramkhanhaeng area of Bangkok. From the hotel, guests have direct access to the P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.14" OriginalAmount="15.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.769138264284" Longitude="100.63226820503" StarRating="3" HotelCode="74970|958925" HotelName="Vabua Asotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>392 Soi Ladprao 130, Ladprao Road, Klongjun, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/5c/375c5853e1f50eba1b6cddcf4fc69b3001af8438.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to a shopping mall, department stores and an underground train station. G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.16" OriginalAmount="16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.682163456949" Longitude="100.47505161219" StarRating="3" HotelCode="378962|172665" HotelName="14 Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rama 2 Road Soi 16, Bangmod, Jomthong, Bangkok 10150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/fc/80fcf5e064ec6316c1d1a2d1e00e6632ac94a206.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Bangkok, this hotel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.16" OriginalAmount="16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.70729268" Longitude="100.41654402" StarRating="2" HotelCode="565626|232190" HotelName="Diamond Sweet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>58/1 Soi Petkasem 41, Petkasem Road, Bangkae, Bangkok 10160</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/55/26551b2f409e8fa33fa3bb20a4d91931a7a52fad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.16" OriginalAmount="16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75332131" Longitude="100.63595002" StarRating="4" HotelCode="572930|232358" HotelName="Livotel Hotel Hua Mak" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>33 Soi Ramkhamhaeng, 32 Soi Hua Mak 20, Bang Kapi District, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/af/bbaf9578d7acbf6eba7dcfd5991111977e46ffb2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a hairdresser and a conference room. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.16" OriginalAmount="16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78942087" Longitude="100.5749766" StarRating="2" HotelCode="639628|271477" HotelName="Pastel House Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1312 Soi Udomsuk 1, Sutthisan Winitchai, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/c4/28c4557a6dbb256aa97acfb8eecd05919d49cc25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.16" OriginalAmount="16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.716851342738" Longitude="100.55692547915" StarRating="2" HotelCode="380423|58208" HotelName="Penang Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>96/154 Sunthonkosa Road, Penang Market, Klongtoei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/a2/53a25923166d12dd6905f392df5a4ecda583f34f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.16" OriginalAmount="16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75817194" Longitude="100.64266866" StarRating="3" HotelCode="423206|438592" HotelName="Salin Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40/1 Soi Ramkamhang 50, Ramkhamhaeng Road, Hua Mark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/3b/923ba408260aa507d5eca8e2156b29d555b9df32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment has rooms with daily and monthly rates convenient. And furniture air conditioning TV L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.16" OriginalAmount="16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77786283" Longitude="100.62286165" StarRating="2" HotelCode="954205|233146" HotelName="Sriprajuk Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>120 Soi Lad Phrao, Lad Phrao Road, Wangthonglhang, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/04/3504362d5b49c2165b6f51aa992f33368926903e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.16" OriginalAmount="16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.767747707573" Longitude="100.63263442791" StarRating="3" HotelCode="383775|58676" HotelName="Synsiri 1 Ladprao 130" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>400 130 Lat Phrao Road Soi Lat Phrao, Khwaeng Klong Chan, Khet Bang Kapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/9b/4c9beccffbc0376cdbc9b48556fd014e8e97881e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.16" OriginalAmount="16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78949595" Longitude="100.57596698" StarRating="2.5" HotelCode="613072|246242" HotelName="The Corner Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1364 Sutthisan Winitchai Road, Soi Sudprasert 2 Alley, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/96/f296cf005458f9a99a7d2105bc46fecd2a777850.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.16" OriginalAmount="16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.676062767596" Longitude="100.64297459032" StarRating="3" HotelCode="394197|62402" HotelName="Varrzon Residence Srinakarin 56" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>20 Srinakarin 56 Road, Nongbon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/73/0173b41844428ba4021a737c5ec8cd2ae5de7ef9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.16" OriginalAmount="16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.771163684038" Longitude="100.63216303616" StarRating="2" HotelCode="384879|61435" HotelName="Viewplace Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>29 Soi Ladprao 130, Klongjan, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/ed/d8ed49d78cfa235c420810983f73c89cd574d8ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.16" OriginalAmount="16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.707802352552" Longitude="100.6179318825" StarRating="3" HotelCode="429468|63827" HotelName="Wealth 30th Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Coffee Shop,Designated Smoking Area,Elevator,Housekeeping,Internet,LCD/Projector,Parking">
        <Address>
          <AddressLines>
            <AddressLine>27/1 Sukhumvit Road, Soi Onnut 30, Suangluang District, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/43/31431c1c487c755af91136fe6c1191e3ca031507.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Wealth 30th Apartment in Bangkok, you'll be close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.16" OriginalAmount="16.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.67712" Longitude="100.65721" StarRating="3" HotelCode="142232|1127958" HotelName="The Residence Airport &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Airport Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1, 135/1 Soi Chaloemprakiat 25, Sukhumvit 103 Road, Udomsook Near Suan Luang Road 9, Nongbon, Bangkok, Pravet</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/5b/345bd47dfa30b00facdbcf5d5d06e59689f212c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 15 minutes from the new Suvarnabhumi International Airport (approximately ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.16" OriginalAmount="16.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.69077819" Longitude="100.64066812" StarRating="2.5" HotelCode="438859|42_place" HotelName="42 Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>68/1 Srinakarin Soi 42, Srinakarin Road, Nong bon, Prawet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ef/f4eff975eb42d02cffdf20aed86509327fa4427e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.16" OriginalAmount="16.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77106681" Longitude="100.5051876" StarRating="2.5" HotelCode="520319|shanti_lodge_2" HotelName="Shanti Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Hotel,Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>37 Sri Ayutthaya Road, 10300 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/4f/e04fb3e88c400e21ac44a15ace7c551ad6aa2170.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.16" OriginalAmount="16.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.759389054279" Longitude="100.49556459728" StarRating="3" HotelCode="380414|pannee_lodge" HotelName="Pannee Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Chakrapong Road, Banglampoo, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/61/de61293dcd8c77593057bf3aa1e09c4d43b89571.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.16" OriginalAmount="16.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.839139015792" Longitude="100.63381829757" StarRating="3" HotelCode="346004|pakd_resort" HotelName="Pak-D Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Soi Ramintra 34, Yuyen Road, Ladpharo, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/e8/02e8e77b5b0599ec6ee23ef3cdaabd96016acfc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.16" OriginalAmount="16.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75540502" Longitude="100.50078833" StarRating="2.5" HotelCode="547548|ban_thungdang_boutique_hotel" HotelName="Ban Thungdang Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>117-119 Trok Sin, Dinso Road, Bovornivat, Pranakorn, Khaosan, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/98/4d/984d0b07f9f7a7eb715cd750f77b25a68b06a45f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.16" OriginalAmount="16.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.86336382464" Longitude="100.5577812951" StarRating="3" HotelCode="398529|bcj_residence" HotelName="BCJ Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>15 Ngam Wong Wan Road, Yaek 18, Soi 47, Thung Song Hong, Laksi, Don Mueang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1c/18/1c188b0e50a9c07ae0a9bae95bd63ce95d7a6907.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.16" OriginalAmount="16.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.789806632484" Longitude="100.55194563967" StarRating="3" HotelCode="338536|nice_palace_hotel" HotelName="Nice Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>72/54 Shutthisan Road Soi Inthamara 1/1, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/f1/d9f1d9e12251cad39a29b26be005af9167bfe65f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.16" OriginalAmount="16.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.831728311391" Longitude="100.56701052357" StarRating="3" HotelCode="376596|pannapat_place" HotelName="Pannapat Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181/11 Soi Phaholyothin 35, Lad Yao, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/0b/1a0bebb6723860e6662c284f5e1fd915655ea26e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.20" OriginalAmount="16.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.829496104833" Longitude="100.57128135536" StarRating="3" HotelCode="340639|3626985" HotelName="Sena House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>15/1-9 Soi Phaholyothin30 Phaholyothin Road, Chankasem Chatuhak Bangkok, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/b5/7bb5792fb1fa973b0e4c2c7fa6ea541d84d35aea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="16.40" OriginalAmount="16.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742943372005" Longitude="100.601859569" StarRating="3" HotelCode="36349|7222120" HotelName="Nasa Vegas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Ramkhamhaeng Road, Sukhumvit 71 Road, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/8c/ab8c2b984b203bfb421da822039f9e6cf5ae81e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.54" OriginalAmount="16.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753773423517" Longitude="100.64441039293" StarRating="3" HotelCode="340284|2180595" HotelName="B2 Bangkok Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 24/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>12 Srinakharin 2, Kornkanok Road, Hua Mark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/16/6b16d160d2a55829eec7ba3c581eb53d92c26e1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in Suvarnabhumi Airport. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.55" OriginalAmount="16.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7203" Longitude="100.730139" StarRating="3" HotelCode="136258|104791" HotelName="Regent Suvarnabhumi Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30/1-32/1 Soi Ladkrabang 22, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/87/3e875a77a3bff34772cb76aea7672b1afda7ccfb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is about 4 km from Suvarnabhumi Airport. The centre of Bangkok is just a 35-minute drive a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.17" OriginalAmount="17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.81856918" Longitude="100.59234648" StarRating="3" HotelCode="585240|232038" HotelName="48 Metro Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lat Phrao Wang Hin 48, Ratchada 32, Ratchadaphisek, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/a4/5da4a521580f45cb699a596427a74328e89cd9ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.17" OriginalAmount="17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.715789246059" Longitude="100.47002995445" StarRating="3" HotelCode="378932|173298" HotelName="Beerapan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>158 Wutthkat Road, Soi Wutthakat 14, Taladplu, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/59/aa59af196a275d4729baa7bd1dc6040454810915.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.17" OriginalAmount="17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76138406" Longitude="100.49407199" StarRating="2" HotelCode="783021|367542" HotelName="Bella Bella House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Soi Rambuttri, Phra Athit, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/95/9c956757aa8e52dae4945a53a20118a23371c6c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.17" OriginalAmount="17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.70641507" Longitude="100.59614689" StarRating="3" HotelCode="480821|202953" HotelName="Hide Bangkok Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>886 Sukhumvit 50 Road, Phra Khanong, Khlong Toei, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/0d/930de059c82ddbec9aa29079250a456c9091a960.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in the centre of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.17" OriginalAmount="17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76241843" Longitude="100.7476675" StarRating="2.5" HotelCode="601700|232360" HotelName="Loft 21 Apartment Romklao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>44 Soi Romklao 21, Romklao Road, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/29/0c293482bec053e61b8dc1570e8ce23572b809fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.17" OriginalAmount="17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738842769483" Longitude="100.55305774246" StarRating="3" HotelCode="309877|58621" HotelName="Orchid Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20/6 Sukhumvit, Soi 4, Klongtoey, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/37/483796ea086faf49bb2fb5f0b7310849ca8ce99e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.17" OriginalAmount="17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.80196499" Longitude="100.58457655" StarRating="2" HotelCode="520108|232836" HotelName="Pawana Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>235 Ladprao 41 Yak 2, Samseannok, Huaykwang, 10320 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/a5/76a510c6d3bc16cc007090e0acedc09e213186cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.17" OriginalAmount="17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.89310693" Longitude="100.56301197" StarRating="3" HotelCode="604351|233022" HotelName="Room For You" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36/40  Soi Noung Condominium Laksi Moo 1, Don Muang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/d2/71d209bc0be68444ecf7d53d4931a50fb9a6dc9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.17" OriginalAmount="17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73077291" Longitude="100.56387342" StarRating="3" HotelCode="359397|61009" HotelName="Sukhumvit 20 Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64/1 sukhumvit soi 20 klongtoey bangkok, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/e1/ffe1259a11cdc90a3a053d7df1e1e298ddd76881.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.17" OriginalAmount="17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.92937995" Longitude="100.58415132" StarRating="0" HotelCode="841572|495241" HotelName="Sweetloft Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>30 Soi Song Prapha, Donmuang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/99/3499c7b621363b3bcca2b5d4992e6447b4f7137e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.17" OriginalAmount="17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727755642508" Longitude="100.53645349112" StarRating="2" HotelCode="378819|201331" HotelName="The Cube Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3/9 Saladaeng Road, Silom, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/24/53/24537e0816d9c5b850a593ead69bda476141d2b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.17" OriginalAmount="17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71257591" Longitude="100.593721" StarRating="3" HotelCode="615185|367951" HotelName="@Sleep Walk" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1112/128-129 Sukhumvit Road, Phra Khanong, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/cb/08cbd5bccd96efca87bc0f3d5e0e9d50c6c24f7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.17" OriginalAmount="17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741066877919" Longitude="100.55301380341" StarRating="2" HotelCode="429472|58659" HotelName="White Orchid Inn I" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21/7 Sukhumvit 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/bf/a9bfc1e2f206a1e7a9acbd828eedc99784af95eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at White Orchid Inn in Bangkok Sukhumvit, you'll be minutes from Embas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.17" OriginalAmount="17.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.841632078392" Longitude="100.55977776163" StarRating="3" HotelCode="384273|room_at_vipa" HotelName="Room At Vipa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>71/14 Vibhawadee 44, Lad-Yao Chatujak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/ce/04ce1fc6aee36976b40c59da7dc42227235a0587.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.17" OriginalAmount="17.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.83110346" Longitude="100.57197057" StarRating="3" HotelCode="495250|the_bangkok_major_suite" HotelName="The Bangkok Major Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1658 / 18-21 C 30/1 Phaholyothin, Chan Kasem Road Chatuchak, 10900 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f2/f3f23fa77237ec90e844c821ae8b57c58a20604b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.17" OriginalAmount="17.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76368599" Longitude="100.48298445" StarRating="3" HotelCode="425336|rd_hostel" HotelName="RD Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Concierge,Designated Smoking Area,Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>10/13-16 Arunamarin Road, Arunamarin, Bangkoknoi, 10700 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/d7/0fd7af5aac7691a71320bac804f718cea0f23cd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Bangkok Riverside, RD Hostel promises a relaxing and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.17" OriginalAmount="17.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76321723" Longitude="100.50003731" StarRating="1" HotelCode="520182|full_hostel_" HotelName="The Twins Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>196 Samsen soi 2, Bannphanthom, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/7d/0f7d20e430861d2fae392bf553fdad64901473ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.17" OriginalAmount="17.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78485981" Longitude="100.56719556" StarRating="3" HotelCode="384143|buddy_place" HotelName="Buddy Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>169 Between Soi Inthamara 47-49, Dindang, Ratchadaphisek, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/fb/57fbba8b3db3733338992a49974a692a1483e73e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.17" OriginalAmount="17.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76798172" Longitude="100.47669866" StarRating="3" HotelCode="363208|thamrongin" HotelName="Thamrongin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>665/3 Charan Sanitwong Rd., Arun Amarin Bangkok Noi, 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/16/ef16b13f746689ec428f9d17ae9b25b4a90dfbd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.17" OriginalAmount="17.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.725524" Longitude="100.580198" StarRating="2" HotelCode="65490|sawasdee_sukhumvit_inn" HotelName="Sawasdee Sukhumvit Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Sukhumvit 57, Prakanong, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/45/6845a100219e648f8c3f9077c3068cae29c35d17.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at Sukhumvit Soi 57, which is in the heart of all the conveniences of cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.17" OriginalAmount="17.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760198911636" Longitude="100.49840983421" StarRating="2" HotelCode="903161|thai_cozy_house" HotelName="Thai Cozy House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111/1-3 Tanee Road, Taladyod, Panakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/52/db525f59e04cec7e9ff25d50b952c0add1faff2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.17" OriginalAmount="17.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.726678586777" Longitude="100.52098434653" StarRating="2" HotelCode="384298|o_nidra_house" HotelName="O' Nidra House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>288/18 Surawong Road, Si Praya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/97/fd97eef7b854e07dc4991611a8a430e2c3c85f81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.17" OriginalAmount="17.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719742" Longitude="100.775874" StarRating="2.5" HotelCode="888671|thong_ta_resort_and_spa__suvarnabhumi_airport" HotelName="Thong Ta Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1888 Onnut-Latkrabang Road, Latkrabang, 10520 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fc/abfc44ae4b4c4447444315ee3786a01e878aecfd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nearby attractions include the Ancient City, the world's biggest open-air museum and Samut Prakarn C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.17" OriginalAmount="17.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739213345245" Longitude="100.55487082501" StarRating="3" HotelCode="380408|orchid_place" HotelName="Orchid Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17/4 Sukhumvit, Soi 6, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/8a/a98a186812672e053f84d28f8f44e0bb08110fb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.17" OriginalAmount="17.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.695515451408" Longitude="100.64156234264" StarRating="3" HotelCode="903537|the_heritage_hotels_srinakarin" HotelName="The Heritage Hotels Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Suphaphong 1 Yak 6, 7/149 Moo 1 Soi, Srinakarin 40 Road Nongbon Praves, 10260 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/03/e10314d5936d03aaace782990536d8686ed5715a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance of various major shopping centres, restaurants and bars. Guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.22" OriginalAmount="17.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73896851" Longitude="100.55299043" StarRating="3" HotelCode="267694|1576318" HotelName="Heaven - 4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20/3-4 Sukhumvit Soi 4, Sukhumvit Road, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/fa/08fad7523ec9d77bed5c98c54f6a316789e77bec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.53" OriginalAmount="17.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.674318" Longitude="100.648056" StarRating="3" HotelCode="185917|3662625" HotelName="Romance Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>99/19 Soi Srinakarin 65, Srinakarin Road, Pookmit, Nongbon, Pravate, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/8f/7f8f3eadbbe3a4f9001f5156d5da7cc10dbb275d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the business and shopping district of Bangkok on Bangna-Trad Ro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.61" OriginalAmount="17.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723262" Longitude="100.753756" StarRating="3" HotelCode="189255|1576398" HotelName="The Phoenix Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88 Ladkrabang Soi 7, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/9c/569c7f9feb7963a8889f42369e16c92a810b9c65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Ladkrabang Road. There is a 7/11 convenience store located just nearby and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.64" OriginalAmount="17.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.794312" Longitude="100.710639" StarRating="3" HotelCode="188259|930505" HotelName="Tara Garden Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi Ramkamhaeng 164, Ramkamhaeng Rd, Minburi, Bangkok 10510</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/c2/eac27414cbb22db4b091a195f459a4c4be0db156.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.78" OriginalAmount="17.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.762096770096" Longitude="100.49531399144" StarRating="3" HotelCode="225555|1240538" HotelName="New Siam III Guest House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Chakrapong Road, Soi Rambuttri, Chanasongkram, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/43/ce435f2ff6a5d924fff21f60dec5ad9def557d3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.80" OriginalAmount="17.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.825017381495" Longitude="100.55946333453" StarRating="2.5" HotelCode="339568|2261285" HotelName="Coral Grand Place Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4/8-9 Vipavadee 32, Jatujak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/63/3363d8b6b8557835162f975e1e77711758bca4c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.89" OriginalAmount="17.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723089110832" Longitude="100.54998786881" StarRating="3" HotelCode="322902|1511768" HotelName="Annex Lumpini Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112/9 Rama 4 Road, Soi Suwansawat, Thungmahamek, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/36/ca36e5058f4ce013849ada990de25ca7450cd847.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.04" OriginalAmount="17.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.762072" Longitude="100.731542" StarRating="3" HotelCode="224724|904365" HotelName="Suphan Lake Hometel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106/999 Soi 31-5 Keharomklao, Klongsongtonnoon, Ladkrabang Road, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/25/c72591db0bddc82d1c23fcfa0ae2fd5a90a65900.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.18" OriginalAmount="18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.82695069" Longitude="100.66499885" StarRating="3" HotelCode="773386|253965" HotelName="88 Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Soi Nawamin 88 (Raminthra 58 Yaek 3), Raminthra, Khan Na Yao, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/be/92be742776a4b3ff29d4ae1e9f93fb62b668e9e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.18" OriginalAmount="18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.82023104" Longitude="100.58340869" StarRating="2" HotelCode="951171|376825" HotelName="Casa Luxe Hotel And Resident" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 Soi Ratchadapisek 36, Yak 19-1, Chandrakasem, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/76/4576d411190f68e454ad2b1ec2aafcb7a14bc403.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.18" OriginalAmount="18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.925723097879" Longitude="100.59847049501" StarRating="3" HotelCode="495210|174375" HotelName="Don Muang Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>235/145 Thawi Wat 1 Alley, Si Kan, Don Mueang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/6f/dc6f59f3695578418896babbf761bc97bb3e4e9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.18" OriginalAmount="18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="604311|232307" HotelName="J Park at Chinnakhet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>112/95 Soi Chinnakhet Nangwongwan Road, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/48/b5481a6552c2fcaea70d7c5cd952a7e54787b2d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.18" OriginalAmount="18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71029128" Longitude="100.62358118" StarRating="2" HotelCode="774616|232321" HotelName="JR Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 3 Sukhumvit 77 Road, Soi On Nuch 25, Suan Luang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/21/59213aa3ed8ce359b6e3ade45227228f6df9241e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at JR Mansion in Bangkok, you'll be close to Seacon Square and W...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.18" OriginalAmount="18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71697452" Longitude="100.76500825" StarRating="2" HotelCode="767340|367685" HotelName="L42 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>56 Ladkrabang 42, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/78/a1781e792f9d36c4be4b1fc7e44b34416b7d3032.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.18" OriginalAmount="18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.68909763" Longitude="100.638764" StarRating="3.5" HotelCode="945518|226080" HotelName="Leenova Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>83 Soi Supapong 1, Yak 3, Srinakarin 42 Road, Nong Bon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/08/3d084a857ffa7ef81ae6cfc525f61c538c9e02a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.18" OriginalAmount="18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77704633" Longitude="100.58313722" StarRating="3" HotelCode="866113|376890" HotelName="Nice Hotel Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>416/8 Soi Pracharath Bumphen 20, Huaikwang, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/90/e090d3fb1af90513508bb73fd0de87a6907b4b5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.18" OriginalAmount="18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71436984" Longitude="100.59055213" StarRating="2.5" HotelCode="610487|232756" HotelName="Nine Place Sukhumvit 46" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>44/36 Soi Sukhumvit 46, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/d1/52d1912eaf4d452b8f305d65f2cb0ba644adfbb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.18" OriginalAmount="18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78496522" Longitude="100.57079886" StarRating="3" HotelCode="758989|367846" HotelName="Resort V MRT Huai Kwang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>405/1, 405/2 Soi Inthamara 47 Alley, Ratchadaphisek Road, Huai Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/e0/9be0c7bdae9cfa91b8df6105882141f97fdf8d48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.18" OriginalAmount="18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71103134" Longitude="100.41045293" StarRating="2.5" HotelCode="604221|233028" HotelName="Ruan Plaisoi Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 27/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Soi 80 Petchakasame Road, Bangkarenua, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/11/34119d9c0c3adf31159f0bb2585d5627a2308b03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Ruan Plaisoi Apartment in Bang Khae, you'll be within the vic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.18" OriginalAmount="18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.833378648452" Longitude="100.6616184271" StarRating="3" HotelCode="380418|174335" HotelName="Synsiri 5 Nawamin 96" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1013 Nawamin Road, Soi 96, Klongkum, Buengkum, Don Muang, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/78/3178dfe1f0a6db9d370e29f1f110eeed926fe1a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.18" OriginalAmount="18.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.94286277" Longitude="100.59171481" StarRating="2.5" HotelCode="584043|friends_house_resort" HotelName="Friend's House Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>309 Threda 35 Road, Donmuang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/94/cd94bcf09bf884a2d89e4331dc615849d7f24cb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.18" OriginalAmount="18.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75673482" Longitude="100.54431892" StarRating="2" HotelCode="403016|kim_hostel_morleng" HotelName="Kim Hostel at Morleng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58/5 Soi Ratchaphong, Ratchaprarop Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/9e/1f9e1de899419749c46188e14f16551ee8e9be75.jpeg</HotelPictures>
        <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="18.18" OriginalAmount="18.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78735699" Longitude="100.57685419" StarRating="3" HotelCode="407156|diamond_residence_ratchada" HotelName="Diamond Residence Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Soi Udomsuk, Suthisarn, HuaiKwang, Huai Khwang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/33/8733ae8d599df7eedcf680e2d25072ab75faf48d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Individual storeys are accessible via the lift or stairs. A restaurant and room service are availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.18" OriginalAmount="18.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723173236827" Longitude="100.71581367831" StarRating="3" HotelCode="404721|nrc_residence_2" HotelName="NRC Residence Suvarnabhumi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333/9 Soi Ladkrabang 1n/16, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/04/e0046447fa28b56ca1f4500d4123ec2937fdfad2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.18" OriginalAmount="18.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76148529783" Longitude="100.63968477401" StarRating="3" HotelCode="398340|ac_habitat_bangkok" HotelName="AC Habitat Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Ramkhamheng Road Soi Ramkhamheng 42, Hua Mark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/dd/0edd50dbe8dd03ae97330854a8af5e33c1a9b4cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.18" OriginalAmount="18.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71216119" Longitude="100.59569623" StarRating="2" HotelCode="435276|cazz_hostel" HotelName="Cazz Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1761-1763 Sukhumvit Road, Prakanong-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/54/2e547cc232755e5d4d9778c1bd5ed04bf0de6987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.18" OriginalAmount="18.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75065555" Longitude="100.52902441" StarRating="2" HotelCode="584598|checkin_my_hostel" HotelName="Check In My Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>927/4 Petchaburi Road, Soi Phaya Nak, Ratchathewi, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/d2/34d220459de88e178d5685bfec73ef95bc7d053d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.18" OriginalAmount="18.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75508504" Longitude="100.53179411" StarRating="1" HotelCode="425477|siam_journey_guesthouse_" HotelName="Siam Journey Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Concierge,Designated Smoking Area,Internet,Meeting Room">
        <Address>
          <AddressLines>
            <AddressLine>164/68 Soi Nom Chit  Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/6b/9c6b33ac7c7a2b74384bfaad94e55464f7353b9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Bangkok, Siam Journey Guesthouse puts everything the city has to offer ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.18" OriginalAmount="18.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721678" Longitude="100.763339" StarRating="4" HotelCode="933173|ploykhumthong_boutique_resort" HotelName="Ploy Khumthong Boutique Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1194/5 Soi Latkrabang 40/2, Latkrabang District, Airport Suvarnabhumi, Bang Na, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/48/7248f7893fe132d6d65b52f303128fbcfcd86e2e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 48 rooms. Services and facilities at the hotel in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.18" OriginalAmount="18.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723972374987" Longitude="100.53820403948" StarRating="3" HotelCode="76274|chaydon_sathorn" HotelName="The Embassy Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 South Sathorn Road, Thungmahamek, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/0b/8b0bac827326caa29f8e75bb6fe18a1f745ccb75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a perfect and convenient location in the heart of Bangkok's business district and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.18" OriginalAmount="18.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.79087319" Longitude="100.54345481" StarRating="3" HotelCode="348062|bangkok_condotel" HotelName="Bangkok Condotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>169/13 Pradipat Road, between Soi 15-17, Sapankwai, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/44/c244ece6d600e38f53dab2238365752c29549ebf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.31" OriginalAmount="18.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76335292" Longitude="100.5020236" StarRating="2" HotelCode="338669|1862568" HotelName="Roof View Place" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>90/1 Samsean Road, Soi 6 Banpanthom, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/c1/01c1809ab7e068a45580c44b8512eb8f0bd72719.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.32" OriginalAmount="18.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.746989" Longitude="100.54881" StarRating="3" HotelCode="293445|1576858" HotelName="Nantra Ploenchit,Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27/12 Soi Nai Lert Wireless Road, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/9b/eb9bb84979c8d42e79e85fbefd3f3b8fcbe92bd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.39" OriginalAmount="18.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.8849442" Longitude="100.5610849" StarRating="3" HotelCode="342645|3588845" HotelName="Petpimarn Boutique Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>99/89 Moo 6, Thungsonghong, Amphoe Laksi, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/12/6a12163bdf657455649019df8a18883bc07ba2ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.41" OriginalAmount="18.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.771483890985" Longitude="100.50126959071" StarRating="2" HotelCode="320455|973545" HotelName="Steve Boutique Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>4 Krung Kasem Road, Dhevet Pier, Samphraya, Pranakorn, Bangkok Riverside, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/5c/b35c92efde402cd194a1486996b84e75576f54db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="18.84" OriginalAmount="18.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727145664935" Longitude="100.73559519691" StarRating="3" HotelCode="305978|999221" HotelName="Airy Suvarnabhumi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>428 Soi Ladkrabang 3, Prachatorn Road, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/68/1668f4dd3a72d846cb759b95e74443489ce842eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok - Don Mueang (DMK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.19" OriginalAmount="19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74940427" Longitude="100.623257" StarRating="3" HotelCode="523296|221863" HotelName="@Home Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1/1 Soi 16 Searee 2, Huamark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/c1/f1c13efbfc26655aef0e9db71c7edebea79b82bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.19" OriginalAmount="19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7719118" Longitude="100.63206517" StarRating="3.5" HotelCode="945711|221865" HotelName="130 Hotel &amp; Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>25 Lat Phrao Soi 130, Khlong Chan, Bang Kapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/04/ff0465c203d33c0aa117cefe0669a221ed79fed6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.19" OriginalAmount="19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.92644535" Longitude="100.59589642" StarRating="3" HotelCode="611959|232126" HotelName="B your home" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22  Saranakhom 3 Soi, Songprapa Road, Seegun, Donmuang 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/6c/646c0adf9c04aa35b4c2f63b65db0c1c1afe6a19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just a 10-minute drive from Don Mueang International Airport, B-yourhome offers fitness cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.19" OriginalAmount="19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.690194899691" Longitude="100.60475288536" StarRating="3" HotelCode="621317|253980" HotelName="Baan Mek Mok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>306 Soi Pongvetanusorn 2, Sukhumvit 64, Bangchak, Phra Khanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/68/ba68f588606efe673653b3478b944830ca63ebde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in the centre of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.19" OriginalAmount="19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.80160969" Longitude="100.6212087" StarRating="2.5" HotelCode="586716|232162" HotelName="Chantra Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>662 Soi Ladplao 87, Yaek 32, Wangthonglang, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/22/77224e46e7be989a34fdf778cf810e2f0566de81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.19" OriginalAmount="19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.91509951" Longitude="100.58589113" StarRating="2" HotelCode="582177|223870" HotelName="Hoppers Place Donmuang Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>435 Chang Akat Uthit Road, Donmueang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ed/14ed1508de92d65441e1a7c9b68c1b51513d4b58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Don Mueang International Airport, hoppers place Donmu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.19" OriginalAmount="19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.762223080906" Longitude="100.49392351982" StarRating="2" HotelCode="520020|519054" HotelName="Khaosan Art Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>76 Phra Arthit Road, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/51/8951ce56f59a944affc2def274bf1fd57dd4a095.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Happio offers comfort and convenience whether you're on business or holiday in Bangkok. F...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.19" OriginalAmount="19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76974477" Longitude="100.58278705" StarRating="2" HotelCode="765802|324703" HotelName="Mok Mek 72" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 Soi Pracha Uthit 24, Pracha Uthit, Huai Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/82/458247cedb5560f7201202ea069d464bf903d29f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.19" OriginalAmount="19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.82154548" Longitude="100.58493788" StarRating="3" HotelCode="495615|173741" HotelName="My Loft Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>415 Ratchadaphisek Road, Soi Ratchadaphisek 36, Yaek 9-15, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/d3/95d3e9cd2f59f2ee3a97c9676f7aeb1014ca1f63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of services and facilities await guests of the hotel, ensuring a comfortable stay. Wireless ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.19" OriginalAmount="19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75866402" Longitude="100.49976898" StarRating="2" HotelCode="876225|376893" HotelName="Nina Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 Thanon Tanao, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/88/928855b143bcb53a8911153bd178bfedfb9784dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.19" OriginalAmount="19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71816374" Longitude="100.7889819" StarRating="3" HotelCode="584223|232881" HotelName="Pongsakorn Boutique Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>81/7-8 Soi LuangPang 2, Thap Yao, Ladkrabang, Bangkok, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/d0/9ed0612ad0b8e02ee74c93568ed3775f820c33c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.19" OriginalAmount="19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.79991065" Longitude="100.57028709" StarRating="3" HotelCode="945454|232928" HotelName="Q Space Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>15/189 Soi Vibhavadi Rangsit 16/27, Chom Phon Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/61/41615d6301387955c8a368ed107343f9717ecfb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.19" OriginalAmount="19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.764207022586" Longitude="100.49962017187" StarRating="2" HotelCode="376777|173859" HotelName="Suksawad Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8/3 Samsen 6, Banglampou, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/d4/a0d47841ada62e05ebf0ba673bdd1c135243d85c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.19" OriginalAmount="19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.81391497" Longitude="100.72481063" StarRating="3" HotelCode="603422|233242" HotelName="The All 24 Luxury Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>10 Soi Sihaburanukit 9, Minburi, Bangkok 10510</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/2c/fd2c5e072de25f37d1ad23b12ff9acc06ceadef2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.19" OriginalAmount="19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.87065014" Longitude="100.55869872" StarRating="3" HotelCode="945686|233290" HotelName="The Journey Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>345/65 Soi Ngamwongwarn 47 Yaek 44, Lak Si, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/a5/13a534670df7a413d7cad3ee8996b0b5b5ae9e64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.19" OriginalAmount="19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72169895" Longitude="100.65181689" StarRating="3" HotelCode="781822|367979" HotelName="Waleepai Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>8 Soi Onnut 53, Sukumvit 77 Road, Yaek 1-4, Prawet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/25/8f2590031785b69955d293ef9d44a24898521d7c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.19" OriginalAmount="19.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75747057341" Longitude="100.64290132335" StarRating="3" HotelCode="398351|ac_sport_village" HotelName="AC Sport Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>61/1 Soi Ramkhamhaeng 50, Huamark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/ef/2fefb714ffb40d5dd0c95fc9b4d7ec14818de42b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.19" OriginalAmount="19.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.69345871" Longitude="100.6463485" StarRating="3" HotelCode="362389|kc_place_srinakarin" HotelName="KC Place Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Soi Supapong 3 Yeak 1 Srinakarin Road Nongbon Prawet, 10250 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/20/7220f032dae06dc7b2eb5f8e541b9c818e9efbea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.19" OriginalAmount="19.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.83962721" Longitude="100.58240112" StarRating="3" HotelCode="407209|livotel_hotel_kaset_nawamin" HotelName="Livotel Hotel at Kaset Nawamin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Soi Phaholyothin 34, Phaholyothin Road, Sena Nikhom, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/77/3d7793c68ec8c0113a217aeef428f94b4ebcaa77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.19" OriginalAmount="19.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76042201" Longitude="100.49802844" StarRating="3" HotelCode="520120|tanee_place" HotelName="Tanee Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,ATM/Cash Machine,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94,96,98 Tanee Road, Taladyod, Pranakorn, Bangkok, Bangkok Province 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/c2/e9c27b5adf01b9980c0127ec6e6e9daed51e350b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Bangkok (Bangkok City Centre), Tanee Place is minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.19" OriginalAmount="19.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.693675202705" Longitude="100.64402273822" StarRating="3" HotelCode="73248|king_park_avenue_hotel" HotelName="King Park Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Soi Srinarin 40, Srinakarin Road, Nongbon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/6f/f06f51fb3a16514f27347c8fabe904df326f8de8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within easy reach of the new Suvarnabhumi International Airport (Bangkok Intern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.19" OriginalAmount="19.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7367017" Longitude="100.5186749" StarRating="2.5" HotelCode="438890|loftel_station" HotelName="Loftel Station Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>368/1-3 Rama 4 Road, Mahaprutharam, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/31/98311404a41297a66cd0ee46a26efb8be7d0a16d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.19" OriginalAmount="19.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75410971" Longitude="100.52825649" StarRating="2.5" HotelCode="546772|diamond_bangkok_apartment" HotelName="Diamond Bangkok Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1/1 Soi Phetburi 10 Phetburi Road, Ratchatavee, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/d1/09d1d2e4f593c6d4a3ba579d2b37f52bcb72e008.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.19" OriginalAmount="19.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.724323" Longitude="100.49463" StarRating="3" HotelCode="165841|aiya_residence__sport_club_bts_budget_hotel" HotelName="The Aiyapura Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Krungthonburi Soi 1, Klongtonsai, Klongsarn, 10600 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/ae/ceae9019f0ed78aa7da983fac0e60efc0210b2bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Klongsan with easy access to Sathorn Road and a 3-minute walk to the BTS sky...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.19" OriginalAmount="19.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.716631" Longitude="100.775898" StarRating="3" HotelCode="900652|great_residence_hotel" HotelName="Great Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1892/1 Ladkabang, Ladkabang District, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/74/cc741c3f8b7b0886e557cf53814bd426cf371e8c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The airport hotel is located just 5 minutes from Suvarnabhumi International Airport (approximately 4...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.19" OriginalAmount="19.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.789670282874" Longitude="100.57849287987" StarRating="3" HotelCode="186270|tonaor_place_hotel_2" HotelName="Ton Aor Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Massage Centre,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67/2 Sutthisan Road, Huai Kwang District, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/76/47764830a156134b64e09aa530b8e3b6937baa40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located in Siam in the business district of Ratchadapisek. It is just a 5-minute wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.19" OriginalAmount="19.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75222334" Longitude="100.62443351" StarRating="3" HotelCode="586723|the_garden_living" HotelName="The Garden Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>27/2 Yaek 22 Ramkhamhaeng Road, Seri Village 1 Soi Ramkhamhaeng 24, Huamark Bangkapi, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/55/e7558a974e69975856499a0998256806c1b754d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.19" OriginalAmount="19.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.81137608" Longitude="100.72195978" StarRating="3" HotelCode="352172|chana_mansion__hotel" HotelName="The Canal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>98-98/1 Sihaburanukit Road, Minburi, Bangkok 10510</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/0b/b20bb8c41c932bc2c66152559878c6edc8aa9bcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.31" OriginalAmount="19.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.720396" Longitude="100.54785" StarRating="3" HotelCode="255720|915515" HotelName="The Aim Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>106/1 Sathorn Road Soi Sri-Bamphen, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/7a/e67ad45a9422b8a947d02134f3e51fe0bf723ad7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.45" OriginalAmount="19.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73901875" Longitude="100.56024631" StarRating="2" HotelCode="328184|2262225" HotelName="Asok Montri Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>16/19 Soi Sukhumvit 19, Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/ed/bced050323232011510a6d46173f759e7ff9055c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Welcome to Asok Montri Hostel!A brand new hostel in Sukhumvit Bangkok Thailand Asok Montri Hostel is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.79" OriginalAmount="19.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.706904" Longitude="100.535886" StarRating="3" HotelCode="93362|88547" HotelName="Forum Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>1 Soi Chan 2, Thungwatdon, Sathorn, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a2/5e/a25ec86cded3d0e115818403dc6ba667ea7a832d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is only minutes away from both Sathorn Road and Silom Road, as well as the Chong Nonsi BTS...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.85" OriginalAmount="19.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.851379609508" Longitude="100.55481247787" StarRating="3" HotelCode="341145|1236338" HotelName="Siam Paradise Entertainment Complex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>44/46-49 Soi Ngamwongwan 51, Ladprao, Jatujak, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/zz/faad2fe471e8bb2f960b21201f0dc75fef9c4709.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.89" OriginalAmount="19.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.717823909166" Longitude="100.52568286658" StarRating="4" HotelCode="130259|1887545" HotelName="The Heritage Hotels Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Soi Sathorn 13 Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/f9/9af9c637e87bc3e2aba5e950f061d7167c5c7337.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of the city, just 10 minutes' walk from the Silom shopping a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.10" OriginalAmount="19.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.681512701489" Longitude="100.47312506733" StarRating="3" HotelCode="339348|3576585" HotelName="14 Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Golf,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Parking,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/1 Rama II Road Soi 18, Bangmod, Jomthong, Bangkok 10150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/b9/ccb9fa0b944277b37b8a2541284339492ba0bd41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;14 Living is a popular choice amongst travelers in Bangkok, whether exploring or just passing throug...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.20" OriginalAmount="20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.83285343" Longitude="100.55982464" StarRating="2" HotelCode="495895|173221" HotelName="Baan Mi-Na" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1/44 Soi Vibhavadee 38, Ladyao District, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/cb/b9cb9c61664d630cdd3a80476c9d0301c221a187.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.20" OriginalAmount="20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.79157464468" Longitude="100.57506162779" StarRating="3" HotelCode="343431|58248" HotelName="Calypzo Ratchada 20" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>52 Soi Rungrueng Ratchadapisek Road, Huai Khwang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/cd/86cda3de14e4c2813f21b9c2802d00304cd9ba95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.20" OriginalAmount="20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="973743|499179" HotelName="Hallton Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1917 Soi 20 Mithuna Yaek 19, Pracharat Bamphen Road, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/0c/840c85222d19f420d75db3ce061a0da3c080cf9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.20" OriginalAmount="20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78631314" Longitude="100.56839189" StarRating="3" HotelCode="583185|226696" HotelName="Maverick Ratchada" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Soi Inthamara 45, Din Dang, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/c5/f8c5fc9eb92689965450149c2e8a6b16e46c619d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.20" OriginalAmount="20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.80610121" Longitude="100.51126084" StarRating="2.5" HotelCode="602656|226698" HotelName="Ms Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>683 Soi Jaransanitwong 95/2, Bang Aw Bangphlat, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/3b/e33b17dca4f9f045a9ce6b78ae535a7bf871b96d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.20" OriginalAmount="20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.70557228" Longitude="100.37905865" StarRating="3" HotelCode="786110|367823" HotelName="Penyos Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>290 Soi Petchkasem 67 Moo 10, Lane 12, Lak-Song, Bang Khae, Bangkok 10160</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/e1/79e1847624973bdf70115725a89c18ec63d20b47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.20" OriginalAmount="20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76879843" Longitude="100.57438333" StarRating="2.5" HotelCode="945685|232886" HotelName="Popcorn Ratchada House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Soi Ratchadapisek 10 yaek 11-4, Ratchadapisek Road, Huaikhwang Somjai Mansion, Ground Floor, Bangkok 10310, Huai Khwang</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/46/6846b2fa0175e3a48b9f8e8897e7717a91365f41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.20" OriginalAmount="20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760428240889" Longitude="100.49679990465" StarRating="2" HotelCode="398631|62007" HotelName="Rambuttri House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Beauty Salon,Coffee Shop,Elevator,Housekeeping,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>323 Rambuttri Road, Taladyod, Pronakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/76/7376e535ae54a10ed8be46834520f309dbc8319f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rambuttri House is perfectly located for both business and leisure guests in Bangkok. The property f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.20" OriginalAmount="20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78125127" Longitude="100.59183196" StarRating="3" HotelCode="614471|246238" HotelName="Sleep Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28/9 Soi Pracha Rat Bamphen 26 Yaek 12, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/e9/18e902ae18c7a6665939f695453de0f6f7ecb76a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.20" OriginalAmount="20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.766367714069" Longitude="100.63210059424" StarRating="3" HotelCode="384124|63861" HotelName="Synsiri Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>93/1 Panya-Ramintra Road, Khwaeng Kannayao, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/1b/911bbed6a1af6034f8a9c234b6e36d5e249179ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.20" OriginalAmount="20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7226846" Longitude="100.76467189" StarRating="3" HotelCode="739857|367935" HotelName="The O-Zone Airport Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="24 Hour Security,Golf,Housekeeping,Internet,Restaurant,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>1529/4 Lat Krabang Road, Lat Krabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/f8/8ff8c7def85f109d2d32b5c219008eeda6607b40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel  is set in Suvarnabhumi Airport. With a total of 10 bedrooms, this is a nice place...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.20" OriginalAmount="20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.722614339306" Longitude="100.56152036004" StarRating="2" HotelCode="543938|58394" HotelName="Varinda Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Garden,Internet,Laundry,Parking">
        <Address>
          <AddressLines>
            <AddressLine>124 Soi Yekpaisinghtoh, Klong Toey, Sukhumvit, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/d6/97d6cd01fb047eb7eb822871a6bc94134cf6d378.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Varinda Hostel in Bangkok Sukhumvit, you'll be minutes from Stock E...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.20" OriginalAmount="20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.66565516" Longitude="100.63161421" StarRating="3" HotelCode="520027|233444" HotelName="Win Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bangna km 3 Bangna-Trad 30 Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/a6/dba60c952d4be0f779dcf5fdf1b1d9ce94fa5a5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;El Win Mansion ofrece habitaciones confortables con TV por cable y está ubicado a 10 minutos en coch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.20" OriginalAmount="20.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75357696" Longitude="100.60852858" StarRating="3" HotelCode="384789|thomson_residence__ramkhamhaeng" HotelName="Thomson Residence - Ramkhamhaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Ramkhamhaeng Soi 15, Ramkhamhaeng Road, Huamark, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/4f/d34feda9defb3ec36956ed790944f3b68d139fb4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.20" OriginalAmount="20.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.673525359281" Longitude="100.45482758201" StarRating="3" HotelCode="398494|14_place_" HotelName="14 Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19/354 Moo 10, Bangmod, Jomthong, Bangkok 10150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/6e/476e2849fca3da32e09a02c652a877612a7f5e9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers' stays are enhanced by the range of services and amenities at this apartment complex. Wir...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.20" OriginalAmount="20.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.757059863646" Longitude="100.49570381641" StarRating="3" HotelCode="16957|royal_hotel_7" HotelName="Royal Rattanakosin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rajdamnoen Avenue, Khaosan, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/c5/0cc54703a58d4074e0a667204904c1713a0f31fe.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Rajadamnern Road, in the heart of the old town of Bangkok, where many touri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.20" OriginalAmount="20.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.84453625" Longitude="100.66362633" StarRating="3" HotelCode="359708|viva_residence" HotelName="Viva Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Khubon Road (Soi Ramintra71), Khannayao, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/4f/594ffe7d96f1f5f5763519939d6c8cca10d6f039.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.20" OriginalAmount="20.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75361475" Longitude="100.78939943" StarRating="3" HotelCode="603633|pn_home_service" HotelName="PN Home Service" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>164 Chalong Krung Road, Happy Place Village 2, 10520 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/91/2a91bbd6aee56041c7ce29b1a221ca294a97dcdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.20" OriginalAmount="20.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78899966" Longitude="100.57594876" StarRating="3" HotelCode="362215|ratchada_point_hotel" HotelName="Ratchada Point Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Soi Sudprasert 2, Sutthisarn-Vinichai Road, Huaikwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/3f/ae3f4ad7f7fd592b79b84ef1ce7e2cec36a0bb5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.20" OriginalAmount="20.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.779940509739" Longitude="100.57112608307" StarRating="3" HotelCode="516470|leelawadee_modern_resort_huaykwang" HotelName="Leelawadee Modern Resort Huaykwang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>5489/7 Prachasongkroh Road, Ratchadapisek Soi 13, Din Daeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/b9/98b9bd435bc3325cf4aa7d7ea0489acea31352c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.20" OriginalAmount="20.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.64836974" Longitude="100.522892" StarRating="3" HotelCode="411661|14_residence" HotelName="14 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Parking,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>119 Suk Sawat 66 Road, T.Bang Phueng, Phra Pradaeng, Bangkok 10130</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/34/a9349d484535cc2af8a93ba1a33708bf81c870d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at 14 Residence to discover the wonders of Bangkok. The hotel offers guests a range of services...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.20" OriginalAmount="20.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78455692" Longitude="100.56380687" StarRating="2" HotelCode="516174|ck2_hotel" HotelName="CK2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Soi Intamara 22, Suthisan, Dindang, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/77/1877f112c60e4675871d7ca64e96a2e939dc6d68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.20" OriginalAmount="20.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.785749" Longitude="100.574109" StarRating="3" HotelCode="160305|pietra_bangkok" HotelName="Pietra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>254 Ratchadapisek Road, Huay-Kwang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/64/e4649fd3815b8a9cdc99ebb16b27ab1505e59692.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Bangkok on Ratchapisek Road in the newly emerging busin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.20" OriginalAmount="20.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719572" Longitude="100.777604" StarRating="3" HotelCode="188220|orchid_resort" HotelName="Orchid Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Soi Ladkrabang 48 Onnut-Ladkrabang Road, Suvarnabhumi Airport, Ladkrabang, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/29/4c2958ad75b31d7d97588387b91aaf12932a26d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Bangkok. The nearest airport is Bangkok - Don Mueang (DMK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.20" OriginalAmount="20.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7543748" Longitude="100.6117414" StarRating="3" HotelCode="150141|jl_bangkok" HotelName="JL Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Soi Ramkhamhaeng 23, Ramkhamhaeng Road, Soi Wat Pra Kraisri 1, Huamark, Bangkapi, Bangkok, Bangkok Province 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/3e/6b3ec6ed23a2a109806b6a1074604a473a978b7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.20" OriginalAmount="20.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753293" Longitude="100.543938" StarRating="3" HotelCode="255717|shadi_home__residence" HotelName="Shadi Home &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38/5 Soi Wattanawong Ratchaprarop Road, Makasan, Patunam, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/e9/d8e9f85b9e86084dc5e47559f3368351d1a943ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.20" OriginalAmount="20.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.729664225482" Longitude="100.51559137533" StarRating="1" HotelCode="341779|intown_residence" HotelName="Intown Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Coffee Shop,Elevator,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1086/6 Charoen Krung Road, Bangkok 10500, Amphoe Bangrak</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/18/6c18274c4064b6e7269350e61889036e137f2a52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Intown Residence to discover the wonders of Bangkok. The hotel has everything you need for a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.20" OriginalAmount="20.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.762070435383" Longitude="100.49417890524" StarRating="2" HotelCode="147381|erawan_house" HotelName="Erawan House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>17/1-2 Phra-Artid Road, Chanasongkhram, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/0e/570e2c7f75b95789d902d47248cef5a90094c1f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.20" OriginalAmount="20.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.756216" Longitude="100.54107933333" StarRating="3" HotelCode="200014|cozy_villa_hotel_bangkok" HotelName="Cozy Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90/41-44, 90/79-81 Ratchaprarop Road, Phayathai, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/77/e9779ee1950245f3e325bb9486d1b27a191a90f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 36 rooms. Most of the storeys can be reached by lift. Services and fa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.25" OriginalAmount="20.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719" Longitude="100.549597" StarRating="3" HotelCode="136256|244986" HotelName="Tivoli Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71/2-3 Soi Sri Bumphen, Yen-Arkart Road, Thungmahamek, Sathorn, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/08/940899a9315ac30ff92d6a3281c16b2ae90a0185.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Bangkok, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="20.44" OriginalAmount="20.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71365496" Longitude="100.5268309" StarRating="3" HotelCode="380582|585810" HotelName="H2 Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>529-533 Soi Sathorn 11, Sathorn Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/63/b263568948f668af0cd8d2b29b4ad2f458a311f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.49" OriginalAmount="20.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.725418" Longitude="100.521809" StarRating="3" HotelCode="67974|245796" HotelName="Silom Village Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Village" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>286/1 Silom Road, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/76/1a76756fd814f6a6db230d23b961966b75bb6bed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Bangkok, this city hotel offers a calm and tranquil atmosphere, away from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.58" OriginalAmount="20.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.726699162941" Longitude="100.56489547109" StarRating="2" HotelCode="329706|1863568" HotelName="Honey House 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>106/3-4 Sukhumvit 22 Road, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/4b/7d4bb896778101fc2fd69b21b7842b2ff51e0c1c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.66" OriginalAmount="20.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.854104985501" Longitude="100.53504679539" StarRating="3" HotelCode="305997|1218218" HotelName="Riski Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>178/2 Ngamwongwan, Soi 8, Bangkhen, Nonthaburi 11000</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/3f/9c3f618a9642f22c34b653761a6960ab9c0a5dff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.79" OriginalAmount="20.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.745067526826" Longitude="100.55690646172" StarRating="3" HotelCode="67542|66124" HotelName="Le Fenix Sukhumvit 11 Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33/33 Sukhumvit Soi 11, Klong Toey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/33/2533d9209430791cf48fa8cff3abe7f0fe3ae8da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a prime area in the centre of Bangkok. It is perfectly situated, just 3 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.80" OriginalAmount="20.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.789473" Longitude="100.537551" StarRating="3" HotelCode="95921|57514" HotelName="Grand Tower Inn Rama VI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>402 Soi Rewadee Rama VI Road, Samsennai, Phayathai, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/99/b1994cb83d671408181a26d7fefaf9935d93d45c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Thanks to its convenient location guests of this hotel have easy access to the city's major business...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.91" OriginalAmount="20.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.747545" Longitude="100.529564" StarRating="2.5" HotelCode="188269|2486835" HotelName="White Lodge Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36/8 Soi Kasemsan 1, Rama 1 Road, Patumwan, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/00/4900b75a824f411c2da0fbe89e416aa895253108.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.91" OriginalAmount="20.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.841044" Longitude="100.562141" StarRating="3" HotelCode="255729|1183368" HotelName="Cinnamon Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>62/67 Soi Viphavadee Rangsit, 42 Ladyao, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/5c/f95c66145d7560857fa0621952f8a62bd14f2268.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.99" OriginalAmount="20.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754693970952" Longitude="100.51049494201" StarRating="2" HotelCode="337843|3560815" HotelName="Smile Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>136-138 Damrongrak Road, Pom Prap Sattru Phai, Soi Trok Kee Thao, Behind Bo Bae Tower, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/c8/ffc896f3c48c60ce923d8f0a57a9a228344cfc01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service and a laundr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.00" OriginalAmount="20.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72395324" Longitude="100.52196304" StarRating="3" HotelCode="114179|54344" HotelName="For You Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>839 Silom Road, Between Silom 17 &amp; Pramuan Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/80/5f806f7885ad95ca7292ea7677fbd5beeffb2b57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Bangkok's business district, on the Silom Road. It provides eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.21" OriginalAmount="21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72015466" Longitude="100.74006857" StarRating="3" HotelCode="545833|173214" HotelName="A Port Studio Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>840/1-2 Ladkrabang Road, Lat Krabang 10520, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/a9/d4a9fcd9eead800996b57b638ab40115268e597d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.21" OriginalAmount="21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76822573" Longitude="100.62297473" StarRating="3.5" HotelCode="943388|223111" HotelName="Atelier Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>256 Soi 122 Ladprao Road, Mahadthai 1, Wangthonglang District, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/20/31/2031e2ef8bb1377b699b523222d42122bb8681be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.21" OriginalAmount="21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.651363870682" Longitude="100.61095761839" StarRating="2" HotelCode="357129|184755" HotelName="Bearing 26 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>88/88 Moo 10, Samrong Nuea, Bangna, Samut Prakan, Bangkok 10270</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/ef/b4ef288d8c9964565e2eb6514c019731652d5ac2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ban Khlong Phruan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.21" OriginalAmount="21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72674041" Longitude="100.5309107" StarRating="2" HotelCode="569315|223489" HotelName="Brb Hostel Bangkok Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>5/8-9 Soi Silom 3 Silom Road, Bangrak, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/be/5dbefc8115f61772b5a63d04722e6cb62622585c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a bar and a laundry service are available to guests of the hotel. Wireles...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.21" OriginalAmount="21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733123224886" Longitude="100.56504775992" StarRating="3" HotelCode="433877|232258" HotelName="Honey House 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6/3-4 Sukhumvit Soi 22, Klong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/40/52403bb03cd88b5b777bec0ad5b28fd2e406f5df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.21" OriginalAmount="21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75334122" Longitude="100.53724168" StarRating="2.5" HotelCode="572405|232371" HotelName="Micro Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39/8 Petchburi 15, Ratchathewi, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/e1/89e1f67915c1dad78df4b7752f2e0cdf185bba00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Micro Hostel in Bangkok (Bangkok City Centre), you'll be minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.21" OriginalAmount="21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76682344" Longitude="100.64651519" StarRating="3.5" HotelCode="522784|173807" HotelName="Pantip Hotel Ladphrao" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3191/1-428 127 Ladprao, Klongchan Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/0a/960a670618c8410ac0977e156bae920356de496d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.21" OriginalAmount="21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760600045389" Longitude="100.56444991595" StarRating="3" HotelCode="380583|57555" HotelName="Tanatawey Places" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>504/1 Asok-Dindang Road, Tanatawey Place Building, Din Daeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/253108/253108a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including room service and a laundry service, fo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.21" OriginalAmount="21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75393066" Longitude="100.50250626" StarRating="2" HotelCode="513027|285661" HotelName="Sri Krungthep Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Siripong Road, Samranrat, Pranakorn, Bangkok, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/f1/00f10a8af9f02a964e49f6d4146d6c8dbf41b5f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.21" OriginalAmount="21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75957139" Longitude="100.55664068" StarRating="3" HotelCode="746397|324724" HotelName="Summer House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>800/8-9 Soi Trakun Suk, Asok-Dindang Dindang, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/0c/960c1c1ba10155f34cc62ca48f75e97a287801f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.21" OriginalAmount="21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76480302" Longitude="100.50272303" StarRating="3" HotelCode="352122|55502" HotelName="Swana Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>332 Visuttikasat Road, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/ff/50ff130bc5c7a4254220f1fc009cd294fe35bbb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a historic and tranquil location, the hotel provides convenient access to downtown Bangk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.21" OriginalAmount="21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.84395191" Longitude="100.6456575" StarRating="3" HotelCode="442577|233312" HotelName="The Meet Green Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>112/26 Ramintra 40 yeak 19 (Nuanchan), Buengkum, Bangkok, Bangkok Province 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/82/6c82ce951975c26dec7c0cb3e78defc9cef378f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.21" OriginalAmount="21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.869901" Longitude="100.55919827" StarRating="3" HotelCode="404684|233355" HotelName="The Riche Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Soi Ngam Wong Wan 47 Yak 42, Thung Song Hong, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/54/07540cff75f765901ed72fcd321b4f2dd92bf84f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.21" OriginalAmount="21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77178464" Longitude="100.61210651" StarRating="3" HotelCode="603638|227174" HotelName="PARC Town in Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1203/2-217 Soi Ladprao Road, Wangthonglang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/4e/704e7013c9898e317629500e049bdace83e1dfe5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.21" OriginalAmount="21.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75405236" Longitude="100.51404003" StarRating="2" HotelCode="363256|the_seven_luck" HotelName="The Seven Luck" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>334, 340, 344 Damrongrak Road, Klong Mahanak, Promprab, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/10/9110ea07d2b8d5676545824938e262907ecb4bc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.21" OriginalAmount="21.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75435936" Longitude="100.54004471" StarRating="2.5" HotelCode="546270|alsana_hotel" HotelName="Al-Sana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>120/185-188 Rachaprarop Road, Pratunam, Phyathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/20/9a205471cccf84ee18dee01111f182e617b373c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities and services to ensure a comfortable stay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.21" OriginalAmount="21.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76018333" Longitude="100.49854609" StarRating="3" HotelCode="520292|the_secret_service_bed_and_breakfast_2" HotelName="The Secret Service" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>113/1 Tanee road, Talardyod, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/d3/5dd382fb4629cec372f387ee1c78f62d23216e88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.21" OriginalAmount="21.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76248017" Longitude="100.56509667" StarRating="3" HotelCode="435653|blissotel_ratchada_" HotelName="Blissotel Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>322/389-390 Ratchada Soi3, Asoke-Dindang, Dindang, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/81/bc81a21c833f25f8e72a9299142af875b38a031e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.21" OriginalAmount="21.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.720574290612" Longitude="100.54736146832" StarRating="2" HotelCode="376453|sribumpen_plus" HotelName="Sribumpen+" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32/1 Soi Sribumpen, Rama 4 Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/5f/a75f9359c190285493e224aa898af5b32babd457.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.21" OriginalAmount="21.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7590142" Longitude="100.4970419" StarRating="3" HotelCode="915488|khaosan_palace_hotel" HotelName="Khaosan Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>139 Khao San Road, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/02/1d0281aacfe8966f20fd62f591ce639e98a30e58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.21" OriginalAmount="21.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75058427" Longitude="100.54657537" StarRating="3" HotelCode="434909|metro_pratunam_boutique_hotel" HotelName="Metro Pratunam Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1091/189-191 Soi Petchburi 35, New Petchburi Road, Makkasan, Rajathevi District, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/78/e1785140c00e0dddcc425174a3cd3466b192a64b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Bangkok. For guests who appreciate a stylish ambience,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.21" OriginalAmount="21.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.890459659879" Longitude="100.56156117104" StarRating="3" HotelCode="380577|delight_residence" HotelName="Delight Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>54/9 Chaengwattana Road, Soi 15, Thungsonghong, Laksi, Don Muang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/60/5e60bc6bf3f90f34a15d35e0facdc1adc6660f66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.21" OriginalAmount="21.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.711577466969" Longitude="100.43222795711" StarRating="3" HotelCode="438828|14_resort" HotelName="14Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2/1-2/3 Phetkasem Road, Soi 35/1 Bangwha, Phasricharoen, Bangkok 10160</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/dc/69dc04ae6dbc71bae1f0c11a00b19113d54f5dfd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.21" OriginalAmount="21.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721692" Longitude="100.58305833333" StarRating="4" HotelCode="915486|lodge_61_bed__breakfast" HotelName="Lodge 61 Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1221 Sukhumvit Soi 61, Wattana</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/07/26071a3688f9b755e594b0737c7e0a2c9c100736.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.21" OriginalAmount="21.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739301333333" Longitude="100.55581333333" StarRating="2" HotelCode="915501|royal_express_inn_bangkok" HotelName="Royal Express Inn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4/3 Sukhumvit Soi 8, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/1e/cb1e5788d1e64405aa59d82e9685ef4a006dc662.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.21" OriginalAmount="21.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.722329" Longitude="100.583902" StarRating="3" HotelCode="255724|nantra_ekamai" HotelName="Nantra Ekamai, Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9/14 Soi Tana Arcade Sukhumvit 63 (Ekamai), Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/54/3354872d39081757dc6442be0c2ee2fee1b726b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.43" OriginalAmount="21.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.763732" Longitude="100.503604" StarRating="3" HotelCode="64964|245056" HotelName="Trang Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99/1 Wisutkasat Road, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/04/17042497ff2fac6c3a939aa2663d5bae081351f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on Witsutkasat Road, only 5-10 minutes by car from sights such as the Grand P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.59" OriginalAmount="21.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.730067774322" Longitude="100.5320584774" StarRating="3" HotelCode="65104|245196" HotelName="Wall Street Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37/20-24 Soi Surawongse Road, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/12/4712ff07e2008c429f36a934cb6bdd5414a540b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is perfectly located in the heart of Bangkok on Surawongse Road. The hotel's ideal l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.94" OriginalAmount="21.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7578" Longitude="100.5641" StarRating="3" HotelCode="115845|1113168" HotelName="Centric Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>502/29 Soi Yucharoen, Asoke-Dindaeng Road, Dindang, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/c5/b9c5231564f184e1e50ba633e6575001a8ab37e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated within around 2 km of Sukhumvit. Guests will find shops within a 5-minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.22" OriginalAmount="22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74733501" Longitude="100.49745008" StarRating="2" HotelCode="408031|174414" HotelName="Bangkok Bed and Bike" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>19/6-7 Sikak Phrayasi, Wangburaphaphirom, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/67/63670dfefa533f3846351fbc62f2eb1294e9abb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.22" OriginalAmount="22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.81011346" Longitude="100.55871488" StarRating="2" HotelCode="638258|271439" HotelName="Ease Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1082/34-35 Phahonyothin Road, Chom Phon, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/7f/6a7f55d9887747400d93735a82b667695871ed60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.22" OriginalAmount="22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.68917019" Longitude="100.60895686" StarRating="3" HotelCode="586224|232244" HotelName="Heyha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2346-23489 Sukhumvit Road, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/4c/334c87ca56d10b80bae8cb59f62f36eedcfa36ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.22" OriginalAmount="22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71035676" Longitude="100.6099671" StarRating="3" HotelCode="603287|232344" HotelName="Lee Garden Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>444 Soi Onnut 10, Sukhumvit 77, Suanluang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/a7/3ea7d1925f9b99e8a1989252375e1ff5f5577e86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.22" OriginalAmount="22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.766652" Longitude="100.643654" StarRating="3" HotelCode="933168|173286" HotelName="Mall Suites Express" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3530 Latphrao Road Soi 144 Klongchan, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/2f/832fb9b285de392cda08c18a0a6a7d0d3a04cc0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.22" OriginalAmount="22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72123485934" Longitude="100.54602731501" StarRating="2" HotelCode="391574|63005" HotelName="S1 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>35/1-4 Soi Ngamduplee, Rama 4 Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/07/eb07acf525f9a672984b666896004ba741449932.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.22" OriginalAmount="22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74133168" Longitude="100.50518139" StarRating="2" HotelCode="778428|233037" HotelName="Sampheng Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/57/8557d7793cd21629fada948cd78ea7f81c812d8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Sampheng Apartment in Bangkok (Bangkok City Centre), you'll b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.22" OriginalAmount="22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7753679" Longitude="100.48080106" StarRating="3" HotelCode="601578|233213" HotelName="Sudyod Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>46 Baromratchonee Road, Bangbumru, Bangphlat, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/70/2870fa703b6abf24dfe700e4dc215fe6b5973d2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.22" OriginalAmount="22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.767296817794" Longitude="100.53972852472" StarRating="2" HotelCode="380547|233228" HotelName="T Hostel @ Victory Monument" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>156/3 Phahonyothin Road, Samsennai, Phayathai, Chatuchak, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9344398</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.22" OriginalAmount="22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74896134" Longitude="100.63570107" StarRating="3" HotelCode="586461|233328" HotelName="The Pool Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43/2 Soi Rama 9, 57/1 Rama 9 Road, Suanluang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/fb/08fb73d12a02ba4e7b55bb48472da42c9c3d1dd7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.22" OriginalAmount="22.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72545823" Longitude="100.52877147" StarRating="2" HotelCode="493866|good_one_hostel_cafe_bar" HotelName="Good One Hostel &amp; Cafe Bar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>439/10 Narathiwat Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/1f/e61ffd133d731686297a598d0f2e7c4b5326ad9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.22" OriginalAmount="22.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.759285821957" Longitude="100.63974074439" StarRating="3" HotelCode="380421|three_seasons_place" HotelName="Three Seasons Place Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Soi Ramkhamhaeng 42, Khwaeng Hua Mak, Bang Kapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/58/8d58d2959416b79af982646a9de2ea5e6f59b5c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.22" OriginalAmount="22.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738439063252" Longitude="100.51155347157" StarRating="3" HotelCode="386290|pho_place" HotelName="Pho Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>99 Trok Pho, Samphanthawong, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/48/be48d42b71a623eee49e486e5ff8f17e225cfcba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.22" OriginalAmount="22.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.83771373" Longitude="100.5754594" StarRating="3" HotelCode="495753|p24kaset" HotelName="P24 Kaset" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Soi Phahonyothin 36, Senanikom, 10900 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b6/9ab62a59daae0ada6479085b46c178340adf007c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.22" OriginalAmount="22.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721040543236" Longitude="100.51487449676" StarRating="2" HotelCode="546554|bangkok_check_inn" HotelName="Bangkok Check Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>63, 65, 67 Charoen Krung 44 Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/90/6b90078b7d49539531a6374d394122a231816e1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service and room service. Wireless in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.22" OriginalAmount="22.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71817565" Longitude="100.50094184" StarRating="2.5" HotelCode="440611|white_ivory_bed_and_breakfast" HotelName="White Ivory Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>535 537 Soi Krung Thonburi 6, Krungthonburi Road, Bangrumbhoorang Klongsarn bangkok, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/b0/ceb09e1faf3158a1b9811083661763fd0dc2753f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.22" OriginalAmount="22.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73850928" Longitude="100.52143529" StarRating="2" HotelCode="685806|banthat_thong_hostel" HotelName="Banthat Thong Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1806/16-17 Banthat Thong Road, Rongmueng Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/47/484762c4cabe833d46afe05a325360ee9ff9d4c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.22" OriginalAmount="22.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.732909" Longitude="100.597512" StarRating="3" HotelCode="168274|sabai_sabai_sukhumvit_hotel" HotelName="Sabai-Sabai @ Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>984/22-27 Soi Pridipanomyong 40, Sukhumvit 71 Road, Prakanong, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/18/6418d7a3fb737879616fdfb60fa8ab13b5a1e7ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The charming city hotel is located at the centre of Sukhumvit Road. It is very convenient for guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.22" OriginalAmount="22.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.81654532" Longitude="100.60998507" StarRating="2" HotelCode="421668|bansabai_hostel" HotelName="Bansabai Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Coffee Shop,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,Lounge,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Soi Nak Niwat 53, Lat Phrao 71 Road, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/91/d391c4f61fe93a402c96521c57078ab8f679b32e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location When you stay at Bansabai Hostel in Bangkok, you'll be convenient to Crystal Desig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.51" OriginalAmount="22.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.792754464603" Longitude="100.57394385338" StarRating="3" HotelCode="166759|1253358" HotelName="Lantana Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>229 Ratchadaphisek Road, Bangkok 10400, Din Daeng</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/73/e5730a567577576e26a455d06a620885e16c228a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on Ratchadaphisek Road, one of Bangkok’s commercial, shopping and entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.68" OriginalAmount="22.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.667631" Longitude="100.620153" StarRating="3" HotelCode="89140|244786" HotelName="Avana Bangkok Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>900 Bangna Road, Bangna District, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/a2/c2a2f71191e6bcd857fbccbe7f5f2ac6a34a8816.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located around a 30-minute drive from the centre of Bangkok, a 20-minute drive...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.68" OriginalAmount="22.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754913627742" Longitude="100.50039180898" StarRating="3" HotelCode="188208|1139828" HotelName="MeStyle Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2220 Mituna Soi 13, Huai-Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/e2/62e216ac10b171914a9ac4eb8a9d570135f34d0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in central Bangkok, close to the Ratchada district. With its central location, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.78" OriginalAmount="22.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76146835039" Longitude="100.49406953006" StarRating="3" HotelCode="341985|1862458" HotelName="Mango Lagoon Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Soi Rambuttri, Pra Arthit Road, Banglumphoo, Bangkok, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/0d/e70dc57477b3dad21b6c4e6c3c077d46a29b08e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.92" OriginalAmount="22.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754234740732" Longitude="100.53929227209" StarRating="3" HotelCode="340632|1236818" HotelName="Blutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>99/8-9 Soi Saengkarn, Rajprarop, Pratunam, Phyathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/42/a94252755ad0ed1d9f82830af87a90484cc82af7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests have easy access to their storeys via the lift or stairs. A restaurant is among the facilitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.95" OriginalAmount="22.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75518991" Longitude="100.53815907" StarRating="2" HotelCode="305985|1864928" HotelName="J Two S Pratunam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Phetburi Soi 15, ( Soi Somprasong 3), Phetburi Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/77/6f77f7104f926926dc7b8dbe37c9aa229fd6ff5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.03" OriginalAmount="22.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743063967711" Longitude="100.55366635323" StarRating="2" HotelCode="64958|36204" HotelName="Pinnacle Sukhumvit Inn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6/13-16 Soi NaNa Nue, Sukhumvit 3/1 Sukhumvit Road, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/6f/046f0523831f9dbb3555b69fddd0fef94b3736d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Sukhumvit Road, within walking distance of the Nana shopping and entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.03" OriginalAmount="22.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.789493185293" Longitude="100.56204146627" StarRating="4" HotelCode="114192|172446" HotelName="M2 de Bangkok Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168 Vibhavadee Rangsit Road, Din Dang, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/50/f75076c99e883e4c06756987df5a4964ed426617.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in close proximity to the city's Don Muang Airport, which is about 15 kilometres away,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.10" OriginalAmount="22.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754220108786" Longitude="100.53888201714" StarRating="3" HotelCode="255921|920765" HotelName="Grand Alpine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88/15-17 Phetchaburi Road, Phayathai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/40/04/4004ba136a27a38dc49ab4a01def0f45d443a4b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.13" OriginalAmount="22.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754079422788" Longitude="100.5397939682" StarRating="3" HotelCode="168285|244436" HotelName="The Cozi Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122/32-34 Rachprarop Road, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/8a/6f8a55304d80eac1aec5fbc97eb4fa848551fc09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of the city's lively Pratunam neighbourhood, alongside Baiyoke Sk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.19" OriginalAmount="22.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.8931195" Longitude="100.5619118" StarRating="3" HotelCode="188196|1576648" HotelName="Jumbotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>34/41 Chaengwattana Road, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/9f/779fbc8317a7170975cf7b5123d65df7301a1610.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.23" OriginalAmount="23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.718923678654" Longitude="100.76419466681" StarRating="3" HotelCode="586514|223518" HotelName="Gold Airport Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotels,Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1288/9 Ladkrabang Soi 40/2, Ladkrabang Road, Lat Krabang 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/05/590540d4552b488d7d25a48b4d8da42ec2d4eef0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.23" OriginalAmount="23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72745604" Longitude="100.52427996" StarRating="2" HotelCode="583319|223865" HotelName="Hoft Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>181/13-14 Surawong Road, Suriwong, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/59/6d59c5809c7720a43ad0c02cd0645846a6579a14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at HOFT Hostel Bangkok in Bangkok (Bang Rak), you'll be minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.23" OriginalAmount="23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737774666667" Longitude="100.64176" StarRating="3" HotelCode="915507|57206" HotelName="P-Park Residence Suvarnabhumi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>597 Srinakarin Road, Suan Luang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/6d/f16d7f78351af5609af4c31c156514503f85dc8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.23" OriginalAmount="23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723016731171" Longitude="100.52349871709" StarRating="2" HotelCode="398339|60966" HotelName="PanPan Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>50/31 Pan Road, Silom, Bangrak, Bangkok, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/23/bf238e51e9ac63cd444f4b75b58014116bdeeaf7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.23" OriginalAmount="23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.823974649531" Longitude="100.56351464969" StarRating="2" HotelCode="915493|57438" HotelName="Poonchock Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>27 Phaholyothin Soi 23, Phaholyothin Road Ladyao, Chatujak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/8b/618bc3fc3874e098baddf93f2334e77a22b4769e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access in public areas allows travellers to stay connected. Those arriving in thei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.23" OriginalAmount="23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.69676641" Longitude="100.51099531" StarRating="3" HotelCode="586665|232978" HotelName="Rio Monte Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Soi Chalamnimit 6, Bangkho, Bangkholaem, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/9c/fc9c0a8128dfa78747619234f546682d6cf6d3ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.23" OriginalAmount="23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76663676" Longitude="100.47017093" StarRating="2.5" HotelCode="475977|58247" HotelName="Riski Residence Bangkok-Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>27/85 Bangkhunnon Soi 13 Road, Bangkhunnon, Bangkok-Noi, 10700 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/c2/fdc21f452ddd16934c4da087d8a800883f4fe79e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.23" OriginalAmount="23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74709104" Longitude="100.52470114" StarRating="0" HotelCode="744112|285645" HotelName="Siam Stadium Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>134 Rama I Road, Khwaeng Wang Mai, Khet Pathum Wan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/62/3e622625daa344dd5a2d97b432a00263c4b0a60b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.23" OriginalAmount="23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.786288658556" Longitude="100.61348046646" StarRating="2.5" HotelCode="383271|62632" HotelName="Synsiri 3 Ladprao 83" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Ladprao Road Ladprao 83, Wangthonglang, Ratchadaphisek, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/ae/6eae62d917b34135a490ca5bfe46573f64ff5209.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.23" OriginalAmount="23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75497887" Longitude="100.53353301" StarRating="2" HotelCode="779356|367983" HotelName="Yaksa Private" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>69/27 Phayathai Road, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/15/481537ed4e6f10711ef0ece1f6547696faaa8036.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.23" OriginalAmount="23.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.80140023" Longitude="100.61016635" StarRating="2" HotelCode="510049|zen_rooms_ladprao_soi_71" HotelName="The Villa 71 Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>55/5 Soi Nakniwat 4, Ladprao 71 Road, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/65/4e654787949ab56a3fc61ce7c6744048f8056ad4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.23" OriginalAmount="23.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7576397" Longitude="100.51590738" StarRating="3" HotelCode="438870|sabaidee_minitel" HotelName="Sabaidee Minitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>325/72-73 Lannruang Road, Siyeakmahanark Dusit, Bangkok 10300</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/aa/0faa3929020a73f2b2d41b6a873c283ddbe136ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service and a laundry service are available to guests of the hotel. Wireless inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.23" OriginalAmount="23.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72344504" Longitude="100.75368571" StarRating="3" HotelCode="351106|lilac_relaxresidence" HotelName="Lilac Relax-Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>100 Soi Lat Krabang 7,, On-nut Lat Krabang Road, Lat Krabang District, Lat Krabang, 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/e2/9ae27505e8b8340fc945d2f440e469c067314c4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Airport Suvarnabhumi / Bang Na, Lilac Relax Residence is a perfect starting point from wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.23" OriginalAmount="23.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.94651823" Longitude="100.57843952" StarRating="3" HotelCode="543823|i_rich_residence" HotelName="I Rich Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>15 Soi, 7 Thoet Rachan Road, Sikan, Donmuang, 10210 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/0c/580c8b5c64d40ac6b4c09a946ea3fb0826f17f2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The accommodation features a baggage storage service for a comfortable and relaxing stay. Wireless i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.23" OriginalAmount="23.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78537000306" Longitude="100.47073560443" StarRating="3" HotelCode="341355|komol_residence_bangkok" HotelName="Komol Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 23/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>976 Borommaratchachonnani Road, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/7b/1f7b78ef763bad0024e8535358db5523edc5068f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.23" OriginalAmount="23.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.715703555849" Longitude="100.53159703306" StarRating="2" HotelCode="425195|living_naraa_place" HotelName="Living Naraa Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>28/88 Narathiwas Rajanakarin Road Soi Narathiwas Rajanakarin 8/1, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/99/a799076aea5cc5c62e3ec7b69dbf10effffd8c3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Individual storeys are accessible via the lift or stairs. A baggage storage service, a restaurant, r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.42" OriginalAmount="23.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7372899" Longitude="100.51711395" StarRating="3" HotelCode="337825|1235508" HotelName="SK House Maha Nakhon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>326/23-25 Rama 4 Road, Maha-Pruttaram Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/c7/1bc757691d04fc03888c57969b5b7cf36e6c5494.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.69" OriginalAmount="23.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.757388" Longitude="100.546014" StarRating="3" HotelCode="188194|1864708" HotelName="Interchange Tower" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94 Soi Ratchtapan, Rajaprarop Road, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/19/0c195b7fac1d612d423fcd90d6ac5036969b47de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.19" OriginalAmount="23.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75259478" Longitude="100.54627927" StarRating="2" HotelCode="320415|1864478" HotelName="Chang Siam Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1091/63-64 Soi Petchburi 33, New Petchburi Road, Makkasan, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/f5/aff5d27ce17c415c52c8a162a2f2fe1eef30ac13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.24" OriginalAmount="24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76101831" Longitude="100.50169287" StarRating="2" HotelCode="587956|232077" HotelName="Baan Nampetch Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>402/2 Trok Kasemsri, Soi Wattrithodsatep, Phachatipatai Road, Phanakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/1e/291e8f7b8f32b70503db5805bb6736d50d9ce298.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel features various services and facilities, including a baggage storage service and a laund...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.24" OriginalAmount="24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.80676581" Longitude="100.55747653" StarRating="2" HotelCode="573101|232108" HotelName="Bed To Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1064/67-69 Soi Choei Phuang, Phahonyothin Road, 18/2 Chompon, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/50/2d509a2a96de588dd73a2589ad7a720f23e86c8d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.24" OriginalAmount="24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.91201054" Longitude="100.57152754" StarRating="2" HotelCode="600875|232111" HotelName="Beige Poshtels Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>494 Kosumruamjai Soi 42, Kosumruamchai Road, Donmuang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/44/db4446f8d3a0934a8e06f1b8b6a23754a4ba0006.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.24" OriginalAmount="24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733148215203" Longitude="100.51451520827" StarRating="2" HotelCode="398387|63437" HotelName="Loftel 22 Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>952 Soi CharoenKrung 22, Talad Noi, Samphanthawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/fc/05fc4ad153da3680e028785cdf3e54481bdf7623.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.24" OriginalAmount="24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76482727" Longitude="100.61574995" StarRating="3" HotelCode="439614|63268" HotelName="Marigold Ramkhamhaeng Boutique Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Soi Ramkhamhaeng 43/1, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/d8/b7d88b4154d82b41e8d3d44ff69b815594de96dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.24" OriginalAmount="24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78000055" Longitude="100.57722393" StarRating="3" HotelCode="766071|367738" HotelName="Mestyle Garage Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Bar,Designated Smoking Area,Dining,Fax,Internet,Laundry,Parking,Printer,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>53 Soi Paisarn, Huai Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/b7/6ab7802d542e023e6ee685970b3afc758866ee8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Huai Khwang district in Bangkok, Mestyle Garage Hotel offers 3-star rooms with free W...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.24" OriginalAmount="24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.80555927" Longitude="100.57513612" StarRating="3" HotelCode="380416|57928" HotelName="mybed Ratchada-Ladprao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8/64-67 Ratchadapisek Road, Chandrakasem, Jatujak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/3a/ab3ab7010ec084acc9eee35bcfde3e09458ddf2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.24" OriginalAmount="24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71057717" Longitude="100.49811145" StarRating="2" HotelCode="624492|254090" HotelName="Pamahouse Boutique Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1645 Charoennakhon Road, Banglumpoo Language, Khlongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/1c/5e1c04e55c160d32e3a49d947ee018b4b4594a2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.24" OriginalAmount="24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75402158" Longitude="100.53989009" StarRating="2" HotelCode="362315|60874" HotelName="Euro luxury Pavillion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>122/23 Ratchaprarop Road Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/85/1485b021c0e675371d4a7366a2999266f625ec46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.24" OriginalAmount="24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.688253363819" Longitude="100.60912922856" StarRating="2" HotelCode="308181|233343" HotelName="Spacy BKK" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2294 Soi Sukhumvit 64, Sukhumvit Road, Bangchak, Phrakhanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/8b/298b54dca0e97aec383f4985a4f627b33667b248.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.24" OriginalAmount="24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76113833" Longitude="100.49898753" StarRating="3" HotelCode="631333|254160" HotelName="The Moon Night Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>161/163 Soi Krai Sri Phra Sumeru Road, Taradyod Phrana khon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/48/a84886917b1aed32e6d9f57f15aae339bb9b9b0b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.24" OriginalAmount="24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72852894" Longitude="100.47039962" StarRating="3" HotelCode="773107|367952" HotelName="Toptel Thaphra Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>212/248 Phetkasem 16 Alley, Wat Thaphra, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/14/96146862af5763a82a51204f5d72280b4cf9bf3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.24" OriginalAmount="24.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.68236096" Longitude="100.47588271" StarRating="3" HotelCode="520111|the_choice_residence" HotelName="The Choice Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi 14 Rama II Road, Bangmod, Jomthong, 10150 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/fd/6dfd8c679d5a80932ac31bc62c390c41448f9638.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Choice Residence is conveniently located in the popular South Thonburi area. Offering a variety ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.24" OriginalAmount="24.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72242604182" Longitude="100.50553762698" StarRating="3" HotelCode="387202|aim_house_bangkok" HotelName="Aim House Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>95, 99 Soi Charoennakorn 14, Khlong Ton Sai, Klongsan, 10600 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/b3/6db3a8143d36002336b9540a8a23f5e75573987c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.24" OriginalAmount="24.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7184065" Longitude="100.52091126" StarRating="3" HotelCode="482143|the_step_sathon" HotelName="The Step Sathon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>87 South Sathorn Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/3a/6a3a78c4b143a62d5197d84ef1a9211af2641dcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.24" OriginalAmount="24.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.67380684" Longitude="100.64640379" StarRating="3" HotelCode="436148|b2_bangna_premier_hotel" HotelName="B2 Bangna Premier Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>9 Srinakarin Road, Soi Srinakarin 65, Pookmit, Nongbon, Pravate, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/02/4b02b81d244b6dac75fe8884160cf8b0610f216a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.24" OriginalAmount="24.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76090076" Longitude="100.50086665" StarRating="2" HotelCode="547561|canale_hostel" HotelName="Canale Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>347 349 Phra Sumen Road, Bowonniwet, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/0c/e80c55b4df2e33fc3b3449cba31f0ea4cefa8523.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to travellers in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.24" OriginalAmount="24.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73009414" Longitude="100.58160188" StarRating="2" HotelCode="489591|double_five" HotelName="Double Five Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60/18 Thonglor Soi 6, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/ba/34ba89ae3b776eb9c33009ce67251620d500be6c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a wide range of services and facilities to ensure a comfortable stay, making it the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.24" OriginalAmount="24.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78919067" Longitude="100.54905843" StarRating="2" HotelCode="435350|kencozy_accommodation" HotelName="KEN accommodation" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>40-42 Sutthisan Winitchai Road, Samsen Nai, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/78/247873892917549a4dfcf20e9f0ee96e9f6ff113.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.24" OriginalAmount="24.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.746471831777" Longitude="100.60860335827" StarRating="3" HotelCode="115838|the_patra" HotelName="The Patra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Rama 9 Road, Soi 31 Huamark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/3e/d63eb9c111c569ceed1574c831f32ce6c35b103e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Rama 9 Road close to the Express Way, The Mall, Major Cineplex, Big C, ABAC ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.24" OriginalAmount="24.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71687015" Longitude="100.73120617" StarRating="3" HotelCode="901778|the_paragon_inn" HotelName="Paragon Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Moo 15, Lat Krabang 22, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/eb/b5ebc1210ea4e97685db42fbbb8c1bbf7283ff63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.24" OriginalAmount="24.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719105910096" Longitude="100.75642392039" StarRating="3" HotelCode="72875|convenient_resort_suvarnabhumi" HotelName="Convenient Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Lat Krabang Soi 38, Lat Krabang, 10520 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/75/2d7595e1b153759070a1bbcfd2d122680bd3c03c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located just 5 minutes away from Suvarnabhumi airport and 25 minutes from Bangkok city...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.24" OriginalAmount="24.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.755617" Longitude="100.538342" StarRating="3" HotelCode="401568|the_best_bangkok_house" HotelName="Best Bangkok House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68/1-4 The End of Soi 15 Petchaburi Road, Pratunam, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/93/7493d498731819365b2dab1546360f9ac376d10e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near to the garment and computer markets. There are many exciting attractions s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.24" OriginalAmount="24.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.724548807411" Longitude="100.53264695744" StarRating="3" HotelCode="339077|silom_convent_garden" HotelName="Silom Convent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>35/1 Soi Pipat 2, Convent Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/e1/38e1867d34724ef1ab29537489a968c82dae246c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.24" OriginalAmount="24.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.779037" Longitude="100.575941" StarRating="3" HotelCode="915491|myhotel_cmykratchada" HotelName="myhotel CMYK ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>225/4 Pracharajbumpen Soi 5, Huay Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/66/f566e9d3f97ebe842f9c7d7a6c9947f7b6abf123.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.71" OriginalAmount="24.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760423235147" Longitude="100.54265856743" StarRating="3" HotelCode="58798|46304" HotelName="The Seasons Bangkok Siam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Rajaprarop Road, Makkasan, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/ee/15eecc9b45fb06e51daeed3f8d2f0c35714c32d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Pratunam district of Bangkok. In the immediate vicinity visitors will fi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.15" OriginalAmount="24.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.825364997743" Longitude="100.56723208778" StarRating="3" HotelCode="339413|1864838" HotelName="Iyarin @ Tuk Chang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Conference Hall,Designated Smoking Area,Garden,Internet,Laundry,Meeting Room,Parking,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>3300/28 Phaholyothin Road, Via Tower A Elephant Tower, Tuk Chang, Chompon, Chatujak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/7a/b97a1477c844bb23e5be86f338cda67046992645.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Iyarin @ Tuk Chang Residence in The World's 4th Iconic Building the Elephant Tower Bangkok. Hotel pr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.16" OriginalAmount="24.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72333084" Longitude="100.73246487" StarRating="3" HotelCode="320405|1188298" HotelName="Aranta Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>999 Soi Lat Krabang 1/8, Onnuch-Latkrabang Road, Lat Krabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/c8/edc86acc6b529b09bfe2550f0efd3695aeaf2a16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.16" OriginalAmount="24.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7563309" Longitude="100.5017651" StarRating="3" HotelCode="342819|3559105" HotelName="Snooze Hotel Thonglor Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>44/1-2 Sukhumvit 55, Thonglor Soi 13, Klongton, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/9c/4b9c9961480ee82ccb12d2e53bd0dafa546fdac0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.21" OriginalAmount="24.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.747890457821" Longitude="100.55427253246" StarRating="3" HotelCode="64955|27144" HotelName="Anya Hotel@Sukhumvit 3" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>72 Sukhumvit Soi 3 Road, Nana Nua, Klongtoey – Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/b1/abb11aff213f7ee93eb6111cf9ef5f10cacb5615.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the Sukhumvit business area (Soi 3), just opposite the Bumrungr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.25" OriginalAmount="25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.6692978" Longitude="100.68588044" StarRating="2.5" HotelCode="621094|253982" HotelName="Baan Noppadol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71-75 Ramkamhaeng 2 Soi 8, Dok Mai, Prawet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/61/006123366ac2392e9036102cc388afdaa6b2fbfd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.25" OriginalAmount="25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754244595327" Longitude="100.53967059008" StarRating="3" HotelCode="397270|63521" HotelName="Gateway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>122/19 Rajchaprarop Road, Pratunam, Rajchathevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/2e/df2e32b3fe6450c1b4facff8e0863a5970f91da2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.25" OriginalAmount="25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7209109" Longitude="100.50715207" StarRating="3" HotelCode="357917|60915" HotelName="Grand Tower Inn Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>359/1 Charoennakorn 14/2, Charoennakorn road, Khlongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/86/e9861e16d97a2440a53f0f75de493030beba4874.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.25" OriginalAmount="25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.70508933" Longitude="100.5056414" StarRating="2.5" HotelCode="520113|232362" HotelName="Long Zhu Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2128/14-16 Charoenkrung 74 Road, Phrayakrai, Bangkholaem, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/9c/629cf4e05d60c9d53846f736f896ea24ecc0d429.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.25" OriginalAmount="25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.92427699" Longitude="100.59943289" StarRating="0" HotelCode="853715|499170" HotelName="Moca Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>371/45 Saranakom 2, Songprapha Road, Sikan, Donmuang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/78/1878484a3d4d33a643f46e6cc14ce880c13bbd20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.25" OriginalAmount="25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.806223" Longitude="100.51127425" StarRating="3" HotelCode="915509|57205" HotelName="P-Park Residence Charansanitwong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>683/2 Charansanitwong Road Soi 95/2, Bang-Aw, Bangplad, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/01/6c0135fa64890cf6147258b274495bc2fea7c406.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok - Don Mueang (DMK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.25" OriginalAmount="25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76555261715" Longitude="100.4976748392" StarRating="2" HotelCode="394324|61698" HotelName="Penpark Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>22 Samsen Road Soi Samsen 3, Sampraya, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/21/9421a15c31986f5aa952b91fc8ad510348aab81f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.25" OriginalAmount="25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75446261" Longitude="100.53991417" StarRating="2" HotelCode="853371|376898" HotelName="Shining Star" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120/183 Ratchaprarop Road, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10444345</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.25" OriginalAmount="25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754535365563" Longitude="100.54088741266" StarRating="2.5" HotelCode="337890|58681" HotelName="Siam Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>178/7 Rajprarop Road, Rajprarop 5, Rajthevee, Pratunam, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/16/15169498d129571f68f6dc97fd64581caf145744.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.25" OriginalAmount="25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.752511721397" Longitude="100.53891928199" StarRating="2" HotelCode="402521|58476" HotelName="The Richy Place Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>14/7-8 Soi Petchburi 19, Juldis, Thanon Phyathai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/92/8f9299b751ac70f61f55dc35adaee74c42b726e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.25" OriginalAmount="25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.762066212651" Longitude="100.49418280709" StarRating="3" HotelCode="380578|58684" HotelName="Wild Orchid Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>8 Soi Chana Songkhram, Khaosan, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/51/8d516edafec2f987b85305be7fe53a1745f41c2b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.25" OriginalAmount="25.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.762830666667" Longitude="100.49729233333" StarRating="2" HotelCode="398633|adamaz_house" HotelName="Adamaz House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>90 Phra Sumen Road, Banglamphu, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/ce/11ce89deb7028147cc6215934ffd28ea0a05a866.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.25" OriginalAmount="25.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.768167" Longitude="100.597351" StarRating="3" HotelCode="410346|jazzotel" HotelName="Jazzotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>514 Ramkhamhaeng 39, Prachautit Road Wangtongrang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8d/3c/8d3cc3f3765309a674b7410bc1de3d623ba4924d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated near to Ramkamheng Markets, 20 minutes away from Raminthra Expres...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.25" OriginalAmount="25.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.88793177" Longitude="100.60319408" StarRating="3" HotelCode="520121|the_royal_bee_aparthotel" HotelName="The Royal Bee Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Designated Smoking Area,Elevator,Internet,Meeting Room,Parking">
        <Address>
          <AddressLines>
            <AddressLine>35 Soi Phaholyothin 69, Kwaeng Anusaowari, Khet Bangkhen, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/48/d0483a7f3befd60ac382b3c4a750c713f9cf66ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Royal Bee Aparthotel is a popular choice amongst travelers in Bangkok, whether exploring or just...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.25" OriginalAmount="25.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.769105632967" Longitude="100.62286745615" StarRating="3" HotelCode="392582|yotaka_boutique_hotel" HotelName="Yotaka Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>246/7 Ladpraw 122 Road, Soi Mahadtai, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/5d/a75d3005d20bf3866fb60edc390f61395376183c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A café is among the facilities. Wireless internet access is available to guests in the public areas....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.25" OriginalAmount="25.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.729537121098" Longitude="100.56116759203" StarRating="2" HotelCode="378730|the_hostel_16" HotelName="The Hostel 16" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>178/6 Sukhumvit 16, Sukhumvit Road, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/c2/cec2b3966d9ef515493d3751cc07c134e63e1d81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service and a bar, f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.25" OriginalAmount="25.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72097374" Longitude="100.49003758" StarRating="3" HotelCode="481967|zenniq" HotelName="Zenniq" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Ratchaphruek Road, BTS Wongwian Yai, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/e5/b3e56e5eeddec7172232cafc9f1e783fbb98977d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.25" OriginalAmount="25.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74805821" Longitude="100.54244108" StarRating="2" HotelCode="547555|bedtown_hostel" HotelName="Bed@Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>45/8 Rajadamri soi 1, Prathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/97/2697fb9a941a84ead2d8c0b1d600e2580210c37b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service and a laundry service are available to guests of the hostel. Wireless inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.25" OriginalAmount="25.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72852316" Longitude="100.47814171" StarRating="0" HotelCode="750867|season_place" HotelName="Season Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Elevator,Internet,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>61/15 Petchkasem Road, Wattapra, Bangkokyai, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/e2/50e2a8cb979d758f4c714314623104207e8debb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Season Place is conveniently located in the popular Thonburi area. Both business travelers and touri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.25" OriginalAmount="25.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71068910734" Longitude="100.59818073633" StarRating="3" HotelCode="263688|best_western_klassique_sukhumvit_2" HotelName="Klassique Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1933 Sukhumvit Road, Phra Khanong, Wattana, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/74/b8747e52b063d3398654cab639e551053aed7f99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.25" OriginalAmount="25.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760998666667" Longitude="100.49815166667" StarRating="2" HotelCode="915490|suneta_hostel_khaosan" HotelName="Suneta Hostel Khaosan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>209-211 Kraisri Road, Talat Yot, Phranakorn, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/df/81dfcef89e2fdb3e271cbbf466e2a5bf815d631f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers a baggage storage service and a transfer service. Wireless internet access in publ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.25" OriginalAmount="25.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.725714193175" Longitude="100.59058897328" StarRating="3" HotelCode="393710|greenview_ekkamai10" HotelName="Greenview Ekkamai10" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>688 Ekkamai 10, Yak 6, Sukhumvit 63 Road, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/d3/a3d36214db0be35ecb0032e65d65ecbebd6f1a6e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.25" OriginalAmount="25.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72464" Longitude="100.522474" StarRating="2.5" HotelCode="906329|sapphirtel_inn" HotelName="Sapphirtel Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>282-282/1-2, Soi Silom 22/1, Silom Road, Bang Rak District, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/61/94617f13dcd588be86b0a73cb115ddcfc8f2ac22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated only 28 metres off the famous Silom Road in the city's vital business,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.30" OriginalAmount="25.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.716393" Longitude="100.589972" StarRating="3" HotelCode="185915|1131028" HotelName="Ds67 Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Village" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Massage Centre,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1497/1-2 Sukhumvit 67 Road, Phra Khanong-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/d7/cdd7dd6ee21287754bf7bfe38c38bfadd91a3814.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located on the Sukhumvit Road, just a one-minute walk from BTS Phra Kanong...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.37" OriginalAmount="25.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.718781" Longitude="100.521066" StarRating="3" HotelCode="114190|1230958" HotelName="King Royal Garden Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>245 South Sathorn Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/8e/358eebd519cf96af4cbf5ced1762d6f81d246acf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.37" OriginalAmount="25.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.752449" Longitude="100.538023" StarRating="3" HotelCode="115844|244266" HotelName="Ten Stars Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44/1,44/2 Soi Petchburi 17, Petchburi Road, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/f3/bdf36c666fbaac4d5b70813e24f6ffa680c4562c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel's location often attracts guests, as it is just minutes away from Pratunam Market, one of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.64" OriginalAmount="25.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.718669" Longitude="100.730737" StarRating="3" HotelCode="100185|247136" HotelName="The Ivory Suvarnabhumi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/1 - 2/2 Ladkrabang 22, Ladkrabang, 10520 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/59/3b592bca013bee1420539c4a575e1cf3eccdd74b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located at Suvarnabhumi Airport. A short drive from this establishment wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.65" OriginalAmount="25.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719930577294" Longitude="100.53873168221" StarRating="3" HotelCode="96810|111812" HotelName="I Residence Hotel Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>269/29-30 Suan Plu Soi 6, Sathorn Road, Thungmahamek, Sathorn, 10260 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/82/5482fedc779cbd76ed49d1ef52bf1344dde9b0c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the heart of the business area of Bangkok. Its location offers convenie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="25.76" OriginalAmount="25.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72114624" Longitude="100.7951537" StarRating="4" HotelCode="620166|028031" HotelName="Golden Foyer Suvarnabhumi Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Business Centre,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Massage Centre,Restaurant,Smoking Rooms,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>541/8 Luangphaeng Road, Tubyao, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9e/02/9e0220e238fd3aeba2d4065a4e7a0c7da2c90c37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Golden Foyer Suvarnabhumi Airport is 7 stories high property with luxury facilities included in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.05" OriginalAmount="25.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742657521899" Longitude="100.50809562206" StarRating="3" HotelCode="185907|1120098" HotelName="iCheck inn Regency Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>204, 206, 208 Charoenkrung Soi 14, Charoenkrung Road, Samphanthawongse, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/2f/6c2f79cfadf400be0ab6d5cc0a694878cf792998.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of China Town, Yaowaraj. It is an essential business district for ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.06" OriginalAmount="25.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.875535417845" Longitude="100.58004587889" StarRating="3" HotelCode="67968|44274" HotelName="Ebina House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73/39 Vipavadee Rangsit Road 64, Bangkhen, 10210 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/6f/bd6ff55a35bbc5399d9ff87f2e027cad66480a18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within easy reach of the business centre and places of interest by the toll way...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.26" OriginalAmount="26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.772432888299" Longitude="100.6407326256" StarRating="3" HotelCode="345910|83709" HotelName="Baron Zotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Ladprao Soi 117, Ladprao Road, Klongjun, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/95/74953f78526168b01f815caee60578951e95d6a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.26" OriginalAmount="26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.88930949" Longitude="100.57590783" StarRating="3" HotelCode="496326|223494" HotelName="Casa Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>99/282 Chaengwatthana 10 Yak 3 Alley, Tungsonghong, Laksi, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/f4/a9f44f5c03eb0af4c942f0de0b59f5b5ac0b3ff5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.26" OriginalAmount="26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.911224495017" Longitude="100.59169084008" StarRating="3" HotelCode="392615|60935" HotelName="Montri Resort Donmuang Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>11 Soi Chang Akart Uthid 3 Yak 4, Don Muang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/0d/a60db59fea23ca7ce7f22cbeba71897d82b7dca5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.26" OriginalAmount="26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.96529703241" Longitude="100.61781707706" StarRating="2.5" HotelCode="425024|361414" HotelName="Pitikant Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>350/10 Phahonyathin Road Moo 13, Phahonyothin Soi 81, Khu Khot, Lam Lukka, Bangkok, Pathum Thani 12130</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/0d/d50de90e44be1cb24c4acb78d56a37205a86c2f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys can be reached by lift. The hotel features a baggage storage service for a comfortable ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.26" OriginalAmount="26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.763027422445" Longitude="100.54103614883" StarRating="3" HotelCode="380575|58444" HotelName="S3 Residence Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>440/26-29 Ratchawithi 3, Ratchawithi Road, Phrayathai, Ratchatewee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/45/cb45c40cc839c7bfd823db2dc11784ea879ea73a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a range of services and facilities, making it ideal for business travellers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.26" OriginalAmount="26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72759445" Longitude="100.57286482" StarRating="3" HotelCode="523286|173836" HotelName="S30 Sukhumvit Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1/61 Soi Sukhumvit 30, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/ab/a7ab8a4d5db2ef64aa69f1d470451151d969ced5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.26" OriginalAmount="26.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.82508862" Longitude="100.56724766" StarRating="3" HotelCode="520177|the_plim_place_" HotelName="The Plimplace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="24 Hour Front Desk,Coffee Shop,Dry Cleaning,Elevator,Garden,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>3336 Phaholyothin Road, Chomphon Chatuchak, 10900 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/e5/54e50326346224dbc0bd92bfc5668a5ce0b60e6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Chatuchak, The Plim Place 2 is a perfect starting point from which to explore Bangkok. Bo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.26" OriginalAmount="26.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75434791" Longitude="100.53940737" StarRating="3" HotelCode="469976|patra_boutique_hotel" HotelName="Patra Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>74 Soi Juldis 19 Pecthburi Road, Payathai, Rajathevi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/4d/cb4dd12bd2d34b8f452899b00322a069c2f82d23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Bangkok. For guests who appreciate a stylish ambience,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.26" OriginalAmount="26.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71972099" Longitude="100.49584797" StarRating="3.5" HotelCode="435378|the_star_of_sathorn" HotelName="The Star of Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>71/7 Krung Thon Buri 4, Khlongtonsai, Khet Khlong San, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b4/ea/b4eaa100325d149644d20abd27db22b9e8065438.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.26" OriginalAmount="26.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7775605" Longitude="100.58189291" StarRating="3" HotelCode="495953|napaville_huai_khwang" HotelName="Napaville Huai Khwang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>601,601/1-2 Pracha Rat Bumpen Road, Huai Khwang, Ratchadaphisek, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/8f/628f446e96a1563271c5ddd3c820192b76b7aefc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Napaville Huai Khwang in Bangkok (Huai Khwang), you'll be close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.26" OriginalAmount="26.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76468216" Longitude="100.49763086" StarRating="3" HotelCode="520221|the_orchid_house_boutique_resort" HotelName="The Orchid House 153" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>153 Samsaen Soi 1, Prasumeru, Chanasongkram Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/4e/1a4e9304999fb3d14419697891385b77886046d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.26" OriginalAmount="26.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.804244721642" Longitude="100.57305879891" StarRating="3" HotelCode="322721|tongtip_place" HotelName="Tongtip Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>245 Ladprao Road Soi Ladprao 26, Jomphon, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/36/1636fae855e69f036dd0c35b49d38f62e28e07d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.26" OriginalAmount="26.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723944618801" Longitude="100.52978932858" StarRating="3" HotelCode="97636|the_heritage_bangkok" HotelName="The Heritage Hotels Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>198 Soi Narathivas 3 Narathivas Road, Silom Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/7a/d07a2788e5348d1b30ae234edbc71ed3428210ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located between Silom and Sathorn Road, in Bangkok's most vibrant commercial busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.26" OriginalAmount="26.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72149415" Longitude="100.73087844" StarRating="3" HotelCode="380585|crystal_suites_2" HotelName="Crystal Suites Suvarnabhumi Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Golf,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>22/8 Soi Latkrabang 24 Latkrabang Road, Latkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/ea/feeae21541b0f76e74f98848116e6c07f4248428.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.26" OriginalAmount="26.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753158" Longitude="100.539415" StarRating="3" HotelCode="93361|baiyoke_boutique" HotelName="Baiyoke Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>120/359 Ratchaprarop Road, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/5a/905a7e0907cffcb7c8c97e9715680f8860d19ca5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located right in the heart of the Pratunam shopping area, a few steps a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.30" OriginalAmount="26.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741068207787" Longitude="100.55565387011" StarRating="2" HotelCode="188270|3553545" HotelName="Atlas Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>131/5-7 Sukhumvit 7/1, Sukhumvit Road, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/82/bf82c4c9551707b806cd8620e9bb65801bef231f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="26.37" OriginalAmount="26.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.752306" Longitude="100.526903" StarRating="3" HotelCode="165842|8054567" HotelName="Diamond City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>594/23 Soi Payanark, Rama VI Rd., Bkk 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/63/776351ad4f7a580b73cfe0ff291e17c1494364b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of Bangkok, the hotel is located in the best shopping area and the core business area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.66" OriginalAmount="26.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.755264829947" Longitude="100.53826242685" StarRating="3" HotelCode="188210|1576588" HotelName="My Hotel Pratunam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70,70/1-4 Soi Petchburi 15, Petchburi Road, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/19/6319a1f2ed77b03dd08b084643ca3aa463e2cc8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.89" OriginalAmount="26.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.761365" Longitude="100.496299" StarRating="2" HotelCode="141815|248706" HotelName="Rambuttri Village Inn &amp; Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Soi Ram Buttri, Chakkra Phong Road, Phra Nakorn, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/ba/f5ba4ef150a825d4406573e4dbfdca2d499a40df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a few minutes' walk from the world famous Khaosan Road and Thailand's leading h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.06" OriginalAmount="26.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721810240771" Longitude="100.49165252299" StarRating="3" HotelCode="225556|1575658" HotelName="Bangkok Loft Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>55 Somdet Phra Chao Taksin Road, Near Soi 7, Bangyeerua, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/02/42028b0d8854ae6ffaca2c79de94f728fb40ab51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.08" OriginalAmount="26.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.962415170519" Longitude="100.62415480614" StarRating="4" HotelCode="37609|244606" HotelName="Asia Airport" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99/2 Moo 8, Phaholyothin Road, 12130  Lamlukka Pathumthanee</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/52/3952c3f94c0765a0186919b40ad37db0c9279039.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located centrally and only a few minutes from the various entertainment ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.22" OriginalAmount="26.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74682" Longitude="100.58671" StarRating="4" HotelCode="185975|96289" HotelName="A-One Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>5 Soi Soonvijai 4, New Petchburi Road, Bangkok 10320</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/a7/7ba7f5d26ef0d820743c21df2e772737f63e2899.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Bangkok, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.24" OriginalAmount="26.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739041" Longitude="100.515434" StarRating="2" HotelCode="188199|1576698" HotelName="Krung Kasem Sri Krung" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1860 Krung Kasem Rd, Chinatown, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/58/5558db1f3a881df77e45f88a661e627b19ca47f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.27" OriginalAmount="27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.65908881" Longitude="100.61158121" StarRating="2.5" HotelCode="624002|253974" HotelName="Live @ Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 24/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>20 Soi Lasalle 20, Sukhumvit 105, Bangkok, Krung Thep Maha Nakhon 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/72/f4729150f712f082db0bf571b38d7707a440f828.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.27" OriginalAmount="27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75483769275" Longitude="100.53966944458" StarRating="3" HotelCode="915514|57232" HotelName="Pratunam Pavilion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>89 soi Sangkarn, Petchburi Road, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/25/1d252fa5f9c031af4734472ea09be1e78949efa4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.27" OriginalAmount="27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76804272" Longitude="100.50248049" StarRating="2" HotelCode="771930|367702" HotelName="Lost Inn Bkk" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>250/15 Samsen Road, Bangkhumprom, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/d6/9cd6ced5ee5b25a5ce994490e9f5d41549847a18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.27" OriginalAmount="27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75286157" Longitude="100.5311815" StarRating="2" HotelCode="407897|174446" HotelName="Monomer Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>486/157 Soi Phetchaburi16, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/b3/a3b3f6ad513764d5b6ac3f318f985d1385f696e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.27" OriginalAmount="27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75135936" Longitude="100.50996029" StarRating="3" HotelCode="376440|63385" HotelName="New Suanmali Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Holiday homes,Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>146, 152 &amp; 432 Bamrungmuang Road, Watthapsirin, Pomparbsattrupai, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/09/9c09143a9ec824fb999490660a62a1d5f9d9250d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.27" OriginalAmount="27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74517512" Longitude="100.63444167" StarRating="3" HotelCode="585933|232806" HotelName="Onyx Hotel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>45 Rama IX 53, Suanluang Ramkhamhaeng Bang Kapi, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/f9/21f91dee68c34fb4069d5cc329eacd947f86282b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.27" OriginalAmount="27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="854042|367855" HotelName="Royale 8 Ville" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>354/10 Soi Worapong, Wisutkasat Road, Khwang Baanphanthom Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/72/d472b062fb7a3fea2c39308b8c96e2ae2a411ea1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.27" OriginalAmount="27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.726763879471" Longitude="100.73562704249" StarRating="3" HotelCode="531448|191651" HotelName="Sunny Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Golf,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>428 Ladkrabang Soi 3, Suvarnabhumi Airport, Bangkok, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/c9/cfc9f00300b863e5b068dcd6a77d6be6e3349106.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.27" OriginalAmount="27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.91286705" Longitude="100.59312101" StarRating="3" HotelCode="696277|367939" HotelName="The Prima Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Elevator">
        <Address>
          <AddressLines>
            <AddressLine>44 Wireless Road, 2nd Road, Donmuang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/68/0d6814f6c27cfb86f8f28db9546fb9ab8744caf3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Bangkok (Don Muang), The Prima Residence is convenient to Air Technical Training School a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.27" OriginalAmount="27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.89210734" Longitude="100.58075436" StarRating="2" HotelCode="625417|254195" HotelName="Wayha Hostel Don Mueang Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100/599 Soi Chaeng Watthana 10 Lane 9-3, Lak Si, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/c7/7cc7c40d2ce434c71d1692c321187e3f2e17624f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.27" OriginalAmount="27.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.751739002359" Longitude="100.53775104278" StarRating="3" HotelCode="405932|la_porte_bangkok_hotel" HotelName="La Porte Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20/6 Phaya Thai Road Soi Petchburi 17, Pathumwan, Tambon Payathai, Ratchathevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/11/f1113b01c37b9d1ec62b312382b8f8cfa00ece21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.27" OriginalAmount="27.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.756016" Longitude="100.559768" StarRating="3" HotelCode="165845|hi_residence_bangkok" HotelName="Hi Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>649/1-176 Asok Dindaeng Rd., Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/bb/26bb5fe3343197d21497d33ca2e691dc1ea2b476.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Ratchadapisek Bangkok. It is a short stroll from MRT Rama 9 subway station, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.27" OriginalAmount="27.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76432269" Longitude="100.56274488" StarRating="0" HotelCode="520213|bb_garden_resort" HotelName="Bb Garden Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1169 Soi Ratchadapisek 3, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/2d/802dffd9266f7672de6cdfeb6482c9867524b6be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.27" OriginalAmount="27.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77159" Longitude="100.556506" StarRating="3.5" HotelCode="65351|princeton_bangkok" HotelName="Princeton Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Mitmaitri Road, Din Daeng District, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/26/ce26780829ee0ab0d38d8885e25b644d26cc20dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Bangkok’s brand new full-service residence is a short 15 minutes by car from the city’s Don Muang In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.27" OriginalAmount="27.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.750479" Longitude="100.545901" StarRating="3" HotelCode="115837|p2_boutique_hotel" HotelName="P2 Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1091/213-216 New Petchaburi Road Soi Petchaburi 33, Makkasan, Rachathavee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/37/453766687484bcdf078578840a30698de688562f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right on Petchburi Road, in the fashion-friendly Pratunam area. The location is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.27" OriginalAmount="27.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754027316841" Longitude="100.52894711494" StarRating="3" HotelCode="37767|samran_place" HotelName="Samran Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>302 Petchburi Rd., Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/14/3a1424399468927d432b4a8cd5eb71dd6c20aac1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located just a short distance from many shopping and entertainment venues. A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.27" OriginalAmount="27.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.724807" Longitude="100.524524" StarRating="3" HotelCode="188186|diamond_residence_2" HotelName="Diamond Residence Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>703/705 Silom Road, Opposite Narai Hotel, Silom Bangrak, Suriyawong Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/0c/260c9a83fe6de808ce0e27278020b020e5cba2a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.27" OriginalAmount="27.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737276995476" Longitude="100.5617246835" StarRating="3" HotelCode="424834|wellness_residence_" HotelName="Wellness Residence &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Concierge,Designated Smoking Area,Elevator,Internet,Kitchen,Luggage Storage,Massage Centre,Porter,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>4/56 Sukhumvit 21 Road, Sukhumvit, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/4b/d84b50533ba385c6ccb1c661a1bb4acb675c5ed5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wellness Residence is a popular choice amongst travelers in Bangkok, whether exploring or just passi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.30" OriginalAmount="27.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.735587137578" Longitude="100.55302495337" StarRating="3" HotelCode="39068|61464" HotelName="Woraburi Sukhumvit Hotel &amp; Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128/1 Sukhumvit Soi 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/20/8220e5e91686e9a1e11a366ecee034540144be0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in Bangkok, around 5 minutes' walk from Sukhumvit Road. Nearby attractio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.54" OriginalAmount="27.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754549" Longitude="100.53937" StarRating="3" HotelCode="97713|89592" HotelName="Citin Pratunam Hotel by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88/19 Ratchaprarop Road, Phayathai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/1a/721a4811fac2d796d94d273f2a31ee4e086d0ecf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the heart of Pratunam, one of the most popular shopping and business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.56" OriginalAmount="27.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741058" Longitude="100.555648" StarRating="3" HotelCode="188207|1576558" HotelName="Maxim S Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131/21-23 Sukhumvit Soi 7/1, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/c4/87c4f48ffc177d85058e3c3ad2fe0152522636f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.11" OriginalAmount="27.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.858888" Longitude="100.523357" StarRating="3" HotelCode="255722|1175808" HotelName="Mida Hotel Ngamwongwan" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29/67 Moo 9 Bangkrasor, Muang, Nonthaburi 11000</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fe/0c/fe0cd634b8a6ea1872c88b2d4de493cb91714c34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.12" OriginalAmount="27.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.776318" Longitude="100.571242" StarRating="3" HotelCode="93360|248096" HotelName="Hip" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>111/1 Ratchadapisek Road, Soi Niam-Utit, Bangkok 10320</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/2a/ff2a7501e94e51366cbdc4f08ed3b4743846fdba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Bangkok's most exciting business, entertainment and shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.17" OriginalAmount="27.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.791923519838" Longitude="100.54334533876" StarRating="2.5" HotelCode="56165|1575728" HotelName="Elizabeth Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>169/51 Pradiphat Road, Sam Sen Nai, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/ce/51ce15cf8ae1e5156b173df77549f3e9e095da18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Phaya Thai district of Bangkok. Don Muang Airport is around 30 minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.28" OriginalAmount="28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75704157" Longitude="100.52187555" StarRating="2" HotelCode="515390|345055" HotelName="Bangkok City Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Restaurant,Room Service,Smoking Rooms,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Petchburi Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/e0/ece0099affcf46ed927084805175c7f91d66a2d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Budget Hotel include Buffet Breakfast Free Internet PC access(30minute/day) and Free WIFI internet s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.28" OriginalAmount="28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74682361" Longitude="100.50318122" StarRating="2" HotelCode="547270|174417" HotelName="Cacha Bed" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>156 Mahachai Road, Wangburaphapirom, Phara Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/57/375796457d0ed28add95e191cedf6a3000cb165b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.28" OriginalAmount="28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75936987" Longitude="100.49645371" StarRating="3" HotelCode="338359|61066" HotelName="Dang Derm Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Khaosan Road, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/6d/fe6d27e2e3df4e42e915ecf32cb1623ec396ec8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.28" OriginalAmount="28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.761591538939" Longitude="100.49997607369" StarRating="3" HotelCode="380529|58142" HotelName="Korbua House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>239 /8-11 Phasumen Road, Taladyord, Phanakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/dd/c7ddf100b5d47e66db5f698dbc009a3180c6877d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.28" OriginalAmount="28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74691623" Longitude="100.52464404" StarRating="2" HotelCode="638600|267260" HotelName="Lazy Sunday Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>6 Thanon Rama Road, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/23/32235c2ec683de11bb2e359cacb29a6d357370ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.28" OriginalAmount="28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71941662" Longitude="100.5064875" StarRating="2" HotelCode="547010|233080" HotelName="Siam Plug In" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>262 Krungthonburi Road, Klongtonsai, Klongsarn, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/25/8a25be524ca4bcf082492b8b086d7e56c65bf405.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.28" OriginalAmount="28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77489382" Longitude="100.57478577" StarRating="4" HotelCode="435442|173816" HotelName="Praso @ Ratchada 12" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>194 Soi Ratchadapisek 12, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/97/ae97b81984b0429cb9ed6eb40f317c23c4495250.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.28" OriginalAmount="28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.69964061" Longitude="100.68172903" StarRating="3.5" HotelCode="496347|173860" HotelName="Summer Tree Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>90/55 Chaloem Phrakiat Ratchakan Thi 9 Road, Dokmai, Prawet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/2d/3e2dbcc1434bab4fbd1139814fe164e18d592da3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.28" OriginalAmount="28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72634198" Longitude="100.73553302" StarRating="3" HotelCode="677270|254140" HotelName="Suvarnabhumi Oriental Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>422  Prachatorn Road, Latkrabang Soi 3, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/08/c208e6e331dfdfe1ebbd762125814339245abfed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.28" OriginalAmount="28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="771794|367943" HotelName="The Victory View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>34/2-3 Soi Ratchawithi 9, Khwaeng Thanon Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/d8/5dd85d0b65924b2c2ce9a61894636712b56d6a9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.28" OriginalAmount="28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.710306713364" Longitude="100.60739330125" StarRating="3" HotelCode="429462|58052" HotelName="UTD Apartments Sukhumvit Hotel &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>426/21 On-Nut Road, Sukhumvit77 Road, On-Nut Soi 8, Suan laung, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/f0/acf02e43d9aa9726538927c3df4a0db012620bbb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.28" OriginalAmount="28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75947987" Longitude="100.49829092" StarRating="3" HotelCode="943346|223321" HotelName="Villa Cha Cha 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>327/ 2-4 Rambuttri Road, Talad Yot, Phranakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/85/7b85e0e95d2df80b3d21ac1587b3118f2f8f604c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723706203342" Longitude="100.54833680391" StarRating="3" HotelCode="15880|pinnacle_lumpinee_park_hotel" HotelName="Pinnacle Lumpinee Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Soi Ngam Duphli, Rama 4 Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/e4/dae4dde076637d7689774a2f2334f31e35752b8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This friendly hotel enjoys a convenient location within walking distance of the Lumpini MRT subway s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.732595" Longitude="100.522185" StarRating="3" HotelCode="933166|isanook_residence" HotelName="iSanook Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118 Soi Songphra, Siphraya Road, Kwang Maha Pruttaram, Khet Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/a5/53a57f68e7c77b25beca3d483d1de4b7966805ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 80 rooms. A restaurant, a bar, a transfer service and room service ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754796082268" Longitude="100.52664533306" StarRating="3" HotelCode="345203|cacha_hotel" HotelName="Cacha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>156/5-9 Petchburi Road, Amphoe Rajathevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/8c/ff8cb61083f610629bc5bf2183d7d1e928a94632.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.695746603267" Longitude="100.64668999656" StarRating="3" HotelCode="378980|de_botan" HotelName="De Botan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Soi Supapong 3, Section 2, Nong Bon, Amphoe Prawate, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/20/6a209b350a21da7d8c1f6cacdb01cf5e33799a04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75556658" Longitude="100.5036264" StarRating="2.5" HotelCode="424865|here_hostel_bangkok" HotelName="Here Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Dry Cleaning,Housekeeping,Internet,Laundry,Luggage Storage,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>196/3-8 Ratchadamnoen Road, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/a4/4ea47887dc4fd63242f6923eabf90b182dff8338.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;HERE hostel is eatablishing at the location of the heart of Bangkok. We are on the Rachadamneon Rd. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75462349918" Longitude="100.54119171328" StarRating="3" HotelCode="337249|kc_place_2" HotelName="Kc Place Hotel Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>178/35 Ratchaprarop Road, Soi 5, Pratunam, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/2d/8c2dc1311bd664f2e26ed6eff9fea3409c3b6eee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77426962" Longitude="100.57850857" StarRating="3" HotelCode="144204|atrium_boutique_hotel_2" HotelName="Atrium Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>258 Prachauthit road, HuayKwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/0e/4c0e8b5ae6ba56f062b94353486e19ab3f01a391.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is conveniently located in the Ratchada Pisek area, making it ideal for getting around ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.791799" Longitude="100.560825" StarRating="4" HotelCode="64952|gold_orchid_bangkok" HotelName="Gold Orchid Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>375 Vibhavadibi Rangsit Road, Phayathai, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/af/45afa555062d1882c33e01c113863aabd5626aea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set amidst the booming new corporate and airlines business district, on the Vibhavadi R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.773241" Longitude="100.608415" StarRating="3" HotelCode="100181|town_in_town_hotel_bangkok" HotelName="Town In Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>300/1 Ladprao 94, Wangthonglang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/12/cf12a5e5f902eb635def15e5cdafceff922685ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on Pradit Manutham Road, adjacent to the Ekamai-Ramintra Express way, which p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.713176842971" Longitude="100.58488570437" StarRating="3" HotelCode="308182|boss_mansion" HotelName="Boss Mansion Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3789 Rama 4 Road, Prakanong, Khlongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/9a/0f9a669d3891c323f60a15e93377e2aae65fa150.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.722100857061" Longitude="100.54640661905" StarRating="2" HotelCode="36345|malaysia_hotel" HotelName="Malaysia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Soi Ngamduplee, Rama 4 Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/de/5bde39397bc7bd322a6e1dc55a195ff0cd3d87e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.40" OriginalAmount="28.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.829676" Longitude="100.563075" StarRating="3" HotelCode="167001|247816" HotelName="Northgate Ratchayothin Serviced Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>248 Ratchadapisek Road, Ladyao, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/9f/fa9f6e7191ea4a36770da385a2a00a2b68ab188b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok. For those in need of an adults-only holiday, it provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.56" OriginalAmount="28.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753938612496" Longitude="100.53890626111" StarRating="4" HotelCode="340994|1864968" HotelName="The 93 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>93 Petchburi 17 Road Soi Somprasong, Soi Juradis, Pratunam, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/fa/e6faadc23d932441c1ac317e491fcb1c3f334132.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.77" OriginalAmount="28.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.748677" Longitude="100.541588" StarRating="2" HotelCode="64933|44814" HotelName="Bangkok City Inn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43/5 Rajdamri Road, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/5d/115d33c03f1f91495f18cce9512578c171e160de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Expressway and guests have easy access to the Central World Plaza, Big...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.83" OriginalAmount="28.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.775066277051" Longitude="100.57055566335" StarRating="3" HotelCode="343429|1864018" HotelName="Calypzo Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>88 Soi Sukruamkan, Ratchadapisek Road, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c0/74c0c43908ff4956d4cdc0275600976aa27184bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.84" OriginalAmount="28.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721983" Longitude="100.771416" StarRating="3" HotelCode="142233|249036" HotelName="Mariya Boutique Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1627/2 Onnuch-Ladkrabang Road, Ladkrabang, Bangkok, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/6e/646e0ee3832ef99b1a3318b36952caf4f995eb16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a main street, with easy access to public transportation to the city centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.03" OriginalAmount="28.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740399" Longitude="100.555914" StarRating="3" HotelCode="71468|26934" HotelName="City Lodge Soi 9" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 9, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/af/39af04135ca9c9faa4cabd6b3572bd0797b7cd58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located on the corner of Sukhumvit Soi 9, close to the entrance of the Nana' ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.26" OriginalAmount="28.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75238" Longitude="100.542932" StarRating="3" HotelCode="76067|1170618" HotelName="PJ Watergate" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>467 Soi Wattanasilp, Rajaprarop Road, Makkasan, Rajathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/59/ed59e3fce0c16c8fee81ad971e78d1cb717a491a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the midst of a business and shopping centre. It is close to many of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.29" OriginalAmount="29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75850959" Longitude="100.49952096" StarRating="2" HotelCode="784484|367476" HotelName="At Home Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="24 Hour Room Service,Designated Smoking Area,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>117 Tanao Road, Pra Nakon, Khaosan, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/9b/639bdf87679e1b825a6dc2b5177176976a9686fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;At Home Guest House is perfectly located for both business and leisure guests in Bangkok. The hotel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.29" OriginalAmount="29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.783706449538" Longitude="100.54395016783" StarRating="2" HotelCode="547938|254044" HotelName="Josh Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>19/2 Phahon Yothin Road, Soi Ari 4 Nuea, Samsen Nai, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/19/1d19d99522963cd301b45378edbda54e6a89c82c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.29" OriginalAmount="29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75469318" Longitude="100.56600729" StarRating="2" HotelCode="583601|233453" HotelName="X9 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>278/24 Asoke Dindaeng, Bang Kapi, Huai Khwang, Bangkok, Bangkok Province 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/ec/90ecd66a86fdd15be68cc9d1671e603c4ce816e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.757383" Longitude="100.53455" StarRating="3" HotelCode="188154|florida_2" HotelName="Florida" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Phrayathai Road, Rajathevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/57/3e571b280889bbf9a699183a87332cc6735f9d14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76288059" Longitude="100.50156861" StarRating="2" HotelCode="547579|oh_bangkok_hostel" HotelName="Oh Bangkok Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>107 Samsen Soi 4, Ban Phan Thom, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/98/35/983540497c78ba61f45773c5cbab7245277ba355.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel features various services and facilities, including a baggage storage service, a bar, a t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72590676" Longitude="100.56458839" StarRating="2" HotelCode="492210|sleepbox_sukhumvit_22_hostel" HotelName="Sleepbox Sukhumvit 22" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>404 Soi Sainamthip 3, Sukhumvit 22, Klong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/b8/c7b8c12b27a9ca659789cc9d302abc11d9e62db0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7545193" Longitude="100.53612648" StarRating="3" HotelCode="440764|cubic_pratunam" HotelName="Cubic Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>21/1 Soi Somprasong 2, Phethburi 13, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/44/b3447b470cf8dbce739d7bb364a5c45ce425c262.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760236053134" Longitude="100.49693957241" StarRating="3" HotelCode="902595|sleep_with_inn" HotelName="Sleep Withinn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Rambuttri Road, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/65/a9652e430e9efff12291cdf91c186357f3c48221.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.79188626" Longitude="100.5367906" StarRating="3" HotelCode="348282|bangkok_living" HotelName="Bangkok Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>96/5 Pradipat Road, Samsennai, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/5e/d75e3047376e4cfe32bc5b3f1cc16fa6492d0051.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.773165" Longitude="100.573136" StarRating="3" HotelCode="188209|mini_r_ratchada" HotelName="The Mini R Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>161 Ratchada Road, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/a6/f8a64bdcd68bf3595ac2a6b0e9908ff99cf0583b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73165" Longitude="100.5660466" StarRating="3" HotelCode="118736|bourbon_st_boutique_hotel" HotelName="Bourbon Street Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9/39-40 Soi Tana Arcade, Sukhumvit 63 Ekkamai, Klongton Nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/ba/6aba5b31f8477aac677e15ebc5bde50d46259eaa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.699153326002" Longitude="100.50014019012" StarRating="3" HotelCode="37765|tongtara_riverview_hotel" HotelName="Tongtara Riverview" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9/99 Charoen Krung Road, Bangkoleam</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/1a/811a2de9dbd5833a5f5ba090fa776c23474411ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This friendly city hotel is located on a river bank close to the harbour. The centre of Bangkok is s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.41" OriginalAmount="29.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75424616174" Longitude="100.53981542587" StarRating="3" HotelCode="166758|109622" HotelName="Khurana Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20/176-180 Rajprapop Road, Pratunam, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/5e/a55e0958ba52d97bff38308c1e3ec52abb4a4ed5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.68" OriginalAmount="29.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.696345" Longitude="100.513022" StarRating="3" HotelCode="65093|82052" HotelName="Howard Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3641/10 North-South Sathon Road, Charoen Rat Road, Bangkhlo, Bangkholaem, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/5d/9b5d12722fcceb254fad7d55db366c974e663dfd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on North-South Sathon Road (or Charoenraj Road). It lies close to Silom R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.71" OriginalAmount="29.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.751817243475" Longitude="100.52999784552" StarRating="3" HotelCode="338959|1862588" HotelName="Siam Swana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>359/1 Soi Phayanak, Phetchaburi Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/77/cf77c848662bcb75691bd5c26beeefa8423c55a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.80" OriginalAmount="29.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.710328" Longitude="100.602007" StarRating="3" HotelCode="73113|245956" HotelName="The Bedrooms Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>204/24 Sukhumvit 77 (Soi On nut), Phrakhanong Nua, Wattana, 10260 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/fc/e7fc3d33bf10882f662f235ea6b3f95aa4f9bec0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the business area of Bangkok, close to all kinds of transport: it is 5 minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.25" OriginalAmount="29.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.889493056282" Longitude="100.57875782209" StarRating="3" HotelCode="37710|474875" HotelName="Mida Airport Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99/401–486 Chaeng Wattana 10, Laksi, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/96/dd9667806b64497672872864d0caa9c3b83c8ac7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 15 minutes from IMPACT Exhibition and Convention Centre, the largest centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.25" OriginalAmount="29.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.874410513302" Longitude="100.58177188039" StarRating="3" HotelCode="65095|2066855" HotelName="Louis Tavern" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79 Soi Viphavadi 64, Viphavadi-Rangsit Road, Laksi, Don Muang, 10210 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/56/db560862cd09c7e665eee686e2d1789539ca03a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the region of Don Muang, on the outskirts of the beautiful city of Ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.25" OriginalAmount="29.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.748477967101" Longitude="100.59782624245" StarRating="4" HotelCode="81942|651025" HotelName="Royal Suite Residence Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>135/6-7 Rama 9-New Petchburi Rd., Bangkapi, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/09/be09a45b7cf8939e2f8d09fcd54c44f30b5956fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a prime location, near shopping centres, entertainment areas, a hospital, expresswa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.25" OriginalAmount="29.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.720506" Longitude="100.737268" StarRating="3" HotelCode="166059|245836" HotelName="Sinsuvarn Airport Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Soi Latkrabang 30, On-Nut Latkrabang Road, Latkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/b3/dcb3a4035aeaf404112feafb1d3cfd12a6775a90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at Ladkrabang Road soi 30. It has easy access to Bangkok city centre and to Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.25" OriginalAmount="29.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.702058894564" Longitude="100.51606446505" StarRating="4" HotelCode="187113|894945" HotelName="Grand Howard Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>50 Charoen-Raj Road, Bangkhlo, Bangkolaem, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/95/b895b7612be09fa1e78a473b0630a7ed39db9656.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This international hotel enjoys an ideal setting located in the commercial and business district of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="30.30" OriginalAmount="30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72276064" Longitude="100.73693622" StarRating="3" HotelCode="357410|58489" HotelName="Golden Jade Suvarnabhumi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>869/2 Soi Ladkrabang 1/12, On-Nut Ladkrabang Road, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/95/4c950aa4e4e3fde4a1d45283064cb087e3faa0f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="30.30" OriginalAmount="30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74417758" Longitude="100.55372675" StarRating="3" HotelCode="416618|60412" HotelName="Grace Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Coffee Shop,Designated Smoking Area,Elevator,Internet,Lounge,Massage Centre,Nightclub,Parking,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Sukhumvit Soi 3 Nana-nua, Klongtoey-nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/18/0118213b580896954edc6fda265f5f4c50d4ef74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Grace Hotel Bangkok in Bangkok (Sukhumvit), you'll ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="30.30" OriginalAmount="30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71977165" Longitude="100.49582397" StarRating="3" HotelCode="584699|226074" HotelName="Klean Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>69 Krungthonburi 4, Krungthoburi Road, Banglamphu Lang, Klongsarn, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/9f/ce9fa53e172f8caf3eac3150212e16dc59148b38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="30.30" OriginalAmount="30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.70516619773" Longitude="100.60273439538" StarRating="3" HotelCode="384792|63870" HotelName="Kv Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>90 Sukhumvit Soi 81, Prakanong, Bangkok  10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/78/e578d07f526af6d1209fe4ba25ff5b2e13390a3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="30.30" OriginalAmount="30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.69983" Longitude="100.5342" StarRating="3" HotelCode="915496|57183" HotelName="Nara Suite Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>311/2 New Sathorn Road, Naradthiwas Rajanagarindra 24, Chongnonsi, Yannawa, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/94/f294926fb7d37554d79868f546aa181276c27425.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="30.30" OriginalAmount="30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733419" Longitude="100.5660725" StarRating="3" HotelCode="363230|61742" HotelName="S Box Sukhumvit Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Sukhumvit 31, Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/64/0c643568d7a8192408a86afe869f7d4e547f0a70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="30.30" OriginalAmount="30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73827117" Longitude="100.52059846" StarRating="2" HotelCode="569795|367914" HotelName="T-Boutique Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Designated Smoking Area,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>41/64 Charu Mueang Road, Soi Sunthon Phimon, Rong Mueang, Pathum Wan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/56/a3565ac8b109d673b01075ed51eb33094cb12b25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Bangkok, T-Boutique Hostel puts everything the city has to offer just out...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="30.30" OriginalAmount="30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.716003583403" Longitude="100.53240425051" StarRating="3" HotelCode="397884|62953" HotelName="The Present Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>28/8 Soi Narathiwas 8/1, Sathorn, Yannawa, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/aa/43aa061fc5cfdb2f5a8a9889649d558e338b0118.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="30.30" OriginalAmount="30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75243081" Longitude="100.50466954" StarRating="3" HotelCode="398062|63977" HotelName="Tim House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>337 Mahachai Road, Samranrat, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/66/0d/660d59c68caf885280eb824534cfd5c224169aac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="30.30" OriginalAmount="30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75578362" Longitude="100.53644955" StarRating="3.5" HotelCode="601447|233389" HotelName="Top High Airport Link Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>33/3 Petchaburi Road 13, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/82/2f82cc65a5fef3e44f3d678861faf44a3a5742db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="30.30" OriginalAmount="30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.6962982" Longitude="100.53239852" StarRating="2" HotelCode="600316|233411" HotelName="Vann Bangkok Boutique House and Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>418/3 Sathupradit Yanawa, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/8b/a08b00582adf7f774424a6edd0df950edb3b9b46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Vann Bangkok Boutique House in Bangkok (Rama III), you'll be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.30" OriginalAmount="30.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7262602" Longitude="100.58550107" StarRating="3" HotelCode="516461|tha_city_loft_hotel" HotelName="THA  Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Ekamai Soi 6, Sukhumwit 63, Phra Kanong Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/cc/8dcc01a6b41a75db3bfc3ff9858f9472ec8985cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.30" OriginalAmount="30.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.729736364814" Longitude="100.53032841341" StarRating="3" HotelCode="336842|de_arni_bangkok" HotelName="De Arni Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Surawong Road, Si Phraya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/51/71515e58618a31fa627a9a36eb4c9a0ea57baf69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.30" OriginalAmount="30.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.796666940548" Longitude="100.71479737758" StarRating="3" HotelCode="93366|eastin_easy_siam_piman_bangkok" HotelName="Siam Piman Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Ramkhamhaeng Road Soi 170, Minburi, Bangkok 10510</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/50/b7500dd801d9f5e501a45bdffcb7cbe3a7475181.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is close to one of Bangkok's largest shopping malls and the local Thai market. Also, it ha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.30" OriginalAmount="30.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72135435" Longitude="100.73311768" StarRating="3" HotelCode="421356|at_residence_suvarnabhumi" HotelName="At Residence Suvarnabhumi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Concierge,Conference Hall,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>458/4-5 Soi Ladkrabang 24/1, Ladkrabang Road, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/8f/be8ffca7d49a635fc30141dbda699e18596fe082.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star At Residence offers comfort and convenience whether you're on business or holiday in Bang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.30" OriginalAmount="30.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74716" Longitude="100.587057" StarRating="4" HotelCode="61990|aone_bangkok_hotel_2" HotelName="A-One Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi Soonvijai 4, New Petchburi Road, Bangkapi, Huay Kwang, Bangkok 10320</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/f4/14f493b178df09c57a0dccab20dcea0178309371.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the lively north-eastern part of Bangkok city centre, just 5 minutes away fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.30" OriginalAmount="30.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.668282" Longitude="100.646725" StarRating="4" HotelCode="933165|maple_hotel_2" HotelName="Maple 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 Srinakarin Road, Bangna, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/f3/4af377bd25d7c67a3eb16e759533eeae624a011a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.30" OriginalAmount="30.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.767692" Longitude="100.603263" StarRating="3" HotelCode="409492|sc_park" HotelName="SC Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>474 Praditmanutham Road, Wangthonglang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/3c/553c41cc44c60bd3cdc8a2287313400af8ea8b9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a perfect location of luxury, convenience and green surroundings in the centre of R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.31" OriginalAmount="30.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73118" Longitude="100.57018" StarRating="3" HotelCode="200017|1863518" HotelName="Nantra Sukhumvit 39 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1/46 – 49 Sukhumvit 39, Prompong, North Klongton Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/ff/92ff0d10bf20366f55803be102d4db86c3d3a0a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.38" OriginalAmount="30.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.752271339646" Longitude="100.53853332996" StarRating="3" HotelCode="12524|39694" HotelName="First House Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14/20-29 Petchburi 19 Road, Soi Juldis, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/41/d54192747edaa56f6e627471795734235ba9b008.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel reserves a very friendly welcome for its guests, a typical part of Thai hospitality, with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="30.52" OriginalAmount="30.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.70201438" Longitude="100.58771498" StarRating="3" HotelCode="459686|67079609" HotelName="Ibis Styles Bangkok Sukhumvit 50" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2026 11 Sukhumvit 50, Phra Khanong, Khlong Toei, 10260 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/6e/ed6eb1e57de36decbf2a3cab24447e059d9264a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.70" OriginalAmount="30.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.672926013781" Longitude="100.64699918032" StarRating="4" HotelCode="15220|85858" HotelName="Novotel Bangkok Bangna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Srinakarin Road, Nongbon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/04/7c04e8ad8e54666f9b664a293980292a52553c4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;From this hotel, guests will reach the Bangkok International Trade and Exhibition Centre (BITEC) as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.83" OriginalAmount="30.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.678018" Longitude="100.608028" StarRating="3" HotelCode="178088|1170808" HotelName="Lily Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24/1 Soi Sukhumvit 68, Sukhumvit Road, Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/4a/bd4a01bfe9d4415b2d444c576f644254e8be36af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located at Soi Sukhumvit 68, just 200 m from the main Sukhumvit Road. Guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.91" OriginalAmount="30.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.770222259184" Longitude="100.57062274571" StarRating="3" HotelCode="255715|1604398" HotelName="Prom Ratchada Residence &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Nathong Soi 558 Ratchadapisek Soi 7, Ratchadapisek Road, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/4f/374f304ea898506e06ce62793c8a7d0e4e0e0dfd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.08" OriginalAmount="30.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.744986" Longitude="100.705248" StarRating="3" HotelCode="315341|1894915" HotelName="U Tiny Boutique Home" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>117/40-41 Kanchanaphisek, Khwaeng Saphan Sung, Khet Saphan Sung, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/e2/4fe25b52a100b122b13cecad6bad557b51ec3611.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.14" OriginalAmount="30.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719879146093" Longitude="100.52573852241" StarRating="3" HotelCode="187112|1159718" HotelName="Marvin Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sathorn Soi 11, Sub soi 2, Sathorn Road Yanawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/18/07185376aa9af823f3a653e61ade5fa63f5a0739.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet small street (or Soi) off Sathorn Road, in the heart of one of Bangk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.31" OriginalAmount="31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.756085536124" Longitude="100.5334313328" StarRating="2" HotelCode="398163|232291" HotelName="In a Box Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>55/39 Phayathai Road Soi Kolit, Ratchathewi, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/dd/b9dd2f4beefbd23d63d7845909e12a43aea06840.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.31" OriginalAmount="31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="966942|499178" HotelName="Lee Place Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>710 Soi Sathupradit 58, Junction 26, Bangpongpang, Yannawa, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a1/baa172e630cd493992d54f88e84836da04a3e8b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.31" OriginalAmount="31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75714288" Longitude="100.56439254" StarRating="2" HotelCode="778290|367695" HotelName="Lita Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>306/6 Asok-Din Daeng, Kiatti Chai Alley, Din Daeng District, Bangkok  10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/24/d124cba62f668c5ea089d33919ca4676862f9ad3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.31" OriginalAmount="31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71581106" Longitude="100.5921845" StarRating="2" HotelCode="783129|367701" HotelName="Local Time Bangkok Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28/2 Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/1d/671d97e4770c019bc9bdeb26ee901829f2c00426.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.31" OriginalAmount="31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73724729" Longitude="100.5170174" StarRating="3" HotelCode="755121|367739" HotelName="Metro Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>326/20-22 Thanon Rama 4, Mahaputtaram, Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/ae/e5aecf769b57c39e74737f31d1986843c99efec3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.31" OriginalAmount="31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7586" Longitude="100.5643" StarRating="3" HotelCode="422007|60354" HotelName="Praso Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,ATM/Cash Machine,Designated Smoking Area,Internet,Laundry,LCD/Projector,Parking,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>502/59 Asoke-Dindaeng Road, Dindaeng, Ratchadaphisek, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/ed/1ded490ffc812a9b64b4e83467cd0d8c99b75c7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Praso Ratchada, you'll be centrally located in Bang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.31" OriginalAmount="31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76114802" Longitude="100.49616781" StarRating="3" HotelCode="380579|58751" HotelName="Sawasdee House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>147 Soi Rambutree Chakrapong Road, Phranakorn, Taladyod, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/34/9a34ca9656f5e68b24f66c05eeedb1b57c4be324.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.31" OriginalAmount="31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.79244647138" Longitude="100.57393714251" StarRating="3" HotelCode="68188|55180" HotelName="Veronica Residence Boutique Design" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>227 Rachadapisek Road, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/a6/66a692057959b5bdc034e10b829460c0ff997739.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.31" OriginalAmount="31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77000095" Longitude="100.62184216" StarRating="3" HotelCode="598274|233462" HotelName="Yotaka The Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>190/7 Soi Ladprao 122, Wang Thonglang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/bd/0ebdee49c744933001b817e71eabb509f377941e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.31" OriginalAmount="31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76343152" Longitude="100.49882273" StarRating="2" HotelCode="779639|367989" HotelName="Zeds" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>37 Thanon Samsen, Wat Sam Phraya, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/a4/aba40c01d1fe9e3d9cc0f90989d80e3914be95b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760073" Longitude="100.537057" StarRating="3" HotelCode="141130|244766" HotelName="The Victory" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Garden,Internet,Kitchen,Laundry,Restaurant,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>35-39 Soi Sri Ayuthaya 12, Sri Ayuthaya Road, Rajthevee, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/49/6f493ddcb1a7d32ef72220edaf39ff1606057494.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located on a small, quiet lane in the city centre, within walking distance of Vict...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.751573" Longitude="100.563912" StarRating="3" HotelCode="188164|1175528" HotelName="B.U. Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>567 Soi Suthiporn 2, Asoke-Dindaeng Road, Ratchadaphisek Soi 3, Bangkok 10400, Dindaeng</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/82/3082efa9a1883c75222345cc2dcbb4537afcf19c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723327976591" Longitude="100.52342739513" StarRating="2" HotelCode="384801|cooper" HotelName="Cooper" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Garden,Internet,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>50/27 Pan Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/c7/afc778960c09c0a547f2d193f91b4a27c50187f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Bangkok (Silom - Sathorn), Cooper is minutes from Sri M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75412163" Longitude="100.52882476" StarRating="3" HotelCode="345249|bangkok_city_hotel_3" HotelName="Bangkok City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Designated Smoking Area,Internet,Parking,Restaurant,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>268 Soi Petchburi, 10-12 Petchburi Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/32/b332e111d4838a5eebec9833b9f2916a83f00850.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;BANGKOK CITY HOTELA brand new chic budget class hotel located at Petchaburi Road in the heart of Ban...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.80488305" Longitude="100.5746125" StarRating="4" HotelCode="516282|the_bazaar_hotel" HotelName="The Bazaar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Banquet Hall,Bar,Beauty Salon,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Kids Play Area,Lounge,Massage Centre,Meeting Room,Restaurant,Room Service,Sauna,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Ratchadapisek Road, Chompon Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/10/90/109009bf32d4070ed40be2901b0c02448d2fe82f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Bazaar Hotel is a monumental property accommodating 800 brand new hotel rooms, located on Ratcha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75299814" Longitude="100.53272829" StarRating="2" HotelCode="510177|movylodge" HotelName="Movylodge Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>505 Petchaburi Road, Phaya Thai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/8a/c28a790277ae75ec2fbe679539b1dfce37bcbcb3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.712741" Longitude="100.593148" StarRating="3" HotelCode="141126|hope_land_executive_residence_2" HotelName="Hope Land Executive Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1110/5 Sukhumvit Road, Sukhumvit 46/1, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/f5/b1f5e88b5c6cf006c480f44e08806b53867f6387.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72319633" Longitude="100.50309888" StarRating="3" HotelCode="625561|j_no14" HotelName="J.No 14" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>678 Chareon Nakorn, 14 Alley, Yak 16, Bangkok 10600, Khlong San</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/76/c6762a16ad304720d19a907f8afed6c1dff2f637.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.752522" Longitude="100.546604" StarRating="3" HotelCode="95920|the_ecotel_bangkok" HotelName="Ecotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 23/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1091/333-4 New Petchburi Road 35, Rajthevee, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/65/49659314b290dcaf7499c273bec097ef03f87670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the centre of Bangkok, and within walking distance of many popular shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.735428" Longitude="100.560182" StarRating="3" HotelCode="205226|tune_hotel_asoke_bangkok" HotelName="Red Planet Asoke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Sukhumvit Soi 14, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/32/be32703a394c0ee25765d9aba97e8ca0afd0d447.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74259615" Longitude="100.5540684" StarRating="3" HotelCode="329458|fortuna_hotel_bangkok" HotelName="Fortuna Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Soi 5 Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/08/4f08919361fed28e8f3155e0855c5b6cf246fa18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75051064" Longitude="100.52016408" StarRating="3" HotelCode="385184|the_fifth_residence" HotelName="The Fifth Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>29/36-38 Rama 6 Road Soi 13, Uruphong Road, Rongmuang, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/46/70461f68ffda29fc5758cc100e793e2dfb7b780a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.708497520951" Longitude="100.64519493092" StarRating="4" HotelCode="352039|grand_lord_boutique_hotel" HotelName="Grand Lord Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>919/1 Srinakarin Road, Amphoe Suan Luang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/5d/6d5d3d6e7762bc1364e6c2ec510d55791a7ee5d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.39" OriginalAmount="31.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741719567334" Longitude="100.55335521698" StarRating="3" HotelCode="115833|1575818" HotelName="Majestic Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110-110/1 Sukhumvit Road, between (Soi 4-6), Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/b5/10b52cc5ef6cc6cfe4d65194856e78dc33b9cd86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok - Don Mueang (DMK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.51" OriginalAmount="31.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.774294" Longitude="100.542057" StarRating="3" HotelCode="169905|243876" HotelName="Vic3 Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>89 Phahon Yothin, Soi 3 Phaya Thai, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/7d/7a7dfbf0b37af88fb80891e8f1e1a4705e09aa8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This premium 3-star hotel is situated in the heart of Bangkok close to the Victory Monument. It has ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.51" OriginalAmount="31.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.751469" Longitude="100.537715" StarRating="3" HotelCode="176263|1253408" HotelName="Prince House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48/5-6 Soi Petchburi 17 Petchburi Road, Pratunam, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/0b/a90bc8f954b6324ed632922795cb7184efeed8a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near a market, thus providing easy access to numerous dining and shopping point...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.59" OriginalAmount="31.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.716782" Longitude="100.527764" StarRating="4" HotelCode="141129|117612" HotelName="Sathorn Grace Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81/1 Soi 11, Sathorn Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/61/50611d4206869145998327d11c8a6cb1c75b452a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated on Sathorn Road, running parallel with Silom Road, in th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.99" OriginalAmount="31.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.845136" Longitude="100.579893" StarRating="3" HotelCode="37768|27174" HotelName="Maruay Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Phaholyothin Road 1, Senanikhom, Chatuchak, 10900 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/d1/0cd12f4a4c85574c8d5cc3f3c16a2d0a972dd018.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located midway between Don Muang Airport and the city centre, and only 30 minutes by Ex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.01" OriginalAmount="31.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.729617605569" Longitude="100.57198804663" StarRating="3" HotelCode="176264|138294" HotelName="iCheck inn Regency Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Village,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, 2/ 1-6 Sukhumvit 41 Road, Khlongtan Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/e2/8de2a61902967f4ac77ef254121b1205a3db80ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Bangkok's Klongtoey area, a 5-minute walk from Phrom Phong BTS Skytrain stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.07" OriginalAmount="31.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740566" Longitude="100.561141" StarRating="3" HotelCode="141128|248246" HotelName="Fusion Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>143/61-62 Sukhumvit 21 (Asoke), Sukhumvit Road, Klongtoey Nue, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/24/6524e04679050dd93376221b58ccd75a5b9bd8a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is in the Sukhumvit area and provides convenient access to shopping and nightlife. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.10" OriginalAmount="31.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760348148593" Longitude="100.49758854765" StarRating="3.5" HotelCode="267698|1237008" HotelName="Villa Cha-Cha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>36 Tani Road, Taladyod, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/1e/461e9e4c6b6ef8fc8b79ca7a09a23711c6049ab9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.22" OriginalAmount="31.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74547657385" Longitude="100.52008777857" StarRating="3" HotelCode="8976|27584" HotelName="Twin Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Rong Muang, Patumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/6d/2a6d5fc0931b9f420989fa59b745b476e135fbdb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish city hotel is located close to the city centre, on New Rama VI Road. Consequently, it i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.32" OriginalAmount="32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78157938" Longitude="100.54110402" StarRating="2" HotelCode="869900|367550" HotelName="Blu Cabin Ari Stylish Gay Poshtel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>32 Ari 4 Alley, Phaholyodhin Road, Phayathai, Bangkok 10400, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/2f/e12f85a54fb0e9d7f0bf31106573e9463570cfef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.32" OriginalAmount="32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75346822" Longitude="100.53856439" StarRating="3" HotelCode="638308|271438" HotelName="De Lavender Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>122/73-74 Radchaparob Road, Phaya Thai Roa, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/1b/491b42b45f45a5eb1d4e5366446242fd45a03d43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.32" OriginalAmount="32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74981974" Longitude="100.47010089" StarRating="2.5" HotelCode="613690|254006" HotelName="Double D Rooms &amp; Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>166/126 Charan Sanitwong Road, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/06/f106d211b9f7aa04777d61f30ef4e83495ec4519.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.32" OriginalAmount="32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74269137" Longitude="100.56214464" StarRating="2" HotelCode="581951|223867" HotelName="Homie Hostel &amp; Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>44/1-3 Sukhumvit 21 Road, Klongtoey-Nuo, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/3b/8b3b29d8327fe7e06fb43afe717cbb7bb25f4f7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.32" OriginalAmount="32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.93756668" Longitude="100.69581269" StarRating="3" HotelCode="603248|361413" HotelName="Nsiri Resort &amp; Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>99/304/1 Lumlookka Road, Lad Sawai, Lam Luk Ka, Bangkok 12150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/32/f2328d936c0cacc0b64bfa087c8c1ea46181c5fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.32" OriginalAmount="32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.724844863661" Longitude="100.53254477509" StarRating="3" HotelCode="380417|58557" HotelName="Silom Forest Exclusive Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>35 Soi Phiphat 2, Convent Road, Silom, Bangrak, Bangkok, Provinz Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/8d/5e8dcb0ee7eb85147c9a4d4d07bb0b4cf27f258f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.32" OriginalAmount="32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.8172194" Longitude="100.58119228" StarRating="3" HotelCode="604267|233105" HotelName="SiRi Ratchada Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Bar,Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>296 Soi Ratchadaphisek32, Chan kasem, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/d0/99d01eef893cd972483297ec12b63fc1f5cc4461.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring a garden, shared lounge and views of city, SiRi Ratchada Bangkok is located in Bangkok, 5 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.32" OriginalAmount="32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75421445" Longitude="100.53795528" StarRating="3" HotelCode="547590|195725" HotelName="Spenza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>88 Soi Phetchaburi 15, Phetchaburi Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/68/cc68fe7720416473d4fd83339ff5da04a68c9b52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.32" OriginalAmount="32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.67716285" Longitude="100.65700247" StarRating="2" HotelCode="731123|267908" HotelName="White House Bizotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Chalermprakiat Road 9, 9 Soi 23, Nongbon Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/3b/b63b124e0acaf607d7d1780c468292b95118a43b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.32" OriginalAmount="32.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.724718" Longitude="100.525489" StarRating="3.5" HotelCode="37712|furama_silom_bangkok" HotelName="Furama Silom Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>533 Silom Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/05/c805510d3138b212df11ba412a4d3779e260b25e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Silom Road at the heart of the city. Many shops, restaurants and entertainm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.32" OriginalAmount="32.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77210574" Longitude="100.48650212" StarRating="3" HotelCode="585888|sunset_residence_pinklao" HotelName="Sunset Residence Pinklao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>138 Soi Charansanitwong 40, Intersection 4, Bangyikaan Bang Phlat, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/df/07df2b65993a359a179344a113e8159da1d3d059.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.32" OriginalAmount="32.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.80651887" Longitude="100.59548862" StarRating="3" HotelCode="493626|the_bangkok_cha_cha_suite" HotelName="The Bangkok Cha Cha Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1/620 Chokchai 4 Soi 27, Ladphroaw, Ladchroaw, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/c0/a4c0454dc8c910bb70e3034ff855a6ebaf960a7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.32" OriginalAmount="32.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721764941995" Longitude="100.77442962826" StarRating="4" HotelCode="267091|avion_aparthotel" HotelName="Avion Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1646/99 Ladkrabang Road, Khwang, Ladkradang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/02/e00240111b93a7df21452aeaf56c80d5daaebb30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.32" OriginalAmount="32.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73332892" Longitude="100.69102681" StarRating="2" HotelCode="547265|nang_ta_yon_at_ban_thap_chang_hostel" HotelName="Nang Ta Yon At Ban Thap Chang Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>286/1 Leab Motorway Road, Prawet Road, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/e5/cae5769f5264828f14fb25a09cf6e58205c80796.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel features a café for a comfortable and relaxing stay. Wireless internet access is availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.32" OriginalAmount="32.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.746159185763" Longitude="100.55119872093" StarRating="4" HotelCode="72909|furamaxclusive_sukhumvit" HotelName="FuramaXclusive Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Sukhumvit Soi 1, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/54/80/5480d9d159ad94f05aee9fb45ddc46a2613877af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is very close to Bumrungrad International Hospital, 5 minutes from the BTS Skytrain (Ploe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.32" OriginalAmount="32.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.762530853839" Longitude="100.49654603004" StarRating="2" HotelCode="143392|amarin_inn" HotelName="Amarin Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Trok Surau Chakrapong, Prasumen Road, Banglumpoo, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/0d/060dd55e8b9e4f720f1ecaef28574a0922a74a5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.70" OriginalAmount="32.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.68476488" Longitude="100.61380014" StarRating="4" HotelCode="341908|1217268" HotelName="Marsi Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>125 soi sukhumvit 101/1, Prakanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/bc/46bc3d862286e59e5b218f442cd74379958c3e51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="32.72" OriginalAmount="32.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723833" Longitude="100.531044" StarRating="4" HotelCode="98646|CAM067300" HotelName="FuramaXclusive Sathorn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Silom Soi 3 (Piphat 2), Silom Road, Silom, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a3/2f/a32fff106d98c9f2ceae71f4b8addb84cdd34759.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the middle of the commercial district, near Sathorn Road. Chong Nonsi sky t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.81" OriginalAmount="32.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.751579" Longitude="100.535682" StarRating="3" HotelCode="72874|248716" HotelName="The Residence Rajtaevee Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>588/1 Petchburi Road, Rataevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/31/1831d25008d7a7bd38c56b4aff17074493dca131.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within walking distance of Bangkok's most fabulous shopping and entertainment ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.82" OriginalAmount="32.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.728056" Longitude="100.52577957143" StarRating="3" HotelCode="225558|1221868" HotelName="La Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>173/8-9 Suriwongse Rd., Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/cc/7accef9d5a5b64b3863c68b892707c8d8f6b0f7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.92" OriginalAmount="32.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75396" Longitude="100.536618" StarRating="3" HotelCode="114187|247616" HotelName="Grand Watergate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>49/29 Petchburi 15, Phayathai, Ratchtewee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/7a/b07a08e3ac0c9e75ea304b5c572ae1f894d822b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an ideal location in downtown Bangkok. It lies close to many attractions, inc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.94" OriginalAmount="32.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.749619" Longitude="100.562855" StarRating="3" HotelCode="186995|760785" HotelName="FX Hotel Metrolink Makkasan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Asoke - Dindaeng Road, Makkasan (Airport Link), Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/ce/54ce4a256658aaa10e1de62df6e7b2b5372f7e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in heart of Bangkok on Asoke-Dindaeng Road in front of exit 3 of the MRT Phetch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.99" OriginalAmount="32.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72693148217" Longitude="100.53932078452" StarRating="3" HotelCode="304586|1862298" HotelName="The Sunrise Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110/1 Saladaeng Road, Saladaeng 1/1, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/75/2c75d4740c6a55d2773ffd3439ec98d46985cbbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.15" OriginalAmount="32.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.726981" Longitude="100.658052" StarRating="3" HotelCode="74779|112052" HotelName="Summit Pavilion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Soi Pattanakarn 65 Pattanakarn Road, Praveth, 10250 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/b4/6cb4ae9e6c0467d44cfb688f41e4b493906630d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently situated in a natural surrounding, the hotel is close to the city centre. The hotel is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.16" OriginalAmount="32.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74099" Longitude="100.55947" StarRating="3" HotelCode="186271|1863038" HotelName="Best Comfort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Nightclub,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Soi Sukhumvit 19, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/df/aadf3332322ccda1bd2fb4626a2505a67373cf0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The establishment is located in the heart of Sukhumvit, one of Bangkok's liveliest business district...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.17" OriginalAmount="32.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.757449" Longitude="100.51313" StarRating="4" HotelCode="16999|27414" HotelName="Royal Princess Larn Luang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>269 Larn Luang Road, Pomprab, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/4a/7d4a8f95bd8398a43353dcc05c2c945852c2878c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-class hotel is located in Bangkok's Rattanakosin Island, a historic district of Thailand's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.26" OriginalAmount="32.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.672768" Longitude="100.543404" StarRating="4" HotelCode="70773|138044" HotelName="Riverfront Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>912 SV City, Rama III Road, Bangpongpang, Yannawa, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/89/51895014455c4e2ab94060ccb5f2a00def2fb8b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is located on the banks of Chao Phraya River on the Rama III Road and enj...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.33" OriginalAmount="33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.79519852" Longitude="100.50674495" StarRating="3.5" HotelCode="348292|60502" HotelName="Beyond Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Inns" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>99 Charansanitwong Road, Soi 85, Bang Aor, Bang Plat, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/9b/5f9bbb2174dd0582138dc33965c2df1e6b4aab9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.33" OriginalAmount="33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.79624118" Longitude="100.55392818" StarRating="3" HotelCode="616027|246207" HotelName="Boutique Poo-Yai Ma at BP Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Phahonyothin Soi 18, Jomphol, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/55/f7558a15fcef747928bcc93c8ebb302a9590d99b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.33" OriginalAmount="33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75856038384" Longitude="100.49801506898" StarRating="3" HotelCode="380538|58693" HotelName="Khaosan Park Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>202 Khaosan Road, Taladyot, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/3e/903e4dba9f9030cb3aef8640b8bc1d35bab165a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.33" OriginalAmount="33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76991179" Longitude="100.58116625" StarRating="3" HotelCode="545851|173841" HotelName="Sa-Ngob Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>446 Soi Sor Thoranin 4, Pracha Uthit 16, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/1d/0e1d06c1b9d8b4b8bad8b3a1e7a3bc44420649b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.33" OriginalAmount="33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72920812" Longitude="100.53481825" StarRating="3" HotelCode="943390|223504" HotelName="D Varee Xpress Pula Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>60/12-15 Silom Soi 2/1, Silom Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/13/a213bc870d2683e6fcb56eec02c2121de8922fba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.33" OriginalAmount="33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77657672" Longitude="100.57479872" StarRating="3" HotelCode="867278|367843" HotelName="Ratch 66" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Soi Pracha Rat Bamphen 6 Alley 8-3, Sunthon Siri 4 Alley, Ratchadaphisek Road, Huaykwang, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/0a/e10a630450f35655aa55870d930beb2e0285398d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.33" OriginalAmount="33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="744812|285626" HotelName="Red Pin Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1091/222 Petchaburi Soi 33, Makkasan, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/00/3d0003e8b5f15475f5f40601c98c7dc4f22eaa96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.33" OriginalAmount="33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.786285779848" Longitude="100.57025735341" StarRating="3" HotelCode="378389|54946" HotelName="Siamaze Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Aparthotel,Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>90 Ratchadapisek 17, Ratchadapisek Road, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/42/7e42d0977457ae359eff0efdeda644dd621e0cbb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.33" OriginalAmount="33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.784271925475" Longitude="100.5128038872" StarRating="3" HotelCode="344409|58474" HotelName="UMA Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Library,Lounge,Luggage Storage,Parking,Porter,Restaurant,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>580 Sri Yan Soi 1, Nakornchaisri Road, Amphoe Dusit, Bangkok 10300</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/e9/35e93d13d1ce22a898b1ea0c6a9de1c0133b0541.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at UMA Residence in Bangkok, you'll be close to Vimanmek Palace and Te...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.33" OriginalAmount="33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77303479" Longitude="100.54205268" StarRating="4" HotelCode="853425|367974" HotelName="Vib Best Western Sanam Pao" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Designated Smoking Area,Internet,Laundry,Parking,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1029/9 Phaholyothin Road, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/d9/6cd9f4c9014a3849c1e30cf57b3ef98310a3cade.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a cutting-edge midscale hotel nestled in one of the Thai capitals trendiest new districts. P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.33" OriginalAmount="33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74392972678" Longitude="100.50993424663" StarRating="3" HotelCode="739679|361134" HotelName="W22 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Designated Smoking Area,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>422 Mittphan Road, Pomprabsattrupai, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/ba/e6ba8e4a529fd3f443194c8c2fc21223f123282e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel. Hotel is in Chinatown-Old City. The hotel features a total of 123 guests rooms....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.748289" Longitude="100.554138" StarRating="3" HotelCode="101612|grand_inn_hotel" HotelName="Grand Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/7-8 Sukhumvit Soi 3 ( Soi nana-nua ), Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/cf/2acfaad5fbfe29e1f1db13777d339805b0b6d9c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the heart of the trendy and touristy Sukhumvit Road. It lies just a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.757083" Longitude="100.542449" StarRating="3" HotelCode="188171|budacco" HotelName="Budacco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/12/2025" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>122/44 Rajchaprarop Road, Khweng Thanon-Phayathai, Khet Rajchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/3d/063d8d69b706d3edba3f6607d344799c6c2f4881.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738906" Longitude="100.553422" StarRating="3" HotelCode="260597|sm_grande_residence_3" HotelName="S.M. Grande Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Sukhumvit Soi 4, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/41/5e4142dc3b015535fbd0d86923b08d0eb5cf6320.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73754053" Longitude="100.5533096" StarRating="4" HotelCode="953095|omni_tower_bangkok_hotel_" HotelName="Omni Tower Sukhumvit Nana by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>69 Sukhumvit Soi 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/c8/3fc8e22aefb5e8c450a7ad9246d419b2e0d2bf1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.745129689533" Longitude="100.49197654572" StarRating="3" HotelCode="340981|chetuphon_gate" HotelName="Chetuphon Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>370-372 Maharat Road Soi Pratoo-Nok Yoong, Kwang Prabarommaharachawang, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/ef/35efcb29dcb527d42dcfa42e0cd5841e2c65bd3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.41" OriginalAmount="33.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740558" Longitude="100.556698" StarRating="3" HotelCode="187107|867105" HotelName="Armoni Hotel Sukhumvit 11 By Andacura" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>155/17-21 Sukhumvit Soi 11, Wattana, Khlongtoey Nua, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/cd/a7cd9fbe3c0f9eeb8087dbd5f1d2ec22158e5e54.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in the heart of Bangkok on Sukhumvit Soi 11/1, the hotel is just a few steps away ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.78" OriginalAmount="33.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73438" Longitude="100.553339" StarRating="3" HotelCode="115835|1863408" HotelName="Nanatai Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Sukhumvit 4 Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/9c/af9c47a1ad12303823938975ec2b023627fb07e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.84" OriginalAmount="33.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.735176905595" Longitude="100.5626554849" StarRating="3" HotelCode="342509|3573275" HotelName="White House Asoke Sukhumvit 18" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>390/20 Sukhumvit Soi 18, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/80/f9804967dfe69ee0063a3c53f2abe1dc48637df6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.94" OriginalAmount="33.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.732601" Longitude="100.565159" StarRating="3" HotelCode="16537|27364" HotelName="Aspira Grand Regency Sukhumvit 22" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12/3 Soi Sukhumvit 22, Saunamthip, Sukhumvit Road, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/cb/57cba9569c0ab2204ee036e49e81429fd517b34d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Sukhumvit, Bangkok's residential and commercial district, the hotel is strat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.03" OriginalAmount="33.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.761554864866" Longitude="100.49306445225" StarRating="2.5" HotelCode="36350|2486345" HotelName="New Siam 2" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>50 Phra-A-Thit Road, Trok Rong Mai, Chanasongkram, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/305219/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.03" OriginalAmount="33.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="68065|1089608" HotelName="TK Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54/7 Chaengwattana Road, Soi 15, Laksi, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/49/5949db3aef8b07ec2af6ff31c361a640a877ff1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.03" OriginalAmount="33.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.734825" Longitude="100.567603" StarRating="3" HotelCode="188239|1253448" HotelName="S33 Compact Sukhumvit Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9/10-14 Soi Sukhumvit 33, Sukhumvit Road, Klongton-Nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ab/52/ab5290a7f05bc8f787e4c25a4ab20080ec4c690e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.09" OriginalAmount="33.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721680313578" Longitude="100.54672479629" StarRating="3" HotelCode="104095|97159" HotelName="ibis Bangkok Sathorn Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Soi Ngam Duphli Rama IV, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/41/7041086b913fcd1856aa278fa3cc74df8a423a59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This well located city hotel puts guests right at the centre of Bangkok’s business and entertainment...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.34" OriginalAmount="34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75918863" Longitude="100.49650392" StarRating="3" HotelCode="349121|61914" HotelName="D&amp;D Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Khaosan Road, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/af/a4af3515ba7272e113515e12ff8b79c45aebbd73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.34" OriginalAmount="34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75798349" Longitude="100.52751745" StarRating="2" HotelCode="744100|285567" HotelName="Kloem Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>107/31 Petchaburi 5, Ratchathewi District, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/77/3077dedb53caa9a52a0546d57ac4054f526bb92a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.34" OriginalAmount="34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.724705" Longitude="100.522472" StarRating="3" HotelCode="903949|48636" HotelName="Silom Avenue Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>284/11-13 Soi Silom, 22/1 Silom Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/c0/dfc0d23662e3d8d525c964e0a13bcef3414c0feb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Bangkok's main business and entertainment area, Silom Road, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.34" OriginalAmount="34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71769969" Longitude="100.58807566" StarRating="3" HotelCode="621180|254137" HotelName="Studio Ekamai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1433-1435 Sukhumvit Road, Phra Khanong-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/2d/792d64275ed7745d1c522fcd3d13584b892344be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.34" OriginalAmount="34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75255235" Longitude="100.58877971" StarRating="3" HotelCode="754270|367929" HotelName="The Kinn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>578 Rama 9 Road, Soi 26, Huai Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/a0/c9a05e77897dbbf16fb8a04b3c7d713b80c27ee1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.34" OriginalAmount="34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75275113" Longitude="100.53815969" StarRating="3" HotelCode="612843|246243" HotelName="The Konnect Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36 Petchaburi Soi 17, Pratunam, Phayathai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/32/ad32b137fd06de226e63969304761b4dfe934c24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.34" OriginalAmount="34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75224843" Longitude="100.52683843" StarRating="3.5" HotelCode="624193|479386" HotelName="VELA Bangkok By Andacura Hotels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>598 Soi Phayanak, Phetchaburi Road, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b9/88b99f0c669c49f76d9acde9856e526a6e2f7c24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.34" OriginalAmount="34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76215237" Longitude="100.56007436" StarRating="3" HotelCode="378597|233449" HotelName="Witchuwan Apartel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>589 Soi 3 Ratchadapisek Road, Suttiporn Prachasongkroh Road, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/c2/00c249196813f9c69f1671d83cb95b5889d965a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76863004" Longitude="100.74330372" StarRating="3" HotelCode="488917|ta_residence_suvarnabhumi_" HotelName="Siam Villa Suite Suvarnabhumi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1/296 Romklao Soi 26, Klongsampravej, Lat Krabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/85/4385ed6567556d8135eb808ee9bf876c34523628.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.752839298103" Longitude="100.54755091667" StarRating="3" HotelCode="326375|bangkok_palace_hotel" HotelName="Bangkok Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>City Square, 1091/336 New Petchburi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/bc/62bcf3b4e14c7df60bcec3360363a01a7058cdd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a central location in the vicinity of major businesses, shopping centres and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75991327" Longitude="100.54044782" StarRating="3" HotelCode="377576|picnic_hotel_bangkok" HotelName="Picnic Hotel Bangkok" 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>39 Rangnam Road, Rajprarop, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/03/d9033ab0d9a2921ec67c62dc7858a12fc723e47f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71849763" Longitude="100.51638211" StarRating="3" HotelCode="539230|sathorn_terrace_apartment_2" HotelName="Sathorn Terrace Apartment &amp; Escape B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>210 North Sathon Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/dc/bbdc15f1a0739e22a03821e309d702fbf030b18c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.752940905204" Longitude="100.54014265537" StarRating="3" HotelCode="36347|baiyoke_suite_hotel" HotelName="Baiyoke Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 Rajaprarop Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/5f/835feac3fcdb603aebc146541967c1de64cc1a4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the heart of downtown Bangkok and lies surrounded by wholesale sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.764402714402" Longitude="100.49948331846" StarRating="2" HotelCode="380584|tara_place" HotelName="Tara Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>113,117 Samsen Road, Samphraya, Phra Nakhorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/a9/02a9d25664bfbdcc0296d1b6d7a11be1238ac34b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.779125" Longitude="100.573394" StarRating="3" HotelCode="186273|the_park_residence_at_bangkok" HotelName="Park Residence @ Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>169/69-70 Ratchada soi 11, Ratchadapisek Rd., Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/e8/f0e8adb4a202fd52c5d7bbebe65a7b7080d2d394.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Ratchadapisek area, just a stone’s throw from the Huay Kwang MRT underground...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.51" OriginalAmount="34.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.752914852106" Longitude="100.5415508151" StarRating="4" HotelCode="37909|27104" HotelName="Indra Regent" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120/126 Rajaprarop Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/db/52dbbee707f39a4ff35387492e45c8203f1a2bcd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of the lively city of Bangkok. The commercial area and many sigh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.51" OriginalAmount="34.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742978" Longitude="100.553129" StarRating="3" HotelCode="188230|1576978" HotelName="Prestige Suites Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6/28-29 Soi Sukhumvit 3 (Nana Nua), Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/0f/7c0f662a59898c66bc58c9c12428f6af32bffbab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="35.00" OriginalAmount="34.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72912" Longitude="100.5648" StarRating="4" HotelCode="76384|1152249" HotelName="Admiral Suites Bangkok by Compass Hospitality" Meals="ROOM ONLY,BREAKFAST (PROMO),BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>38, 38/14 Sukhumvit Soi 22, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/f2/fef22b7102886da0d5542d80dfa07789f2eaba40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.29" OriginalAmount="34.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76342283891" Longitude="100.6385682037" StarRating="4" HotelCode="75193|243856" HotelName="Alexander Hotel Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Ramkhamhaeng Road 83/3, Huamark, Bangkapi, 10240 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/f9/a6f9b6af28f954b3c0890c3e78db59cb3f44ec00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in a renowned commercial area with department stores, the National Stadiu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.29" OriginalAmount="34.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743177603935" Longitude="100.55635279605" StarRating="4" HotelCode="200018|902695" HotelName="Salil Hotel Sukhumvit Soi 11" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21/4 Soi Sukhumvit 11, Sukhumvit Road, Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/ee/12ee2b7b3b24a71649d16aab9c0bb493af2f7c9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.29" OriginalAmount="34.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.69967286" Longitude="100.537401" StarRating="4" HotelCode="342093|1863608" HotelName="The Narathiwas Residence Sathorn Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>379 Narathiwas Rajanakarin Rd, Chongnonsi, Yannawa, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/e8/0be8faa2fab984a3c9505f4ecc044d0600b143c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.35" OriginalAmount="35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.699047561778" Longitude="100.59873049387" StarRating="3" HotelCode="398167|63460" HotelName="Chateau de Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>59 Sukhumvit Road Soi Sukhumvit 56, Bangjark, Prakanong, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/fe/b1fe8bba5bd246e5bd5bc4711acd4e11fca229e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.35" OriginalAmount="35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73435359" Longitude="100.56805662" StarRating="2.5" HotelCode="617096|246210" HotelName="Click Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>12/12 Sukhumvit 33 Road, Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/2c/332cbb6d73bb8616eee3aa0ec7a0f92faaa54801.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.35" OriginalAmount="35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.81871151" Longitude="100.68362233" StarRating="2" HotelCode="408130|173254" HotelName="Grow Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>765 Ramintra Road  Km. 11  Khannayao, 10230 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/55/d3552186c707bd37f43ae762d720ecc145db7aa5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.35" OriginalAmount="35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.69303905776" Longitude="100.6450371534" StarRating="4" HotelCode="495261|173293" HotelName="Mii Hotel Srinakarin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi Suphaphong 3, Srinakarin Road, Yaek 5-2 Nong Bon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/12/4f12efb2165917a425d0e72e5e0e3594f0750f45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.35" OriginalAmount="35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73477192" Longitude="100.51193909" StarRating="2" HotelCode="520004|233015" HotelName="River View Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>768 Soi Panurangsi, Songwad Road, Talad Noi, Samphantawongs, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/4f/2c4f04f302644654c4945b6a5da79399c91c8f38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.35" OriginalAmount="35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.722996" Longitude="100.774433" StarRating="4" HotelCode="903941|48838" HotelName="Suvarnabhumi Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1675/1 Soi Ladkrabang, 11/1 Ladkrabang Road, Ladkrabang District, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/8c/408c0f3fe7d209303149c25d12023805fb244eb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the middle of the Suvarnabhumi area, the hotel is located only 3 minutes from Suvarnabhum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.35" OriginalAmount="35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71793094" Longitude="100.50127728" StarRating="3" HotelCode="635653|271503" HotelName="The Pattern Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>547-553 Soi Krungthonburi 6, Krungthonburi Road, Banglamphoolang Khlongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/0e/240ecce817f46654460ccb7c46eeac8b1cb91600.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Bangkok, this boutique hotel has the perfect ambience for guests who appreciate a stylish...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.35" OriginalAmount="35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75449023" Longitude="100.52860004" StarRating="2" HotelCode="632565|271510" HotelName="Travelier Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>155/1 Phetchaburi Road, Thung Phaya Thai, Ratchathewi District, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ed/f4ed0feab9baf0ae6a6da3400ccc7dab98b5c3c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers a range of facilities for a comfortable stay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.35" OriginalAmount="35.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73338413" Longitude="100.57099489" StarRating="3.5" HotelCode="442530|sereine_sukhumvit_39" HotelName="Sereine Sukhumvit 39" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>19/9 Soi Sukhumvit 39 Prompong, Sukhumvit 39 Road, Bangkok, Wattana Province 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/99/ff99ca5c18a392b47932d93674d7a90366e2f163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a laundry service for a comfortable and relaxing stay. Wireless internet access i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.35" OriginalAmount="35.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72947039" Longitude="100.51976834" StarRating="2" HotelCode="438698|the_backpack_hostel" HotelName="The Backpack Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>184/59 Maha Set Road, Sripaya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/c0/43c0633b50d954664a1a15a6278c8f0ae75b8c3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.35" OriginalAmount="35.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753274748938" Longitude="100.53737652162" StarRating="3" HotelCode="339865|the_period_pratunam" HotelName="The Period Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39/4 Petchburi Road, Petchburi 15, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/5e/915e7abec8af372883198c16441ed35e5893dbef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.35" OriginalAmount="35.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753766735134" Longitude="100.54276446485" StarRating="3" HotelCode="903081|tango_vibrant_living_place_2" HotelName="Tango Vibrant Living Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Soi Wattanawong, Makasan, Rachathavee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/2a/822ac02696c872acec515efeb80df8cbe45f8d79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the commercial and business district of Pratunam, known for fashion, this Bangkok hotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.35" OriginalAmount="35.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77606" Longitude="100.571985" StarRating="3" HotelCode="409502|palazzo" HotelName="Palazzo Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>111 Soi Niam-utit, Ratchadapisek Road, 10320 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/5d/e65d7c51acc2091f1525cabc80e5097e124dce42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located on Ratchadapisek Road, one of Bangkok's new main commercial distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.53" OriginalAmount="35.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741576" Longitude="100.626201" StarRating="3.5" HotelCode="255719|1172108" HotelName="Nine Forty One" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>74 Soi 41, Rama 9, Suanluang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/19/b2198f787e45ef4e1b0e4fd6fad13bfdbb144439.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.11" OriginalAmount="35.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72461687092" Longitude="100.56906223297" StarRating="4" HotelCode="8977|248086" HotelName="The Four Wings" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>40 Sukhumvit Road 26, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/2d/582d196d2092d98f35e63dc817c10359b7404358.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This acclaimed hotel is located at Sukhumvit Road Soi 26, convenient to business, shopping and enter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.11" OriginalAmount="35.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753920499613" Longitude="100.51509082317" StarRating="3" HotelCode="21217|27324" HotelName="Prince Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>488/800 Damrongrak Road, Bo Bae Tower, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/b7/01b7e673205a2551ce14849b817262d0e8305d7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located city hotel is located close to China Town. The direct vicinity offers a typic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.22" OriginalAmount="35.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.712612240306" Longitude="100.51548244048" StarRating="3" HotelCode="188179|1576058" HotelName="Miloft Sathorn Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>334 Charoenkrung 63, Yannawa Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/93/1793205a2270a5762c458b4dbfee482cbed8d555.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.36" OriginalAmount="36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73742106" Longitude="100.51693503" StarRating="2" HotelCode="380576|52056" HotelName="@Hua Lamphong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>326/1 Rama IV Road, Mahaphruttharam, Bangkok 10500, Bangrak</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/35/358111/358111a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.36" OriginalAmount="36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.8172811" Longitude="100.56557339" StarRating="3" HotelCode="738669|271428" HotelName="Apartelle Jatujak Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Soi Ladprao 1, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/95/129567384a07409af0bfd24355bd6038d8310016.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Apartelle Bangkok hotel is conveniently located in the heart of Ladprao area. A location offering a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.36" OriginalAmount="36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74238618" Longitude="100.58089119" StarRating="3" HotelCode="464062|57616" HotelName="Montara Serviced Apartment Thonglor 25" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>52/1 Soi Prompak, Sukhumvit 49/6 Road, Klongton-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/8b/9d8b2cdb4c1dada7c16988af58f316ab0a76cf97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.36" OriginalAmount="36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75132858" Longitude="100.5388169" StarRating="2.5" HotelCode="603594|226694" HotelName="Marwin Space" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 24/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>2/12 Petchaburi Soi 19, Petchaburi Road, Phaya Thai, Ratchataewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/0e/3f0e3edfd57c254a724335a09826c7b16088411d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Marwin Space in Bangkok (Bangkok City Centre), you'll be minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.36" OriginalAmount="36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76646349" Longitude="100.47364861" StarRating="3" HotelCode="753513|367790" HotelName="Na Vayla Paplern" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48/99 Thanon Bang Khun Non, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/22/81227ee29bbf19274cd227f1c9f519bec78ce33b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.36" OriginalAmount="36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7353234" Longitude="100.51883614" StarRating="2" HotelCode="766417|367849" HotelName="Rest24 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Maha Nakorn Road, Maha Phruttharam, Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/29/d029fb479b43990361f1882eb2921915dfc283ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.36" OriginalAmount="36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75446765" Longitude="100.53945441" StarRating="3" HotelCode="758784|367894" HotelName="Sleepstation @Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>101/3 Soi Sangkarn, Ratchaprarop Road, Ratchathewi, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/e4/6be4eb0a1b240da48352f5fc4877090b637dcfc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.36" OriginalAmount="36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7548607" Longitude="100.53606709" StarRating="3" HotelCode="784374|418537" HotelName="Spitze Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Phetchaburi Soi 13, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/11/d811fcc10aecae3a377228d7800ced41ad731266.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.36" OriginalAmount="36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.781171225905" Longitude="100.5721585326" StarRating="3" HotelCode="380405|62349" HotelName="The Atrium Ratchada 13" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>208 Ratchadaphisek Road, Soi 13, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/cf/4ccf7533083d129c1a796cf949e7f3ff64a6309b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.36" OriginalAmount="36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72011349" Longitude="100.49353775" StarRating="3" HotelCode="603872|233425" HotelName="W Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Krunthonburi Road, Soi 2, Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/53/0053174bc59c5a4ec97002b008b87b5123c875ba.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="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.758530288718" Longitude="100.49839477553" StarRating="3" HotelCode="901862|rikka_inn" HotelName="Rikka Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>259 Khaosan Road, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/3c/933cc9c646130d223d4099426cb5cd2f07293a40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.761413411072" Longitude="100.54016244451" StarRating="3" HotelCode="431686|le_tada_residence" HotelName="Le Tada Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>440/9 Ratchawithi Soi 3, Ratchathewi, Bangkok, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/b0/aeb03a7536454373f80cf425a8f7d7674da1cacf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723582435659" Longitude="100.53001463413" StarRating="3" HotelCode="387977|i_residence_hotel_silom" HotelName="I-Residence Hotel Silom" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>93 Narathivas Rachanakarin Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/57/c557c774b86e1f321c09335122000e09491bf4bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Bangkok's business district and within a short driving distan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.44" OriginalAmount="36.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75377063" Longitude="100.53687011" StarRating="3" HotelCode="267702|1862718" HotelName="Metz Pratunam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39-22-23 Phethburi Road, Soi 15, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/09/93095e20cb6af5627eab99ca56247df04f7a02dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.45" OriginalAmount="36.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.759136249748" Longitude="100.5364331603" StarRating="3" HotelCode="168590|1517688" HotelName="True Siam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Soi Sriayuttaya 12, Phayathai Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/87/1c87a1dfe4fbcbb8c7865b3a580319c2ed36799f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a small and quiet side road, which is known for its pleasant residential are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.47" OriginalAmount="36.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733752" Longitude="100.582247" StarRating="3" HotelCode="307872|1862968" HotelName="One One Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>289/1 Sukhumvit 55 Road, Klongton Nua Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/bb/28bb4e653b9a88444549c10a43550d745a2468f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.50" OriginalAmount="36.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.746478047451" Longitude="100.55173970364" StarRating="4" HotelCode="187110|1479258" HotelName="Aspira Skyy Sukhumvit 1" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88/8 Sukhumvit Soi 1, Sukhumvit Road, Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/19/6319a1f2ed77b03dd08b084643ca3aa463e2cc8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top class hotel enjoys an ideal setting and stands tall on the skyline in one of Bangkok's most...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.06" OriginalAmount="36.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753062" Longitude="100.546244" StarRating="4" HotelCode="73784|26974" HotelName="Ramada by Wyndham D MA Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Kitchen,Laundry,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1091/388 New Petchburi Road Soi 33, Makkasan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/18/5e18ce86aaf8bae53e36fad2a2af21b87be4d863.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is very conveniently located for either business or leisure due to its positon right in th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.15" OriginalAmount="36.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737643612183" Longitude="100.51531252861" StarRating="4" HotelCode="187109|935775" HotelName="Prime Hotel Central Station Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23/34-35 Trimitr Road Taladnoi, Sampanthawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/ba/e6ba8e4a529fd3f443194c8c2fc21223f123282e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in Hua Lampong, Bangkok's Chinatown district, just a 5-minute walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.30" OriginalAmount="36.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.783595576058" Longitude="100.50065785646" StarRating="3" HotelCode="18497|27424" HotelName="The Royal River" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>219 Soi Charansanitwong 66/1, Charansanitwong Rd., Bangpla, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/70/4370e63eb0bc2214c5d9eb98acb3bade9ea97e1a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right on the western bank of the Chao Phraya River, or the 'River of Kings', in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.30" OriginalAmount="36.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.746779" Longitude="100.528683" StarRating="3" HotelCode="189379|1223658" HotelName="Lub d Bangkok Siam Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>925/9 Rama 1 Road, Wangmai, Pathum Wan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/fe/a5fe30bfe224475e02659450c6ef46f8d6efaa15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.37" OriginalAmount="37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75735833" Longitude="100.52344822" StarRating="3.5" HotelCode="620746|253988" HotelName="Bangkok Midtown Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>888 Thanon Rama VI, Khwaeng Thung Phaya Thai, Khet Ratchathewi, Krung Thep Maha Nakhon, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/85/6d85351bc075118b0eea718285eb0b2b749fef60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.37" OriginalAmount="37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7264943" Longitude="100.53827548" StarRating="2" HotelCode="624465|253997" HotelName="Cloud on Saladaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>71/2 Saladaeng Road, Silom Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d4/08d4ff15454d9b294c86f8f6e01d37601b85d1d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.37" OriginalAmount="37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73813546" Longitude="100.51903123" StarRating="2.5" HotelCode="585672|226012" HotelName="Inn Stations Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>290 Rama IV Road, Khet Pathumwan, Kweang Rong Muang, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/97/529713bb365b80513ec48fe7ff37e9fad0ff093d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel features various services and facilities, including a baggage storage service, a bar and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.37" OriginalAmount="37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75588478" Longitude="100.50220134" StarRating="3" HotelCode="545844|173291" HotelName="Methavalai Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>78/4 Ratchadamnoen Khlang, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/68/3f68795f137164b134635f2b9354c9c96a8478fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.37" OriginalAmount="37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75597345" Longitude="100.53019584" StarRating="3" HotelCode="945489|227168" HotelName="Noursabah Boutique Bed Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>164 Petchaburi Soi 7, Petchburi Road, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/5f/6a5f7eb6c55ec0c8bf4723b30bcc96e90574b32f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.37" OriginalAmount="37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.717825001857" Longitude="100.56540283105" StarRating="3" HotelCode="405497|202947" HotelName="Rompo Mansion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>115 Rimthangrotfaisaipaknam Road, Khlongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/a0/5ca0bfae4087094e7dd2ad4b3d436352226684be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.37" OriginalAmount="37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75230631" Longitude="100.52812504" StarRating="2" HotelCode="765993|367950" HotelName="Timber Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>291/27 Phaya Thai Road, Soi Phaya Nak, Ratchathewi, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/51/8551f369ed10832a86e448b8cf5657fa7c0c4fba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.37" OriginalAmount="37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72229614" Longitude="100.56471113" StarRating="3" HotelCode="853862|367959" HotelName="V One Pride Sukhumvit 22" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>601-603 Sukhumvit Soi 22, Khlong Toei, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/fa/9dfa85510d1beff63d63a996f0abb543cb95ccd4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742386557633" Longitude="100.55762529373" StarRating="3.5" HotelCode="337402|the_ambassador_hotel" HotelName="Ambassador Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>171 Sukhumvit Soi 11, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/91/ea/91eaae9b17a662ec53618e66d2ee330a5b7a55e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located just 100 metres from Sukhumvit Road, where guests will fi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740574849796" Longitude="100.55634722198" StarRating="3" HotelCode="465732|grand_business_inn" HotelName="Grand Business Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2/4 2/11 Sukhumvit Road, Sukhumvit 11, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/7a/c37a7c91a1e704fcaed9da68ea2fa53493c8c147.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727257822239" Longitude="100.53661002393" StarRating="3" HotelCode="915505|the_inn_saladaeng" HotelName="The Inn Saladaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Silom Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/37/483796ea086faf49bb2fb5f0b7310849ca8ce99e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of services and facilities at the hotel offer guests the opportunity to combine business wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.684339" Longitude="100.612318" StarRating="3" HotelCode="141814|golden_pearl_residences" HotelName="Golden Pearl Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Sukhumvit 101/1 Road, Bangchak, Prakanong, 10260 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/10/a81000393582437bfa6e191055cbecc2f8570430.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Sukumvit Road 101/1, Bangkok and is ideal for business, trade fair, exhibit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733812277172" Longitude="100.56344785428" StarRating="3" HotelCode="114170|baan_sukhumvit_soi_20" HotelName="Baan Sukhumvit Soi 20" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>392/38-39 Sukhumvit Road, Sukhumvit Soi 20, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/47/48478caa32e3f98edd1d1d8e33b00e024b8d9e0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="37.43" OriginalAmount="37.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73517696" Longitude="100.55213978" StarRating="3" HotelCode="358835|7817943" HotelName="Alt Hotel Nana" Meals="ROOM ONLY (PROMO),BED &amp; BREAKFAST" BedType="ROOM ONLY (PROMO)" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Sukhumvit Soi 4 Sub-Soi 2 Nana, Sukhumvit Road, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/55/d1/55d115950b8de027f7418e2dc1667f52d6a3296c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.52" OriginalAmount="37.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742918" Longitude="100.557791" StarRating="4" HotelCode="188176|911795" HotelName="Hotel Citrus Sukhumvit 13 by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Sukhumvit Soi 13, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/57/e05735df1711e5b37518d59758bbb24864f6ebea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.76" OriginalAmount="37.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.729416" Longitude="100.530111" StarRating="3" HotelCode="161663|244176" HotelName="The Tarntawan Hotel Surawong Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>119/5-10 Surawong Road, Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/e3/1fe3ac0d967917e45ebab52472a7b84e6f25350e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is situated in a quiet courtyard off Surawong Road, very close to the Patpong area an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.81" OriginalAmount="37.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.745070132224" Longitude="100.55518984795" StarRating="3" HotelCode="9971|62174" HotelName="Royal Benja" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Sukhumvit Road, Soi 5, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/05/ed05fa13242e6e72aa80e23f75c68e50b38d62a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated in the heart of Bangkok on Sukhumvit Road, near the entertainment, sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.81" OriginalAmount="37.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738203" Longitude="100.555911" StarRating="3" HotelCode="165847|138054" HotelName="Sawasdee @ Sukhumvit Soi 8" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Sukhumvit Soi 8, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/45/a145cb54c0f85211654e75a2975d4a56883eda1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Bangkok’s business district, a famous tourist destination for ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.81" OriginalAmount="37.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719009" Longitude="100.521053" StarRating="4" HotelCode="309802|1063598" HotelName="The Grand Sathorn Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Jaras Wieng Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/86/3986114d87ff26cb422a5d3cbe809acfcfb12ac6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.92" OriginalAmount="37.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.712568" Longitude="100.585874" StarRating="4" HotelCode="260592|925295" HotelName="Jasmine Grande Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4338 Rama IV Road, Phrakhanong, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/a2/eea2279f17b76c8a509c84c2ba4cfab22bc6d1c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in the centre of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.38" OriginalAmount="38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74565908" Longitude="100.55139962" StarRating="3" HotelCode="754194|367481" HotelName="B1 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>220/5 Sukhumvit Soi 1, Klong Toey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/87/5f87e45f9f3b3b0336378064b3a8fe65b2bed49d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.38" OriginalAmount="38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72708958" Longitude="100.53771148" StarRating="2" HotelCode="439080|199666" HotelName="Freesia Saladaeng Silom Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>33 Soi Yommarad, Saladaeng Road, Silom, Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/07/7b07133db30f8aa311e28653d187f4e150e40c95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of services and amenities are available to guests at the hotel. A laundry service is among t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.38" OriginalAmount="38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7587627" Longitude="100.5439769" StarRating="3" HotelCode="781649|367657" HotelName="Hyde Park Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>298 Soi Ratchaprarop 12, Ratchaprarop Road, Makkasan, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/73/507335026ec314fe055ff2ecd7e6f8f074b744b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.38" OriginalAmount="38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739250808908" Longitude="100.55527889481" StarRating="2" HotelCode="902959|404768" HotelName="S6 Sukhumvit Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>No.7 Sukhumvit Soi 6, Sukhumvit Road, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4e/6e/4e6eba5cac64121c998daf195c82278de0f5b847.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.38" OriginalAmount="38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77300287" Longitude="100.57060133" StarRating="0" HotelCode="853741|409316" HotelName="Ratchada Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>282 Soi Nathong 3, Ratchadaphisek Road, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/73/66737585fed55b1260305ab34ddaf8f4937a6742.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.38" OriginalAmount="38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.724170779634" Longitude="100.57160821106" StarRating="3" HotelCode="397780|233291" HotelName="The Kaze 34 Service Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>66 Sukhumvit Road, Soi 34, Klongton, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/ea/e6eabc2e52e5403a584fa16fdaa4c70b3e10e156.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73085782953" Longitude="100.52826148688" StarRating="3" HotelCode="345028|bed_by_city_surawongpatpong_hotel" HotelName="Bed By City Surawong Patpong Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>59 Sub Road, Soi Suk San, Surawong, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/ae/c7ae48896a1f0efd350db94b69eb2c4db0f1d685.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a laundry service for a comfortable and relaxing stay. Wireless internet access i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71827363" Longitude="100.51547139" StarRating="3" HotelCode="438840|the_myth_sud_sathorn" HotelName="The Myth Sud Sathorn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>235-239 Sathorn Tai Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/80/dc80907fa4112d7948ab5e72ad5d7f463aea212f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73608617789" Longitude="100.5874184887" StarRating="3" HotelCode="393605|park_19_residence" HotelName="Park 19 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>459 Ekkamai 19, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/f1/f2f1ea9185f1dd727c1d966a281732566ae124eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743617" Longitude="100.555385" StarRating="3" HotelCode="98619|mac_boutique_suites" HotelName="MAC Boutique Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Sukhumvit Soi 7, alternativ: 23/8-10 Sukhumvit Road, Soi 7 &amp; Soi 11, Klongtoey Nue, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/f2/57f2dfda88180ec1d46b57d9472b6c53fa4a483b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a few steps away is BTS Nana Station and a little further is Asoke Station of the MRT subway, m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754588284856" Longitude="100.49778813066" StarRating="3" HotelCode="339998|the_warehouse_bangkok" HotelName="The Warehouse Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>120 Bunsiri Road, San Chao Por Sua, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/ce/55ce130bbc6b0cc70c09dbb6ec31850da4c6d423.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.673984" Longitude="100.603737" StarRating="3" HotelCode="255756|brighton_hotel__residence" HotelName="Brighton Hotel &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Sanphawut Road, Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/49/b449e3f514d5fa861508911068dce78d8555e127.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="38.60" OriginalAmount="38.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738396" Longitude="100.512491" StarRating="3.5" HotelCode="64965|3007380" HotelName="Royal Bangkok @ Chinatown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>409-421 Yaowaraj Road, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/71/26711936f83c5cbcb9fc24ddbe753557a7b6eba5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on Yawaraj Road in the heart of China Town. The immediate vicinity featu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.65" OriginalAmount="38.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.761023" Longitude="100.53982" StarRating="3" HotelCode="115840|142686" HotelName="Royal View Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27/3 Soi Rajawithi 3, Rangnam Road, Phayathai, Rachathevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f2/1a/f21af88136c0a7d166d616899536d227771c6a21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is truly located in the heart of Bangkok. It is close to Victory Monument and the nearby ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.77" OriginalAmount="38.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74125804992" Longitude="100.55276072328" StarRating="3" HotelCode="293442|1872445" HotelName="Nana Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Nana Tai, Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/38/b638d0c26de494d855df6d3df487661359b916bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.02" OriginalAmount="38.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727822" Longitude="100.569936" StarRating="3" HotelCode="64960|27514" HotelName="St. James Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Sukhumvit Soi 26, Klongton, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/c8/45c80bb41afe1d5990a8cb39e310d86ee0a23517.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the lively business and recreation area of the Sukhumvit Road. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="39.07" OriginalAmount="38.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.883412" Longitude="100.565411" StarRating="3.5" HotelCode="933174|951931" HotelName="Centra Government Complex Hotel and Convention Centre Chaeng Watthana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Mu 3, Chaeng Watthana Road, Convention Centre Building, Laksi, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/06/d70664bcf0d0b6921973f1ef6e565fa86c68aea4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 204 rooms. Services and facilities at the hotel include a restaurant,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.13" OriginalAmount="38.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737977890482" Longitude="100.55347286012" StarRating="3" HotelCode="15062|97169" HotelName="ibis Bangkok Sukhumvit 4 Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>41 Sukhumvit Road Soi 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/50/ad506a386fc8763385ff0d7192ea7004de27e599.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Sukhumvit Road and the nearby Central World and Emporium shopping malls as w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.20" OriginalAmount="38.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.664400897467" Longitude="100.61845013499" StarRating="3" HotelCode="338453|1212848" HotelName="Lasalle Suites &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Soi Lasalle 33 Sukhumvit 105, Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/88/7d889271d72072b62e124aca45e8e26af5b9a779.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.30" OriginalAmount="38.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741045" Longitude="100.555838" StarRating="2" HotelCode="188253|2003545" HotelName="Star Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131/40-41 Soi Sukhumwit 7/1, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/6c/a56c045b1b4f047c92c7488388a13ab4a240d37a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.39" OriginalAmount="39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.697711" Longitude="100.605996" StarRating="2" HotelCode="780436|253969" HotelName="All Day Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 Sukhumvit 97, Sukhumvit Road, Bang Chak, Phra Khanong, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/88/01883b48f115b3e075993cc6b324715069089530.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.39" OriginalAmount="39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75293469" Longitude="100.5241623" StarRating="3" HotelCode="784432|367584" HotelName="Dhevi Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>233 Soi Phayanak Banthadthong Road, Phetchaburi Road, Ratchathewi, Bangkok, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d7/cf/d7cf81d19442361cae3491840214597d2aa295e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.39" OriginalAmount="39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73511933" Longitude="100.55807782" StarRating="4" HotelCode="346135|173248" HotelName="Galleria 12 Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81/83 Sukhumvit Soi 12, Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2b/6e/2b6e5fa6c881bfa2bf3c3053a9f7d61ac0276f5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.39" OriginalAmount="39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76484477" Longitude="100.49729054" StarRating="2" HotelCode="779658|367693" HotelName="Let's Zzz Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85 Soi Samsan 1, Lumphu Road, Wat Samphraya, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/d6/bbd6d2e5f64bf0b29b5944a811a47faf71a72d54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.39" OriginalAmount="39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.84417013" Longitude="100.65261425" StarRating="2" HotelCode="376818|226699" HotelName="Naturbliss Boutique Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>125 Ramintra 67 Road, Ramintra Kilo Jed, Don Mueang, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/6b/1a6bde12bedab2f02e53769c0d33417f44ff85d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.39" OriginalAmount="39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75575667" Longitude="100.50324283" StarRating="3" HotelCode="584316|233074" HotelName="Siam Champs E’lyse’esi Unique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>160 Ratchadamnoen Klang Tai Road, Bowonniwet, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/7b/da7b42c37c1688abd6f6ffa5ee9353a7ae88cd8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.39" OriginalAmount="39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="959259|409318" HotelName="Q-Box Bangkok Blossom Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>58/64 Thanon Ram Intra, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/29/f9296ef9e03505732c557229084ca1e4a3321483.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.39" OriginalAmount="39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743688236141" Longitude="100.55338049779" StarRating="3" HotelCode="345159|174361" HotelName="The Prestige Nana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>8/5-6 Soi Sukhumvit 3, Nana Nua, Sukhumvit Road, Bangkok 10110, Klongtoey-Nua Wattana</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/47/e047f072e22129e9716b68ff6788a93c17e846c2.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.39" OriginalAmount="39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72189253" Longitude="100.56457518" StarRating="3" HotelCode="523949|226010" HotelName="iCheck Inn Sukhumvit 22" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>318/1 Soi Sainamtip, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/12/c012ac4f487ee536ea5157533a2e09f76d853e12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.39" OriginalAmount="39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76982682" Longitude="100.62186711" StarRating="3" HotelCode="562126|174393" HotelName="Yotaka Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>246/7 Soi Latprao 122, Wangthonglang, Bang Kapi, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/8e/95/8e956971debb2521190dd8dd208ef267719637a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.39" OriginalAmount="39.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.761544791186" Longitude="100.54025314932" StarRating="3" HotelCode="481173|le_tada_parkview_hotel" HotelName="Le Tada Parkview Hotel &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>440/58 Ratchawithi Soi 3, Ratchathewi, Pathumwan, Bangkok, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/0b/4d0b3c8cdebdeaacf6e4937f564527a5e6c94329.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.39" OriginalAmount="39.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75601358" Longitude="100.50159231" StarRating="3" HotelCode="586503|dinsomon" HotelName="Dinsomon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>84 Dinso road, Bavornnivet, Phra nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/fc/1ffc4e7d9a2d92dfe7760ff3a69f89bbf615de71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.39" OriginalAmount="39.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.718247" Longitude="100.531911" StarRating="3" HotelCode="118738|yellow_ribbon_hills_executive_mansion" HotelName="Yellow Ribbon Hills Executive Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>33/3 Soi Naradhiwas 7 (Prapinij), Naradhiwas Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/c4/5bc4b6084ce0358318658c5fbada81a79375a764.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located right in the heart of Bangkok, in the Sathorn Area, with easy acce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.39" OriginalAmount="39.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.746522" Longitude="100.556091" StarRating="3" HotelCode="899546|smart_suites" HotelName="Smart Suites Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43/17 Sukhumvit 11, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/c8/edc8793061a9dbf696368a5e10da7c256b31c35a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Sukhumvit 11 in the heart of Sukhumvit residential area. The Na Na BTS stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.39" OriginalAmount="39.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741443" Longitude="100.555712" StarRating="3" HotelCode="933175|icheck_inn_nana_2" HotelName="iCheck Inn Nana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131/27 Sukhumvit Soi 7/1 Sukhumvit Road, Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/f6/54f6d4de0eb65f501d88b87b635d6593ca84a643.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.39" OriginalAmount="39.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.661344716899" Longitude="100.43404877011" StarRating="4" HotelCode="380449|park_village_serviced_suites" HotelName="Park Village Rama II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Bar,Beauty Salon,Business Centre,Conference Hall,Designated Smoking Area,Garden,Internet,Kids Play Area,Kitchen,Laundry,Massage Centre,Meeting Room,Restaurant,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1/1-1/3 Soi Rama 2 Soi 56, Samaedum, Bangkhunthian, Bangkok 10150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/fa/f0fa6e51b524966a45af8dc08520af1f59316e5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Park Village Rama II exemplify your lifestyle in providing thoughtful amenities and warm hospitality...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="39.66" OriginalAmount="39.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.759585865137" Longitude="100.49299983431" StarRating="2.5" HotelCode="404668|586189" HotelName="New Siam Palace Ville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>56 Chao Fa Road, Trok Rong Mai, Chanasongkram, Khaosan, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/a4/0ca442f29aea4919f5cbe596e48ef1c89cd1b1ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.69" OriginalAmount="39.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.747582" Longitude="100.554288" StarRating="3" HotelCode="188212|1575588" HotelName="Nana Hiso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>88 Sukhumvit Road. Soi 3, Klongtoey, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/2b/422b2d35439fa7fdc0f48575bd530c919c953bce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.87" OriginalAmount="39.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.797178063782" Longitude="100.57423686045" StarRating="3" HotelCode="115857|1863058" HotelName="The Travellers Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>255/19 Ratchadapisek Road, Din-Daeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/37/483796ea086faf49bb2fb5f0b7310849ca8ce99e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.11" OriginalAmount="39.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.726039537657" Longitude="100.52457779646" StarRating="3" HotelCode="187104|1575978" HotelName="Amber Boutique Silom" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>200 Silom Soi 14, Silom Road Suriyawongse, Khet Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/47/b2471160036dc2ada6e5582027566896437c8b80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers will definitely enjoy a stylish and peaceful stay in this hotel located in Bangkok's busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.23" OriginalAmount="39.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721208689142" Longitude="100.5155441165" StarRating="3" HotelCode="64935|297355" HotelName="Bossotel Inn Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55/8-14 Soi Charoenkrung 42/1, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/62/d462e4ee3e96c61b08d6e236943476bf6048d24e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;From the hotel it is only a short distance to the many major commercial centres on the Bangkok Mass ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.33" OriginalAmount="39.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.79122279031" Longitude="100.54200118663" StarRating="3" HotelCode="337751|1228718" HotelName="Karnmanee Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Pradiphat Road Pradiphat 15, Samsennai, Phayathai District, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/ee/10ee9f9b5569339d96d130671d2e6534f6886e74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="40.33" OriginalAmount="39.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72875832611" Longitude="100.52698930156" StarRating="3" HotelCode="378647|CBA112000" HotelName="Red Planet Surawong Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>178 Surawong Road, Tambon Si Phraya, Bang Rak, Bangkok 20150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/438779/438779a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.40" OriginalAmount="40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740442998033" Longitude="100.56198439027" StarRating="2" HotelCode="405972|196510" HotelName="3Howw Hostel at Sukhumvit 21" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32/9 Asokmontri Road Sukhumvit 21 Soi 1, Wattana, Sukhumvit, Bangkok 11110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/94/be944dbf368c752b3b70de6aff0218ccdcb2d2e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service is among the facilities. Wireless internet access is available to guests i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.40" OriginalAmount="40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75272648" Longitude="100.48369481" StarRating="2" HotelCode="780500|367588" HotelName="Ekanake Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112/8 Arun Amarin Road, Siriraj Bangkoknoi, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/a8/65a85bb72054ff1e03a4b5b06bbc354a42c9d97b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.40" OriginalAmount="40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7534164" Longitude="100.53615818" StarRating="3.5" HotelCode="943350|226073" HotelName="Klub Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22/1 Petchburi Road Soi 13, Phayathai Rajthevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/74/5d74e146e7bae28cd463d2d90b5e9b32e0a13486.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.40" OriginalAmount="40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.759296111537" Longitude="100.4951258323" StarRating="2" HotelCode="398476|61985" HotelName="Lucky House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Chakkapong Road, Chanasongkram, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/66/9f66533e3669ea1e8fb414b2dc3ab14a67eb1abf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of services and facilities await guests of the hotel, ensuring a comfortable stay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.40" OriginalAmount="40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78650903" Longitude="100.57135713" StarRating="3.5" HotelCode="585362|233152" HotelName="Stay Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>45 Soi Ratchadapisek 17, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/e5/d5e5ab81d451cf2da50966937314e9e9b4fa4003.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.776042576715" Longitude="100.54202581292" StarRating="2" HotelCode="392591|the_yard_hostel" HotelName="The Yard Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>51 Phahonyothin Road, Samsen Nai, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/23/f5235557c01b4f8b1322097a3ef91badb534ae47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A bar is available to travellers. Wireless internet access is available to guests in the public area...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727589055608" Longitude="100.52459989207" StarRating="3" HotelCode="414188|kokotel_surawong" HotelName="Kokotel Surawong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>181/5 IF Surawong Road, Suriyawong, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/9c/bd9c48dcc797d7f37094f7d128b3f8d6aa35fbe2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738725600313" Longitude="100.557582146" StarRating="3" HotelCode="901774|paradiso_boutique_suites" HotelName="Paradiso Boutique Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1/11-12 Sukhumvit 10, Khlong Toei, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/95/0b950a0ac5b8d5c79e0d9f6b1d8893dcda0ce8e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the city centre, the hotel is right next to the serene Chuvit Gardens and al...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.757170519061" Longitude="100.50282888041" StarRating="3" HotelCode="380531|ratchadamnoen_residence" HotelName="Ratchadamnoen Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>211/16 Soi Dam Noen klang Nuea, Ratchadamnoen Klang Road, Bowon Nivet, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/31/54319fc2f1a8a402e3ffb86b792e96021a16f8e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.42" OriginalAmount="40.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7446377" Longitude="100.5429295" StarRating="3" HotelCode="200015|1164888" HotelName="Golden House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1025/5-9 Ploenchit Road, Lumpini, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/49/3449f6000fba98cd52be458a1d613e48c4fc40fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.44" OriginalAmount="40.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.735308" Longitude="100.560675" StarRating="3" HotelCode="188177|1139388" HotelName="CityPoint" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6/22 Asoke-Sukhumvit Intersection, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/85/37857766e8bcbf5fce4db9880b017d3b12e9a2b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.60" OriginalAmount="40.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743944867468" Longitude="100.58366478036" StarRating="3" HotelCode="255723|1236238" HotelName="Dheva Residence Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2435 New Phetchaburi Road, Bangkapi, Huaykwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/e1/8ce1dce7c5f7a783716a2ec9cfe4969e51d04c6e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.88" OriginalAmount="40.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738986" Longitude="100.55807" StarRating="3" HotelCode="188238|1576718" HotelName="Ruamchit Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>199 Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/54/6d54ac3987000774c1b9dd22780e8bf4411eab20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.88" OriginalAmount="40.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.702721" Longitude="100.603338" StarRating="3" HotelCode="255727|924995" HotelName="At Mind Executive Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Soi Sukhumvit 85 (Sukhumvit Road), Bangchak, Phrakhanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/8c/1e8c45da7726d1d5af6c689d820453230494b183.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.05" OriginalAmount="40.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.859842" Longitude="100.571242" StarRating="4" HotelCode="316896|27354" HotelName="The Rama Gardens" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Airport Hotel,Eco Hotel,Conference Hotel,Hostel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9/9 Vibhavadi Rangsit Road, Laksi, 10210 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/80/3580cdede772b42f042ea36acbfab04a52ac4a19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a convenient area with easy access to major exhibition and convention centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.41" OriginalAmount="41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74790818" Longitude="100.58462432" StarRating="3" HotelCode="585629|232252" HotelName="Holiday Inn Express Bangkok Soi Soonvijai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19 Soi Soonvijai, New Petchburi Road, Huaywang Ban, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/c9/f7c98833119744b35b5d98173db7cf4910b4efe2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.41" OriginalAmount="41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.757860517267" Longitude="100.54354163556" StarRating="2" HotelCode="322735|60764" HotelName="The Bangkokians City Garden Home" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>335/1 Ratchaprarop Road, Ratchaprarop Soi 12, Makkasan, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/4c/0b4cb84b853dcc60e288541517ed596f913d8fc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.41" OriginalAmount="41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77728131" Longitude="100.5738139" StarRating="3" HotelCode="840650|376853" HotelName="Ibis Styles Bangkok Ratchada" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>212 Ratchadaphisek Road, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/f2/a4f2043f3defe615d221779a0f99ea4e72b7d60e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.41" OriginalAmount="41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72888374" Longitude="100.59017889" StarRating="3" HotelCode="439160|174340" HotelName="Ten Ekamai Suites Serviced Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>33/39 Ekamai Soi 10, Sukhumvit 63 Road, Klongton-nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/c5/a9c5c9684154b27f8c6bbf62ca25a31bd58db99d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service and a safe. Wireless internet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.41" OriginalAmount="41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73153153" Longitude="100.52322625" StarRating="3" HotelCode="781223|367876" HotelName="Samyan Serene Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>38 Si Phraya Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/69/8269e40d97b370326a5bb33bb01b05f5d1929d36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.744530952701" Longitude="100.64064889465" StarRating="3" HotelCode="377772|sky_place_srinakarin_" HotelName="Sky Place Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>522 Srinakarin Road, Suanlaung, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/fd/49fd9a8574cfbacf68cf28c5eacc463c2854e4af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77883812554" Longitude="100.57628585276" StarRating="4" HotelCode="429538|amaranta_suites" HotelName="Amaranta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Soi 5 Pracharatbumpen Road, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/9d/ac9de84d578183beef9da13469d58970f043f01e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.59" OriginalAmount="41.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.783893" Longitude="100.472819" StarRating="3" HotelCode="64959|27384" HotelName="The Royal City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>800 Boromratchonni Road, Bangkoknoi Bangplad, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/86/128630309d5aae6ed18e3eaa630c37a28cb27d9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is one of Thonburi's best hotels. It is just a short distance from Parliament House,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.67" OriginalAmount="41.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76241" Longitude="100.499418" StarRating="3.5" HotelCode="62532|958895" HotelName="Nouvo City Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Samsen Road, 2 Samsen 2, Pranakorn, Banglamphu, Bangkok, 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/5d/1f5d4344c51fb3606c16c579f71c6e42bc77d551.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Bangkok and in a quiet location of Banglampoo Canal. A brief st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.76" OriginalAmount="41.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.735743926969" Longitude="100.55599853396" StarRating="3" HotelCode="97642|397465" HotelName="Citadines Sukhumvit 8 Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>77/7 Sukhumvit 8, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/f3/85f391d87ad6ff71917f352b24b1106033a9f92a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the city's central yet tranquil residential areas, just a 5-minute w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.94" OriginalAmount="41.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738509649964" Longitude="100.56278854609" StarRating="3" HotelCode="23146|27544" HotelName="Tai-Pan Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>25 Sukhumvit Soi 23, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/6a/156a42b88a7923ae7125d2099e70146eae122a6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in an area regarded as one of the main business, shopping and entertainment dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.97" OriginalAmount="41.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754288" Longitude="100.613385" StarRating="3" HotelCode="188234|1576098" HotelName="Regent Ramkhamhaeng and Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Ramkhamhaeng Soi 22, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/d7/4dd770bd9f52e90d06113ca3a5afb5dcbc61278c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.17" OriginalAmount="41.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7269" Longitude="100.568271" StarRating="3" HotelCode="114188|248486" HotelName="Hope Land Executive Serviced Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Soi Sukhumvit 24, Klongtoei, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/19/771971a98ccfd69877e112df0d3abe23f392e974.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The nearest station is Phrom Phrong, located right next to Emporium. Otherwise, there is the option ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.21" OriginalAmount="41.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.736581594044" Longitude="100.5526176095" StarRating="4" HotelCode="166516|128084" HotelName="Solo Sukhumvit 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Sukhumvit Soi 2, Klongtoey, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/37/7437fa325637b4551c3e82d40c15bd6da36ccdf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located just off Bangkok's busy Sukhumvit Road, the epicentre of the city'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="42.29" OriginalAmount="41.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.725633062327" Longitude="100.53857222199" StarRating="4" HotelCode="68214|1990011" HotelName="Siri Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Soi Saladaeng 1, Silom Road, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c0/4d/c04dc0a89be1c1e957fe02383791a3a1399e62f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet, safe street, near the junction of Silom, Sathorn and Rama IV Roads,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="42.31" OriginalAmount="41.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.876678544418" Longitude="100.5761513114" StarRating="4" HotelCode="33031|1336202" HotelName="Miracle Grand Convention Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Kamphaeng Phet 6 Road, Talad Bangkhen, Laksi, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/cd/c1cdfc83251f67252babf9f8e2990804d25036f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located somewhat outside of the centre of Bangkok. The hotel is located close to the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.42" OriginalAmount="42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75562993" Longitude="100.50015976" StarRating="3" HotelCode="546578|204795" HotelName="Baan Kachitpan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Trok Silp, Dinsor Road, Baworn Nivet, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/14/f71427dd515200be4f070f83629270d92f0069a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.42" OriginalAmount="42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.714044919835" Longitude="100.5944458762" StarRating="3" HotelCode="380533|58453" HotelName="Beat Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>5/4-5/5 Sukhumvit 71 Road, Soi Preedeepanomyong 1, Phra Khanong-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/37/1f37e5387ca4c0f531fbc1ef5d8eb2b7233c8fb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The holiday village features a restaurant for a comfortable and relaxing stay. Wireless internet acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.42" OriginalAmount="42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71773075" Longitude="100.50860701" StarRating="3" HotelCode="523283|173745" HotelName="Naga Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>19/1 Soi Charoennakorn 17, Charoennakorn Road, Banglumpoo-Lang, Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/6d/346ddb171179ce6a517e3c6407cf760a14e64d9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.42" OriginalAmount="42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7545366" Longitude="100.53781007" StarRating="0" HotelCode="967398|506760" HotelName="The Prestige Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57/34 Phetchaburi 15, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/93/3b932f3dae2c12542ce28750b5fc08b74e519dac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.42" OriginalAmount="42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.758274877505" Longitude="100.5397531776" StarRating="3" HotelCode="452028|195747" HotelName="True Siam Rangnam Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>507/48 Soi Si Ayutthaya 8, Phyathai, Rajthevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/48/486283/486283a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.688260381595" Longitude="100.64599603414" StarRating="3.5" HotelCode="97714|ninth_place_serviced_residence_" HotelName="Ninth Place Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Golf,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>98/99 Soi Chaloeisuk, Srinakarin Road, Nongbon, Pravet, 10250 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/ce/09ce54a4ef5d174866f83505efaa20e07e02ddc5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the well-known Samitivej Hospital. It is a short taxi ride from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72647592" Longitude="100.72898704" StarRating="2" HotelCode="361429|qg_resort" HotelName="QG Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>85/5 Prachakorn Road, Ladkrabang Sub-district, Ladkrabang District, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/cc/52ccdc9e14d7b3ae875c6f35542aa1c31ba896ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760499982731" Longitude="100.50613481453" StarRating="3.5" HotelCode="401829|nanda_heritage_hotel" HotelName="Nanda Heritage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>632 Wisut Kasat Road, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/29/6729050f3ed1c9da726b8955c116947b4f90c1a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 55 rooms. Services and facilities at the hotel in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.725619" Longitude="100.535915" StarRating="3" HotelCode="141131|mirth_sathorn_hotel" HotelName="Mirth Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60/1-5, Soi Sathorn 4, Kwang Silom, Khet Bangrak, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/50/a7508480adce77a99a5aa8e666fe5759c9d25e93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Bangkok, at Sathorn Soi 4, opposite St. Andrews International ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741288" Longitude="100.558652" StarRating="4" HotelCode="161093|kingston_suites_bangkok" HotelName="Kingston Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/3-7 Sukhumvit Soi 15, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/de/dfde08eaae57f4ba99051c320458a8c0be8adc22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Sukhumvit Soi 15, in a quiet location and yet just off the trendy and busy Sukhumvit Road...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740058" Longitude="100.561616" StarRating="4" HotelCode="75137|furamaxclusive_asoke_bangkok" HotelName="FuramaXclusive Asoke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133/2 Sukhumvit Soi 21, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/57/b0/57b0fb42b2dd8b5dadcd9abdbc59935e499b3d8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city business hotel is located within a two-minute walk of two train stations - Asoke and Sukhu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7243" Longitude="100.5213" StarRating="3" HotelCode="255760|icheck_inn_silom" HotelName="iCheck inn Silom Soi 28" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>298/3 Soi Silom 28, Silom Road, Suriyawong, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/68/3e68db59d4b1a3c9e63127829df73dc17476d257.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.735175" Longitude="100.555903" StarRating="3" HotelCode="72890|salil_hotel_sukhumvit_soi_8" HotelName="Salil Soi 8" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50, 50/1 Sukhumvit Soi 8, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/a9/82a9128fbf887eae5b649873740cac327de0ba8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is centrally located on Sukhumvit Soi 8, only 300 m from the Nana BTS Sky Train station. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.734317495593" Longitude="100.56321507787" StarRating="3" HotelCode="114171|baan_sukhumvit_soi_18" HotelName="Baan Sukhumvit Soi 18" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3/13-14 Sukhumvit Road, Sukhumvit Soi 18, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/d4/f7d4514249b406a7d1cd133c2bfa6f22111484cc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.84" OriginalAmount="42.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.716059843593" Longitude="100.53169906139" StarRating="5" HotelCode="186973|98118" HotelName="Anantara Sathorn Bangkok Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Naradhiwas Rajanagarindra Road, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/09/e3099cd388fc11831cf09fc242867ddb646d7894.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the heart of Bangkok's business district and within a stone's throw from sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.85" OriginalAmount="42.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739219" Longitude="100.564416" StarRating="4" HotelCode="97712|104242" HotelName="Admiral Premier Sukhumvit by Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>138 Soi 23 Sukhumvit Road, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d0/90/d0908e86a8e4e4ccde2be793f401875e3a74155c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the vibrant Asian metropolis of Bangkok. Central World shopping...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.85" OriginalAmount="42.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.769844" Longitude="100.538686" StarRating="4" HotelCode="114166|651605" HotelName="Abloom Serviced Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Conference Hall,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5/36 Phahonyothin Soi 3, Phaythai, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/00/3600e9470244af8f605cb8b80083c76a49e63d9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.85" OriginalAmount="42.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.730295933079" Longitude="100.53271891534" StarRating="3" HotelCode="304344|1046318" HotelName="The Raya Surawong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24-30 Surawong Road, Siphraya, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/85/a685c23bdfb75f93b27b8092a3652fff632cf0d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Raya Surawong - Bangkok is located on Surawong Road in the Thaniya district of Bangkok, a bustli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.09" OriginalAmount="42.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.757175" Longitude="100.542851" StarRating="3" HotelCode="89145|246986" HotelName="Hotel de Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133/14 Ratchaprarop Road, Ratchaprarop Soi 12 Makkasan, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/cf/07cf908bbc8fb6335be7c8a7f3207bd636426dfc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated in the centre of Bangkok, Thailand. The hotel is within walking dista...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.20" OriginalAmount="42.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737436782176" Longitude="100.55716198847" StarRating="4" HotelCode="169813|187256" HotelName="Galleria 10 Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Sukhumvit Soi 10, Sukhumvit Road, Klongtoey, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/99/b7/99b7a4134d0f3e53dd64f400db72bb2da9ee16ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located on Sukhumvit Road, Soi 10, right in the heart of Bangkok's busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.31" OriginalAmount="42.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.775589" Longitude="100.572575" StarRating="4" HotelCode="65091|54404" HotelName="Emerald" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99/1 Ratchadapisek Road, Din Daeng, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/78/0a78006cf00ba67454c9261c5e7a24956c437e0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the midst of one of Bangkok's busiest commercial and entertainment hubs and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.42" OriginalAmount="42.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.720450440134" Longitude="100.73943883181" StarRating="3" HotelCode="142234|246576" HotelName="BS Residence Airport Suvarnabhumi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>836/2 Ladkrabang Rd., Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/8b/a08bb2b157e5d55d3927f889bdcf2add050fc556.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a few minutes by minibus from Suvarnabhumi Airport Terminal. The centre of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.43" OriginalAmount="43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76196439" Longitude="100.60280733" StarRating="3" HotelCode="515662|58554" HotelName="Duplex 21 Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>98 Ramkhamhaneg Soi  21, Phlabphla, Wangthonglang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/8f/c68fc69157fa2f0ac727befeed7ca3074ab9f7f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.43" OriginalAmount="43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72602537" Longitude="100.56194897" StarRating="3" HotelCode="496484|202958" HotelName="Like Sukhumvit 22" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Like Sukhumvit 22, Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/cc/6c/cc6c7aa196838ac0aaf7968f9e2f1b146a304dff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.43" OriginalAmount="43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.838387695644" Longitude="100.59975000858" StarRating="4" HotelCode="377866|233108" HotelName="Sky Dome Resotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>114 Prasert-Manukitch Road, Kaset-Navamin, Chorakhe Bua Lat Phrao, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/4f/f64ffd870e1a7ed63b430d83ec2790edc9ff9316.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.43" OriginalAmount="43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.724052" Longitude="100.52945001" StarRating="3.5" HotelCode="572309|232241" HotelName="Havent Met Hotel Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>188/1 Soi Pipat Silom 2, Naradhiwas Rajanagarindra Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/2e/892ee1e9d480989401ba4d387abcedb2f9f94be0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.43" OriginalAmount="43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.81186747" Longitude="100.56213183" StarRating="3" HotelCode="943440|271505" HotelName="The Quarter Ladprao By UHG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>80 Soi Ladprao 4, Ladprao Road, Chom Phon Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/15/c81562e15890b75eee6c611024f9cdfa9027dd67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.43" OriginalAmount="43.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727611" Longitude="100.578769" StarRating="4" HotelCode="141122|228086" HotelName="Salil Hotel Sukhumvit Soi Thonglor 1" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>44/14-17 Sukhumvit 53 (Paidee-Madee), Sukhumvit Road, Klongton Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/86/a0864ffa19469dfd0bbec23d10d3169565183178.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a serene area, only a 3-minute walk from Thonglor BTS station (walk through ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.43" OriginalAmount="43.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77404947507" Longitude="100.57399749756" StarRating="4" HotelCode="8975|bangkok_chada_hotel" HotelName="Bangkok Cha-Da" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>188 Ratchadaphisek Road, Huaykwang, 10320 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/de/43de4fa13e25cae32901c005c7ed4cee4b9f9467.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Rachadapisek Road, right in the heart of Bangkok’s business, commercial and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.43" OriginalAmount="43.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.729453" Longitude="100.572398" StarRating="3" HotelCode="500238|41_suite_bangkok" HotelName="41 Suite Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2/39-41 Soi Sukhumvit 41 (Pirom), Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/9a/7d9a8a2ffd679a0a31ac02c15fba72a0cce282c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.82" OriginalAmount="43.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.717606" Longitude="100.51647373049" StarRating="3" HotelCode="65103|121904" HotelName="Astera Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>143 South Sathorn Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/83917/p_83917_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located between Sathorn Road, the business district of Bangkok, and Charoen K...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.13" OriginalAmount="43.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737877" Longitude="100.552081" StarRating="4" HotelCode="76121|94339" HotelName="Aspen Suites Sukhumvit Bangkok Hotel by Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>65/1 Sukhumvit Soi 2, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/11/7d111647730974bb4661e9da578158d3d52c382d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet lane off Sukhumvit Road and provides guests with a sense of privacy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.44" OriginalAmount="44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.735802893034" Longitude="100.55220799483" StarRating="4" HotelCode="915502|56900" HotelName="Boss Suites Nana Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40,42 Sukhumvit Soi 4 Nana Tai, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/5a/f45a1bd89cd598b02fb647edb45fec8dfa5abe10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.44" OriginalAmount="44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.745699180713" Longitude="100.55585259236" StarRating="4" HotelCode="934260|42872" HotelName="Hotel Citrus Sukhumvit 11 by Compass Hospitality" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Sukhumvit 11, Klongtoie-Nue, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/97/0497371f8110cfd607e67d178f41bb9074544edc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.44" OriginalAmount="44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75011642" Longitude="100.53778056" StarRating="3.5" HotelCode="616086|233141" HotelName="Sovereign Group Hotel @ Pratunam Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>640/64-66 Petchaburi Road, Soi Petchaburi 22, Kwang Tanon Petchaburi, Ratchathevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9915325</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.736199" Longitude="100.561932" StarRating="3" HotelCode="141125|s_sukhumvit_suites_hotel" HotelName="S Sukhumvit Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>403-403/1 407-407/1 Sukhumvit Road, Klongtoeynuea, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/f7/eef705e238691374e239fa4554e60c45d42f7555.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78842336" Longitude="100.5474576" StarRating="3" HotelCode="434568|the_capital_mansion" HotelName="Capital Mansion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1371 Phaholyothin Road, Samsennai, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/44/ba4463669eaf114a2a286fea2a77686e9ef0559a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.49" OriginalAmount="44.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727655" Longitude="100.569327" StarRating="3" HotelCode="29040|26824" HotelName="Ariston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>19 Sukhumvit 24 Road, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/06/5406b05483a9a02a4792d42c11e629340ba75c6c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Bangkok's new business centre, close to entertainment centres a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.93" OriginalAmount="44.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75520939" Longitude="100.50110644" StarRating="2.5" HotelCode="329282|1173718" HotelName="Baan Dinso Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>113 Trok Sin, Dinso Road, Bovornnivate, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b4/9ab43b1e3da8d3f671c0a157c0669d13fc5caf2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="45.09" OriginalAmount="44.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723134406292" Longitude="100.5184672589" StarRating="4" HotelCode="165065|1954647" HotelName="Novotel Bangkok Silom Road Hotel" Meals="ROOM ONLY,BREAKFAST (PROMO),BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>320 Silom Road, Suriyawong, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/42/5042735dfa7558c7813d6cf65227584eb97f294a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.15" OriginalAmount="44.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73542402" Longitude="100.56846292" StarRating="2" HotelCode="337922|1864538" HotelName="Nandha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>14/11-14 Sukhumvit 33, Klong Ton-Nue, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/c8/cec80cca530403a16cce8ffd536fa98a42859a92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.37" OriginalAmount="44.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.724444899631" Longitude="100.53088366985" StarRating="3" HotelCode="30093|120444" HotelName="Trinity Silom Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Country House,Finca,Village,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Silom Soi 3, Naratiwas Soi 3 or Sathorn Soi 8, Silom Road, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/8b/f88b41beff048bef434e7dd930995565eb3615a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city apartment hotel is situated in the middle of Bangkok's commercial district, near most of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="45.45" OriginalAmount="45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73109381" Longitude="100.5702464" StarRating="3" HotelCode="599721|232043" HotelName="Adagio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1/50-51 Sukhumvit 39 Alley Prompong, Klongton Nua Sub District, Wattana District, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/a0/40a09bef1ab153abfcfa3f0059368587ef6235c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="45.45" OriginalAmount="45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75939482" Longitude="100.5403827" StarRating="4" HotelCode="872479|376832" HotelName="De Prime At Rangnam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106/18-19 Thanon Rang Nam, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d5/0a/d50a601e684789b50ddf72b322a7249ca92ba554.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="45.45" OriginalAmount="45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71257873" Longitude="100.59452014" StarRating="3.5" HotelCode="587160|232277" HotelName="Ibis Styles Bangkok Sukhumvit Phra Khanong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1122 Sukhumvit Road, Phra Khanong Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/4f/8b4f87ea22fa1b91dca538687654fedcd5bdebb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="45.45" OriginalAmount="45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7518699" Longitude="100.53777843" StarRating="2" HotelCode="738624|254073" HotelName="Leela Orchid Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>833 Phetchaburi 17, Phayathai, Pathumwan, Pratinam, Ratchathewi, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/73/3f73e239e61a67a1fdfc2b4891e9fccf0cb8d025.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="45.45" OriginalAmount="45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71401157" Longitude="100.52762804" StarRating="3.5" HotelCode="571275|233509" HotelName="Zensation The Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>211 Soi Sathorn 11, Sathorn Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9123522</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753086351207" Longitude="100.53111915548" StarRating="2" HotelCode="393896|bed_station_hostel" HotelName="Bed Station Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>486/149-150 Soi Petchaburi 16, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/39/d939ea9dc5736fdb91b2c0037d006adc66532c5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.715039439579" Longitude="100.51476889727" StarRating="2" HotelCode="379036|house_of_phraya_jasaen" HotelName="The House of Phraya Jasaen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>168 Soi Charoen Krung 57, Yannawa, Sathon, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/b2/83b257a1daade098906533aafee8b4cc3b5010ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75095536" Longitude="100.58345891" StarRating="3" HotelCode="442598|chiva_residence_bangkok" HotelName="Chiva Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>39/1 Soi Soonvijai 7 New Petchburi Road, Bangkapi, Huay Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/16/eb16144cb5e646d70fe7759a087289b398a847da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76275616" Longitude="100.5016309" StarRating="2" HotelCode="407289|3howw_hostel" HotelName="3HOWw Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>316/5 Samsen Soi4, Pranakorn, Khaosan / Grand Palace, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/93/969346f3c7e33e07f262386e28d30334d8014aac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service and a laundry service. Wireless internet access in public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.09" OriginalAmount="45.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.697210542298" Longitude="100.64797488955" StarRating="4" HotelCode="95923|95188" HotelName="Dusit Princess Srinakarin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Srinakarin Road, Nongbon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/d9/21d90b9fa78179b184e50d9226317c6970b048e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is among the best placed luxury hotels in Bangkok. It is not only easily accessible from B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="46.36" OriginalAmount="45.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75401689565" Longitude="100.53206920624" StarRating="3" HotelCode="14242|631408" HotelName="Asia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>296 Phayathai Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/4d/794d400473ffbd00a1ee8f348a0d68a77c0bf7aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated in Bangkok's colourful shopping, business and entertainment centre, this city hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.46" OriginalAmount="46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74518099" Longitude="100.55697792" StarRating="3" HotelCode="933359|58319" HotelName="Chaidee Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31/3-5 Sukhumvit Soi 11, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/d7/6dd796b3a4acb6ad7b751788e70f1ff7514dbb34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.46" OriginalAmount="46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75197723" Longitude="100.53607591" StarRating="2" HotelCode="583160|223517" HotelName="Glur Central Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>645/17 Phetchaburi Road, Kwaeng Thanon Payathai, Khet Rachatewi, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/e1/48e15e37607a3893a034bb4cfef241d16b06fce0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.46" OriginalAmount="46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7535615" Longitude="100.53820299" StarRating="3" HotelCode="853404|376856" HotelName="Kim Korner Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>37/5-6 Phetchaburi Road, Thanon Phaya Thai, Ratchathewi, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/df/8bdfb6eb0c5d688caeb84db3914283e162df48fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.46" OriginalAmount="46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="861356|367732" HotelName="Marwin Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>37 Petchaburi Road Soi 15, Phayathai, Ratchathewi, Bangkok, Petchaburi 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/df/8bdfb6eb0c5d688caeb84db3914283e162df48fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Rajatevee- Phayathai. The property comprises a total of 97 snug accommo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.46" OriginalAmount="46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73755153" Longitude="100.64163058" StarRating="3.5" HotelCode="613603|246250" HotelName="Zayn Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>593/595 Srinagarinda Road, Suan Luang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/b8/fdb8b3374b48b275a1e6f65c674ab2e91ce1c0e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.51" OriginalAmount="46.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7760674" Longitude="100.4801406" StarRating="3" HotelCode="65102|246886" HotelName="S.D. Avenue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/b5/15b584dc2fe9b60a9a4db5186411bb8f2631d9d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.51" OriginalAmount="46.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="115847|1864368" HotelName="The Dawin Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Road, 35/1-2 Soi Sukhumvit 4, Nanatai, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/e0/09e0cd1ee83e20d56f38af6ced6cceef975de6d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.77" OriginalAmount="46.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733963" Longitude="100.566506" StarRating="4" HotelCode="188160|1908245" HotelName="Amora NeoLuxe Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6/1 Sukhumvit 31 Road, KlongToeyNua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/32/8c32f84b8b88e763fd0bbf4f22e56a2db8ee80ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.40" OriginalAmount="46.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.720979390732" Longitude="100.5659455061" StarRating="4" HotelCode="33840|26984" HotelName="Davis Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Sukhumvit 24, Klongteoy, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/19/15192fecc1929da5c98f244dc3c93a7c4b687735.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at Sukhumvit Soi 24, the hotel can be accessed from both Sukhumvit Road and Rama IV Road, p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.47" OriginalAmount="47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.732027" Longitude="100.564066" StarRating="4" HotelCode="904499|42068" HotelName="Best Western Plus At 20 Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Sukhumvit Soi 20, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/16/6b1659376b01082c950d2d7db0a04d9cff59d245.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property sits in the heart of Bangkok, at Soi 20 Sukhumvit, so the entire city is nearby. With t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.47" OriginalAmount="47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.690697288767" Longitude="100.64672653996" StarRating="4" HotelCode="255716|48840" HotelName="The Vertical Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90/9 Srinakrarin Road, Nongbon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/4e/f14e511d3079265963f864d8a5041a4cccba4e33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.47" OriginalAmount="47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71739769" Longitude="100.53960023" StarRating="2" HotelCode="520324|173743" HotelName="Mybed Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>642/6-9 Soi Suanplu 7 Suanplu Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/e7/cfe75c47720784442d51c2187241b100622bcef0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.47" OriginalAmount="47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75345504" Longitude="100.53616043" StarRating="3" HotelCode="495626|195717" HotelName="NAP Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Phetchaburi 13, Phethburi Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/83/c9/83c9c58f6a7615aaf59be8d39d83a1df5c8d59c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a wide range of services and facilities to ensure a comfortable stay, making it the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.47" OriginalAmount="47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="956597|489597" HotelName="Scene Bangkok Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>61/1-8 Soi Arun Amarin 39, Arun Amarin, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/da/7dda56b270808824351702aa192646aec8fc1809.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.744208" Longitude="100.555012" StarRating="4" HotelCode="43778|belaire_bangkok" HotelName="BelAire Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Sukhumvit Road Soi 5, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/3b/243b58f27c5733af7be076008ada9cd74ecf1e99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet street off Bangkok’s Sukhumvit Road. It is within walking distance o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754406" Longitude="100.537996" StarRating="2" HotelCode="165844|white_palace_bangkok_2" HotelName="White Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Soi Petchburi 15, Somprasong 3, Phayathai, Rajtavee, Bangkok 10400, Thailand</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/00/10005454e5b625694eeb9a310eafc7920b5a3dba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located right in the he...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.54" OriginalAmount="47.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75370908" Longitude="100.537563" StarRating="3" HotelCode="305989|1576888" HotelName="Lemontea Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Soi Petchburi 15 Petchburi Road, Ratchthevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/35/1d355b262314cf47db87c919471944d94bd9989b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.89" OriginalAmount="47.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739528" Longitude="100.558303" StarRating="3" HotelCode="14384|27154" HotelName="Manhattan Bangkok Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>13 Sukhumvit Road Soi 15, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ed/05/ed05cd7dd35e7f95417feb588c5706f66fb73275.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in central Bangkok, this city business hotel provides easy access to the historical landmark...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.96" OriginalAmount="47.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733703" Longitude="100.56812" StarRating="4" HotelCode="185909|317385" HotelName="Bless Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Sukhumvit Soi 33, North Klongton, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/75/737571018662e13a2bd51ba72bf768736eba6cf0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Bangkok's business district. Getting around the city wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.06" OriginalAmount="47.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75522867298" Longitude="100.4863784743" StarRating="4" HotelCode="293448|1214538" HotelName="Baan Wanglang Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>342 Soi Wat Rakang, Prannok Road Siriraj, Bangkoknoi, 10700 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/56/b856e92e469dc8ea264dcd59b6f2d417afa8199b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.26" OriginalAmount="47.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.66886923" Longitude="100.61432171" StarRating="3" HotelCode="293440|1575948" HotelName="Thomson Residence - Bangna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Bangna Trad Road, Soi 4, Bangna, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/c6/53c61b32b8c9374389095c6b9e7eb93773445c84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.31" OriginalAmount="47.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.758611" Longitude="100.49853" StarRating="3" HotelCode="89138|143226" HotelName="Buddy Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>265 Khaosan Road, Taladyot, Pranakorn, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f6/0cf608fc60ab0c7561afa1343d1d6c2403dfc351.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated right on Khaosan Road, a world-famous area of Bangkok su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.48" OriginalAmount="48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.746382" Longitude="100.603642" StarRating="4" HotelCode="317725|204252" HotelName="Al Meroz Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Soi Ramkhamhaeng Road 5, Ramkhamhaeng Road, Suan Luang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/6b/816b4296179dff0e442b861bb961ceaf3c59153a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.48" OriginalAmount="48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72234928" Longitude="100.5767596" StarRating="3.5" HotelCode="584195|226014" HotelName="Ir-On Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>10/10 Sukhumvit 36, Klongton, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/7e/f17e56d8681e4ff1b8cb55714ea42e28bb7fa467.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.48" OriginalAmount="48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719077527249" Longitude="100.51771356882" StarRating="3" HotelCode="343784|54919" HotelName="Pas Cher Hotel de Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28/5 Charoen Wieng Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/37/393714c6faeb7ad70d9da7b2e95c820242ff19dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.48" OriginalAmount="48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.675907162806" Longitude="100.64307499216" StarRating="3" HotelCode="915489|48642" HotelName="Romance Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19 Soi Apiwat Srinakarin Road 56, Nongbon Pravate, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/8f/7f8f3eadbbe3a4f9001f5156d5da7cc10dbb275d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.48" OriginalAmount="48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73585745" Longitude="100.56095426" StarRating="3" HotelCode="623062|254152" HotelName="The Connex Asoke" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6/1 Ratchadapisek Road, Klongtoey, Sukhumvit, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/8f/9c8f234a7f7d566f2318999f94163340b8cbfcd9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="872105|villa_de_khaosan" HotelName="Villa De Khaosan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>20 Chakrabongse Road, Talat Yot, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/fd/2bfd88c97ee8d7d73d410d5ce65fec7e874060da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.842073" Longitude="100.61644221" StarRating="3" HotelCode="588118|barefeet_naturist_resort" HotelName="Barefeet Naturist Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>House 85 Soi Prasertmanukitch 29, Yaek 7, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/bb/9abba35dc4cdcffb836dc072d9fa383a7d846d09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.762993" Longitude="100.498769" StarRating="3" HotelCode="114177|diamond_house" HotelName="Diamond House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Samsen Road, Banglampoo, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/66/4e666a6b14ebca46dd18aff0ba34960a8e6ecd1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Khao San Road, a vibrant shopping area. It is within walking distance of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.14" OriginalAmount="48.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737991" Longitude="100.563899" StarRating="3" HotelCode="186275|3572845" HotelName="Two Three A Homely Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Nightclub,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>100 Sukhumvit 23, Prasarnmit, Sukhumvit Road, Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/4d/a34d478229dd73d7b359f85bb83d89a695e15018.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the residential area of Sukhumvit Road and close to Bangkok's finest shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.19" OriginalAmount="48.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.747810994147" Longitude="100.57026386261" StarRating="4" HotelCode="200871|26774" HotelName="AVANI Atrium Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1880 New Petchburi Road, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/f6/dff6c7c264b2782e7614d2e5dd99926f3e51d53d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within a few minutes of the busy commercial and shopping district of Sukhumvit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.49" OriginalAmount="49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.781268" Longitude="100.540103" StarRating="3" HotelCode="915495|56978" HotelName="Baan Nueng Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Soi Aree 5, Phahonyothin 5 Road, Samsennai Phayathai, Chatuchak, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/e6/c1e63c02229fccdc94305a58956c52783af29cf3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.49" OriginalAmount="49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.70413525" Longitude="100.59914275" StarRating="3" HotelCode="527579|174390" HotelName="X2 Vibe Bangkok Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 Sukhumvit 52, Phra Khanong, Klongtoey, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/fa/fafa9a92e1bee5f1/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.49" OriginalAmount="49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74359945" Longitude="100.55531414" StarRating="3.5" HotelCode="631717|271437" HotelName="Dazzle Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>7 Soi Sukhumvit 18, Khlong Toei Nuea, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/e4/15e43c9d159e7d89320f76bf293fdf5974c439ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.49" OriginalAmount="49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737263" Longitude="100.55252" StarRating="4" HotelCode="903973|45237" HotelName="Lohas Residences Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75 Sukhumvit Soi 2, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/dc/cadc75b247da2fb5dbda74d9f0223c19dfeb7097.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel enjoys a convenient location near a variety of major business and shopping area...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742042640997" Longitude="100.55444955826" StarRating="4" HotelCode="9972|amari_boulevard_bangkok" HotelName="Boulevard Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Sukhumvit Road 5, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/95/2495c0bd8ed277e51b3f43d8cf00590e7e1a6277.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a location in one of Bangkok's most exciting districts within a short distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723476642254" Longitude="100.5276436974" StarRating="4" HotelCode="380536|sabai_sathorn_service_apartment" HotelName="Sabai Sathorn Exclusive Hotel &amp; Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>57 Sathorn Soi 10, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/95/f4954c6cd4e2eb6bc1adbcb5f15bd7f59ecdb365.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.23" OriginalAmount="49.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754672422533" Longitude="100.53959991146" StarRating="3" HotelCode="343492|1862788" HotelName="Le Touché Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>78/1-2 Soi Juldis, Ratchaprarop Road, Amphoe Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/46/88463c428e52ae567424f356091963741dd1d625.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.42" OriginalAmount="49.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.746477" Longitude="100.562042" StarRating="4" HotelCode="185911|1576428" HotelName="Asoke Residence Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>235 / 20-25 Sukhumvit Soi 21 (Asoke), Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/eb/18ebfe18174773346a4184a957d54f900798566e.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the City of Angels, Bangkok. It is located in a prime location ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.49" OriginalAmount="49.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733163164021" Longitude="100.52731096745" StarRating="4" HotelCode="14526|248976" HotelName="Mandarin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>662 Rama IV Road, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/e0/c6e0a6e3ee88d9bd06b3fece20c8a7c78a5fc9f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on Rama IV Road, from where guests can easily reach shopping and entertainmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.50" OriginalAmount="50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.80737814" Longitude="100.61565109" StarRating="3.5" HotelCode="602657|232227" HotelName="Greenpoint Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Soi Pradist Manudharm 19, Pradist Manudharm Road, Latphrao, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/6c/516cf0a2ae3e70bfc6523bffbc4dca641ec03808.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.50" OriginalAmount="50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7200454" Longitude="100.53844038" StarRating="4.5" HotelCode="619540|254071" HotelName="Le D'Tel Hotel &amp; Conference" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>269/1 Suanplu Soi 6, Tungmahamek, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/43/54439f2429c30138ca97e99aeaba7c1f6037c470.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.50" OriginalAmount="50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="965354|415210" HotelName="Loft Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1091/290-294 New Petchaburi Road, Makkasan, Ratchathewi, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/7d/bb7d6bd9e7a0e1c39aaa9e984f20374036f54263.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.50" OriginalAmount="50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75022879" Longitude="100.54558032" StarRating="2" HotelCode="520033|367729" HotelName="Mango Bedroom Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Holiday homes,Inns" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>1091/107-108 Soi Petchburi33 Petchburitadmai Rd., Makkasan ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/aa/49aa6691ad100501cdbd45960d02fe3ba0e7db6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Mango Bedroom Inn is perfectly located for both business and leisure guests in Bangkok. The hotel of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.50" OriginalAmount="50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75139991" Longitude="100.55727539" StarRating="4" HotelCode="526698|173290" HotelName="Mercure Bangkok Makkasan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1599 Kamphaeng Phet 7 Road, Makkasan, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/b4/feb4b92c161e8758cbdc1bf3a21327d1dbab34cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.50" OriginalAmount="50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743299333333" Longitude="100.557806" StarRating="2" HotelCode="915516|57245" HotelName="Miami" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Sukhumvit Road, Soi 13, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/20/75/20757349db5a255c8024d4c99b094245fa3dbbe4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.50" OriginalAmount="50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.731897034175" Longitude="100.56339187004" StarRating="4" HotelCode="905939|48271" HotelName="Rembrandt Towers Serviced Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Sukhumvit 20, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9b/02/9b026bf8d1ef79df68039c58fba413442ec27d60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.47" OriginalAmount="50.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76193165639" Longitude="100.54290264845" StarRating="4" HotelCode="47331|26924" HotelName="Century Park" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 23/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Ratchaprarop Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/79/ab7931a54ac0dc09a2771baec6fa65b89053b665.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive town hotel is located centrally in the Pratunam quarter, not far from the Victory Mon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.50" OriginalAmount="50.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71728288492" Longitude="100.50899757187" StarRating="3" HotelCode="161448|135894" HotelName="ibis Bangkok Riverside Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Soi Charoen Nakhon 17, Charoen Nakhon Road, Banglamphulang, Klongsarn, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/54/0054d0114f33c27f07175a9931d7f16aa0127551.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only 4 km from the city centre and 6.5 km from Wat Pho. The Grand Palace and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.51" OriginalAmount="51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="787155|367535" HotelName="Bangkok Voyage Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>10/27-28 Soi Phaholyothin 5, Rajakru, Samsen Nai, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/91/e391d7f0550c29c2c3efe7f93574f2fe988f90e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.51" OriginalAmount="51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75926787" Longitude="100.49640846" StarRating="3" HotelCode="530770|232179" HotelName="Hotel Dang Derm in The Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Khaosan Road, Phranakorn, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/86/b186dce4d0495744d1a92f3dd88b06cf8cf5fda0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.51" OriginalAmount="51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74078679" Longitude="100.51105116" StarRating="3" HotelCode="943368|232786" HotelName="Norn Yaowarat Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>6-8, 10, 12 Padungdao Road, Samphanthawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/6d/616d2a8a85dbf38313aef1b12b26cf9ee6567a2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.51" OriginalAmount="51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.726139493903" Longitude="100.51602389929" StarRating="3" HotelCode="603666|227171" HotelName="Oriental Heritage Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1180 Charoen Krung Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/a4/aaa47b2e3c9625c5c72b124c03dcec54a232b3bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.51" OriginalAmount="51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73470122" Longitude="100.56753188" StarRating="3" HotelCode="517763|173839" HotelName="Sakura Sky Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9/1 Sukhumvit 33 Road, Klong Tan Nuer, Watthana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/c4/53c4b62a339c4d8a4b18dc8b5e68e9a53c1615dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75894481" Longitude="100.54127699" StarRating="3" HotelCode="361985|k_maison_boutique_hotel" HotelName="K Maison Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>116/17-21 Rangnam Road, Phyathai, Bangkok 10400, Ratchathewi district</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ae/62/ae62a2d83c98f3db981b1905ca9b48fc14be171b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Bangkok, this boutique hotel has the perfect ambience for guests who appreciate a stylish...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77357808" Longitude="100.58135303" StarRating="3" HotelCode="516170|siam_privi_residence" HotelName="Siam Privi Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Pracha Uthit Soi 9, Khwaeng Samsen Nok, Khet Huai Khwang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/c7/b4c7588c9a0abcfd39d3a089681e09bf09d4033a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741233" Longitude="100.55755" StarRating="3" HotelCode="114175|citichic_by_icheck_inn" HotelName="Citichic Sukhumvit 13 Bangkok by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Sukhumvit Soi 13, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/38/c538c57731f91d74765c7e4a226935432081cebe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a convenient central location, close to The Queen Sirikit National Convention Centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74699008" Longitude="100.52839227" StarRating="3" HotelCode="572477|kritthai_mansion" HotelName="Krit Thai Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>931/1 Rama 1 Road, Pathumwan Wangmai, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/47/ed472ce71d18cc7e85c224fe13972fe15f9f598e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.736943" Longitude="100.553124" StarRating="3" HotelCode="59695|royal_ivory_sukhumvit_nana_by_compass_hospitality" HotelName="Royal Ivory Sukhumvit Nana by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>73 Sukhumvit Soi 4, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/2a/1b2a49089d4df4a180aa2113c9c122011a778cf9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The location is within walking distance of business centres, shopping centres, hospitals, and embass...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.758465" Longitude="100.612709" StarRating="3" HotelCode="89144|dynasty_bangkok_huamark_hotel" HotelName="Dynasty Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Ramkhamhaeng 35, Huamark, Bangkapi, 10240 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/c3/d5c3cd846b580fe489c8ed0ef7bb45eaccc0dbd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city business hotel is conveniently located on Ramkhamhaeng Road, just a short stroll away from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.52" OriginalAmount="52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733596" Longitude="100.560862" StarRating="3" HotelCode="95927|10095" HotelName="Citadines Sukhumvit 16 Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38 Sukhumvit 16 Sukhumvit Road, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7b/99/7b99860b68500b73158414e734dc47aae70f5dd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests at this apartment hotel will be within walking distance of the Asoke Skytrain Station, Sukhum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.52" OriginalAmount="52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7632012" Longitude="100.53869097" StarRating="3" HotelCode="521970|195715" HotelName="Fyn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>17/1 Soi Ratchawithi 9, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/bc/c7bccc38e2607ec683f16d4827316665a19f8ee8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a quiet area, this hotel is situated right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.52" OriginalAmount="52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74196534" Longitude="100.52450019" StarRating="3" HotelCode="779486|367652" HotelName="House Of Papa Bangkok Siam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>188/44 Soi Chula 16, Wangmai Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/8f/468ff29bb67052c41107cba84a4fe81acd19be51.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.52" OriginalAmount="52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76361667" Longitude="100.53870888" StarRating="2" HotelCode="856770|367984" HotelName="Yello Rooms Victory Monument" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>12 Soi Loet Punya, Thanon Phaya Thai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/21/df21c1fdce10d9d33d95daf5ddcf0e15a95ced16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.759782631402" Longitude="100.49766908466" StarRating="3" HotelCode="36348|viengtai_hotel_near_khao_sarn" HotelName="ibis Styles Bangkok Khaosan Viengtai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>42 Rambuttri Road, Banglampu, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/b5/d0b59d76234bbf02c00e9ec16718759f3ec4eb2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the inner city of old historical Bangkok and is just a 1-minute walk to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721078" Longitude="100.506494" StarRating="3" HotelCode="176258|sarasinee_all_suites_2" HotelName="Sarasinee All Suites Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>369 Soi Charoen Nakorn 14/2, Krung Thon Buri Road, Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/99/bd9979c6a6732203b6359522c125aa5694ba2279.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just a 5-minute walk from the Kungthonburi BTS Sky Train station and a 5-minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="53.18" OriginalAmount="52.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738604" Longitude="100.559993" StarRating="3" HotelCode="76275|136610" HotelName="Sacha's Uno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28/19 Sukhumvit Soi 19, Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/90/a690264ca0ceb93364f19c5a9da638f89f06225d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a convenient location on Sukhumvit Road. The establishment is just 200 metres...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.41" OriginalAmount="52.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.735650564195" Longitude="100.551870147" StarRating="4" HotelCode="341595|978045" HotelName="Parinda Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>54/4 Sukhumvit Soi, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/88/7388cb34e0bf207eb563acb81bf8f3d15351586d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.53" OriginalAmount="53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75810606" Longitude="100.52539071" StarRating="2" HotelCode="766003|367530" HotelName="Bangkok Oasis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Business Centre,Conference Hall,Designated Smoking Area,Dining,Fax,Garden,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>111 Rama 6 Soi 24, Thung Phayathai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/30/2830565937777e68bef705cfde7aeec85d524dad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Bangkok and with The Jim Thompson House reachable within a 12-minute walk, Bangkok Oasis ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.53" OriginalAmount="53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.746393235411" Longitude="100.55184556138" StarRating="3.5" HotelCode="438551|271455" HotelName="iCheck inn Skyy Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 1, Ruenrudee, Khlong Toei Nua, Khet Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/80/fc80274ae156c967ec94216995fed62a739e8ca2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.53" OriginalAmount="53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727660340577" Longitude="100.53040234501" StarRating="3" HotelCode="915487|48634" HotelName="Nantra Silom Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130/8-12 Soi 8, Silom Road, Suriwong Bangrak, Bangkok 10510</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/3d/613d207b69488d4ffbf0b0c9863635bd7cc53d94.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.53" OriginalAmount="53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74092" Longitude="100.556732" StarRating="4" HotelCode="401620|42875" HotelName="Grand Swiss Sukhumvit 11 By Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>155/23-24 Sukhumvit Soi 11, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/87/75/877543c695aecebfae5562c9fa24be7afeeefd13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a setting in the prime area of Sukhumvit road, one of Bangkok's best shopping and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.53" OriginalAmount="53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.766988435218" Longitude="100.58316688669" StarRating="4" HotelCode="933888|58445" HotelName="S Ratchada Leisure Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Tiamruammit Road, Ratchadapisek, Huaykwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/cd/a1cddcc3985562b27e8d50534738de527b5e8fe6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.53" OriginalAmount="53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72820132" Longitude="100.53393949" StarRating="3" HotelCode="517561|58412" HotelName="Silom One" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>281/15 Silom 1 Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/3e/903e88059d97d634f8b7449a4c15a9dfcf5ed691.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.53" OriginalAmount="53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74491755" Longitude="100.5574688" StarRating="3" HotelCode="612360|233394" HotelName="Travelodge Sukhumvit 11" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>30/9-10 Soi Sukhumvit 11 Chaiyos, Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/33/7d/337d71e94995796d54654b43391eec301cff16a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7595722" Longitude="100.54042006" StarRating="3" HotelCode="360634|bizotel_bangkok" HotelName="Bizotel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>104/40 Rangnam Road, Thanon Phayathai Sub-district, Ratchathewi District, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/77/db777117dfc8a15d54e35a05e2427758b1fd44b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75186768" Longitude="100.5455885" StarRating="3" HotelCode="546292|the_bangkok_airport_link_suite" HotelName="The Bangkok Airport Link Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>74/2-3 Soi Petchburi 31, Ratchtevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/b4/2bb498fcda0a45b3d8c55ded69e921546d92a10c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740793" Longitude="100.551826" StarRating="5" HotelCode="100182|icheck_inn_ploenchit_2" HotelName="iCheck inn Sukhumvit Soi 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Sukhumvit Soi 2, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/81/5e81262925d19f530bd17ffd874aa408cbe038b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Sukhumvit Soi 2 just down the road from the city's main shopping and enterta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.762725170419" Longitude="100.49985017822" StarRating="4" HotelCode="319809|chillax_resort" HotelName="Chillax Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>272, 274 Samsen Road Samsen Soi 2, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/82/da8205dbd862c6364853ba371c9cd0e4b383d3b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76031897" Longitude="100.49642511" StarRating="3.5" HotelCode="328188|baan_chart_hotel" HotelName="Baan Chart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>98 Chakrapong Road, Taladyod, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/9f/089f254aec6917812d889e0b9c2cbf1791e9332d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.763326555206" Longitude="100.496898721" StarRating="2" HotelCode="380535|fortville_guesthouse" HotelName="Jam Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Phrasumen Road, Khaosan Road, Right Next To PTT Gas Station At Phrasumen Fortress Phra-Artit Road, Chanasongkram, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/16/eb16cf732064aca44013690dd1cd5a0b225aa362.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.57" OriginalAmount="53.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760931305194" Longitude="100.53769007627" StarRating="3" HotelCode="338030|1234318" HotelName="P T Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rangnam Road, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/32/0632224ff703e25e28d3cc02e4ce6c3ab0607401.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.62" OriginalAmount="53.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742723960205" Longitude="100.50720110536" StarRating="4" HotelCode="35456|27044" HotelName="Grand China" 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,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>215 Yaowarat Road, Samphantawong, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a8/a7/a8a7edd960666a7159c26c25f22ef51cc48fb268.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Bangkok's Chinatown. It is close to Bangkok attractions such as The Grand Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.99" OriginalAmount="53.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760169" Longitude="100.498277" StarRating="3" HotelCode="317387|1935775" HotelName="Dewan Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>110 Tanee Road, Kwang, Talard Yod, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/83/1f83b04cbff73742dcfb374a18730aafdf790923.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the centre of Bangkok. Its setting is especially ideal for guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.43" OriginalAmount="53.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.762919203097" Longitude="100.50184074565" StarRating="3" HotelCode="341418|1863468" HotelName="Sabye Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Internet,Laundry,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>80 Samsen 6 Road, Baanpantum, Phanakon, Bangkok, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/5f/855f83267b6650cad937b974a6d2bc417636a9b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sabye Bangkok hotel is located in an old community called "Ban Phan Tom" which is part of Rattanakos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.54" OriginalAmount="54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.734437" Longitude="100.565398" StarRating="4" HotelCode="933167|57532" HotelName="Mermaid Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Soi Sukhumvit 29 Sukhumvit Road, Kwaeng Klongtoey Nua, Khet Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/9d/059d032d011243661aa587bcc76ac0453311713c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 69 rooms. Services and facilities at the hotel in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.54" OriginalAmount="54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.730139" Longitude="100.561249" StarRating="4" HotelCode="68299|10092" HotelName="Shama Lakeview Asoke Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Sukhumvit Soi 16, Sukhumvit Road, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/c2/54c2ad1f332774508715f2b247e87744157c041f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is located near the Queen Sirikit National Convention Centre, as well as diplomatic an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.54" OriginalAmount="54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73910175" Longitude="100.55997653" StarRating="3" HotelCode="613916|254119" HotelName="Sib Kao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19/27-28 Sukhumvit Soi 19, Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/46/234686f0e4a2fe59ab778ee15238d373d2bddce6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.54" OriginalAmount="54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73270631" Longitude="100.51458901" StarRating="3" HotelCode="635226|271493" HotelName="Talakkia Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>988 Charoen Krung Road, Talad Noi, Samphanthawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/27/532763b4eb52dd0e5c43f21fb71b0f2a16bdc46c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Bangkok, this boutique hotel is ideal for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.54" OriginalAmount="54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.80494645" Longitude="100.56457809" StarRating="4" HotelCode="620868|254186" HotelName="V20 boutique hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185/1 Vibhavadi Rangsit 20 Alley, Lane 3-4 Vibhavadi Rangsit Road, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/3f/373fa7ead166b82df93f271ec51a689b5ebe64b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.734833" Longitude="100.560664" StarRating="4" HotelCode="388330|park_plaza_sukhumvit_bangkok" HotelName="Park Plaza Sukhumvit Hotel, Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Ratchadapisek Road, BTS Asoke Station, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/ce/a9cef32ee0f664d13c305f2c11c3c5e6adb5887a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok's CBD (Sukhumvit area), close to the national convention centre and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.55" OriginalAmount="54.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.732854" Longitude="100.564237" StarRating="3" HotelCode="188228|2203875" HotelName="Thee Bangkok Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9/1 Sukumvit 20, Sainampeung, Klongtoei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/42/7a42680693550ac7eb1d66aece592d35f50b388c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.20" OriginalAmount="54.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.726341788087" Longitude="100.53122967482" StarRating="3" HotelCode="21435|27484" HotelName="Silom Serene Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Soi Pipat, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/5a/245ae7b2cc534defe8ff8cdb20fa2f9d5511870c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the business centre area of Silom Road, near the railway station and the Sk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.42" OriginalAmount="54.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754527" Longitude="100.535449" StarRating="4" HotelCode="317723|1858628" HotelName="Vince Hotel Pratunam" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>26/2 Alley 2, Phetchaburi 11, Phetchaburi Road, Phayathai, Rajathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/27/7e276035ba831028bc4a0c9025fc7c9d5e48feb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.55" OriginalAmount="55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76608242" Longitude="100.49781075" StarRating="3" HotelCode="779369|367533" HotelName="Bangkok Saran Posh­tel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>11/1 Sam­sen Soi 3, Sam­sen Road, Wat Sam Phraya, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/46/bb462a88b3a3f3cf9659fc6a8252acbc5c4ccb33.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.55" OriginalAmount="55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72413074" Longitude="100.53087011" StarRating="3" HotelCode="933612|40319" HotelName="Holiday Inn Express Bangkok Sathorn" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Soi Pipat Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/92/cb92fa808447a0b8054c10b72682b29fe3ce4bd1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.55" OriginalAmount="55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7046433" Longitude="100.59919893" StarRating="3" HotelCode="469974|202954" HotelName="Amaze Sukhumvit Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Alley Soi Sukhumvit 50S, Phrakanong Klongtoei, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/24/ca248548bed8157ff76000456dc735a3c0f92deb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.55" OriginalAmount="55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.89187231" Longitude="100.5627323" StarRating="3.5" HotelCode="623135|254086" HotelName="Narra Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>168 Soi Chang Watthana 13, Lak Si, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/22/07226a06775fac865dafa3e2fe5e00b8c5e56fba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.55" OriginalAmount="55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.745103306615" Longitude="100.55743176089" StarRating="4" HotelCode="522447|233129" HotelName="Solitaire Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75/23 Sukhumvit 13, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/be/64be3f3104d064f9e2270e2afe86b815cd3b3b4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739719" Longitude="100.608785" StarRating="3" HotelCode="188224|the_platinum_suite_bangkok" HotelName="Platinum Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Pattanakarn Soi 11, Suanluang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/7c/f97c5746f61c229da3fd585fa885ad01ac86c9a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.68809359575" Longitude="100.50778985023" StarRating="4" HotelCode="15004|montien_riverside_hotel" HotelName="Montien Riverside Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>372 Rama 3 Road, Bangkhlo, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b3/a2/b3a210286473599047eefa78ba2808e17b68af00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies directly beside the Chao Phraya River, the legendary 'river of the kings'. The centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743896" Longitude="100.556949" StarRating="3" HotelCode="97644|citadines_sukhumvit_11_bangkok" HotelName="Citadines Sukhumvit 11 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22/22 Sukhumvit 11, Sukhumvit Road, Klongtoey Nue, Bangkok 10110, Wattana</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/25/00251e5fe6d7edace2d578337520b71edafb23e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in soi 11, this apartment hotel offers its guests a winning location. Emerging as an area re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72707208" Longitude="100.53738271" StarRating="3" HotelCode="438820|cordia_residence_saladaeng" HotelName="Cordia Residence Saladaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Soi Yommarad, Saladaeng Road, Bang Rak, Silom, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/f4/44f4f2d18783dd9df0498accf8b2861d2aee4e7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.90" OriginalAmount="55.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73949819" Longitude="100.55197407" StarRating="4" HotelCode="255995|1011995" HotelName="Icon Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 2, KhlongToey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/5b/4c5b6d1135877cc286b156b437b238214eee1cec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.99" OriginalAmount="55.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.748603364276" Longitude="100.4982382381" StarRating="3" HotelCode="167000|378485" HotelName="Feung Nakorn Balcony" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Soi Fueang Thong, Fueang Nakhon Road, Kwang Watratchabopit, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/45/c245721a93515530445c37793d5bf4be2ccc968b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly situated amongst many historical attractions. It is where the classic grandeu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.25" OriginalAmount="55.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.732331998578" Longitude="100.56301653385" StarRating="4" HotelCode="8972|27374" HotelName="Rembrandt Hotel &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Sukhumvit Soi 18, Sukhumvit Road Klong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/cc/ccff2f73afcac34f/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Sukhumvit Soi 20 road, just 7 minutes' walking distance from Asoke BTS a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="56.28" OriginalAmount="55.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741578873825" Longitude="100.55832266808" StarRating="4" HotelCode="81941|645414" HotelName="Royal President Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>43, 47/1 Sukhumvit Soi 15, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/cb/cb2a1b78b08dae39/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Old-world charm marries contemporary living at this hotel in the heart of the Sukhumvit residential ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.724705" Longitude="100.547449" StarRating="5" HotelCode="188157|aetas_lumpini" HotelName="Aetas Lumpini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1030/4 Rama 4 Road, Thungmahamek, Satorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/b3/d8b3d8997125fdc8773ca7f2781767df18bbbe35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the heart of Bangkok, minutes away from business districts, Silom, Sathorn ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73942878" Longitude="100.58428252" StarRating="4" HotelCode="516719|the_residence_on_thonglor" HotelName="The Residence On Thonglor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>73 Sukhumvit Soi 55, Sukhumvit Road, Amphoe Klongtoey, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/4b/a84bb9fd3d84c84dbe888af08aea898b9172d1e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74179791" Longitude="100.55403088" StarRating="4" HotelCode="469975|grand_5_hotel_plaza_sukhumvit_bangkok_2" HotelName="Grand 5 Hotel &amp; Plaza Sukhumvit Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>87 Sukhumvit Road Soi 5, Klongtoey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/68/86689cedb16a63dca832957ad567939f9cf1beb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7269254" Longitude="100.5339307" StarRating="3" HotelCode="18515|the_swiss_lodge" HotelName="Le Siam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Convent Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/59/3b5977414703dc96b3427e2b4507c9d1f6f32a14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the Silom area, which offers excellent daytime shopping, night market...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="57.45" OriginalAmount="56.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75077898" Longitude="100.58345474" StarRating="4" HotelCode="754183|CBG546200" HotelName="Alix Bangkok Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>31 Petchburi Khwaeng Bang Kapi, Khet Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/ae/8aae8d18ae21565ae3b50c843b06bc01d0013b8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.57" OriginalAmount="57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74444624" Longitude="100.5542258" StarRating="4" HotelCode="933614|48219" HotelName="Graceland Bangkok by Grace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Nana Nua, Sukhumvit Road, Wattana District, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/08/2c08774471c79d3b363ea54b55a05734b4a52998.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.57" OriginalAmount="57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76176638" Longitude="100.49302858" StarRating="3" HotelCode="407896|204778" HotelName="New Siam Riverside" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Phra-A-Thit Road, Chanasongkram, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/ff/36/ff36f72ac3ab8f9004272bd915e00305b3b7455f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.57" OriginalAmount="57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.687477704969" Longitude="100.60718536523" StarRating="3.5" HotelCode="398389|61999" HotelName="Olive Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Sukhumvit Soi 64, Yak 6, Bangchak, Pha Khanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/cf/25cf5aca9fd0fed63ef0ac4a49fb089e0a6718a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.57" OriginalAmount="57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71639136" Longitude="100.58860621" StarRating="2.5" HotelCode="546614|202970" HotelName="The Little Pig Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1036/12 Sukhumvit Soi 42/1, Phra Khanong, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/ba/29/ba2905385418ecf2a47bf93614be899785fa3c32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.707211133392" Longitude="100.5070470048" StarRating="3.5" HotelCode="378936|once_bangkok" HotelName="Hotel Once Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2074/99 Soi Charoenkrung 72/2, Wat Phrayakrai, Bangkorleam, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/e3/6ae3071c6a934633c3a10eea55bd339284e409c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="57.68" OriginalAmount="57.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75374605" Longitude="100.4861319" StarRating="4" HotelCode="562996|A28222" HotelName="Theatre Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>69/4-8 Soi Wat Rakang, Arunarmarin Road, Siriraj, Bangkok Noi, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a8/e6/a8e63311e1afb2cab26339e460f54b1326168e45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74010706" Longitude="100.56001221" StarRating="4" HotelCode="510545|173217" HotelName="Arte Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Sukhumvit Road Soi 19, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/c5/e6c51f110450ce5da9996a1ae1a23a68a8c78606.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.731895272842" Longitude="100.46319450013" StarRating="2" HotelCode="344288|232089" HotelName="Bangluang House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Beauty Salon,Designated Smoking Area,Housekeeping,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1378 Soi Jaransanitwong 3, Thapra, Bangkok Yai, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/e6/f6e6b3e467425259151858b20245c62f6c2e0db5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Bangluang House is ideal romantic place on local riverside in center of Bangkok. Away from busy town...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75744843" Longitude="100.54233232" StarRating="2" HotelCode="585534|223516" HotelName="GN Luxury Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>78/9-11 Ratchaprarop Road, Khwaeng Thanon Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/60/2960f04640d5c2d3edea2a247c165eb5d89a9c34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service and a business centre are available to guests of the hostel. Wireless inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73447855" Longitude="100.56806879" StarRating="3" HotelCode="853257|367799" HotelName="Nimit Boutique Hotel Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>12/24 Sukhumvit 33, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/7f/317f55d8f764eeb50912a1067527c2d23eb56d63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.70724535" Longitude="100.60125776" StarRating="3" HotelCode="337907|204522" HotelName="Qiu Hotel Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi Sukhumvit 79 (Niyom), Phrakhanong Nua, Wattana, 10260 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/f2/3cf25e05b78fd450745129f2f4ddf958cfd0054e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.750442399841" Longitude="100.53859233856" StarRating="4" HotelCode="60456|grand_diamond_suites_hotel" HotelName="Grand Diamond" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>888 Petchburi Road, Rajthevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/a9/b9a9551b4a7b4a533165ed452761f8652a0f27cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the heart of the shopping district of Pratuman. In the immedia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="59.31" OriginalAmount="58.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.750758" Longitude="100.531109" StarRating="3" HotelCode="165843|2097939" HotelName="Evergreen Place Bangkok" Meals="ROOM ONLY (PROMO),BED &amp; BREAKFAST" BedType="ROOM ONLY (PROMO)" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>318 Phayathai Road, Ratchathewi, Bangkok 10400, Thailand</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/ff/21ff6f258cd05331fcbeb5900fb8d5a1360bb943.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just 2-minute walk to BTS Ratchathewi Station and 8-minute walk to Siam Paragon shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.40" OriginalAmount="58.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753422887008" Longitude="100.57249546051" StarRating="4" HotelCode="8971|27344" HotelName="Golden Tulip Sovereign Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Soi Saengcham, 10320 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/80/14801db98385d3829e4a8b52e6b70ce124629b73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to the famous Rama 9 Road, less than 4 km from the city centre. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="59.50" OriginalAmount="58.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.817783279147" Longitude="100.55995613337" StarRating="5" HotelCode="47316|2145440" HotelName="Centara Grand at Central Plaza Ladprao Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1695 Phaholyothin Road, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/f7/64f7d35172b663507c7f8a02b2255fff4dedccac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in an ambitious new urban business and development district between the city centre and the airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="59.55" OriginalAmount="58.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.761521" Longitude="100.504474" StarRating="3" HotelCode="89517|1261102" HotelName="De Moc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Garden,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>78 Prajatipatai Road, Pra-Nakorn, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/9c/f59c857cc5b94ec5dcdd33a39e07b5b81b6e19c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on Prajatipatai Road at the corner of Visutkasatra Junction, opposite Tri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.59" OriginalAmount="59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73815264" Longitude="100.55584746" StarRating="3" HotelCode="563634|223869" HotelName="Hope Land Hotel &amp; Residence Sukhumvit 8" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>34 Soi Sukhumvit 8, Sukhumvit Road, Klong Toey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/82/478238e522b8b4fbfa457605ab46560ce3e83d0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.50" OriginalAmount="59.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738875" Longitude="100.543323" StarRating="4" HotelCode="89146|903315" HotelName="Centre Point Hotel Chidlom" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Heated Pool,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Soi 1, Langsuan Road, Patumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/01/6e01632934b54eb9996043cf3548079a7bb996a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Langsuan is a vibrant entertainment area where guests will be next to the best restaurants featuring...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.50" OriginalAmount="59.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739193" Longitude="100.553779" StarRating="4" HotelCode="161094|125604" HotelName="Phachara Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Sukhumvit Soi 6, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/87/43874ae6bc4ec99cb519167393eb03c8d0006717.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Soi 6 and moving around is a breeze with the Nana Skytrain, which is within ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.50" OriginalAmount="59.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.747099725852" Longitude="100.52779041964" StarRating="3.5" HotelCode="176345|639355" HotelName="Holiday Inn Express Bangkok Siam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>889 Rama 1 Road, Wang Mai, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/22/4122880ea6d49594c269d49a0155f5369973646e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated right in Siam, the heart of the city centre and adjacent to shopping, entertai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.60" OriginalAmount="60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75239896" Longitude="100.52595373" StarRating="2" HotelCode="549202|233366" HotelName="The Spades Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>58/2-4 Banthat Thong Boulevard, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/e9/dbe9bd5b192942bb18c9f66f5ad6d1e0140c6f4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.60" OriginalAmount="60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.715606" Longitude="100.591118" StarRating="4" HotelCode="903960|30646" HotelName="Jasmine Resort Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Airport Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1511 Sukhumvit Rd, Phrakhanong-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/7e/d77ed11960975e45e7056c649cafcd56244b1082.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to BTS Phakhanong Station from where guests can explore the city in a mat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.60" OriginalAmount="60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="961194|495244" HotelName="The Ex Capital Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>218 Soi Krungthon 6, Yeak 13, Banglamphu Lang Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/cc/16cc01eba64cbfd5888383412c8c30f4ab664410.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7538247" Longitude="100.539427" StarRating="0" HotelCode="841357|pratunam_casa_hotel" HotelName="Pratunam Casa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>122/59 Ratchaprarop Road, Pratunam Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/46/30462f4bfe45138d8a109953e627017112e41b30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.735928" Longitude="100.583233" StarRating="4" HotelCode="401564|centre_point_sukhumvit_thonglo" HotelName="Centre Point Serviced Apartment Thong Lo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>304 Soi Sukhumvit 55 Thong Lo 8-10, North Klongton, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/fc/06fc4b35a07f7717dc9fa401a5a9481667d08d5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Soi Thong Lo (Sukhumvit 55), the most popular expatriate residential area. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.750987" Longitude="100.541239" StarRating="4" HotelCode="186941|centara_watergate_pavillion_hotel_bangkok" HotelName="Centara Watergate Pavillion Hotel Bangkok" 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,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>567 Rachaprarop Road, Makkasan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/3a/f03a644c2fe0b57d6e2901c9e2496ddb2f9ead53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in Pratunam, Bangkok, an area synonymous with shopping, textiles and fashion wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.64" OriginalAmount="60.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.728635" Longitude="100.570448" StarRating="4" HotelCode="255721|917505" HotelName="Arize Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8/8 Sukhumvit 26 Road, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/02/90025c43f6f29183b144b42004a9140e1f8c18d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.67" OriginalAmount="60.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.746936" Longitude="100.528898" StarRating="3" HotelCode="212083|914415" HotelName="ibis Bangkok Siam Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>927 Rama 1 Road Wangmai, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/45/0445afe6917e9203edc4b0df9c7cc9a53ad75038.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 189 rooms. Individual storeys are accessible via the lift or stairs. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.77" OriginalAmount="60.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.767617991379" Longitude="100.50433929555" StarRating="3" HotelCode="102457|1575538" HotelName="Phranakorn Nornlen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>46 Soi Thewet 1, Krungkasem Road Bangkhunprom Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/f5/66f5dc93ea42611d9265b4f189e1c90995005a1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.38" OriginalAmount="60.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740336557055" Longitude="100.55662322988" StarRating="2" HotelCode="317337|1037218" HotelName="Studio Nana By iCheck Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>155/14-16 Sukhumvit Soi 11/1, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/42/a342e6603109b6c36eab440cb9a5d1ab6d96b562.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="61.39" OriginalAmount="60.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.744982183805" Longitude="100.55685521594" StarRating="3" HotelCode="936782|6470036" HotelName="Holiday Inn Express Bangkok Sukhumvit 11" Meals="BED AND BREAKFAST FOR 2 GUESTS" BedType="BED AND BREAKFAST FOR 2 GUESTS" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Sukhumvit Soi 11 Klongtoey, 10110 Wattana - Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/11/c511ba7ed59b34435fa85fbd57c12087fd09548c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok - Don Mueang (DMK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61.61" OriginalAmount="61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.810482206846" Longitude="100.55906176156" StarRating="3" HotelCode="345603|63678" HotelName="C U Inn Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1094/22-28 Vibhavadi Road, Bangkok 10900, Lad Yao, Chatuchak</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/28/c928e6ba34a19d1d1c0ede432ebffe1e3b6ea9de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61.61" OriginalAmount="61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75445439" Longitude="100.53140824" StarRating="2" HotelCode="585426|232191" HotelName="Diff Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>236/41Phayathai Road  Soi Senakit, Thung Phayathai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/ce/9ecee536b21f7212d5b0420d6b3530048993001f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61.61" OriginalAmount="61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78463093" Longitude="100.54659805" StarRating="4" HotelCode="639433|271429" HotelName="The Quarter Hotel Ari" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>428 Phahonyothin Road in front of Soi 10, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/23/d3235edd321ef4f6c8acc98e24a1891023bedcc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73486" Longitude="100.557477" StarRating="4" HotelCode="54629|centre_point_hotel_sukhumvit_10" HotelName="Centre Point Sukhumvit Soi 10" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Soi 10, Sukhumvit Rd., Klong Toey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/3d/6a3db451a909df061c060ef3f3725c4888e314d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in a popular shopping district close to leading department stores. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.76" OriginalAmount="61.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.734028272774" Longitude="100.56329679758" StarRating="2" HotelCode="267693|1864728" HotelName="Drop Inn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/cf/1bcffe3d24d2caf94861fa745c3d1f651acfd55b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Drop Inn is conveniently located at Sukhumvit soi 20 a few minutes walk to the Asoke MRTA Subway and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.82" OriginalAmount="61.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74807370924" Longitude="100.54150622234" StarRating="3" HotelCode="143842|1908825" HotelName="Aphrodite Inn Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61-65  Rachadamri Road, Patumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/a1/f7a167c1d4b78f993ebe7b434a45f792d1a19109.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located right in the heart of Bangkok's commercial district, very close to sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.96" OriginalAmount="61.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733072329768" Longitude="100.56256171468" StarRating="4" HotelCode="163974|1056208" HotelName="Maitria Hotel Sukhumvit 18 - A Chatrium Collection" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Sukhumvit Soi 18, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/08/ca08c681fda0620c20c7c1acdc4240b96d39b99e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a residential street only 250 m from Sukhumvit Road and the pulsating life of central Ban...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.07" OriginalAmount="61.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73239974258" Longitude="100.56275367737" StarRating="4" HotelCode="171021|777015" HotelName="Park Plaza Bangkok Soi 18" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 18/Sukhumvit Road, Klongteoy, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/9b/0d9b56ee6181580df10492489bfedf665772c0da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Bangkok's prosperous Asoke and Sukhumvit districts which are a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.62" OriginalAmount="62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73907842" Longitude="100.55372294" StarRating="4" HotelCode="591529|231343" HotelName="Citrus Suites Hotel Sukhumvit 6 by Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi  6, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8e/48/8e48231c69f99deb8aecd37cb94c67a7e8b6e730.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.62" OriginalAmount="62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72524251" Longitude="100.58145277" StarRating="4" HotelCode="787548|363623" HotelName="Jasmine 59 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>9 Sukhumvit 59, Boonchana, Sukhumvit Road, Klongtan-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/b8/13b80c12f00ee34b758a3bb3b51d04c485902edb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Bangkok, 2.5 km from Emporium Shopping Mall, Jasmine 59 Hotel features an outdoor swimmi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.62" OriginalAmount="62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.748028" Longitude="100.584811" StarRating="4" HotelCode="163965|43959" HotelName="Amari Residences Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Soi Soonvijai 3, New Petchburi Road, Bangkapi, Huay Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/51/40517f3ca91b416025ff58b4bad3302c277c4343.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;These residences are located beside the vibrant New Petchburi Road and are within easy reach of Bang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.734921889961" Longitude="100.54391384125" StarRating="4" HotelCode="168281|luxx_xl" HotelName="Luxx XL at Langsuan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82/8 Langsuan, Lumphini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/24/9324d7751e83c2c891aff3759a7377437999353e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the quiet and stylish road of Lang Suan, the hotel is at the heart of Bangkok's shopping,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.728748" Longitude="100.564226" StarRating="3" HotelCode="114172|ballys_studio_suites_sukhumvit" HotelName="D Varee Diva Bally Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>172 Sukhumvit 20, Sukhumvit Road, Khlong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/6c/a96cd53a87ecc73c9819d16aa02c6de76c92c6b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located on Sukhumvit Road, a main road and one of the most tourist-friendl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.73" OriginalAmount="62.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.757936" Longitude="100.536215" StarRating="5" HotelCode="17538|27464" HotelName="The Sukosol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>477 Si Ayuthaya Road, Phayathai, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8f/de/8fdecd7c547d160c676fe5b2e217179bf46a7b3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around 30 minutes away from Don Muang International airport. It is reached alo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.02" OriginalAmount="62.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.734614" Longitude="100.581019" StarRating="4" HotelCode="185906|1520938" HotelName="Oakwood Residence Sukhumvit Thonglor Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113 Soi Thonglor 13 Sukhumvit 55 Road, Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/ab/4eabfb86b9235f8da852c38f44aeac65896a73a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is located in the heart of upmarket Thonglhor, Bangkok. The area is filled with entert...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.55" OriginalAmount="62.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.683501446687" Longitude="100.64936599464" StarRating="4" HotelCode="115855|1864998" HotelName="Park 9 Srinakarin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Srinakarin 59 Road, Behind Paradise Park, Nongbon, Prawet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/e8/79e8a81a17cfa533918c67b52740163606535eaa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.63" OriginalAmount="63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76167869" Longitude="100.49327289" StarRating="4" HotelCode="759918|367577" HotelName="Chillax Heritage Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10 Pra Arthit Road, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/8e/648e4a0755da8729082ec0bbc6aa0d75a6a50209.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a Hip Heritage Building with an Concept design inspired by the Age of Gods Ramayana. The S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.63" OriginalAmount="63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73878267" Longitude="100.5530684" StarRating="3" HotelCode="747206|367660" HotelName="ibis Styles Bangkok Sukhumvit 4" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Dining,Fax,Laundry,Lounge,Parking,Pets allowed,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Sukhumvit 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/72/2f72f2039afe80e639cefabe96ee041dadd38c46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ibis Styles Bangkok Sukhumvit 4 is situated within the nightlife district of Sukhumvit close to vari...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.63" OriginalAmount="63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.759099477889" Longitude="100.50323820074" StarRating="3" HotelCode="344064|204811" HotelName="Villa Phra Sumen Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>457 Phrasumen Road, Tambon Bawornniwet, Amphoe Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/0e/220e2303da8356c0d78488d03ffe09a672d8c598.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to travellers in the public areas. There is also a garden. A b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7386" Longitude="100.54326244907" StarRating="4" HotelCode="70023|natural_ville" HotelName="The Duchess Hotel and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Langsuan Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/e2/31e235fed89abb14c831e554eb4d8c29e46220ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Langsuan Road in the heart of the central business district. The hotel is cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.64" OriginalAmount="64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.748145730022" Longitude="100.52940418649" StarRating="4" HotelCode="904256|26254" HotelName="LiT Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36/3 Kasem San 1 Alley, Khwaeng Wang Mai, Khet Pathum Wan, Krung Thep Maha Nakhon 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/65/21651b89829fb1852601756ff3e87ca362803f85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Bangkok in the Siam Square area, opposite the MBK and next to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.64" OriginalAmount="64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74969142" Longitude="100.53098594" StarRating="3" HotelCode="738399|285643" HotelName="Siam Nitra Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>342/1 Phrayathai Road, Khet Rachatevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/0b/860b3ff4493544ab954e3cc220dd996b82ede4e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.64" OriginalAmount="64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.69834887" Longitude="100.61038569" StarRating="4" HotelCode="573159|233081" HotelName="Siam Tharadol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>50 Soi Sukhumvit 97/1, Amphoe Phra Khanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/56/5a563df8f58d70b0dcffa7bb53cedfe8d8e0bb77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.734533668629" Longitude="100.55778622627" StarRating="4" HotelCode="168276|ramada_hotel__suites" HotelName="12th Avenue Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Sukhumvit Soi 12, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/49/b849406f1b0620384eb4dac00ccbad29e4969b59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally yet discreetly located, close to the business, nightlife and shopping areas a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.96" OriginalAmount="64.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738840333333" Longitude="100.553862" StarRating="4" HotelCode="147141|1576838" HotelName="Dynasty Inn Grande" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Soi Sukhumvit 6, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/c3/91c3d3c2e4d4a800f889049c05166a0e9af693e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.02" OriginalAmount="64.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.728032819945" Longitude="100.56994467974" StarRating="4" HotelCode="89149|247896" HotelName="Oakwood Residence Sukhumvit 24 Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 23/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Sukhumvit Soi 24, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/bc/7ebc3c3161261c1edad5933baa160301c4313059.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of the business district, near the Emporium shopping centre....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.04" OriginalAmount="64.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754087238679" Longitude="100.64636617899" StarRating="5" HotelCode="186994|1155438" HotelName="Grand FourWings Convention" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>333 Srinakarin Road, Huamark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/c1/36c1f207466b5ca75387c2abfbbf150b5cfde199.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located on Srinakarin Road in Bangkok. An expressway, an airport rail link...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.25" OriginalAmount="64.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.702443" Longitude="100.537203" StarRating="4" HotelCode="65361|247146" HotelName="Chatrium Residence Sathon Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>New Sathon Road, 291 Soi Naradhiwas Rajanagarindra 24, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/5e/c05e7c897bfdfdd01d806e491a7783006903efbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel is located on Soi Naradhiwas Rajanagarindra 24 (also known as Chong Nonsi or New Sat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.62" OriginalAmount="64.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.756836" Longitude="100.564823" StarRating="4" HotelCode="21437|27024" HotelName="Grand Mercure Bangkok Fortune" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rachadaphisek Road, Fortune Town, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b1/92b1a3ea79c759491bcbe9acb37717c4d7bd175b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located hotel forms part of a complex and is linked to the largest shopping centre in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.65" OriginalAmount="65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.767893142367" Longitude="100.50506398446" StarRating="5" HotelCode="377686|204809" HotelName="The Raweekanlaya Bangkok Wellness Cuisine Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>164-172 Krung Kasem Road, Phra Nakon, Bang Khun Phrom, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/613561/613561a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;To ensure a comfortable and relaxing stay, the resort provides room service. Wireless internet acces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72076246" Longitude="100.58472609" StarRating="4" HotelCode="630445|civic_horizon_hotel_residence" HotelName="Civic Horizon Hotel &amp; Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>8/8 Soi Sukhumvit 63 Road, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/60/3860391a39a23fa6c961abaa6a9415213ffbeaa3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="65.66" OriginalAmount="65.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74117" Longitude="100.559202" StarRating="4" HotelCode="387952|1298731" HotelName="Dream Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Sukhumwit Soi 15, Klongtoey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ce/cef3a02cf90d095e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Sukhumvit, Bangkok's pulsing centre for fashion, entertainment...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.68" OriginalAmount="65.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.750485729478" Longitude="100.54263662062" StarRating="5" HotelCode="293444|1170648" HotelName="The Berkeley Hotel Pratunam" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>559 Ratcharaprarop Road, Makkasan, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/70/f0/70f008a7333387b593c4a1c79baf207d5fca7198.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.55" OriginalAmount="65.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.746523939406" Longitude="100.54090976715" StarRating="4" HotelCode="21436|26834" HotelName="Arnoma Grand Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Ratchadamri Road, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1d/5b/1d5b21b45cfe2bbc825262b9df16a86703a67871.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated hotel is located centrally on the Rajadamri Road. Numerous shopping facilities an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7614064" Longitude="100.48715888" StarRating="3.5" HotelCode="613167|223496" HotelName="CHANN Bangkok-Noi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>30/1 Wat Dusitaram Somdej Phra Pin Klao Road, Bangkok-Noi, 10700 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/d7/76d77bffa2e179f7136343e4c261723e26647b38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.751676460238" Longitude="100.50314240816" StarRating="2.5" HotelCode="380573|58160" HotelName="Chern Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>17 Soi Ratchasak, Bamrung Muang Road, Samran Rat, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/d8/84d8a588e21639ac1bcc5104f8b4ebd12a11078d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7278966" Longitude="100.56840124" StarRating="4" HotelCode="572409|232261" HotelName="Hyatt Place Bangkok Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>22/5 Sukhumvit Soi 24, Phrom Phong District, Klongtan, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/0c/4f0cb987cedfb6b07ab80cfc04d249a292aa9838.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in the centre of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.66" OriginalAmount="66.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721069" Longitude="100.565615" StarRating="4" HotelCode="65099|president_park_bangkok" HotelName="President Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Village" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95, 370 Sukhumvit Soi 24, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/e4/f7e4e2cde83cd07aeac4db8cb364cfd59a8568fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a more exclusive residential area within immediate reach of expressways to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.66" OriginalAmount="66.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.712862489297" Longitude="100.5867284081" StarRating="4" HotelCode="387571|qiss_residence_by_bliston" HotelName="Qiss Residence By Bliston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3803 Rama 4 Road, Prakanong, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/7d/897d73aa765e1ca1b9e4b18a17b7d3585652dc67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.66" OriginalAmount="66.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.776034" Longitude="100.573973" StarRating="5" HotelCode="64962|swissotel_le_concorde_bangkok" HotelName="Swissôtel Bangkok Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>204 Rachadapisek Road, Huay Kwang, Bangkok 10320</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/7f/9d7f53e46be89ea866e7c3f1259fab230a5eafeb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Ratchadapisek Road, Bangkok's new thriving business and entertainment distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.66" OriginalAmount="66.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.920665103557" Longitude="100.60032606125" StarRating="4" HotelCode="200870|amari_don_muang_airport_bangkok" HotelName="Amari Don Muang Airport Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Chert Wudthakas Road, Don Mueng, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/44/7744e0285c14a6efdcb46f3a6edb0d26bb87eeb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This deluxe category hotel is conveniently located close to Bangkok's former International Airport, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.97" OriginalAmount="66.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74694673787" Longitude="100.52691843629" StarRating="3" HotelCode="337482|2459735" HotelName="Daraya Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>80 Soi Kasemsan 3, Rama 1 Road, Wangmai, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/30/ce30b0a50d24521612c165329594a458fa510c62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A small hotel consists of 15 rooms in the heart of Bangkok. The location of the hotel is within 5 mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.20" OriginalAmount="66.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.729086647388" Longitude="100.56430653348" StarRating="4" HotelCode="267692|1864178" HotelName="GM Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Road 47, Sukhumvit 20, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5e/0c/5e0ca287347ab6f9701b79eb0961cf55864c2bc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.60" OriginalAmount="66.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.765666" Longitude="100.567967" StarRating="4" HotelCode="95925|243896" HotelName="Amanta Hotel &amp; Residence Ratchada" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>77, 88 Ratchadapisek Road, Dindaeng, 10407 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/50/f3505937e058013d1eb506d224f4b356fb3d7fad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment hotel is located within walking distance of shopping centres, banks, embassies and ent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76631736" Longitude="100.49712736" StarRating="3" HotelCode="853111|367647" HotelName="Hiranyakul House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Samsen Soi 3 Sampraya Road, Wat Sampraya Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/b6/60b6424eacdf945076b975ea1446240c9d71ddf4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78709418" Longitude="100.57667607" StarRating="3" HotelCode="380410|63726" HotelName="SPB Paradise" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Soi Udomsuk, Huaykwang, Ratchadaphisek, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/03/430327b151f52417f1a641499f3b439b46d40763.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72107847" Longitude="100.55997247" StarRating="4" HotelCode="497288|173295" HotelName="Modena by Fraser Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2527 Rama IV Road, FYI Center, at the junction with Ratchadaphisek Road, Khlong Toei District, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/d5/3bd55d2400b3b158ebdaa93bfb6a9e6322ba5c0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75665522" Longitude="100.5338253" StarRating="2" HotelCode="853605|367903" HotelName="Sukhon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>55/5-6 Phayathai Road, Kwang Thanon Phayathai, Khet Rachathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/4c/6e4c3e6f2a0c39ec424459dd13ba37bcb6a25ebb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733367" Longitude="100.565967" StarRating="5" HotelCode="160454|s31_sukhumvit_hotel" HotelName="S31 Sukhumvit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>545 Sukhumvit 31, Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/9b/1c9b73762d4f8108412c576a020eb83e1649909a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in one of Bangkok's prime central areas, just 5 minutes' walk from BTS (Sky tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73159" Longitude="100.572508" StarRating="4" HotelCode="900078|adelphi_grande_bangkok" HotelName="Adelphi Grande Sukhumvit by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>16 Sukhumvit Soi 41, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/d1/5fd151b5b809ef0bb2921ad64fa0699bcc3076c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated along a quiet side street, Sukhumvit Soi 41, this aparthotel is removed from the hustle and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.86" OriginalAmount="67.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.745211" Longitude="100.558747" StarRating="4" HotelCode="293835|1002285" HotelName="U Sukhumvit Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Sukhumvit Soi 15, Sukhumvit Road, Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/24/fa244e3e490405d84a1eb9901a49a4dabf7bf89e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.06" OriginalAmount="67.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738915" Longitude="100.558313" StarRating="4" HotelCode="75190|1253438" HotelName="S15 Sukhumvit" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>217 Sukhumvit 15, Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b2/58/b25874a3b7fcf3bdb11be11d7edb40c9d9a463c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok’s central business, shopping and entertainment distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.765863189402" Longitude="100.50070595055" StarRating="4" HotelCode="343632|58257" HotelName="Casa Nithra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>176 Samsen Road 8/1, Baan Panthom, Amphoe Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/37/5837afc6d38823b1bc36edd7926d3d3ed23f5817.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73948447" Longitude="100.64741561" StarRating="4" HotelCode="435003|174372" HotelName="The Silver Palm Rama 9" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Soi Sa Ngop Suk, Rama 9 Road, Suan Luang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/49/491702/491702a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.744889" Longitude="100.553159" StarRating="3.5" HotelCode="19507|zenith_sukhumvit" HotelName="Zenith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Sukhumvit Soi 3 (Nana Nua), 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/a8/93a86e73c48a56ac1c2793858f9bb99cf3ae3f66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The establishment is located on Sukhumvit Soi 3 (Nana Nua) in the heart of Bangkok city, close to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.747064" Longitude="100.503383" StarRating="4" HotelCode="899543|miramar_hotel_7" HotelName="Miramar Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>777 Mahachai Road, Wangburaphapirom, Phanakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/73/c9730e60993e5c5173051e564a753a7ab00f6231.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a stylish boutique hotel situated in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719627849418" Longitude="100.52162791777" StarRating="4" HotelCode="177487|mode_sathorn_hotel_managed_by_siamsiam" HotelName="Mode Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>144 North Sathorn Road, Silom, Bangrak, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/b6/4db6c294d5072835e823112398dd63e1d65678ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok's main business district, offering guests luxury and c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.40" OriginalAmount="68.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738045066485" Longitude="100.55588643023" StarRating="3" HotelCode="337495|1908975" HotelName="Stable Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Sukhumvit Road Soi 8, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/b5/abb570a7054354fc4126e33bfc682ce93937df0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.69" OriginalAmount="69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72263054" Longitude="100.52060145" StarRating="3" HotelCode="784821|367506" HotelName="Baan Vajra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Soi Silom 19, Silom Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/d6/8fd6f96d4e3a95e03c5544ddb7661ec83d8ac138.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.69" OriginalAmount="69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78762874" Longitude="100.54490454" StarRating="3" HotelCode="746066|285536" HotelName="Craftsman Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34,36 Thanon Phahon Yothin, 11 Samsennai Phayathai, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/0f/e00f0c9eb964e9bc296e04c4eae0af9fc73db662.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;When visiting Bangkok, you'll feel right at home at Craftsman Bangkok as it offers quality accommoda...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74250387" Longitude="100.55855066" StarRating="5" HotelCode="308183|movenpick_hotel_sukhumvit_15_bangkok" HotelName="Mövenpick Hotel Sukhumvit 15 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 15, Sukhumvit Road, Klong Toei Nuea, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/a6/d3a6393b199d31e1a31a9a1e02be760c940a7974.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741044218854" Longitude="100.55644676846" StarRating="3" HotelCode="392736|eleven_avenue_suites" HotelName="Eleven Avenue Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>155/30-31 Soi 11, Soi Chaiyot, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/16/5316e6e6692ba934b179e009d93d55451260b800.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The accommodation offers travellers a range of facilities for a relaxing and revitalising stay. Indi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.37" OriginalAmount="69.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.725676054943" Longitude="100.57885631919" StarRating="3" HotelCode="89148|4703415" HotelName="Grand Tower Inn Sukhumvit 55" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22/1 Sukhumvit 55, Soi Thonglor, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/ca/c6ca482a99423508895e49b6d5e814110f25dc4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet area close to Sukhumvit and Thonglor. From here guests have easy acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.70" OriginalAmount="70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76524111" Longitude="100.50163453" StarRating="3" HotelCode="857381|367821" HotelName="Peace Land Khaosan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>105 Soi-Wat Mai, Witsutkasat, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/8b/e18b1793aaf2a0ee8bdc3d5e5b4d57a7b97c25ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Peace Land Khaosan provides accommodation set in Bangkok, 1.5 km from Khao San Road and 2.3 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.70" OriginalAmount="70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742628862232" Longitude="100.55675894022" StarRating="4" HotelCode="67969|6147" HotelName="Grand President" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, 16 Sukhumvit Soi 11, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/29/fb29452ea05d80d36121771b4f76d292287e5110.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment residence is ideally located in the most desirable downtown location, within easy rea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.70" OriginalAmount="70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7355356" Longitude="100.55520534" StarRating="2" HotelCode="434543|233234" HotelName="Teja Lake View Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>167  Sukhumvit road, soi 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/35/358156/358156a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.746493" Longitude="100.549409" StarRating="4" HotelCode="255718|arcadia_suites_bangkok" HotelName="Arcadia Suites Phloenchit Bangkok by Compass Hospitality" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wireless Road 15, Soi Nai Lert, Lumpini Sub-district, Pathumwan District, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/11/f811a7ad51da41bbd3bca7229b103eee49dc5037.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75601394" Longitude="100.53445671" StarRating="4" HotelCode="943380|223098" HotelName="Anajak Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>65/5 Phayathai Road, Soi Golit, Phayathai, Rajthewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/04/a6049c6456e4b891d1f74e3026d04f1200a9eafd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74770711" Longitude="100.52940326" StarRating="4" HotelCode="454558|43148" HotelName="LiT Bangkok Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36/1 Soi Kasemsan 1, Rama 1 Road, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=4657803</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a restaurant, a bar, a transfer service, room service a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73662865" Longitude="100.60140018" StarRating="3" HotelCode="620164|254138" HotelName="Studio Residence Sukhumvit 71" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Fitness Centre,Pets allowed,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>251 Soi Panit Anan, Soi Pridi Banomyong 42, Sukhumvit Soi 71 Road, Wattana, Bangkok 10111</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/77/8c778bc00fb9ce82bd057664e20bb9afd9e5e21c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 2.7 km from Samitivej Sukhumvit Hospital, iCheck inn Residence Sukhumvit 71 in Bangkok featu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75397455" Longitude="100.575584" StarRating="3.5" HotelCode="601921|233465" HotelName="Zazz Urban Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>308/1 Rama 9 Road, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/8a/ae8ab97706f9768229cd0fa5eeb9d0986500065b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7332" Longitude="100.565296" StarRating="4" HotelCode="207933|holiday_inn_bangkok_sukhumvit_22" HotelName="Holiday Inn Bangkok Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Sukhumvit 22, Klongton, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/7c/077cbc7a11fbf6f697fa81e848134a4730e98b2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="71.90" OriginalAmount="71.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740041661466" Longitude="100.55197119713" StarRating="4" HotelCode="59570|CBF527700" HotelName="Double Tree by Hilton Bangkok Ploenchit" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Sukhumvit Soi 2, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/9a/2b9aa06f95d27b9db2bd9f9a45eb1ef42703fa24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish hotel enjoys a convenient central location, close to the Queen Sirikit National Convent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="71.94" OriginalAmount="71.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.70556641" Longitude="100.60120649" StarRating="5" HotelCode="951948|2460860" HotelName="Avani Sukhumvit Bangkok" Meals="BREAKFAST (PROMO),BED &amp; BREAKFAST" BedType="BREAKFAST (PROMO)" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2089 Sukhumvit Road, Phra Khanong Nuea, Wattana, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/59/b4593134bd6fc3da446a77f76a2cba229c65e55d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.65" OriginalAmount="71.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742890367471" Longitude="100.55766809325" StarRating="4" HotelCode="161092|131074" HotelName="Radisson Suites Bangkok Sukhumvit" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23/2-3 Sukhumvit 13 Road, Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/e9/d5e91225ee93cce3af6c86c42c3424acef07a8bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a quiet location on Soi 13 by the elevated Expressway. The hotel is conveniently locat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.72" OriginalAmount="72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73435796" Longitude="100.56096537" StarRating="4" HotelCode="420535|204240" HotelName="Hotel Clover Asoke" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9/1 Soi Sukhumvit 16 (Sammit), Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/99/6499793bbcc76c549f548e33ffe940d9355b2da2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Offering quality accommodations in the restaurants, nightlife, shopping district of Bangkok, Hotel C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.72" OriginalAmount="72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73716" Longitude="100.552" StarRating="3" HotelCode="571173|233223" HotelName="SureStay Plus Hotel by Best Western Sukhumvit 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>89 Sukhumvit Soi 2, Khlong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c7/36/c736bfd2d5e1cb8368ff29bb4c5eccd3ad4942b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.41" OriginalAmount="72.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.750775882808" Longitude="100.54328083992" StarRating="4" HotelCode="10610|26854" HotelName="Baiyoke Sky" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Rajprarop Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f7/61/f7619a3de71d58a712f239254c719c9f2ad0e126.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the heart of downtown Bangkok, surrounded by bustling markets ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.73" OriginalAmount="73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74829836" Longitude="100.52729704" StarRating="3" HotelCode="360796|62970" HotelName="Happy 3" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>33 Soi Kasemsan 3, Rama I Road, Wangmai, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/f4/02f454095488b8841fffd32c18551abe59ff51db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.73" OriginalAmount="73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760911" Longitude="100.63951" StarRating="3.5" HotelCode="409505|62726" HotelName="Kantary House Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Ramkamhaeng 42 Road, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/40/0b401488e395995c4df9a1e761d4088c08211a80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located only 15 km from Bangkok International Suvarnabhumi Airport, in the Srinakarin-...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.73" OriginalAmount="73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73980975" Longitude="100.56191557" StarRating="3" HotelCode="623587|254136" HotelName="Studio Asoke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22/3-4 NT Building Sukhumvit 21, Klong Toey- Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/625929/625929a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74870928" Longitude="100.56728438" StarRating="5" HotelCode="451848|lancaster_bangkok" HotelName="Lancaster Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1777 New Phetchaburi Road, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/69/54/69540a74cf5f0f0819238bde5c1d060baa0e5daa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.756282666667" Longitude="100.50113766667" StarRating="3" HotelCode="915484|baan_noppawong" HotelName="Baan Noppawong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112-114 Soi Damnoen Klang Tai, Ratchadamnoen Klang Road, Bowon Niwet, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/29/cc29b46f76ac6b46edb39b132afa4b286fd475bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a total of 7 rooms. A baggage storage service is among the facilities. W...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.96" OriginalAmount="73.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.735853" Longitude="100.562826" StarRating="4" HotelCode="68161|480475" HotelName="Jasmine City Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Soi Sukhumvit 23, Klongtoey-Nua, Wattana, Bangkok 10110, Central Thailand</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/89/7889d37538a52467da3a4f3ac6db6f7dce066812.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city apartment hotel is situated in Bangkok's most prestigious residential and business distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="73.96" OriginalAmount="73.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.728026" Longitude="100.570003" StarRating="4" HotelCode="65094|CAO414900" HotelName="DoubleTree By Hilton Sukhumvit Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18/1 Sukhumvit Soi 26, Khlong Ton, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/17/14171c6d8e39b72726def63caf3ed77a658e5e36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the hub of one of Bangkok's fast-growing business and entertainment areas....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75609545" Longitude="100.54131088" StarRating="4" HotelCode="620134|253970" HotelName="Akara Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>372 Sri Ayutthaya Road, Bangkok 10400, Thanon Phayathai, Rajthevi</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/55/015515ee96fd1d1d7f62e19d25a9fae816e41092.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76162703" Longitude="100.49938144" StarRating="3.5" HotelCode="613009|246208" HotelName="Casa Vimaya Riverside Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Bar,Designated Smoking Area,Housekeeping,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>229 Phra Sumen Road, Khwaeng Talat Yot, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/0c/e90cf2bc0f72c628e87a0448acf9a8e441b58c2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Casa Vimaya is a cozy yet elegant hotel on Phra Sumen Road, part of a historic neighborhood of Bangk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.82" OriginalAmount="74.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.732812" Longitude="100.560672" StarRating="4" HotelCode="164176|247496" HotelName="Column Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>48 Sukhumvit Soi 16, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/71/1d/711dbd02dd07cc70cf93354b5a51ac16d115690d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of the city between Ratchadapisek Road and Sukhumvit Soi ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.87" OriginalAmount="74.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.707393060099" Longitude="100.50604641438" StarRating="4.5" HotelCode="9974|27184" HotelName="Ramada Plaza by Wyndham Bangkok Menam Riverside" Meals="BED &amp; BREAKFAST,ROOM ONLY,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2074 Charoenkrung Road, Bangkorlaem, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/94/fe94a6b6471e2f4890f2fa3464b0efe8f7a24fd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on 14 acres of landscaped land directly by the Chao Rhraya River in the south...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.75" OriginalAmount="75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="613491|254016" HotelName="Hap @ Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-33 Soi Sri bamphen, Sathorn Road, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/32/a8323a617b13308a091d4a282ec07d82d9ed01f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.75" OriginalAmount="75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75702555" Longitude="100.53435857" StarRating="0" HotelCode="738675|285545" HotelName="Hotel Tranz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>53 Phayathai Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/bc/8bbcebd44e98544823cc9efee0c52bfd5a376cc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.75" OriginalAmount="75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74302689" Longitude="100.55517281" StarRating="4" HotelCode="787457|367928" HotelName="The Key Premier Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 Sukhumvit Soi 7, Klongtoey Nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/9a/c99a87a109f67f9df40c3b3aef0330360d05f252.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is situated in Sukhumvit. The hotel features a total of 75 rooms. Internet connect...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72815956" Longitude="100.57570873" StarRating="4" HotelCode="411315|adelphi_fortynine" HotelName="Adelphi Forty-Nine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Business Centre,Designated Smoking Area,Dining,Fax,Housekeeping,Internet,Kitchen,Laundry,Parking,Printer,Restaurant,Room Service,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>16 Soi Sukhumvit 49, Sukhumvit Road	Klong Tan Nuea, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/3e/643e28cba94d4ae77c0625b969912cf9048e9a7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Surrounded by a host of trendy bars, restaurants and cafés in Thonglor area, this hotel in Bangkok o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74323240922" Longitude="100.55679791812" StarRating="4" HotelCode="33838|president_palace_hotel" HotelName="Mercure Bangkok Sukhumvit 11" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Sukhumvit Soi 11, Nana, Khlongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/55/8655f4cf29cc3655eafd28937ac8e5465c436667.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers guests convenience and comfort. It is located only moments from the thriving shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.71" OriginalAmount="75.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.722798137875" Longitude="100.52005827427" StarRating="4" HotelCode="8967|27074" HotelName="Holiday Inn Bangkok Silom" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>981 Silom Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/fb/b5fb28cb08056736465bd946b6433732a9e6acc7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located on lively Silom Road just a short distance from many shopping a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.736935940646" Longitude="100.54881691933" StarRating="4" HotelCode="370558|16755" HotelName="Centre Point Ploenchit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Wireless Road, Lumpini, Patumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/5a/075a789580f5e8ece6de2bb3f7f5a102e875eac0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal setting in the heart of town, with department stores, embassies, banks an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739650843157" Longitude="100.51130890846" StarRating="4" HotelCode="58837|71774" HotelName="Shanghai Mansion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>479-481 Yaowaraj Road, Samphantawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/53/aa/53aa9a30e365598ccf10992c5459377599aaf141.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok’s Chinatown on the exciting Yaowarat Road. It is surro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.751161" Longitude="100.5382" StarRating="3" HotelCode="189253|glow_pratunam" HotelName="GLOW Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>919 Petchburi Road, Kwang Thanon Phayathai, Rajdhevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/e1/a0e154107cfe882577ff1ceb16df4284c1b17469.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city lifestyle hotel is centred in the heart of Bangkok's commercial district situated in Pratu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.20" OriginalAmount="76.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742652311051" Longitude="100.54962426424" StarRating="4" HotelCode="168588|145606" HotelName="Novotel Bangkok Ploenchit Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>566 Ploenchit Road, Lumpimi, Patumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/82/8682d61769d35c0d059c533f7531d4de5f88f6a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in central Bangkok in the business and commercial district just me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.77" OriginalAmount="77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7402138" Longitude="100.56411719" StarRating="4" HotelCode="784766|367897" HotelName="Somerset Maison Asoke Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>84 Sukhumvit 23, Prasanmitr, Klongtoey- Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/95/1895e9a03cf27015fa2f82739f513c7f53847261.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel can be found in Sukhumvit. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.77" OriginalAmount="77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72480099" Longitude="100.58020932" StarRating="4.5" HotelCode="535556|228238" HotelName="The Salil Hotel Sukhumvit 57 - Thonglor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Soi Sukhumvit 57, Baan Kluy Nua, Klong Ton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/9a/db9a0cb808abcc84bf32b2d33b5ed39a447c7ddc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.58" OriginalAmount="77.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.747207" Longitude="100.528947" StarRating="4" HotelCode="211995|914455" HotelName="Mercure Bangkok Siam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>927 Rama 1 Road Wangmai, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/12/9212c2c34fc246464379310cc06d687e047dcf24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73655308" Longitude="100.57336768" StarRating="4" HotelCode="599532|232061" HotelName="Aspira Parc 39" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5/9 Soi Phromsri, Sukhumvit 39 Road, Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/770152/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73907344" Longitude="100.55308567" StarRating="4" HotelCode="747268|367801" HotelName="Novotel Bangkok Sukhumvit 4" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Sukhumvit 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/99/ee99773df5d0a5c236580fb51f89c65017d95c6e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Novotel Bangkok Sukhumvit 4 is located in the heart of the bustling business and entertainment distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72435632" Longitude="100.53200781" StarRating="3" HotelCode="517795|199667" HotelName="Silom Lofts Luxury Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>21/1 Soi Pipat Silom Road, Silom, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/81/d28127d5e77d4ef89badd9d4f386d054a636a15e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73153" Longitude="100.56403" StarRating="4" HotelCode="423742|novotel_bangkok_sukhumvit_20" HotelName="Novotel Bangkok Sukhumvit 20" 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,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19/9 Sukhumvit 20, Klong Toey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/c2/e5c2f5855827f790f9bdee540f863f027411953f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in the heart of Bangkok, just a few minutes away from Sukhumvit road and the new Q...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75808298" Longitude="100.54360055" StarRating="3" HotelCode="435460|parkview_ratchaprarop" HotelName="Parkview Ratchaprarop" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>131/19 Ratchaprarop Soi 12, Ratchaprarop Road, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/30/2f30b1dd43faa0e987f3009a9d54cc2f566fff71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738893" Longitude="100.555796" StarRating="4" HotelCode="72254|adelphi_suites_bangkok" HotelName="Adelphi Suites Sukhumvit by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Sukhumvit Soi 8, Nana Skytrain Station, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/2e/262e11464ba67cd2ea8d52b01903ccba6f7dce11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Bangkok. The business and shopping districts in Sukhumvit R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.734823211023" Longitude="100.56535786012" StarRating="4" HotelCode="118730|legacy_suites_hotel_" HotelName="Legacy Suites Sukhumvit by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Sukhumvit Soi 29, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c7/38/c7380e30939a8821fd8673bac043f208478ac519.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located on the hip Sukhumvit Road at Sukhumvit Soi 29, the hotel is a short 10-minute w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.81" OriginalAmount="78.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.729048996553" Longitude="100.58048576117" StarRating="4" HotelCode="166760|246156" HotelName="Somerset Sukhumvit Thonglor Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>115 Sukhumvit 55, Thonglor, Sukhumvit Road, Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/c2/7dc2088d0e8887992232751decdb8d0961a227e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in an upscale and exclusive district, this aparthotel is a refreshing alternative choice amo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.85" OriginalAmount="78.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738993" Longitude="100.5597792" StarRating="3" HotelCode="93363|1018378" HotelName="The Key Sukhumvit Bangkok by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Soi Sukhumvit, Asoke, Wattana, Near Asoke BTS &amp; Sukhumvit MRT Stations, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/1a/ac1a37fb4b4b26390bae6f280910289c407ec2bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72690381" Longitude="100.53667025" StarRating="3.5" HotelCode="600351|232064" HotelName="21 Saladaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>21 Soi Saladaeng, Bangrak, Silom, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/6b/246b8bd37e2d8fdc4bfb37eeb0a67ae099189c61.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7301" Longitude="100.5609" StarRating="3" HotelCode="446531|aspira_dandora_sukhumvit_16_2" HotelName="Aspira D'Andora Sukhumvit 16" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>180 2 Sukhumvit, 16 Sammitr Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/53/b553be9cd59f412a99648cbffcc4a38c1e3dd50d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739553" Longitude="100.543986" StarRating="4" HotelCode="74900|urbana_langsuan_bangkok" HotelName="Urbana Lungsuan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Langsuan Road, Lumpini, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/65/cb652388b32a88b8548240b8c38bf2404b9c4bbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the heart of Bangkok's bustling commercial city, this serviced residence is withi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.87" OriginalAmount="79.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.770568553651" Longitude="100.50497220091" StarRating="3" HotelCode="340101|1168178" HotelName="SSIP Boutique Dhevej Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>42 Phitsanulok Road, Dusit, Bangkok, Bangkok Province 10300</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/60/726040a373b38a699ee6e20f4d553a50723109c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.80" OriginalAmount="80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721540910874" Longitude="100.53825572133" StarRating="4" HotelCode="68297|10086" HotelName="Somerset Park Suanplu Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Soi Suanplu, South Sathorn Road, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/90/d59071b5184621fc5a11af6d2cc222f83b55770e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can experience the vibrant city of Bangkok whilst indulging in the comfort and security of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.763133" Longitude="100.496849" StarRating="3" HotelCode="95924|bhiman_inn" HotelName="Bhiman Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Hostel,Family-friendly Hotel" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>55 Phra Sumen Road, Banglampu, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/3d/803d34ef69ae17e70d8e1d329a1c945bcc06405d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Phra Suman - Phra Arthit Road. It is within walking distance of The Grand Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.03" OriginalAmount="80.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.751613" Longitude="100.537302" StarRating="4" HotelCode="66497|137724" HotelName="Centre Point Pratunam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>6 Soi 15 Petchburi Road, Rajchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/e3/a6e326f6e082b07797d95036eded0310ef14b2d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the city, within easy reach of superior department stores, a g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="81.42" OriginalAmount="80.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741782097755" Longitude="100.54133892059" StarRating="5" HotelCode="73174|1473351" HotelName="Grande Centre Point Ratchadamri" Meals="ROOM ONLY (PROMO),BREAKFAST (PROMO),BED AND BREAKFAST FOR 2 GUESTS,BED &amp; BREAKFAST" BedType="ROOM ONLY (PROMO)" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153/2 Mahatlek Luang Soi 1, Ratchadamri Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/df/9adf63e95ecf5267799090b59984107827126673.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located on Ratchadamri Road, one of the city's most famous boulevards linking...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.53" OriginalAmount="80.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74549" Longitude="100.556646" StarRating="4" HotelCode="71483|248186" HotelName="Fraser Suites Sukhumvit, Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38/8 Sukhumvit Soi 11, Klong Toey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/e0/58e031cc6b099e519d50871c8e4d8b21a81dce63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Bangkok’s bustling Sukhumvit area in Soi 11, which is home to many well-know...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.59" OriginalAmount="80.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739015" Longitude="100.559436" StarRating="3" HotelCode="267691|1863388" HotelName="iCheck Inn Sukhumvit 19" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19/7-10 Sukhumvit Soi 19 Road, Klongteoy -Nuea, Watthana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/543302/543302a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok. The nearest airport is Bangkok - Don Mueang (DMK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.730827" Longitude="100.531404" StarRating="4" HotelCode="18464|montien_hotel_bangkok" HotelName="The Montien Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Surawongse Road, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e1/9a/e19acfc54926bd0b0025a7c57a73ec1ed865703a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is centrally situated in the heart of Bangkok, in the shopping and entertainm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733996885485" Longitude="100.5606979632" StarRating="4" HotelCode="81757|maduzi_hotel_bangkok" HotelName="Ma Du Zi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9/1 Corner of Shukhumvit Soi 16, Ratchadaphisek, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/6b/996b52a0b222ec136cb9ef72575ee6cad5d9c852.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the corner of Sukhumvit Soi 16, the hotel is minutes from fine dining, shopping and enter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.730349175074" Longitude="100.58205485344" StarRating="5" HotelCode="33839|pan_pacific_serviced_suites_bangkok" HotelName="Akyra Thonglor Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88/333 Sukhumvit 55, North Klongton, Wattana District, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/fb/49fbe29f33d9bbbca77727221ff016503688f368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is nestled between Sukhumvit Soi 55 and Petchburi Road, 2 bustling areas in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.36" OriginalAmount="81.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.758604780029" Longitude="100.53734511137" StarRating="5" HotelCode="67577|73404" HotelName="Pullman Bangkok King Power" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8/2 Rangnam Road, Thanon-Phayathai, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/e7/c9e76f620dbc6eec96b7877538507c662d7817cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is part of the King Power Duty Free Complex. Don Mueang International Airport is 30 km fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75439367" Longitude="100.49719659" StarRating="3" HotelCode="777428|367888" HotelName="Siri Heritage Bangkok Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Boonsiri Road, Trok Siri Ammat, San Chao Pho Sua, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/2b/e92b5535f026174cc82c3d9b34c84ed73328ceb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.722523" Longitude="100.724026" StarRating="4" HotelCode="552035|246244" HotelName="The Park 9 Suvarnabhumi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>599-599/1 Ladkrabang Road, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7f/fa/7ffaed575e866c78c4424c232af90d154d938ce9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72336994" Longitude="100.52330553" StarRating="2" HotelCode="784457|367980" HotelName="Warm Window Silom" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50/18 Pan Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/6a/186a310f783d9ff570405d845de3d67d52f4be66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7296" Longitude="100.53" StarRating="4" HotelCode="9970|the_tawana_bangkok" HotelName="The Tawana Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 Surawongse Road, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/e1/b7e140b0bc379f43df391aa256f55bb3899217c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a hotel is centrally located in the heart of Bangkok with almost everything in the city with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75846885" Longitude="100.51500545" StarRating="3" HotelCode="422350|174444" HotelName="LoogChoob Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Elevator,Garden,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Room Service,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>463/5-8 Luk Luang Road, Si Yaek Maha Nak, Dusit, Bangkok 10300</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f7/42f778225d6109bc799a72ac93fced911875fec5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star LoogChoob Homestay offers comfort and convenience whether you're on business or holiday i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75442769" Longitude="100.53229847" StarRating="2" HotelCode="545845|174466" HotelName="Restiny Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>240/5 Phayathai Road, Phayathai, Ratchathewi, Bangkok 10400, Bangkok Province</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/eb/faeb0f40bd30f567b1e0af42e713768008cf4fb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.767338585018" Longitude="100.47348200645" StarRating="3" HotelCode="346117|siamotif_boutique_hotel" HotelName="Siamotif Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>79 Soi Wat Srisudaram, Bang Khun Non Road, Amphoe Bangkok Noi, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/86/1686683b1ea108e2472c776ca2b5d7b4ef93a02c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Bangkok. For guests who appreciate a stylish ambience,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.744246173878" Longitude="100.49282379448" StarRating="3.5" HotelCode="161001|aurum_the_river_place" HotelName="Aurum The River Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>394/27-29 Soi Pansook, near CIMB THAI Bank, Tatien branch, Maharaj Road, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/e3/e6e30c7205335efee9caadeadc6c437cdebd3132.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Bangkok on the bank of the Chao Phraya River, the main artery of Thailand, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="967074|408569" HotelName="Aspira One Sutthisan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Sutthisan Winitchai Road, Samsen Nok, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/64/3964bc234b067affbb72dfa91e519485dd7c7a6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73664011" Longitude="100.5788241" StarRating="5" HotelCode="746416|the_tropical_residence" HotelName="Aspira Tropical Residence Thong Lor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Dining,Golf,Kitchen,Laundry,Parking">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Phromphak, 49 Sukhumvit Road, Klongton-Nue, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/37/483796ea086faf49bb2fb5f0b7310849ca8ce99e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring an outdoor pool, The Tropical Residence is located in Bangkok. BTS-Phrom Phong is 1.3 km a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741188058079" Longitude="100.54161250591" StarRating="4" HotelCode="66480|courtyard_by_marriott_bangkok_2" HotelName="Courtyard by Marriott Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>155/1 Soi Mahadlekluang 1, Rajdamri Road, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/2e/612e6ce91f03fbb80213c837e4660ac69a5bd978.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in the heart of Bangkok on Rajdamri Road with Bangkok's main shopping...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.729110773853" Longitude="100.5614387021" StarRating="4" HotelCode="380543|gardengrove_suites" HotelName="Gardengrove Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>51 Sukhumvit, Soi 16, Sammitr, Sukhumvit Road, Klong Toey, Bangkok, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/c8/8ec858a3936156e25a7565e94bc56f3ba63396df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a restaurant, a transfer ser...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.79" OriginalAmount="84.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719622" Longitude="100.515045" StarRating="4" HotelCode="39063|139194" HotelName="Centre Point Hotel Silom" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1522/2 Soi Kaysorn 1, Charoenkrung 50, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/d1/3cd115751e0823dccab315b6fe8fa906a87736f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Doing business around town is a breeze as guests are in the hub of business activity, as well as the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.85" OriginalAmount="85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="738434|271430" HotelName="Aspira Residence Ruamrudee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>119/10 Soi Ruamrudee 2, Ploenchit Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/36/f036145ac44ee62cb35839a7fe01a870eccaaa23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Aspira Residence Ruamrudee is situated in Bangkok, 700 m from Arab Street. This property is set a sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.85" OriginalAmount="85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73171027" Longitude="100.58196926" StarRating="5" HotelCode="495795|204543" HotelName="Grande Centre Point Sukhumvit 55" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>300 Sukhumvit Soi 55 (Thonglo), Klongton Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/22/5d22b91c95c326d23781f31e61bedfc6d57048c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74345198" Longitude="100.55450264" StarRating="4" HotelCode="784854|367619" HotelName="Glow Sukhumvit 5" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Babysitting,Bar,Designated Smoking Area,Laundry,Restaurant,Room Service,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>24 Sukhumvit Soi 5, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/b6/f1b68d733894d572cca352e3beb84c1f23507427.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Sukhumvit area, GLOW Sukhumvit 5 is the ideal point of departure for your excursions ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.88" OriginalAmount="86.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.744274" Longitude="100.556531" StarRating="4" HotelCode="169710|393465" HotelName="Aloft Bangkok Sukhumvit 11" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>35 Sukhumvit Soi 11, Sukhumvit Road, Klongtoey-nua, Bangkok 10110, Wattana</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/17/0317ce9b15747724628aa7a8f35e2a30e972c6ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just steps away from the best shopping, nightlife and dining destinations. It a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.00" OriginalAmount="86.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.720739669427" Longitude="100.52844822407" StarRating="4.5" HotelCode="68288|244856" HotelName="Ascott Sathorn Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 South Sathorn Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2c/e3/2ce3abbf78a1a4f9da54b2d6846312e468b12341.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on South Sathorn Road, this hotel is set in the heart of Bangkok's business and financial di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.71" OriginalAmount="86.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.749025" Longitude="100.530749" StarRating="5" HotelCode="255726|920155" HotelName="Hua Chang Heritage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>400 Phayathai Road, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b3/09/b3091900661e44b078c99a142d7aaf7be5a1ff96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72321127" Longitude="100.58648428" StarRating="4" HotelCode="495500|199659" HotelName="Somerset Ekamai Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22/1 Ekamai Soi 2, Sukhumvit 63 Road, Phra Khanong Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/7a/db7aabd876f5306b8057f3e36cf1798056b5b764.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72797102" Longitude="100.58067637" StarRating="0" HotelCode="973315|405566" HotelName="Staybridge Suites Bangkok Thonglor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101 Soi Sukhumvit 55, Thonglor, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/21/e321c09ac39e15d208e261bd435c12371438e943.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.95" OriginalAmount="87.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.70133065" Longitude="100.53868256" StarRating="3.5" HotelCode="329709|996455" HotelName="iCheck Inn Residences Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>413/1 Soi Narathiwat 24, Wat Pho Man, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/2b/7e2bb090c3c2a0048c886c5f529e1cbc3b434001.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.64" OriginalAmount="87.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73839186" Longitude="100.54269004" StarRating="5" HotelCode="308179|1576018" HotelName="Rongratana Executive Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Soi Langsuan, Ploenchit Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/e2/f1e2904b2e2d84ac89b2f93564d839015001e935.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok - Don Mueang (DMK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.712167" Longitude="100.475015" StarRating="3" HotelCode="188195|376855" HotelName="Jolly Suites &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1421 Soi Ratchada Thaphra 13, Rim Thang Rod Fai Rd, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/138107/138107a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is in Pinklao. The total number of units is 136. Those who dislike animals may e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.746725" Longitude="100.551789" StarRating="5" HotelCode="185914|best_western_premier_sukhumvit_4" HotelName="Best Western Premier Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78 Sukhumvit Soi 1, Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/ed/5fed29e43d306016762390b810d02e9ce5b2bfa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.35" OriginalAmount="88.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.722949265227" Longitude="100.53604960442" StarRating="4" HotelCode="89147|474855" HotelName="Urbana Sathorn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 South Sathorn Road, Tungmahamek, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/93/1393330bcddee9d2f8a290f1067e012811781fd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Bangkok's prime residential district along Sathorn Road, this apartment hotel is in close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.40" OriginalAmount="88.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7442052" Longitude="100.5587986" StarRating="4" HotelCode="162076|137434" HotelName="Four Points by Sheraton Bangkok, Sukhumvit 15" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Sukhumvit Soi 15, Sukhumvit Road, Wattana, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/2d/9d2d423bc853c76ce0cb6049d546012285627564.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the heart of Bangkok on Sukhumvit Road, only 5 minutes' walking...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.89" OriginalAmount="89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739266" Longitude="100.549718" StarRating="4" HotelCode="77993|42072" HotelName="Chateau de Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 23/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Soi Ruamrudee 1, Ploenchit Road, Patumwan, Lumpini, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/c6/edc623536e03e1673ff11d4f75975a9f6013ceb1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the growing business district of central Bangkok. This exclusive residence i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.89" OriginalAmount="89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74604151" Longitude="100.55887548" StarRating="3" HotelCode="855677|367987" HotelName="YOLO Bangkok Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>79 /1-2 Sukhumvit Soi 15, Wattana, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/3f/cb3fe0c0b7ebcf38b47ccd59afb165e5153ff2f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.98" OriginalAmount="89.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.747060647303" Longitude="100.52693545818" StarRating="4" HotelCode="59731|91667" HotelName="Siam@Siam Design" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>865 Rama 1 Road, Wang Mai, Patumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a6/67/a667bb332c77e7e6a333f58ea6d48a39701be60a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location, allowing guests to take in the sights and boundless experiences ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7371465" Longitude="100.56386017" StarRating="3" HotelCode="399254|tints_of_blue_hotel" HotelName="Tints of Blue Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Sukhumvit 27 Road, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/d6/f6d62cbaeb0c68a525d589c51eef1fdab65604a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service, a safe, room service and a laundry service. Wireless int...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.747128387047" Longitude="100.54745972157" StarRating="5" HotelCode="13332|swissotel_nai_lert_park_bangkok" HotelName="Movenpick BDMS Wellness Resort Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Wireless Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/32/f13271d0248c39410dd7ce22f5870ace3a2ecb15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Bangkok's diplomatic and business district and situated on Wireless Road, t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.13" OriginalAmount="90.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.720169" Longitude="100.545161" StarRating="4.5" HotelCode="299577|1010955" HotelName="U Sathorn Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>105 105/1 Soi Ngam Duphli, Thung Maha Mek Sub-District, Sathorn District, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/10/4d109f97fa5026e728439b6839e85a10539597c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.92" OriginalAmount="92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73499084" Longitude="100.50710052" StarRating="3.5" HotelCode="588008|232052" HotelName="Amdaeng Bangkok Riverside Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12/1 Soi Chiangmai, Chiangmai Road, Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/cc/c3ccf84528ddb70f8931a62779478f948ec72871.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.92" OriginalAmount="92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7472578" Longitude="100.58243591" StarRating="3" HotelCode="584471|226071" HotelName="Kepler Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>11/99 New Phetchaburi 47 Alley, Lane 1 And Lane 3, Khwaeng Bang Kapi, Khet Huai Khwang, Bangkok 10130</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/6b/6e6bcb9029c2203fb5b382c26f465c95551e052a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.724235" Longitude="100.566841" StarRating="5" HotelCode="142231|sukhumvit_park_bangkok__marriott_executive_apartments" HotelName="Marriott Executive Apartments Sukhumvit Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>90 Sukhumvit Soi 24, Klongton, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/6d/3e6de5992a0ab9a4a5adddb42d27403999826a49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a prime area at Sukhumvit Soi 24, close to offices and Bangkok landmarks suc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.03" OriginalAmount="92.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.734757" Longitude="100.563984" StarRating="5" HotelCode="293449|978335" HotelName="Radisson Blu Plaza Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>489 Sukhumvit Road, Klongtoey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/7a/5e7adb433272905a8923a22805fd41e069b75140.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.67" OriginalAmount="92.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.726044748875" Longitude="100.52631318569" StarRating="5" HotelCode="8978|27504" HotelName="Pullman Bangkok Hotel G" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>188 Silom Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/77/7f/777f76a17b670592b42b2babe7daaf992585f350.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies on Silom Road at the heart of Bangkok and links to the public transport netwo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.69" OriginalAmount="92.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.736191" Longitude="100.562021" StarRating="4.5" HotelCode="189387|904285" HotelName="The Continent Hotel Bangkok by Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>413 Sukhumvit Road Klongtoey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e7/22/e722cba8925216dca76c3aa72bf31c3f0d84bd61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.93" OriginalAmount="93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.729711" Longitude="100.563944" StarRating="4" HotelCode="904628|30075" HotelName="Golden Tulip Mandison Suites" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70/1 Sukhumvit 20, Sukhumvit Road, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3a/0c/3a0ca2999cb86769d61b2ebad13db4aa2d629f7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the prime Sukhumvit business district of Bangkok, the hotel is centrally located within ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.93" OriginalAmount="93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7268108" Longitude="100.57803934" StarRating="3.5" HotelCode="522442|204544" HotelName="Volve Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>26/1 Sukhumvit 53, Klongtan Nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/38/0638ba524bcfd8d29856c0000b0b00638e559f75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.81123256887" Longitude="100.60364461969" StarRating="3" HotelCode="440548|murraya_residence" HotelName="Murraya Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi 4 (Nakniwas 37) Nakniwas Road, Ladprao 71, Ratchadaphisek, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/1a/f71abf485ce540ef38d1e71f00ce97334a5e3ca1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.97" OriginalAmount="94.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.710972" Longitude="100.509509" StarRating="5" HotelCode="100186|110462" HotelName="Chatrium Hotel Riverside Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 Charoenkrung Soi 70, Bangkholame, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/0f/b60f529b4a666058d4f22dcb868d4550a44449f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a refreshing city atmosphere on the banks of the majestic Chao Phraya River, a perf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.15" OriginalAmount="94.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741541" Longitude="100.560666" StarRating="5" HotelCode="148395|181296" HotelName="Grand Mercure Bangkok Asoke Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50/5 Sukhumvit Soi 19, Wattana District, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/93/1d930e3c0d322fd55ec71af4079116ed2eff1f65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the city centre, near the junction of the Asoke and Sukhumvit precincts. M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.51" OriginalAmount="95.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740054883359" Longitude="100.5470409914" StarRating="4.5" HotelCode="304345|1049018" HotelName="Indigo Bangkok Wireless Road" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Wireless Road, Lumpini Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/12/da/12dac89aa6355b80b4390d3307f07f7a6debb8d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.751427215358" Longitude="100.54046988487" StarRating="5" HotelCode="8966|9416" HotelName="Amari Watergate Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>847 Petchburi Road, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c3/27/c32704f1d46504054a9567de155a3ff3af448177.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location, situated between Siam Square and Sukhumvit Road in the main sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738929708013" Longitude="100.56208277802" StarRating="5" HotelCode="409509|grand_millennium_sukhumvit" HotelName="Pullman Bangkok Grande Sukhumvit Asoke Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30 Sukhumvit, 21 Asoke Road, Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/4d/2a4d3f40b2a631f243b116cb5bd05c7b438ce031.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in one of Bangkok’s prime central areas, the hotel is in close proximity to Queen Sirikit Na...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.64" OriginalAmount="96.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.731120739714" Longitude="100.56394227354" StarRating="4" HotelCode="325206|1909225" HotelName="Well Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Sukhumvit 20, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/06787a71fc90a6fc/af/af01273e99830db8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Sukhumvit, Bangkok’s most popular area, within walking distance...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.86" OriginalAmount="97.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740631" Longitude="100.552461" StarRating="4.5" HotelCode="188244|820205" HotelName="Shama Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/1 Soi Sukhumvit 2, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/8a/a38a512b367184d215ec0aaeed4f484741c43c60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.729102" Longitude="100.563182" StarRating="3" HotelCode="903974|48244" HotelName="iCheck inn Residences Sukhumvit 20" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Sukhumvit 20, Klongteoy, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/37/8337ba8c9696b8287e81105cb1f4840b9820339d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the main financial and entertainment district of northern Bangkok. It is ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7260517" Longitude="100.5194275" StarRating="4" HotelCode="312702|amara_bangkok" HotelName="Amara Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>180/1 Surawong Road, Sipraya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/65/e465fe55d8a74b2a30284d60ca04bc21f03ec7e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737197582775" Longitude="100.58342562271" StarRating="4" HotelCode="404544|ariva_ivy_servizio_thonglor" HotelName="Ariva Ivy Servizio Thonglor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Lounge,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>889 Soi Sukhumvit 55, Thonglor, Klongtan Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/58/825833385d93d494b860e7c96609ea9bda7b1262.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73679639" Longitude="100.51454046" StarRating="3" HotelCode="573020|233370" HotelName="The Unforgotten B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>100 Soi Sukorn2, Trimitr Road, Taladnoi, Sumpantawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/4e/124e0cfcf99d355ac4a175987b5c33f9c6e6a55d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.30" OriginalAmount="99.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740986" Longitude="100.543637" StarRating="4" HotelCode="76066|246716" HotelName="Cape House" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>43 Soi Langsuan Ploenchit Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d5/47d529bd4c176527daaeda286255c6be0bef2346.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the central business district area, less than a 10-minute walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="100.67" OriginalAmount="99.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738689164061" Longitude="100.54822061839" StarRating="5" HotelCode="186678|CAP196800" HotelName="Conrad Bangkok Residences" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87/3 Wireless, All Seasons Place, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/ff/1dffec70789db9dcef81a2414ad3f7e124fe906f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.70" OriginalAmount="99.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74446567927" Longitude="100.53505718708" StarRating="4" HotelCode="15250|27264" HotelName="Novotel Bangkok on Siam Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Soi 6, Siam Square, Rama, Road Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/c6/ebc6fbad34917aaf44b307a3e24332ee1c7850e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top class international hotel enjoys an ideal setting and stands tall on the skyline in one of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.70439168" Longitude="100.59422445" StarRating="3.5" HotelCode="496154|202965" HotelName="Methvanont Manor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>908 Sukhumvit Road, Soi Sukhumvit 50, Prakhanong, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/fd/7afd163839c6f0f7f5614e9f8df2f700a8902cc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73559739" Longitude="100.56793083" StarRating="3.5" HotelCode="496034|204269" HotelName="Aspira G Sukhumvit 33" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14/1 Soi Sukhumvit 33 (Daeng Udom), Sukhumvit Road, Klongton-Nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/b3/6ab394a31c62948cf35d1493cf0516e1b0b315e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727926" Longitude="100.516413" StarRating="3" HotelCode="255758|poste_43_residence" HotelName="Poste 43 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>351, 353, 355 Charoen Krung 43 Road, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/c6/9ac67ed9eb00a44ea78e9b66a449e7d241aab72e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.98" OriginalAmount="101.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740856" Longitude="100.553961" StarRating="5" HotelCode="18349|27134" HotelName="The Landmark Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>138 Sukhumvit Road, 10110 bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/97/41/97414ee97ea44b655f389885f522e50554db7903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the shopping and business district of the city, directly in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741541" Longitude="100.560666" StarRating="4" HotelCode="535104|204500" HotelName="Grand Asoke Residence Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>50/5 Sukhumvit Soi 19, Wattana District, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/ff/5fff80cd12956b74787b0491a710583cb6e13a62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.745713978745" Longitude="100.64452514148" StarRating="3" HotelCode="380455|58648" HotelName="Unico Srinakarin Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>11 Soi Srinakarin 11, Srinakarin Road, Prawet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/c5/0cc58747234479299e161e64ad04400093c680de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740192777704" Longitude="100.54351687431" StarRating="5" HotelCode="174045|hotel_muse_bangkok_langsuan__a_mgallery_collection" HotelName="Hotel Muse Bangkok Langsuan - MGallery Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>55/555 Langsuan Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/fe/43fe5ff446fce717db6709300324628dfa19c9bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the capital's central business district, on Langsuan Road, a prestigious re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.69" OriginalAmount="103.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.729082869031" Longitude="100.5138194561" StarRating="5" HotelCode="8973|27394" HotelName="Royal Orchid Sheraton Hotel &amp; Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Charoen Krung Road, Captain Bush Lane, Soi 30, Siphya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/b9/67b9e86aa5d480ae866412db7e34f127dbdebd94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive conference hotel is close to the city centre and directly next to the Chao Phraya Riv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72467714" Longitude="100.5195457" StarRating="2.5" HotelCode="582492|232823" HotelName="Pann Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>120/20 Pramot Soi 3 Mahesak Road Silom, Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/b4/4fb4446b7d1ce085ed2c9946f2cb55a847669730.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.88" OriginalAmount="104.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742920669589" Longitude="100.55119335651" StarRating="3" HotelCode="188201|256906" HotelName="Legacy Express Sukhumvit by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/05/d3051c719b9d36ec6f63b89a176b228cb99b7176.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.05" OriginalAmount="105" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739623" Longitude="100.556064" StarRating="3" HotelCode="900648|36425" HotelName="On8 Sukhumvit Nana Bangkok by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Sukhumvit Road, Sukhumvit Soi 8, Nana Skytrain Station, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/25/eb25b5dee58e6dfaa286bc4050433116bbcc52b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7517499" Longitude="100.49775121" StarRating="3" HotelCode="587189|232393" HotelName="Neighbor Phuthon Boutique Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>104 Tanao Road, Soi Phraeng Phuthon, San Chao Pho Sua, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/f3/77f3479c746988a5d151e8d8893a9c3ff7c32e26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.704830795259" Longitude="100.49140732326" StarRating="4.5" HotelCode="307898|avani_riverside_bangkok_hotel" HotelName="Avani+ Riverside Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>257 Charoennakorn Road, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/b9/8ab9928ca27198d6378b74d86f833747609b73db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74197" Longitude="100.545314" StarRating="4" HotelCode="118752|bliston_suwan_park_view" HotelName="Bliston Suwan Park View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi Tonson Ploenchit Road, Lumpini Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/2e/8c2edcba0432c3ceabb9a16a647439896f1d4f71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment hotel provides convenient access to the shopping and business districts of the city as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.728567" Longitude="100.539147" StarRating="5" HotelCode="904115|crowne_plaza_bangkok_lumpini_park" HotelName="Crowne Plaza Bangkok Lumpini Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>952 Rama IV Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/3d/a73dca7fd1061ca2367c1443e77b6863bd8a35b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located just 35 km from Suvannabhumi International Airport and is within e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.730178" Longitude="100.568646" StarRating="4.5" HotelCode="65092|emporium_suites" HotelName="Emporium Suites by Chatrium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>662 Sukhumvit Road, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/16/ab16dba25dab9183698a12f02b1cd69ed8c3a813.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located atop the Emporium shopping complex on the central Sukhumvit road, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.67" OriginalAmount="107.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.757" Longitude="100.5047" StarRating="3" HotelCode="165846|247916" HotelName="Old Capital Bike Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Nightclub,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>607 Pra Sumen Road, Pra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/48/2b48a48c87329bc467b30912a6303fcbcaf84c00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on Rattanakosin Island (Bangkok's historical and cultural quarters), this hotel is very clo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72920166" Longitude="100.56906049" StarRating="5" HotelCode="446401|173820" HotelName="Compass SkyView Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Sukhumvit 24 Klongton, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/fb/e9fbe1ab639fc19dcd4adab4bd7dcf2f053ef396.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.73" OriginalAmount="109.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737569" Longitude="100.560385" StarRating="5" HotelCode="186272|900445" HotelName="Grande Centre Point Terminal 21" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Sukhumvit Soi 19, Sukhumvit Road, Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3a/21/3a2158fee3d01574ba2d9fd5a9c465801271011a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A new landmark establishment within the bustling Bangkok area of Sukhumvit, the hotel is located rig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.82" OriginalAmount="109.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.749765080179" Longitude="100.54060638525" StarRating="4" HotelCode="178442|470665" HotelName="Novotel Bangkok Platinum Pratunam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>220 Petchaburi Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/22/14224d55b17dff59b36799faeb03b96f5fe6041d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of the city of angels, Bangkok, this top class international hotel enjoys...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="110.94" OriginalAmount="109.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.728377" Longitude="100.569298" StarRating="5" HotelCode="261889|CAT627900" HotelName="Hilton Sukhumvit Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Sukhumvit Soi 24, Klongton Klongt, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/24/d52476d0b5a0130ed7366bb53798ee941962a135.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73752" Longitude="100.57237" StarRating="4.5" HotelCode="570559|172664" HotelName="137 Pillars Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Sukhumvit Soi 39, Klongton-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/07/da074d7a81dd6303debd26100efaaf9406341908.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733385" Longitude="100.56409112" StarRating="4" HotelCode="613595|246199" HotelName="Akyra Sukhumvit Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Sukhumvit 20, Sukhumvit Road, Klong Teoy, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/34/7f34e217733207526ac6df623192fcab24d97481.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.14" OriginalAmount="113.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.745271" Longitude="100.552146" StarRating="4" HotelCode="293647|983045" HotelName="Ad Lib Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>230/5 Sukhumvit Soi 1, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/57/b3/57b348b66d7e651d7d4a8ffa3374676cd5dfb4dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="114.85" OriginalAmount="113.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73880636" Longitude="100.54816796" StarRating="5" HotelCode="26442|CAM058800" HotelName="Conrad Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>87 Wireless Road, Phatumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9d/0f/9d0f316e56c09a0d94d3a9728bbbf665baad2171.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Bangkok at the stylish All Seasons Place, the hotel is close to major embass...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72511392" Longitude="100.57932555" StarRating="4" HotelCode="800742|367651" HotelName="Hotel Nikko Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Soi Sukhumvit 55, Thonglor, Sukhumvit Road, Klongtan Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/15/cd15fcc582746320e57cd2b4a32718866198fdc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7459926389" Longitude="100.55370559758" StarRating="3" HotelCode="344433|233376" HotelName="Three Sukhumvit Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Sukhumvit 3 Nana-nue, Klongtoey-nue, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/96/d596f97a7cd8e8a02125dedadb8f0c31096ee518.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74024" Longitude="100.541124" StarRating="5" HotelCode="904665|hansar_bangkok_hotel" HotelName="Hansar Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Eco Hotel,Hostel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi Mahadlekluang 2, Rajdamri Road, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/d1/26d17ed0dcba6bab6f36ab619957d989294d5fc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Bangkok, near Rajdamri BTS SkyTrain Station, which is a 3-minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.15" OriginalAmount="115" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.736362554877" Longitude="100.58886688541" StarRating="3" HotelCode="378804|199665" HotelName="United Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>414 Sukhumvit, Soi 63, Ekamai 26, Sukhumvit Road, Klongton Nua, Watana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/97/95978876cd63367d95e0264aabc927af9409fce0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733745931321" Longitude="100.56355140354" StarRating="3" HotelCode="402230|204243" HotelName="Syama Sukhumvit 20" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>392/40 Sukhumvit Road, Soi 20, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/620186/620186a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74109119" Longitude="100.55489713" StarRating="3" HotelCode="785010|367906" HotelName="Syama Nana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>113 , 115 Sukhumvit Road, Klongtoey Nua, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/d2/9ed245fc3236d4c5ace80d33e76489899a927d7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.76" OriginalAmount="120.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721286859004" Longitude="100.51782667637" StarRating="5" HotelCode="56413|36184" HotelName="Lebua at State Tower" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1055 Silom Road, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f1/72/f17264da01f26b4da0188f5bdc5c1aca74960dd7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property stands majestically among the many fine buildings that make up Bangkok's colourful skyl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.21" OriginalAmount="121" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738412" Longitude="100.546427" StarRating="5" HotelCode="915483|42884" HotelName="Oriental Residence Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Wireless Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/fd/d2fd127c4bd847c802a9aa9bc045fad1aa7833d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.766069" Longitude="100.493552" StarRating="4" HotelCode="905259|praya_palazzo" HotelName="Praya Palazzo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>757/1 Somdej Prapinklao Soi 2, Bangyeekan, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/e2/a1e259d81865b3457fffbf7c5941b729ad4af350.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is only a short distance to the most popular tourist attractions in Bangkok, such as The T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742692" Longitude="100.542055" StarRating="4" HotelCode="160791|renaissance_bangkok_ratchaprasong_hotel" HotelName="Renaissance Bangkok Ratchaprasong" 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,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>518/8 Ploenchit Road, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ea/53/ea5395e8a583605e0e3807c328b8efa0fdf518bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the city, this city hotel is a perfect choice for both business and leisure ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.59" OriginalAmount="122.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.704615244014" Longitude="100.49182534217" StarRating="5" HotelCode="47007|26874" HotelName="Anantara Riverside Bangkok Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>257/1-3 Charoennakorn Road, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/b8/98b8603dfa9c1b8d7e75397db3c16e6b6fae15e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Thai colonial-style resort is located in the city on the bank of the Chao Phraya “River of King...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73878181" Longitude="100.58067323" StarRating="3.5" HotelCode="569312|223103" HotelName="Aspira Hana Residence Thong Lor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>66 Soi Thonglor 23, Khlongtan Nuer, Watthana, Sukhumvit, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/625436/625436a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.744564783906" Longitude="100.54184994477" StarRating="4" HotelCode="39066|holiday_inn_bangkok" HotelName="Holiday Inn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>971 Ploen Chit Road, Pathum Wan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/0a/be0a48f96a0953a64bda798a99e08fdc2d7fa373.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in a convenient location in the heart of the city's business and commercial district, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.26" OriginalAmount="127.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.726080620547" Longitude="100.5433762123" StarRating="5" HotelCode="171766|468645" HotelName="SO Sofitel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 North Sathorn Road, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/28/e628f1e92841a0d64db875aed092ababa25fbc30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top class hotel is located within the business and commercial district of Bangkok. The hotel is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.722256" Longitude="100.529719" StarRating="5" HotelCode="213725|w_bangkok" HotelName="W Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>106 North Sathorn Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/52/77/52778bdef97e4e7fb8e77f7f81ef1bb328288656.WEBP</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.25" OriginalAmount="130.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.750573" Longitude="100.532101" StarRating="5" HotelCode="100187|89516" HotelName="VIE Hotel Bangkok - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117/39-40 Phaya Thai Road, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/45/24451fc03f8aae95af85f7f34799ebbc79047a69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the corporate and shopping centre of Bangkok, next to Sra Prathum Palace and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.31" OriginalAmount="131.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723342436487" Longitude="100.53899402447" StarRating="5" HotelCode="36577|metropolitan_by_como_bangkok" HotelName="COMO Metropolitan Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 South Sathorn Road, Tungmahamek, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/5a/b95af114b970d1869aaf3702f436ee49bf6e47fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;COMO Metropolitan Bangkok is located at the city’s heart in the Central Business District, minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="132.33" OriginalAmount="131.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.747729" Longitude="100.538345" StarRating="5" HotelCode="74949|114535" HotelName="Centara Grand &amp; Bangkok Convention Centre at CentralWorld" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>999/99 Rama 1 Road, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/47/fb/47fb9b443dc1550e4fc9f8f640e37edc5ca5c5eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Bangkok, in the central business district. The Erawan shr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.66" OriginalAmount="131.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.745547" Longitude="100.490953" StarRating="4" HotelCode="260358|1253458" HotelName="SALA Rattanakosin Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Maharat Road, Rattanakosin Island, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/be/e7be8af3b8f5feffc9be21bc296891cb2138173d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a safe, a restaurant, a bar and room s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.762022676604" Longitude="100.49316080339" StarRating="4" HotelCode="915492|31168" HotelName="Riva Surya Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Phra Arthit Road, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/3a/333aaf71b550453112ab1d5140cb08d727f85711.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738708843745" Longitude="100.54122017791" StarRating="4" HotelCode="900180|anantara_baan_rajprasong_serviced_suites_bangkok" HotelName="Dusit Suites Hotel Ratchadamri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi Mahadlekluang 3, Rajdamri Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/13/5613b3e785ce180f7dfe004262605fd6b705dff4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.722398171052" Longitude="100.57530105114" StarRating="3" HotelCode="73110|napa_place_bed__breakfast" HotelName="Napa Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Village,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11/3 Napa Place Sukhumvit 36, Soi Napha Sab 2, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/93/e393bd17f3883c9b2bd8bf113e10c41e5cbed261.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Sukhumvit 36 road, offering direct and immediate access to Thong Lor BTS Sky...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.69" OriginalAmount="135.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73037583" Longitude="100.56553178" StarRating="4" HotelCode="8968|1964875" HotelName="Bangkok Marriott Marquis Queen’s Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>199 Sukhumvit Soi 22, Klong Ton, Klong Toey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/80/0e80009f9d73ad7d9a5c35fff43df790de347909.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Pratunam-Victory Monument commercial and shopping area. Banks, shops, r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73925" Longitude="100.557801" StarRating="5" HotelCode="887861|31120" HotelName="Sofitel Bangkok Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>189 Sukhumvit Road Soi 13-15, Klongtoey Nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/91/6d9137517428a7aeed11023026b337486b87050b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on lively Sukhumvit Road, in central Bangkok, the hotel is within easy reach of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72361" Longitude="100.580301" StarRating="5" HotelCode="260590|bangkok_marriott_hotel_sukhumvit" HotelName="Bangkok Marriott Hotel Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Sukhumvit Soi 57, Klongtan Nua, Wattana, 10110  Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/6d/956d10696ed5c0e6be7ea1582411eb6ead6b8bd1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.05" OriginalAmount="138.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719254" Longitude="100.521817" StarRating="5" HotelCode="176760|924975" HotelName="Eastin Grand Hotel Sathorn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33/1 South Sathorn Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/df/6fdf2a417fdb55e36d6c2e5714824e6296053232.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is well-located in the Sathorn business area, enjoying views of the world-famous Chao Phra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.744635" Longitude="100.548229" StarRating="5" HotelCode="905851|sivatel_bangkok" HotelName="Sivatel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53, Wittayu Road, Lumpini, Patumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e6/74/e674022af3c762966c8b94a8053a44ad47171aa4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Downtown Bangkok, near the Phloenchit BTS SkyTrain station, whi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.40" OriginalAmount="140.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723408142857" Longitude="100.58037328571" StarRating="5" HotelCode="263689|marriott_executive_apartments_bangkok_sukhumvit_thonglor" HotelName="Marriott Executive Apartments Sukhumvit Thonglor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Soi Sukhumvit 57, Klongtan Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/53/8b532e0031e82806d43ab8443b1709faf7d263c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="141.75" OriginalAmount="140.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.728452319028" Longitude="100.50965130329" StarRating="5" HotelCode="39064|CAV479900" HotelName="Millennium Hilton Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Charoennakorn Road, Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/da/2dda91b9936d7f5cbe261a2e6e593a4b768784da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the banks of the Chao Phraya river, with stunning views over Bangkok, Thaila...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74417117" Longitude="100.49190529" StarRating="4" HotelCode="518491|riva_arun_bangkok" HotelName="Riva Arun Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>392/25-26 Maharaj Road, Phraborom Maharajawang, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/06/5a06dd585fc0d3509f2c0a3e8a36ab8e0f37f55d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.90" OriginalAmount="142.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.729869751369" Longitude="100.53062349558" StarRating="5" HotelCode="76276|83507" HotelName="Le Meridien Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40/5 Surawong Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/5c/c15c6c69f5acb63772d5c7dae59c29636bc925ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel rises in style on Surawong Road in the city's Silom area, where peaceful temple grounds an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.21" OriginalAmount="144.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723123985279" Longitude="100.53991145634" StarRating="5" HotelCode="50554|26894" HotelName="Banyan Tree Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21/100 South Sathon Road, Sathon, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/90/03/9003c4ca8ed531d1dd47ae20b1725af4b8de0eff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury high-rise hotel lies on Sathorn Road at the heart of Bangkok's business district and, as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.47" OriginalAmount="147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719608806923" Longitude="100.51363170147" StarRating="5" HotelCode="8974|shangrila_hotel_bangkok" HotelName="Shangri-La Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>89 Soi Wat Suan Plu, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/b4/c6b47d69cf42619cce8c1174e90eab58296f9956.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated by the Chao Phraya River and is located around 20 minutes walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727329" Longitude="100.522346" StarRating="5" HotelCode="599738|246204" HotelName="Bangkok Marriott Hotel The Surawongse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Banquet Hall,Bar,Conference Hall,Designated Smoking Area,Dining,Fax,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Spa,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>262 Surawong Road, Si Phraya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/7a/c07aa29fbe62271245ba09b5cb1af5df0f1c4909.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Get the celebrity treatment with world-class service at Bangkok Marriott Hotel The Surawongse
Featur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.49" OriginalAmount="149" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73971335" Longitude="100.55709365" StarRating="3.5" HotelCode="777623|367655" HotelName="Hyatt Regency Bangkok Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Sukhumvit Soi 13, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/8c/508ccaae33efe9809cfae8f840cec63b46d31148.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.18" OriginalAmount="149.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741651826025" Longitude="100.55213212967" StarRating="5" HotelCode="259007|27124" HotelName="JW Marriott Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Sukhumvit Road Soi 2, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/ac/87ac651d7a627d54a84f91b5c896aec9426df3b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the business and commercial district, within 30 minutes of Bang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.90" OriginalAmount="152.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737972922476" Longitude="100.55966377258" StarRating="5" HotelCode="39065|27594" HotelName="The Westin Grande Sukhumvit Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>259 Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/eb/8feb4877b0fe83cc3fc2d1c0366e5bffdb200c8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel is situated in the heart of Sukhumvit's bustling business and commercia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.745054" Longitude="100.491811" StarRating="3" HotelCode="188162|arun_residence" HotelName="Arun Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Soi Pratoo Nok, Yoong Maharat Road, Rattanakosin Island, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/ec/89ecd992ab7162a024a65023269c255473e99bc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721370240161" Longitude="100.51697909832" StarRating="5" HotelCode="906454|tower_club_at_lebua_3" HotelName="Tower Club at Lebua" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1055 Silom Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/71/zz/71ad7ab6c3ec5fb51b6e089e55af434e9ea4d45e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.99" OriginalAmount="159.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743452" Longitude="100.540794" StarRating="5" HotelCode="13030|27064" HotelName="Grand Hyatt Erawan Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>494 Rajdamri Road, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/38/8c3861d24bc2c14856d014e7e0dec14e4331aaad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the city close to the business, commercial and diplomatic dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.60" OriginalAmount="160" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742853626512" Longitude="100.54772313492" StarRating="5" HotelCode="915517|42883" HotelName="The Okura Prestige Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Wireless Road, Park Ventures Ecoplex, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f8/f3f885209468c133fd7638b634d1599aff11711b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This international luxury hotel is conveniently situated in the heart of the leading commercial dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.60" OriginalAmount="160.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737937989122" Longitude="100.54443944952" StarRating="3" HotelCode="422037|tonson_residence" HotelName="Tonson Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Convenience Store,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>58 Soi Tonson Ploenchit Road, Lumpini, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/8e/818ea7809eecd35f281c669a288b2eaff9db347f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Tonson Residence offers a family friendly service apartment. Each unit provides  3 spacious en suite...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="161.64" OriginalAmount="160.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743444358666" Longitude="100.53006291389" StarRating="4" HotelCode="15747|1075901" HotelName="Pathumwan Princess, MBK Centre, Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>444 MBK Center, Phayathai Road, Wangmai, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/36/6836731ba5d779a2437e868ad49ddee010bb60a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located adjacent to Siam Square, only a few minutes from the Mah Boon Krong shopping c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.63" OriginalAmount="163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743752666667" Longitude="100.49323333333" StarRating="5" HotelCode="915500|chakrabongse_villas_2" HotelName="Chakrabongse Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>396 Maharaj Road, Tatien, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/85/7485c1970b8bca078b464e26a9bef5a43700a8ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a total of 9 rooms. Services and facilities at the hotel include a safe,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74486738" Longitude="100.55549403" StarRating="3" HotelCode="518321|204272" HotelName="Avatar Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Sukhumvit Soi 7, Klongtoey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/e9/e5/e9e53ee1f8246a9cfe2e80e601757fb5636f1049.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="172.00" OriginalAmount="170.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741375649719" Longitude="100.54791033268" StarRating="5" HotelCode="48574|27314" HotelName="The Athenee Hotel, a Luxury Collection Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Wireless Road (Witthayu), Lumphini, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/d2/30d2c90d00cb0d892921b999ee70640a14720a62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly in the city centre on Wireless Road, Bangkok’s most sought-after add...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.57" OriginalAmount="175.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740901670479" Longitude="100.54026545064" StarRating="5" HotelCode="18434|27034" HotelName="Anantara Siam Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>155 Rajadamri Road, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/df/20df54f35ba9e789107bb1b6e32fd8f94e3b487c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a central location on Rajadamri Road, one of Bangkok's most famous boulevards...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.80" OriginalAmount="180" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737352818315" Longitude="100.55948674679" StarRating="5" HotelCode="17499|361" HotelName="Sheraton Grande Sukhumvit, A Luxury Collection Hotel, Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>250 Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/81/9381c840200cf7a4da854ca9941f8c8b44a6caf0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Its perfect location in the central business district of Bangkok and conference facilities make this...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="189.87" OriginalAmount="187.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.744765300541" Longitude="100.54145425558" StarRating="5" HotelCode="17539|27114" HotelName="InterContinental Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>973 Ploen Chit Road, Pathum Wan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/b7/5db7941947518eeef335facc9f3bbd1ea3814899.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the financial and commercial district of Bangkok, right in the city centre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.95" OriginalAmount="195.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.747731" Longitude="100.551534" StarRating="4" HotelCode="97343|ariyasomvilla" HotelName="Ariyasom Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Sukhumvit Soi 1, Klongtoey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/42/ce42eb770e53a52335d6cebccff4b1a4a4ae51ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated right at the heart of Bangkok, there is convenient access to the hotel by car, sky train or...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.98" OriginalAmount="198" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="984958|403116" HotelName="Kimpton Maa-Lai Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>8 Sarasin Road, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/16/b016029b73cf378bc9dadd7f198fec33dc406fb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.26" OriginalAmount="226" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.748394341038" Longitude="100.53488469941" StarRating="5" HotelCode="267297|26393" HotelName="Siam Kempinski Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>991/9 Rama 1 Road, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6f/68/6f688748a7f6326b74917a2f313336398336f4f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a secluded sanctuary located next to Siam Paragon, 5 minutes' walk from the Siam BTS Sk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="230.71" OriginalAmount="228.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.722897152358" Longitude="100.51111042499" StarRating="5" HotelCode="18413|2465709" HotelName="The Peninsula Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>333 Charoennakorn Road, Klongsan, 10600 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/48/f04834f21035bcbeb53a7d75f52296b10d06e710.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel lies on the western bank of the Choa Phraya River, the ancient River of the Kings, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="236.36" OriginalAmount="234.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723454759454" Longitude="100.54104924202" StarRating="5" HotelCode="18514|27524" HotelName="The Sukhothai" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13/3 South Sathorn Road, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/4e/b54e7b83afff020ef1cddbe838cea0bd37c7c5e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is perfectly situated in the central business and embassy districts of Bangkok with easy ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="246.53" OriginalAmount="244.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742430693649" Longitude="100.54029193854" StarRating="5" HotelCode="284344|CBE463600" HotelName="Waldorf Astoria Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>151 Ratchadamri Road, Lumpini, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/e2/ece2e9a76d3dd4fa8339e0a2181b3f6cbabeea89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.49" OriginalAmount="249.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723027434508" Longitude="100.53693205118" StarRating="5" HotelCode="115807|sathorn_vista_bangkok__marriott_executive_apartments" HotelName="Marriott Executive Apartments Sathorn Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Sathorn Soi 3, South Sathorn Road, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/c5/c2c5daf2a55c1269327a83ec34e549c94d4e8012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="261.13" OriginalAmount="258.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740138063216" Longitude="100.54003000259" StarRating="5" HotelCode="161865|151496" HotelName="The St. Regis Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Rajadamri Road, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/ea/25eada22ca890d870a56f3ee619a19e068211174.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is located in the heart of Bangkok, at the most eminent address. With a prestigious location alon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.82" OriginalAmount="282" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74375684" Longitude="100.54736431" StarRating="5" HotelCode="461498|211430" HotelName="Park Hyatt Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Dining,Fax,Garden,Golf,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Central Embassy, 88 Wireless Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/be/70/be709db0eb1ed7a0c75638d6b5d7f13cd00d56a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;"A tranquil oasis above bustling Bangkok. Embracing its enviable location in the world's most popula...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="303.00" OriginalAmount="300" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73752" Longitude="100.57237" StarRating="5" HotelCode="570556|196509" HotelName="137 Pillars Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Sukhumvit Soi 39, Klongton-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/2c/022c11acd5f8dd67db57b0c9a002a5c4de713000.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="340.37" OriginalAmount="337" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74366823" Longitude="100.54903122" StarRating="5.5" HotelCode="943498|392004" HotelName="Rosewood Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1041/38 Ploenchit Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/f6/f1f6efb8d4ace459e594a5e1e97dd11fa3ae271f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="527.22" OriginalAmount="522" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="985639|405697" HotelName="Four Seasons Hotel Bangkok at Chao Phraya River" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>300/1 Charoen Krung Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/b0/41b0ccfc4774570ce192ea2337ac95c8da22eab7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="651.63" OriginalAmount="645.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.724054055324" Longitude="100.51408231258" StarRating="5" HotelCode="9973|27274" HotelName="Mandarin Oriental Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Oriental Avenue, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/a5/a3a5eb66a284e58e47118083cce809272790d204.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Bangkok; Silom Road is 5 minutes' walk away, Sukumvit R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="672.66" OriginalAmount="666.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.781162523092" Longitude="100.50613224506" StarRating="5" HotelCode="186974|the_siam" HotelName="The Siam" 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/2 Thanon Khao, Vachirapayabal, Dusit, Bangkok 10300</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/10/cd10592b3317098967112956009e6cf9697413c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Bangkok. Its setting is especially ideal for gu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Conference Hall,Currency Exchange,Jacuzzi,Massage Centre,Sauna,Spa,Swimming Pool,Wheelchair Access,Heated Pool,Diet Meals,Garden,Golf,Nightclub,Bicycle Rental,Central Heating,Business Centre,Smoking Rooms,24 Hour Power Supply,Airport Transfer (on Demand),Housekeeping,24 Hour Front Desk,24 Hour Room Service,Coffee Shop,Concierge,Dry Cleaning,Elevator,LCD/Projector,Parking,24 Hour Security,Babysitting,Dining,Printer,Wake-up Call Service,Luggage Storage,Beauty Salon,ATM/Cash Machine,Banquet Hall,Meeting Room,Valet Parking,Convenience Store,Pets allowed,Vending Machine,Kids Play Area,Fitness Centre,Library,Porter</BasicAmenities>
    <HotelRating>4,3,5,3.5,4.5,2,2.5,1,5.5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,APARTMENT HOTEL,HOTEL,BUSINESS HOTEL,CLUB RESORT,AIRPORT HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,SPA HOTEL,CONFERENCE HOTEL,HISTORIC HOTEL,VILLAGE,ECO HOTEL,HOSTEL,GUEST HOUSES,APARTMENT,RESIDENCES,INNS,BOUTIQUE HOTEL,HOSTELS,GUESTHOUSE,AIRPORT HOTELS,HOLIDAY HOMES,RESORT,APARTHOTEL,BEACH HOTEL,COUNTRY HOUSE,FINCA</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
93f548c9-fed0-43a4-a837-9fda61b518bf|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="93f548c9-fed0-43a4-a837-9fda61b518bf">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="72643" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-01-05T00:00:00" End="2026-01-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
93f548c9-fed0-43a4-a837-9fda61b518bf|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
93f548c9-fed0-43a4-a837-9fda61b518bf|TravcoSearch|successfull supplier interation||Travco|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
93f548c9-fed0-43a4-a837-9fda61b518bf|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
93f548c9-fed0-43a4-a837-9fda61b518bf|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
93f548c9-fed0-43a4-a837-9fda61b518bf|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
93f548c9-fed0-43a4-a837-9fda61b518bf|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
93f548c9-fed0-43a4-a837-9fda61b518bf|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2025-12-05T05:33:18.0382079+00:00" Version="0" EchoToken="Search" TransactionIdentifier="93f548c9-fed0-43a4-a837-9fda61b518bf" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="30.30" OriginalAmount="30.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2878145" Longitude="103.84893423" StarRating="2" HotelCode="857588|hipstercity" HotelName="Hipstercity" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>9 Circular Road, Singapore 049365</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/40/0f408ca6230f3327f7493d9a8728f700ce2931aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at Singapore, known for "its delicious hybrid cuisine from many countries". Hipstercity is p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="32.00" OriginalAmount="31.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30271401" Longitude="103.8583919" StarRating="2" HotelCode="779404|684486" HotelName="Bond Boutique Capsule Hotel At Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>7A Jalan Pinang, Singapore 199139</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/df/43dfe27c08eb118ce8d75e98162735334f2aee73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.32" OriginalAmount="32.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3102535391835" Longitude="103.86199069564" StarRating="2" HotelCode="544885|backpackerssg" HotelName="Backpackers@SG - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>111J King George's Avenue, Singapore 208559</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/88/ad88203088512b8144682e7abe6c82ddeb54e216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service and a laundry service are available to guests of the hostel. Wireless inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="32.61" OriginalAmount="32.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31122961" Longitude="103.87281588" StarRating="2" HotelCode="682474|682936" HotelName="Kallang River Backpackers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Ayer, Singapore 389143</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/82/be8275c688815cb05b6d09d02c7364d31e9642be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Lavender / Kallang, Kallang River Backpackers is a perfect starting point from which to e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3050687009267" Longitude="103.8526767868" StarRating="1" HotelCode="434531|campbell_inn_hostel" HotelName="Campbell Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>50 Campbell Lane, Little India, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/3b/733bd6a9b8e4ff621796568288eca042fa2beb9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in the centre of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.53" OriginalAmount="34.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3101865731684" Longitude="103.85827445214" StarRating="2" HotelCode="439393|1229478" HotelName="7 Wonders Hostel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>257 Jalan Besar, Singapore 208930</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/3e/b13ee95bd030888c02dd0e5a865f08672f828213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="35.14" OriginalAmount="34.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3157659891688" Longitude="103.85878131092" StarRating="2" HotelCode="384384|692131" HotelName="The Hive Singapore Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>624 Serangoon Road, Singapore 218223</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/1c/1d1cd6d7d7d247c9fb9a530e71f081ba1893fac9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3140330996757" Longitude="103.87781113386" StarRating="2" HotelCode="909671|amrise" HotelName="Amrise" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 Sims Avenue #01-01, Singapore 387436</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/f7/ddf744c167da32bb5e56c7868dec137c78a8dd79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is located in Singapore. A total of 58 rooms are available for guests' convenience...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.73" OriginalAmount="39.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311766" Longitude="103.879551" StarRating="2" HotelCode="65787|1014935" HotelName="Hotel 81 Geylang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Lorong 16 Geylang, Singapore 398863</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/62/3662096676b2ac28db3ecc02f9d274ae85f5f9fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the outskirts of the Central Business District, along Lorong 16 in the middl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.73" OriginalAmount="39.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31187" Longitude="103.881429" StarRating="2" HotelCode="167768|502235" HotelName="Hotel 81 - Lucky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Lorong 20 Geylang, Singapore 398741</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/00/4d0097861bec20de501b9beb32dd5648359614cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Geylang, the hotel is within around a 15-minute drive from Orchard Road and the Central B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.22" OriginalAmount="39.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3090990220189" Longitude="103.85601191802" StarRating="2" HotelCode="98041|1120168" HotelName="Arianna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>83 Syed Alwi Road, Singapore 207662</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/07/f7075a04e643437b0083f7e93d6aa0f4cf251e79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring a great location, this hotel is the ideal place to stay for business and holidays travelle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3112654494484" Longitude="103.87757696678" StarRating="1" HotelCode="451267|oxley_blossom_" HotelName="Oxley Blossom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Lorong 10 Geylang, Singapore 399047</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/a4/96a40401381fecacaabb009e84f18b2d266a7d64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Oxley Blossom has a good reputation for facilitating facilities and service.&lt;br/&gt;&lt;br/&gt;a good rep...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3132475440837" Longitude="103.87808692081" StarRating="2" HotelCode="909689|k_hotel_1515" HotelName="Chang Ziang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Lorong 15 Geylang, Singapore 388607</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/20/12206d4612101d5f13018730f16ac3dc2636a1be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30100519" Longitude="103.85954487" StarRating="0" HotelCode="865893|met_a_space_arab_street" HotelName="Met A Space Pod @ Arab Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Arab Street, Kampong Glam, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/ae/5faea9316287597007563c3ff8fc6627416708f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.85" OriginalAmount="41.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3214420832649" Longitude="103.85308653116" StarRating="2" HotelCode="186840|1449978" HotelName="Hotel 81 - Balestier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>226 Balestier Road, Singapore 329688</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/a8/3aa8597495b8d9217240e37ed2ae9c49baa2fbac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests staying here can conveniently explore the Old World charm of the Balestier neighbourhood - a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.85" OriginalAmount="41.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3222641852614" Longitude="103.85266065492" StarRating="2" HotelCode="455038|2104475" HotelName="Hotel 81 Fuji" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>269 Balestier Road, 329720 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/4b/3f4b5005c2c5355e8df9c5cadd0b8fe2346b3876.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is in Singapore. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.38" OriginalAmount="41.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31195" Longitude="103.88122" StarRating="2" HotelCode="167766|501995" HotelName="Hotel 81 - Gold" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Lorong 20 Geylang, Singapore 398738</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/fd/33fd0b71c09043f86d77ed8d155a36b5b1b7c115.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Geylang, the hotel is within around a 20-minute drive from Orchard Road and the Central B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.38" OriginalAmount="41.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.309968" Longitude="103.877526" StarRating="2" HotelCode="176112|1145738" HotelName="Hotel 81 - Hollywood" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Lorong 8 Geylang, Singapore 399121</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/c3/d0c3442c23ef1b844e4601256c9ab497dc0b90d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Geylang district, close to the Kallang area, buzzing with dining venues...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31123141" Longitude="103.87763252" StarRating="2" HotelCode="845472|k_hotel_14" HotelName="K Hotel 14" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Lorong 10 Geylang</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/72/02723944e9d8c090f1504117a169e5e91bc147ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.43" OriginalAmount="43.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311174" Longitude="103.877264" StarRating="2" HotelCode="73809|hotel_81_orchid" HotelName="Hotel 81 - Orchid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Lorong 8, Geylang, Singapore 399090</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/88/9a88c4a2a3bbce24ae81887bb4197909a7b68169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the vibrant Geylang district. Geylang is home to some of the illustrious nam...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.84" OriginalAmount="43.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.310349" Longitude="103.85656" StarRating="2" HotelCode="909735|1571878" HotelName="Tai Hoe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>163 Kitchener Road, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/20/b020cf7d694954fdcc1e48ed567ff3b24343e6a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Tai Hoe Hotel in Singapore ends your search for true 'value for money' hotel. At Tai Hoe Hotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3118" Longitude="103.880041" StarRating="2" HotelCode="64177|hotel_81_palace" HotelName="Hotel 81 Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Lorong 16 Geylang, Singapore 398867</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/67/2b67d010aea56032130aefea04c5eb2e99f28507.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the vibrant Geylang district, with the central business district around a m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304602" Longitude="103.854626" StarRating="1" HotelCode="909699|haising" HotelName="Haising" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>37 Jalan Besar, Singapore 208801</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/8b/c98b059c367088a98a10151e39ea916868756d9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel can be found in Singapore. There are a total of 60 guests rooms on the premises....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.65" OriginalAmount="44.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30737519" Longitude="103.85172729" StarRating="3.5" HotelCode="632896|2241715" HotelName="Aqueen Heritage Hotel Little India" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Belilios Lane, Singapore 219962</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/31/383153e4b08f8dff63e35c7bf4b8012f4721169d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.99" OriginalAmount="44.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.312429" Longitude="103.8601937" StarRating="2" HotelCode="65784|401655" HotelName="Hotel 81 - Elegance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Foch Road, Singapore 209276</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/70/b17038a140b41e3b0ab0a2dcabb03e6e7c6b09b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Foch Road, just behind the Eminent Plaza and around a 5-minute walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.04" OriginalAmount="44.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3110893" Longitude="103.878562" StarRating="2" HotelCode="65786|1015045" HotelName="Hotel 81 - Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Lorong 12 Geylang, Singapore 399001</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/97/00974c3b0a601417b0eab52db2911ded01df6463.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Lorong 12 in the heart of the Geylang area, with a number of restaurants and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.04" OriginalAmount="44.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3115785239987" Longitude="103.88080411023" StarRating="2" HotelCode="64178|1006485" HotelName="Hotel 81 Premier Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Lorong 18 Geylang, Singapore 398828</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/7a/7d7a3f4e7e31ebbf7c1a614740aeab9bbc6e50e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the vibrant Geylang district, with the central business district around a m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.18" OriginalAmount="44.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2830051131966" Longitude="103.84309458609" StarRating="1" HotelCode="909741|1758278" HotelName="Yes Chinatown Point Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>68a Smith Street, Singapore 058967</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/91/dc91ce540fef7a314c307ff3ef5f7f4b80f65ab5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a baggage storage service for a comfortable and relaxing stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2875638032952" Longitude="103.84716816601" StarRating="2" HotelCode="437141|river_city_inn_" HotelName="River City Inn - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>33C Hong Kong Street, Singapore 059672</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/1c/9b1c54b119e54bbee33c25d9cd322f5cfc0b66ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.26" OriginalAmount="45.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3132689955934" Longitude="103.8759015114" StarRating="2" HotelCode="358038|2181485" HotelName="Regin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Sims Avenue, Singapore 387416</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/46/a446e520d7fac577ab0095b86dcd30e141e9113b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Welcome to the new generation budget hotel - Regin Hotel. Whether you are on business or holiday, si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.312269" Longitude="103.900457" StarRating="2" HotelCode="149261|hotel_81_sakura" HotelName="Hotel 81 - Sakura" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Joo Chiat Road, Singapore 427452</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/53/935324902daf10c1aeb344891a05b547fe864ac4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Joo Chiat, the hotel is approximately 20 minutes' drive from Orchard Road and the Central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.312245" Longitude="103.88122" StarRating="2" HotelCode="65789|fragrance_hotel__ruby" HotelName="Fragrance Ruby" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong 20 Geylang, Singapore 398730</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/b7/d5b771f2ba9f08baa9b9c374b1024231447b2b0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along Geylang Lorong 20, just a 15-minute drive from Changi International Airpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.310896" Longitude="103.86242" StarRating="2" HotelCode="909706|hotel_81_lavender_" HotelName="Hotel 81 - Lavender" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>85 Lavender Street, Singapore 338716</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/c2/87c2f919269ba63baf7d9454f748c44e560975d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel 81 is a brand for a group of more than 20 hotels (with more than 2000 rooms), located througho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.16" OriginalAmount="46.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30338" Longitude="103.84996" StarRating="2" HotelCode="96720|501475" HotelName="Hotel 81 - Selegie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>161 Selegie Road, Singapore 188318</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/d2/a9d296e1770339108012e2628efb114398066148.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on Selegie Road. It is surrounded by shopping centres, such as Peace Cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.16" OriginalAmount="46.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.323301" Longitude="103.852421" StarRating="2" HotelCode="154485|505415" HotelName="Value Nice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>302 Balestier Road, Singapore 329738</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/0b/070be034fef49a9777be8f6c233423f4cdefc6f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the middle of Balestier Road, surrounded by many local speciality food outl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.16" OriginalAmount="46.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30279" Longitude="103.86139" StarRating="2" HotelCode="176113|1154918" HotelName="Hotel 81 - Heritage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>71 Jalan Sultan, Singapore 198985</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/fe/8efe7051d5311c1a2ba699f41db8016bd1e6a868.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the area known as Kampong Glam, next to the Concourse Building and the Sult...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.16" OriginalAmount="46.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.303812" Longitude="103.853995" StarRating="2" HotelCode="409438|501285" HotelName="Hotel 81 - Rochor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Besar, Singapore 208785</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/45/9745a9cdbed20f41c6dcc03a1509dce012fb4996.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located along Rochor Road and is surrounded by numerous restaurants, food st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.16" OriginalAmount="46.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3187483617834" Longitude="103.91158375748" StarRating="3" HotelCode="524149|2002535" HotelName="Hotel 81 Changi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="24 Hour Power Supply,Air Conditioning,Golf,Housekeeping,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>428 Changi Road, Singapore 419871</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/4b/a84ba9d214cc1ace322ddd2b815fb41cba97f2d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;

Located in the suburb of the eastern part of Singapore, Hotel 81 Changi is a 5-min walk to Kemba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.16" OriginalAmount="46.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304993" Longitude="103.854397" StarRating="2" HotelCode="888738|911185" HotelName="Hotel 81 - Dickson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Dickson Road, Singapore 209530</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/40/e14072ee66564d25b3b0a2a7821edc2031b6fd98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located within Singapore's ‘Little India’, the hotel is within walking distance of a host of food an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.29" OriginalAmount="46.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31145" Longitude="103.87755" StarRating="2" HotelCode="900639|98089" HotelName="Fragrance Sunflower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong 10 Geylang, 399043 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/86/e386048bf6af1c24f58d47dc23c8db6027795321.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Geylang which is surrounded by many local famous eateries, fresh fruit stall...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30922" Longitude="103.855436" StarRating="2" HotelCode="943391|grandmax" HotelName="Golden Royal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Desker Road, Singapore 209645</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/75/b775324467c89f68632a9fe38e8c1cb7d8ccf5be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.87" OriginalAmount="47.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2877445788887" Longitude="103.84902034981" StarRating="2" HotelCode="383779|1241148" HotelName="Quarters Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>12 Circular Road, Singapore 049368</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/e7/93e711f8caac5a4041930bf016650b61c6b9d659.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.38" OriginalAmount="47.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3148706589658" Longitude="103.89099176293" StarRating="2" HotelCode="341559|1718318" HotelName="Four Chain View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>757 Geylang Road Lorong 39, Singapore 389659</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/2f/ac2fa04ce217724a68909a4413187a736b656650.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant, a transfer service and a hairdresser are available to guests of the hotel. Wireless in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.42" OriginalAmount="47.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.354322" Longitude="103.878865" StarRating="2" HotelCode="167767|502155" HotelName="Hotel 81 - Kovan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>768 Upper Serangoon Road, Singapore 534636</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/10/fa10fde466f645f137ab7ffdb872f54f7e5eefce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a residential area, this hotel is accessible from the Kovan MRT Station, which is 3 bus s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3122966347293" Longitude="103.88049342791" StarRating="2" HotelCode="345782|budgetone_hotel" HotelName="BudgetOne Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong 18 Geylang, 398793 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/01/2f01d0485eeccfa6bf8abb5f30a4d26a7f834da9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3106478664346" Longitude="103.88064795337" StarRating="2" HotelCode="65621|fragrance_hotel__crystal" HotelName="Fragrance Hotel – Crystal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Lorong 18 Geylang, Singapore 398824</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/20/2220298c869496a0325e0213bf1f19646933432a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around a 17-minute drive from the city centre in the suburb of Geylang, which ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.77" OriginalAmount="48.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2874123916281" Longitude="103.8473748105" StarRating="2" HotelCode="378376|1227968" HotelName="Beds and Dreams Inn @ Clarke Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>38 Hong Kong Street, 02-01, Singapore 059677</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/60/4f604174ccbe31af488b0a11d76baf47496faf60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.14" OriginalAmount="48.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3259550363873" Longitude="103.84859651327" StarRating="2" HotelCode="99089|88268" HotelName="Fragrance Oasis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>435 Balestier Road, Singapore 329816</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/72/de72d03718b5488efcbdfc357d876d4998ec6919.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the outskirts of the city, near an area where a number of famous restaurant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.14" OriginalAmount="48.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.322116" Longitude="103.852668" StarRating="2" HotelCode="65622|63994" HotelName="Fragrance Rose" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>263 Balestier Road, Singapore 329715</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/fa/c3fabd9d0ac16b7a05dff34159daeadd193e4ef1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Balestier road, around an 8-minute drive from Orchard Road, the famous shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.14" OriginalAmount="48.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.321952" Longitude="103.852713" StarRating="2" HotelCode="64179|1453518" HotelName="Fragrance Balestier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>255 Balestier Road, Singapore 329710</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/7d/f87d2adcafebe7301427b849189cf987f8ba6f4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Balestier, around 5 minutes by car from Orchard Road, the famous shopping b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311573" Longitude="103.879261" StarRating="2" HotelCode="65788|fragrance_hotel__pearl" HotelName="Fragrance Hotel - Pearl" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Lorong 14 Geylang, Singapore 398961</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/d0/edd056f1e283a5fc1d4ef889f732b2e06e2a6602.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along Lorong 14 in the centre of Geylang, with its colourful landscape of small...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3113355278999" Longitude="103.86071371266" StarRating="2" HotelCode="522574|abc_hostel" HotelName="Meadows Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7A Hamilton Road, Singapore 209178</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/01/9b01673241e31e5f55f69a825f12b34e95b2a953.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3137885698907" Longitude="103.85987326057" StarRating="2" HotelCode="909717|the_noble_hotel" HotelName="The Noble Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Meeting Room,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>407 Jalan Besar, Singapore 209012</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/4d/9e4d03aee2693392134de6a94e50c9d6ae7534d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in the midst of cosmopolitian Singapore, Penang Hotel is a newly renovated budget hotel that aim...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.84" OriginalAmount="49.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3009485412788" Longitude="103.86053799279" StarRating="2" HotelCode="442684|1222968" HotelName="The POD" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>289 Beach Road, Level 3, Singapore 199552</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/96/d196f8c51248ed79b4b6d4c641d0890698d979db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.05" OriginalAmount="49.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3048247991918" Longitude="103.8535130024" StarRating="2" HotelCode="163819|1154788" HotelName="Sandpiper Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>63 Dunlop Street, Singapore 209391</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e0/82/e0826837c15a40bf2273fa7fb29c26395469a353.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 10-minute walk from Little India MRT Station and the 24-hour Mustafa Centre shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.324432" Longitude="103.851109" StarRating="1.5" HotelCode="909721|new_orchid" HotelName="New Orchid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>347 Balestier Road, Singapore 329777</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/93/519314fe0cec3754a06e98d0185d8102f4860269.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;New Orchid Hotel is ideally situated within the bustle of activities. Bus stops are but a short walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311698283772" Longitude="103.8826998692" StarRating="2" HotelCode="346122|fuji" HotelName="Hotel Fuji" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Molek, Singapore 399541</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/64/5764b716842a019c02a00452e5be0a9239192897.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.325867" Longitude="103.84957" StarRating="2" HotelCode="177397|fragrance_hotel__classic" HotelName="Fragrance Classic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>418 Balestier Road, Singapore 329808</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/82/02822294e5cdc0b971ed67f8c9a14caef75108d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3016682164407" Longitude="103.85954906367" StarRating="1" HotelCode="427913|1225398" HotelName="Cube At Kampong Glam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Golf,Internet,Kitchen,Laundry,Library,Lounge,Luggage Storage,Meeting Room,Nightclub,Off-Site Parking,Parking,Restaurant,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>54, 55, 56 Bussorah Street, Singapore 199470</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/38/7c38f94af72d368b9cf46bc0457f46c2a8b4fa96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Green Kiwi Backpacker Hostel - Bugis, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.66" OriginalAmount="50.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31138" Longitude="103.901089" StarRating="2" HotelCode="64180|64034" HotelName="The Fragrance Hotel (Joo Chiat)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>219 Joo Chiat Road, Singapore 427485</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/24/642421529c4792a5963b86d85c286ff7935a0f62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Joo Chiat Road in the east of the city, a historically rich area of Singapo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.07" OriginalAmount="50.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3050061205023" Longitude="103.85299907289" StarRating="2" HotelCode="932933|1225068" HotelName="The Great Madras" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Designated Smoking Area,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28-32 Madras Street, Singapore 208422</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/80/d180b1b0b06086db4769bac3b8ba0abea9f8fed1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;ON THE LITTLE RED DOT,
IN LITTLE INDIA, SITS A LITTLE GREAT HOTEL.
OF LITTLE OBJECTS THAT SPEAK OF T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.08" OriginalAmount="50.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311144" Longitude="103.876391" StarRating="2" HotelCode="65620|63984" HotelName="ibis budget Singapore Emerald" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Lorong 6 Geylang, Singapore 399174</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/fa/23fa21caeb921c125b5d88c25b665748165d2e9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geylang, which is in the east of Singapore, well known for being a food mec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311827" Longitude="103.877738" StarRating="2" HotelCode="65798|fragrance_hotel_sapphire" HotelName="Fragrance Hotel - Sapphire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Lorong 10 Geylang, Singapore 399037</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/b5/4bb5f1500e5104ae8c64585f5d66f44c4af8d9b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Lorong 10, in the heart of the Geylang area, a colourful entertainment dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.92" OriginalAmount="51.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311659" Longitude="103.900676" StarRating="2" HotelCode="65785|1032828" HotelName="Venue Hotel The Lily" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>238 Joo Chiat Road, Singapore 427495</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/c2/06c2651c05f94134dbaef174b44c44bf731622a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Joo Chiat, the hotel is within around a 15-minute drive from Orchard Road and the Central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="52.12" OriginalAmount="51.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3135826070211" Longitude="103.87888938189" StarRating="2" HotelCode="909672|343256" HotelName="Bright Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Lor 17 Geylang, 388575 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/b1/39b1bb284dda6ae71875857ce7307b604567ff92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.45" OriginalAmount="51.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3158136174676" Longitude="103.89714449644" StarRating="2" HotelCode="409436|911375" HotelName="Hotel 81 - Tristar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Onan Road, Singapore 424780</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/c5/3dc53306ab8e8a24ce8963f42a7cf460ac9264ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the east, halfway between the airport and the city and a 15-minute drive fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.45" OriginalAmount="51.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.321302" Longitude="103.853094" StarRating="2" HotelCode="900640|873635" HotelName="Value Hotel Balestier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218 Balestier Road, Singapore 329684</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/0b/e60be7790df68353de86481ac0ada1a69f073a9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the top of Balestier Road, surrounded by many local speciality food outlets...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="53.87" OriginalAmount="53.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3034545454174" Longitude="103.86027485132" StarRating="2" HotelCode="909666|231484" HotelName="Aliwal Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77/79 Aliwal Street, Bugis, 199948 Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/f3/46f3cce21a0fbd5d22affd6e7cebf193632127cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.06" OriginalAmount="53.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311526" Longitude="103.877569" StarRating="2" HotelCode="909708|1571918" HotelName="Hotel 88 International" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10/12 Lorong, 10 Geylang, Singapore 399045</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/60339/560339/1.jpg?f=14995826</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Singapore. Hotel 88 International features a total of 22 accommod...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.29" OriginalAmount="53.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.26961" Longitude="103.813831" StarRating="2" HotelCode="140921|112372" HotelName="Fragrance Hotel Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>400 Telok Blangah Road, Harbourfront, Singapore 098838</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/d6/cad6a0c2a45bf359dd9fed87f8b4545f3c92134c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the foot of Mount Faber, amid lush and tranquil green landscape, the hotel is just 10 mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2839573689896" Longitude="103.84548158863" StarRating="2" HotelCode="383784|beary_best_by_a_beary_good_hostel" HotelName="Beary Best! Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Garden,Golf,Internet,Laundry,Library,Lounge,Printer">
        <Address>
          <AddressLines>
            <AddressLine>16 Upper Cross Street, Singapore 058331</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/e2/d9e2c8c989d92d4ba4d7f6a599d5a96a4847306d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a chirpy art deco heritage building, Beary Best! was conceived with the simple intent to m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3113164" Longitude="103.87758762" StarRating="2" HotelCode="703173|k_hotel_12" HotelName="K Hotel 12" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Lorong 10 Geylang, Singapore 399045</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/72/02723944e9d8c090f1504117a169e5e91bc147ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.10" OriginalAmount="54.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.279822" Longitude="103.841874" StarRating="2" HotelCode="176114|1822648" HotelName="Hotel 81 - Cosy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Jiak Chuan Road, Singapore 089263</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/04/7504824238a96fe0b239807a14e110d5896a79ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Tanjong Pagar area, surrounded by colonial style, history and architect...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="55.43" OriginalAmount="54.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29800625" Longitude="103.85174175" StarRating="3" HotelCode="81053|358013" HotelName="Oxford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218 Queen Street, Singapore 188549</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/c0/5dc0c79b65cf979520940edad6090dfd4a838680.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.291276" Longitude="103.841834" StarRating="3" HotelCode="410281|robertson_quay_hotel" HotelName="Robertson Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Merbau Road, 239032 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/82/2f828d807cb13834d4ebb4eaa73e352ef302f36f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located at Robertson Quay, an area which features restaurants, travel agen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2835736877452" Longitude="103.84540644907" StarRating="1" HotelCode="187159|galaxy_pods_at_chinatown" HotelName="Backpackers Inn Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27&amp;30A Mosque Street, Chinatown, Singapore 059505</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/a6/4ca6a24fa4e838764f78610df6ec9cf43419f3f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Chinatown, only a 5-minute walk from Chinatown MRT Station. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.22" OriginalAmount="56.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3095147619356" Longitude="103.90240162611" StarRating="3" HotelCode="95901|1032898" HotelName="Venue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>305 Joo Chiat Road, Singapore 427556</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/71/e77166a4741ef154005892050969d9bef3354c3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Malay heritage site of Geylang Serai, which is just a mere 10-minute w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.22" OriginalAmount="56.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3157573998465" Longitude="103.89770937095" StarRating="2" HotelCode="149260|501635" HotelName="Hotel Classic by Venue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Joo Chiat Road, Singapore 427353</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/aa/24aa2d94969c310361f9a134c47be61b5244608c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Joo Chiat, the hotel is within around a 15-minute drive from Orchard Road and the Central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.47" OriginalAmount="56.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3105899192554" Longitude="103.85626559373" StarRating="2" HotelCode="909733|2290465" HotelName="Hotel 165" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>165 Kitchener Road, Singapore 208532</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/0c/ff0c2947ccfdd32b66b3efbfaf96eefa5c96c1bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.75" OriginalAmount="57.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.296955" Longitude="103.855689" StarRating="2" HotelCode="73810|397995" HotelName="Hotel 81 - Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>31 Middle Road, Singapore 188995</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/66/6766e49d6a826386b56370329236ec5b15cc8547.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located along Middle Road. It is a 10-minute walk from Bugis MRT Station, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.75" OriginalAmount="57.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28344" Longitude="103.834938" StarRating="2" HotelCode="167769|504575" HotelName="Hotel 81 - Osaka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Eng Hoon Street, Singapore 169753</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/28/d5287b825a8129c4451c0d561028076980de0301.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on the fringe of the city area. The Tiong Bahru area is an old residential ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="58.15" OriginalAmount="57.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.284714" Longitude="103.844031" StarRating="2" HotelCode="96646|140158" HotelName="Hotel 81 - Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 New Bridge Road, Singapore 059418</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/1c/571c50d0268531d8a48a6f01768d4e19574b2ec7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the crossroads of the central business district of Singapore, one could not find a better...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.47" OriginalAmount="57.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2830180539045" Longitude="103.84293561412" StarRating="2" HotelCode="491669|2290095" HotelName="Cube Smith Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>76 and 78 Smith Street, Level 2 and 3, Singapore 058971, 058972</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/657651/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="58.57" OriginalAmount="57.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.326675" Longitude="103.842665" StarRating="3" HotelCode="136260|120879" HotelName="Value Thomson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>592 Balestier Road, Singapore 329901</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/fe/3ffe33473e25515e45c51bac1e904828722a2b9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the junction of Balestier Road and Thomson Road. Balestier Road is a l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2870333972222" Longitude="103.84935566992" StarRating="2" HotelCode="378764|157783" HotelName="The Port by Quarters Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>50A Boat Quay, Singapore 049839</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/581574/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service and a laundry service. Wirele...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3067767052784" Longitude="103.85636199901" StarRating="2" HotelCode="385242|b88_hostel" HotelName="Central 65 Hostel &amp; Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Capsule hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Coffee Shop,Concierge,Conference Hall,Designated Smoking Area,Gift Shop,Internet,Laundry,Library,Lounge,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>134 Jalan Besar, Singapore 208852</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/df/9bdf495ce3667a3756d1df5a0b20124855c17510.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Singapore (Little India), b88 hostel is minutes from Mu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.98" OriginalAmount="58.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3131713513436" Longitude="103.85971288222" StarRating="3" HotelCode="185569|1157748" HotelName="Kam Leng Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>383 Jalan Besar, Singapore 209001</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/a0/56a06ff44644e7a5ce1920898922f8a0edaa4da9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located along Jalan Besar, near to Little India, the CBD and nearest MRT stations are just 10 minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.81" OriginalAmount="59.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.301316" Longitude="103.842555" StarRating="3" HotelCode="95899|1251098" HotelName="Hotel Supreme" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Kramat Road, Singapore 228750</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/be/6dbebb9d71c621bee750f1c938050f4cc4719b6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located at the heart of the city centre, this hotel is the perfect base for business a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3117548764136" Longitude="103.86020343171" StarRating="2" HotelCode="385276|blanc_inn" HotelName="Blanc Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>151 Tyrwhitt Road, Singapore 207564</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/4f/dc4fa3b86769355bc0edecf0f90f1bae72173b91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.02" OriginalAmount="60.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.314802691106" Longitude="103.8984426856" StarRating="2.5" HotelCode="909678|1744378" HotelName="Champion Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60 Joo Chiat Road #01-06, Singapore 427726</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/60/cb606c6fe50f39a56208eda6f9f0a21158ebc4e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.03" OriginalAmount="60.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2840777096686" Longitude="103.84416510018" StarRating="2" HotelCode="383777|1232778" HotelName="Wink Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Capsule hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8A Mosque Street, Singapore 059488</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/8f/4d8fd5add1e6c3953eea9ff97d15f775d6b416ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2887598397228" Longitude="103.84737668756" StarRating="3" HotelCode="513580|jayleen_clarke_quay_hotel" HotelName="Jayleen Clarke Quay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>25 New Bridge Road, Opposite Central Shopping Center and Clarke Quay MRT, Singapore 059390</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/51/b6519612f7160d86709277f58b148fdff44d60ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3044784066187" Longitude="103.84983365878" StarRating="3" HotelCode="224701|soluxe_inn" HotelName="City Inn Mackenzie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Mackenzie Road, Singapore 228677</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/71/3271ab9e4d4b2155524247827e721ca8c2306aff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.26997" Longitude="103.813998" StarRating="2" HotelCode="177399|fragrance_hotel__viva" HotelName="Fragrance Viva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 Wishart Road, Singapore 098721</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/67/15676c5a513d4c2ae1a1d6e43b29863375825aee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.33165372" Longitude="103.94711778" StarRating="0" HotelCode="982525|q_loft_hotelsbedok" HotelName="Q Loft Hotel - Bedok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>359A Bedok Road, Singapore 469548</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/8a/f58a08e3d1641ba621ec1e72bb565fd1c0544ce9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2969247" Longitude="103.85576321" StarRating="3" HotelCode="784418|populous_hotel" HotelName="Populous Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Business Centre,Designated Smoking Area,Internet,Parking,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 Middle Road, Singapore 188933</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/e9/4ae984448e89995bb4feacef536d0787dd923425.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Welcome to Our Hotel in Singapore, undoubtedly one of the most cosmopolitan, contemporary and vibran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3047329817812" Longitude="103.85283289636" StarRating="3" HotelCode="341051|the_daulat" HotelName="The Daulat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>16 Madras Street, Singapore 208413</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/ce/c2ce7cf328269c23cc88a7ff2887a7d5c1340777.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.85" OriginalAmount="62.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2828949690525" Longitude="103.84393982573" StarRating="3" HotelCode="165514|2104535" HotelName="Hotel 1888 Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Trengganu Street, Singapore 058479</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/b1/deb17360a9f57db43db6e5c796e9948aaa5efe39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the highly dynamic Chinatown area and fully intertwined with the rich histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.04" OriginalAmount="62.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297002" Longitude="103.855584" StarRating="2" HotelCode="172030|429135" HotelName="Fragrance Hotel Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Middle Road, Bugis, 188942 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/12/9c12ecfc5f8737cbcffe4f4c4d9ed509ec26fc42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel, situated in the City District, is just a stone's throw from the Bugis MRT station and in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28319" Longitude="103.843881" StarRating="3" HotelCode="79828|inn_at_temple_street" HotelName="The Inn At Temple Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Temple Street, Singapore 058581</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/c3/e6c3ac43b0959440cdffb0e6c9d10501906c0430.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along Temple Street, which is a five-minute walk away from the Chinatown MRT St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.17" OriginalAmount="63.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.285781" Longitude="103.834254" StarRating="2" HotelCode="909737|2104655" HotelName="New Cape Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Seng Poh Road, Singapore 168891</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/28/ff285d87fa7e097238371b0fcb48d462356a7c75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.354025" Longitude="103.878559" StarRating="2" HotelCode="147837|fragrance_hotel__kovan" HotelName="Fragrance Kovan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>760 Upper Serangoon Road, Singapore 534629</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/24/0f24f819bd21ad71700c7914b57c1cba9d17ddda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29715" Longitude="103.856511" StarRating="3" HotelCode="909728|park_view_7" HotelName="Park View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>81 Beach Road, Singapore 189692</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/4e/4b4e9d3b26ba3bbaee81f7659f7d37c751c70640.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Undeniably one of the city's best hotels, Park View Hotel offers more than just quality accommodatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30351" Longitude="103.853" StarRating="2.5" HotelCode="874933|reddoorz_plus_near_lavender_street" HotelName="RedDoorz Plus near Lavender Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>407 Jalan Besar, Located in The Noble Hotel, Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/84/2e84764811852d54a0f4b99ee1687ccfd9d51f07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.309845" Longitude="103.863112" StarRating="2" HotelCode="177398|fragrance_hotel__lavender" HotelName="Fragrance Lavender" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Lavender Street, Singapore 338710</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/ca/8fcae19a9dee54ea64865d634cbbc1fdb788f011.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3121818559837" Longitude="103.87909821874" StarRating="3" HotelCode="402883|the_amazing_inn" HotelName="The Amazing Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Lorong 14 Geylang, Singapore 398913</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/07/c607d2ae5778681a2128a2f112258ff752ca38d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3095415770204" Longitude="103.8581559062" StarRating="1.5" HotelCode="909668|classique" HotelName="Classique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Currency Exchange,Elevator,Internet,Laundry,Luggage Storage,Parking,Photocopy">
        <Address>
          <AddressLines>
            <AddressLine>240 Jalan Besar, 208913 Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/a8/45a811cb6cb7efc2e5ee579416e799ea0590afb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Convenience,comfort and class are encapsulateed in Classique Hotel. A Hotel with modern facilities a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="65.97" OriginalAmount="65.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2878386947894" Longitude="103.84792864323" StarRating="3" HotelCode="177432|232401" HotelName="Jayleen 1918 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Carpenter Street, Near the Singapore River, Boat Quay, Singapore 059921</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/51/2251a5f02000df50aa5dfce93a3cb0cc2f9f4f66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.97" OriginalAmount="65.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3037" Longitude="103.850025" StarRating="3" HotelCode="64175|64054" HotelName="Fragrance Hotel Selegie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>183 Selegie Road, Singapore 188329</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/50/64/506442fded5b84a322d88ab6a4e6517801af7dae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is around a 2-minute walk from Little India MRT Station. Located within some 10 minutes' w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.28" OriginalAmount="65.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3164004354177" Longitude="103.82657706019" StarRating="3" HotelCode="80631|1508808" HotelName="Metropolitan Ymca Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 Stevens Road, Singapore 257854</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/a7/07a7f88d5b9da7d39da175f7867f382e9a390734.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located within the CBD area, as well as the shopping and entertainment dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.07" OriginalAmount="66.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.309451" Longitude="103.86262" StarRating="3" HotelCode="76107|88278" HotelName="Fragrance Imperial" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Penhas Road, 208187 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/dd/76ddf09c36024ad6bcf81aa85e8929058dbdfb37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre, on the corner of Lavender Road and Kallang Road, and a 5-m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30072" Longitude="103.851537" StarRating="1" HotelCode="931426|big_hotel" HotelName="Hotel G Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>200 Middle Road, Singapore 188980</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/67/d467fff2302ca579a7fc5556896147917b7bf40d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3053176393006" Longitude="103.86024506304" StarRating="3" HotelCode="355033|hotel_boss_5" HotelName="Hotel Boss" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>500 Jalan Sultan, Singapore 199020</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/b9/5fb9709c7e73ba40fa91aa49a45d8c6e776d2553.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.272427" Longitude="103.827875" StarRating="3" HotelCode="118487|harbour_ville_hotel" HotelName="Harbour Ville Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>512 Kampong Bahru Road, Singapore 099448</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/eb/e0eb464df573cfc344fa4a3b8a2ddd1c6204a0dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located along Kampong Bahru Road in the direction of Mount Faber, within two prominent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311107" Longitude="103.853702" StarRating="3" HotelCode="296207|penta_hotel_2" HotelName="Penta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Elevator,Internet">
        <Address>
          <AddressLines>
            <AddressLine>33 Birch Road, Singapore 219894</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/db/2fdb88e450360d9ea2d48bbd587c5ca08df92356.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Singapore, Penta Hotel puts everything the city has to offer just outside...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311108" Longitude="103.87372" StarRating="1" HotelCode="909698|gay_world" HotelName="Gay World" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>115 Geylang Rd, Singapore 389218</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/97/00974c3b0a601417b0eab52db2911ded01df6463.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in Singapore. This establishment does not accept pets. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.03" OriginalAmount="67.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3076072363275" Longitude="103.85077496242" StarRating="3" HotelCode="909711|2002605" HotelName="Park 22 Hotel Little India" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60 Kerbau Road, Little India, Singapur 219184</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/25/6525f5f6774bec825ec576fa02dc2ebf6e692467.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.45" OriginalAmount="67.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3093752753479" Longitude="103.85802536314" StarRating="3" HotelCode="934378|1012695" HotelName="Aqueen Hotel Jalan Besar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>230 Jalan Besar, Singapore 208906</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/364949/364949a_hb_a_008.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.48" OriginalAmount="67.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3117541344284" Longitude="103.86024663272" StarRating="2" HotelCode="517457|1220768" HotelName="Pine Hostel by Just Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>153A Tyrwhitt Road, Qinan Building, 207566 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/5a/cc5a757e07fd141a27d4b10bdc9a8c9c849b1043.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.55" OriginalAmount="67.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3115907402778" Longitude="103.86136962673" StarRating="3.5" HotelCode="437138|2289745" HotelName="Arcadia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>32 Hamilton Road, Singapur 209201</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/b6/5cb627d41f8b78c55c30944f9117a67fc34d87bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="68.62" OriginalAmount="67.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.292207" Longitude="103.768792" StarRating="2" HotelCode="114233|CAN909100" HotelName="Fragrance Waterfront" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>418 Pasir Panjang Road, Singapore 118759</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/9f/619fc987a734dc133638815832fd05c396a773b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the suburbs of Singapore, allowing travellers to experience the peace and q...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297906" Longitude="103.85716" StarRating="3" HotelCode="224700|marrison_hotel" HotelName="Marrison Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Beach Road, Singapore 189704</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/51/d7516f73521631d49b1d7c42f3ab5008dbdf5c15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.69" OriginalAmount="69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3123454121457" Longitude="103.88240395328" StarRating="2" HotelCode="387597|157774" HotelName="Seng Wah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Lorong 22 Geylang, Singapore 398673</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/96092/2496092/1.jpg?f=15677952</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.69" OriginalAmount="69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2977557980819" Longitude="103.85639455544" StarRating="2" HotelCode="342936|157678" HotelName="85 Beach Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>85 Beach Road, Singapore 189694</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/22/b6221815990f5af053ceb09efd483427ae0dcc11.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.292129" Longitude="103.76869" StarRating="2" HotelCode="114234|fragrance_hotel__ocean_view" HotelName="Fragrance Ocean View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>432 Pasir Panjang Road, Singapore 118773</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/c2/68c25b863ab2a147d6b37c233bf9cd0b30a53bba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the suburbs of Singapore, allowing travellers to experience the peace and q...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2868959869191" Longitude="103.84701695859" StarRating="3" HotelCode="491670|champion_hotel_city" HotelName="Champion Hotel City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 North Canal Road, Boat Quay, Singapore 059293</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/d4/ccd45268c6b0abf7a7f4674f492071fb00f054f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3121435103141" Longitude="103.86088833499" StarRating="3" HotelCode="932935|arton_boutique_hotel" HotelName="Arton Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>176 Tyrwhitt Road, Singapore 207576</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/ec/80ec50755f3d67f7c4e1985ad3ccf344aac84b30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Singapore, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.55" OriginalAmount="69.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3035370474116" Longitude="103.85125120909" StarRating="4" HotelCode="169600|916155" HotelName="Parc Sovereign Hotel - Albert St" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175 Albert Street, Singapore 189970</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/34/b4340a604d40b271165293861b4ed2fca0990416.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 10-minute walk away from both Little India and Bugis MRT stations and a 10-minute dri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304129" Longitude="103.859397" StarRating="3" HotelCode="141694|santa_grand_hotel_bugis" HotelName="Santa Grand Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Kubor, Singapore 199202</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/79/0c79134482e71ade601bfdd13f65df44dc7c9b98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is very easily accessible, with convenient links to public transport and taxis. It takes a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.19" OriginalAmount="70.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.312239" Longitude="103.86057" StarRating="4" HotelCode="299470|1014825" HotelName="Parc Sovereign Hotel - Tyrwhitt" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Tyrwhitt Road, Singapore 207569</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/46/0c46e108d2cefa3114c12df6ba9ec8c3ceb0aa06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.307427" Longitude="103.861575" StarRating="4" HotelCode="170067|v_hotel_lavender" HotelName="V Lavender" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70 Jellicoe Road, Singapore 208767</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/8b/dd8b37ad66041c8b0465ee389137774c43edd9b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the city centre, at the junction of Kallang Road and Lavender Road. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2991" Longitude="103.850267" StarRating="3" HotelCode="260561|v_hotel_4" HotelName="V Hotel Bencoolen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Bencoolen Street, Singapore 189627</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/cd/33cd28e93325cb969f9b74ce156ea112e059a353.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3027595492557" Longitude="103.858334485" StarRating="3" HotelCode="344527|hotel_nuve" HotelName="Hotel NuVe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Pinang, Singapore 199141</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/f3/bdf3b8c8dd067e85d30e3511f67739bdd87d630c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="72.70" OriginalAmount="71.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.316816" Longitude="103.841882" StarRating="3" HotelCode="21221|94459" HotelName="Hotel Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Newton Road, Singapore 307964</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/5a/765aa4cdb7885c247713fcbe0bdcb433f593fbbb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the heart of Singapore’s exclusive residential district, a 5-m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.18" OriginalAmount="72.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.390595" Longitude="103.985928" StarRating="4" HotelCode="60575|22894" HotelName="Village Hotel Changi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Netheravon Road, Singapore 508502</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/30/8c300113b9389a5baacb5382044d1ccffa55b3c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the Singapore district of Changi, amidst quaint little shops a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.73" OriginalAmount="73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.292303" Longitude="103.768551" StarRating="3" HotelCode="902297|62779" HotelName="Santa Grand West Coast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>428 Pasir Panjang Road, Singapore 118769</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/c0/cfc0334234217171cbf0c541b25c04e86da73c96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The air-conditioned city hotel is situated close to the National University of Singapore (NUS), Nati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.91" OriginalAmount="73.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.298933" Longitude="103.850167" StarRating="2" HotelCode="64176|2178485" HotelName="Hotel Mi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>41 Bencoolen Street, Singapore 189623</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/61/8c61394b8f5192a0b0897b32df58acd1e4066fc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to Singapore's museum belt, and is best suited for the artistically incli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2832814025" Longitude="103.84585670082" StarRating="3" HotelCode="343172|the_southbridge_" HotelName="The Southbridge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>210 South Bridge Road, Singapore 058759</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/27/2327b2b264f455d244068f4936c066c74b889fd2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28054551" Longitude="103.78650072" StarRating="2" HotelCode="765320|k2_guest_house" HotelName="K2 Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 South Buona Vista Road, Singapore 118146</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/9c/b59cba487e331c269fb7ceedc98f85dfa3c8999b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.31" OriginalAmount="74.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.283861" Longitude="103.844608" StarRating="2" HotelCode="909695|2729455" HotelName="Hotel Mono" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Mosque Street, Singapore 059498</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/c2/39c24dbb54f7fd8e1310af97ea688199ec3bc9eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="75.66" OriginalAmount="74.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3120586815058" Longitude="103.86074718651" StarRating="2" HotelCode="549378|682930" HotelName="Dream Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>172 Tyrwhitt Road, Singapore 207574</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/33/9133a2c854fb6d662f2caf73708dd2cb97521a6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3885841333604" Longitude="103.97651341171" StarRating="4" HotelCode="932934|changi_cove" HotelName="Changi Cove" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>351 Cranwell Road, Singapore 509866</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/93/64/9364779c89e3083dc9001659c6d979699ab5453d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2874096083415" Longitude="103.84770911657" StarRating="3" HotelCode="501735|hotel_clover_7" HotelName="Hotel Clover 7" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7 Hong Kong Street, 059650 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c1/38c15dd1b44143953304f9d69236236984294ab1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2989466666667" Longitude="103.85008733333" StarRating="3" HotelCode="149351|hotel_bencoolen" HotelName="Hotel Bencoolen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Conference Hall,Fax,Internet,Jacuzzi,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Bencoolen Street, Singapore 189626</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/d9/ced9730ebc8e647dfac78a7e2909c730ed8a6b60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2873911846805" Longitude="103.84833053373" StarRating="3" HotelCode="933731|hotel_clover_the_arts" HotelName="Clover The Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>58 South Bridge Road, 058689 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/b2/d9b2e99ac36ce7ccff272f8e020c91007edfdfdf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.38881578" Longitude="103.97654425" StarRating="3" HotelCode="861348|zen_premium_cranwell_road" HotelName="Changi Cove by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>351 Cranwell Road, Changi, Singapore 509866</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/84/3e84dd6087b313824d30513f7dbdcf4a5c5e6bb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.33" OriginalAmount="76.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.308903" Longitude="103.855319" StarRating="2" HotelCode="267080|1228258" HotelName="Marrison at Desker" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Desker Road, Little India, Singapore 209588</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/2c/622c76b9ec06a91aa6e75400bf5e543ba6595a34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.76" OriginalAmount="76.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3041329686122" Longitude="103.85097295046" StarRating="3" HotelCode="172229|22704" HotelName="Village Hotel Albert Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>180 Albert Street, Singapore 189971</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/02/4f0292b21198ba3f0aef7529b3d4dcb2dc687a50.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel complex is situated opposite Little India Arcade and Shopping centre, where opportunities ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3316690612254" Longitude="103.87917754301" StarRating="3" HotelCode="378760|windsor_5" HotelName="ibis Styles Singapore On Macpherson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>401 Macpherson Road, Corner Of Macpherson &amp; Aljunied Road, Singapore 368125</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/93/bf9329e971ed0fdd7f1da7d46a8a7393d585411b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has a lift and a 24-hour guest services desk. A safe, a currency exchange service, a 24-h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.379517" Longitude="103.95481575" StarRating="3" HotelCode="230800|costa_sands_resort_downtown_east" HotelName="D'Resort at Downtown East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Pasir Ris Close, Singapore 519599</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/12/2312c3f905d06dedab6a3f3b3382ef82ee8f03fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a childcare service and a conference room. Wireless int...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3073270682151" Longitude="103.8589228499" StarRating="3.5" HotelCode="578485|nuve_urbane" HotelName="Hotel NuVe Urbane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 King George’s Avenue, Singapore 208582</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/01/d0014b5994abe0ace2f38678c46c7dc6721ecd4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.39" OriginalAmount="77.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2878775769958" Longitude="103.83609741926" StarRating="4" HotelCode="15218|1009215" HotelName="Furama Riverfront" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>405 Havelock Road, Singapore 169633</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/63/246333b960b54aefb27ae29b1d4b6a34a60df98d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located near the Singapore River, this hotel is within walking distance of the entertainment areas l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2829480913796" Longitude="103.84590810154" StarRating="2" HotelCode="383782|istayinn_singapore" HotelName="iStay.inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>211A South Bridge Road, Singapore 058760</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/88/5a88002a4ea5dad83bfd55c9ee6a7c607ce4c216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297019003828" Longitude="103.85255303393" StarRating="2" HotelCode="73808|victoria_hotel_6" HotelName="Victoria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87 Victoria Street, Singapore 188016</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/fd/a1fdc75790b396a358f171f1963de5f2c5bdb6fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the central area of Singapore, not far from Orchard Road's shopping paradise...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28413961" Longitude="103.84423828" StarRating="3" HotelCode="937482|the_porcelain_hotel" HotelName="Porcelain Hotel by JL Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Beauty Salon,Business Centre,Concierge,Dry Cleaning,Elevator,Garden,Internet,Laundry,LCD/Projector,Luggage Storage,Massage Centre,Porter,Smoking Rooms,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Mosque Street, Singapore 059526</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/59/6c59a3d02ba5bab08fbae7128d5aea1002305575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property's full service health spa has massage/treatment rooms and beauty services. Complimentar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.92" OriginalAmount="79.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2841180671268" Longitude="103.84433984756" StarRating="3" HotelCode="170283|312885" HotelName="Porcelain Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>48 Mosque Street, Singapore 059526</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/147829/147829a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on one of Chinatown's best-known historical lanes, Mosque Street, surrounded by...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3036473758348" Longitude="103.85962130381" StarRating="4" HotelCode="935363|hotel_clover_769_north_bridge_road" HotelName="Clover 769 North Bridge Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Boutique,Garden,Internet,Laundry,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>769 North Bridge Road, Singapore 198737</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/96/e996fb127f3a28083aba1aa5dc6d2400d190990e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a wonderful setting amidst the bustle and splendour of Singapore. The hotel is loc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3013073150802" Longitude="103.85301517324" StarRating="0" HotelCode="434664|south_east_asia" HotelName="South East Asia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>190 Waterloo Street, 187965 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/df/b5dfe92e72a544a7aa4545e83cc7bf9378a2edea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;For more than four decades, South East Asia Hotel  has been the hotel of choice for many a visitor t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.296858" Longitude="103.855824" StarRating="2" HotelCode="932932|amaris_hotel_by_santika_bugis_singapore" HotelName="Amaris Hotel Bugis Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Middle Road, Bugis Junction, Singapore 188931</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/6a/0e6a77bd47ecda54d09b10a29b637e287da550dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.13" OriginalAmount="80.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2811925103281" Longitude="103.84189367294" StarRating="3" HotelCode="888807|84906" HotelName="Hotel 1929" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Keong Saik Road, Singapore 089154</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb98211b9fcdae97327069e9a9669a0fab0d909.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the business district of Chinatown. It is a two-minute walk from the Chi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.18" OriginalAmount="80.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.284286" Longitude="103.844947" StarRating="1" HotelCode="945417|1829178" HotelName="Capsule Pod Boutique Hostel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>38 Upper Cross Street, Singapore 058341</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/7a/db7a007d13873516fbd4985ae2262ded339c5e13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.19" OriginalAmount="80.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3110080866374" Longitude="103.87659261015" StarRating="3.5" HotelCode="549346|2331035" HotelName="Five/6 Hotel Splendour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Lor, 6 Geylang, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/cf/f4cf1d300b706b7ad85fc2766840eb5ad23037bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2846968037277" Longitude="103.83430119398" StarRating="4" HotelCode="73807|link_hotel" HotelName="Link Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Tiong Bahru Road, Singapore 168733</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/af/35af229a368dbfdbeac171b3f3c8574664746314.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Tiong Bahru estate in the heartlands of Singapore, this city hotel is a mere 10-minute d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3120326971487" Longitude="103.87778699398" StarRating="2" HotelCode="909675|ascendere" HotelName="Ascendere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Lorong 10 Geylang, 399035 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/0d/fc0d733d3c821b312ea1b86c860af639757fe339.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Singapore. Pets are not allowed at this hotel. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.33" OriginalAmount="81.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.302393" Longitude="103.857804" StarRating="4" HotelCode="7749|22814" HotelName="Village Hotel Bugis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>390 Victoria Street, 188061 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/64/0a6437b1e765df60d83d4c707c201012049f813b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located next to the Sultan Mosque on Arab Street and Bugis Village, with its enchanting atmosphere, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.326132592547" Longitude="103.84581740245" StarRating="3" HotelCode="168362|ibis_singapore_novena" HotelName="ibis Singapore Novena Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Irrawaddy Road, Singapore 329543</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/74/b1745949c232bb36c738fe5cec59931ad91bc5c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within walking distance to Novena MRT Station and the Orchard shopping belt is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.87" OriginalAmount="83.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.287473" Longitude="103.847521" StarRating="3" HotelCode="177396|915975" HotelName="Fragrance Riverside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Hong Kong Street, Clarke Quay, Riverside, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/c6/a6c6e609f90139d1d3bd8c4b980909fae52f2880.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated a 2-minute walk from Clarke Quay MRT Station and just opposite Clarke Quay. Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.10" OriginalAmount="83.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.301667" Longitude="103.852413" StarRating="3" HotelCode="65792|23094" HotelName="Summer View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>173 Bencoolen Street, Singapore 189642</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/35/db35839d957e34070eb328e3190446a0b41e3e0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Singapore, a mere 5 to 10-minute drive from the business distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3067256747647" Longitude="103.9059042037" StarRating="3" HotelCode="177395|santa_grand_hotel_east_coast" HotelName="Santa Grand Hotel East Coast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 East Coast Road, Singapore 428877</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/83/5d83f63ca8b5d0cf0f10633aa0c7fbb11d4ad898.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 73 rooms. Services and facilities at the hotel include a baggage stor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2974854860404" Longitude="103.8567557931" StarRating="2" HotelCode="909665|hotel_calmo_bugis_sg_clean_staycation_approved" HotelName="Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Beach Road, Singapore 189699</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/a7/6ba74d39d1ce28b9c191d3cfff0b4af5ec2494a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.85" OriginalAmount="84.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3221359730599" Longitude="103.89152538351" StarRating="3" HotelCode="346080|1589798" HotelName="Aqueen Hotel Paya Lebar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>33 Jalan Afifi, Singapore  409180</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/09/420970008ec0b47271f7bac2c5a80a227dbf0e59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="85.11" OriginalAmount="84.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3065179058739" Longitude="103.83106482222" StarRating="4" HotelCode="571272|45473069" HotelName="YOTEL Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Dining,Housekeeping,Internet,Printer,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>366 Orchard Road, Singapore 238904</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/49/de490c46d0678836c51d01555317c8dfe8767cb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Inspired by first class travel, YOTEL translates the language of luxury airline travel into compact ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.84" OriginalAmount="85.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.280991" Longitude="103.841722" StarRating="3" HotelCode="909710|2262305" HotelName="Keong Saik" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>69 Keong Saik Road, Singapore 089165</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/1c/761c96d329e06c60060235e6c977d65791b6f760.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3011246485777" Longitude="103.84210212527" StarRating="3" HotelCode="362035|hotel_chancellororchard" HotelName="Hotel Chancellor@Orchard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Cavenagh Road, Orchard Road, Singapore 229635</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/fd/0afd5611a035574c15f5eeec5c866af632c3cf70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.298681" Longitude="103.849766" StarRating="3" HotelCode="909734|strand_hotel_5" HotelName="Strand Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="24 Hour Front Desk,Bar,Coffee Shop,Concierge,Currency Exchange,Elevator,Internet,Laundry,Luggage Storage,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Bencoolen Street, Singapore 189619</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/85/3d854f2565fa8911cea87e110977b6df02fcb334.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled in the heart of the cultural, civic and commercial district, Strand Hotel provides a welcome...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.26" OriginalAmount="86.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.285055" Longitude="103.833611" StarRating="4" HotelCode="140922|504815" HotelName="Nostalgia Urban Boutiquehotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>77 Tiong Bahru Road, Singapore 168727</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/49/1c49e64e773ff21a9bd67000cedeaa91ce01b376.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the Tiong Bahru Estate which is popular with young adults for its Art De...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.36" OriginalAmount="86.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2873142738718" Longitude="103.84779162698" StarRating="4" HotelCode="933729|1201498" HotelName="Clover 5 Hongkong Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Hongkong Street, 059648 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/d7/f2d7bdef8353fa0ed0b59bc1352cd1b2b8b257fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Singapore. For guests who appreciate a stylish ambienc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3078202057286" Longitude="103.85865031349" StarRating="3" HotelCode="296206|j8_hotel" HotelName="J8 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Townshend road, #01-01, 33 Maude road, Singapore 207606</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/eb/bceb01be0dce83e51b790f79010e433ebf534d2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.45" OriginalAmount="87.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297609" Longitude="103.845089" StarRating="3" HotelCode="75489|1439668" HotelName="Fort Canning Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Fort Canning Road, Singapore 179494</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/97/b3970ceef0ec8281619636e7b0a2c6155c9311e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located next to the lush gardens of Fort Canning Park, this city hotel is 5 minutes' walk from Singa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.50" OriginalAmount="87.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3046033904852" Longitude="103.8540370464" StarRating="1.5" HotelCode="565653|817444" HotelName="Snooze Inn @Dunlop Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Laundry,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>28 Dunlop Street, Singapore 209356</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/09/990976f803c5d195a194d682da2f73886db0fee9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel is located within Singapore's culturally rich Little India, within walking distance of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.61" OriginalAmount="87.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297767" Longitude="103.848132" StarRating="3" HotelCode="909743|1221248" HotelName="YMCA @ One Orchard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>One Orchard Road, Singapore 238824</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/51/46517c9348c57982b65f31b039cb20df55864fc7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.50" OriginalAmount="88.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2883924309829" Longitude="103.83645415306" StarRating="4" HotelCode="47744|101682" HotelName="Copthorne King's Hotel Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>403 Havelock Road, Singapore 169632</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ed/9f/ed9fae55fe51c067bd153471b8d9810f65483829.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the city centre by the historical Singapore River with easy access to all m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.78" OriginalAmount="88.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.313878" Longitude="103.828419" StarRating="4" HotelCode="571826|2170735" HotelName="Mercure Singapore On Stevens" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>28 Stevens Road, #01-02, Singapur 257878</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2c/60/2c60782b951265ad48560fff331c990080e23411.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.80" OriginalAmount="88.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3201023185029" Longitude="103.85264335582" StarRating="3" HotelCode="63255|504955" HotelName="Quality Hotel Marlow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>201 Balestier Road, Singapore 329926</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/a1/94a1d01b172eae8db65da3f7bcb8b77f81f7c43d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the top of Balestier Road, the hotel is a 10-minute drive from the city centre and the sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.89" OriginalAmount="89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3050446832896" Longitude="103.85447055101" StarRating="3.5" HotelCode="169599|61069" HotelName="Wanderlust" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Dickson Road, Singapore 209494</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/c6/4bc6d65ddca653e998cb3dbaad96f0619d42dd07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Little India, a bustling cultural enclave where Indian immigrants once settled, the hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.33" OriginalAmount="89.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3102069444029" Longitude="103.85847955445" StarRating="3" HotelCode="104119|120484" HotelName="Holiday Inn Express Singapore Serangoon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>270 Jalan Besar, Singapore 209019</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/89/79/89798ab9286c70261ab045c789ad0d88f10de955.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a 5-minute walk from 2 MRT stations, Farrer Park and Lavender and Little India,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.37" OriginalAmount="89.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297708" Longitude="103.852214" StarRating="4" HotelCode="73184|84702" HotelName="Royal at Queens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Queen Street, Singapore 188553</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/68/af68a4cae8e08e748d28d03adee43774d6aa3c4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Singapore hotel is strategically located in the city's dynamic business, financial, convention,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.63" OriginalAmount="89.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.290632" Longitude="103.839004" StarRating="4" HotelCode="160562|128574" HotelName="Studio M Hotel Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Nanson Road, Singapore 238910</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/18/4a/184a5d77138d28a49316a5f2094777fe89053187.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location at the Robertson Quay entertainment precinct, surrounded by ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.48" OriginalAmount="90.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3201035987076" Longitude="103.84500094136" StarRating="4" HotelCode="170068|1018198" HotelName="Oasia Hotel Novena" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Sinaran Drive, Singapore 307470</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/62/f462d6896119bceb74a69d03ac416c294d2eb042.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the charming enclave of the Novena district, the hotel is within walking distance of Nove...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.58" OriginalAmount="90.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2972897349774" Longitude="103.85257691145" StarRating="4" HotelCode="165729|401815" HotelName="Grand Pacific" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Victoria Street, Singapore 188018</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/fe/67fe00d5c546d9e9c131836e0555b19f1a486dec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of the business district, adjacent to the Civic Art Centre, this hotel is with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.74" OriginalAmount="90.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30126" Longitude="103.841743" StarRating="3" HotelCode="395434|501115" HotelName="Hotel Grand Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Cavengah Road, Orchard Road, Singapore 229617</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/6b/686bc1dc7820b4017ad87a1a9541964860f4c0db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just off the famous Orchard Road area, and is just a few minutes' walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3143395707326" Longitude="103.86023909913" StarRating="2" HotelCode="322449|rucksack_inn__lavender_street" HotelName="Rucksack Inn @ Lavender" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>280A Lavender Street, Singapore 338800</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/63/0f63fcdfbc5af5ce548baef0adfa183a56f9f03a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2919974612248" Longitude="103.77018075063" StarRating="2" HotelCode="344393|pasir_panjang_inn_" HotelName="Pasir Panjang Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Coffee Shop,Designated Smoking Area,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>404 Pasir Panjang Road, Singapore 118741</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/e1/85e170e90f973fb508725da1770f206399d3609b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Pasir Panjang Inn is conveniently located in the popular Harbourfront area. The hotel has everything...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.77" OriginalAmount="92.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3034572269324" Longitude="103.90298098326" StarRating="4" HotelCode="62537|952535" HotelName="Village Katong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Marine Parade, Singapore 449536</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/e8/c6e85bc9675c8dc266bb041409e39f72e246cae8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN) (about 15 km away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.82" OriginalAmount="92.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.280198" Longitude="103.840155" StarRating="4" HotelCode="213830|1083678" HotelName="Dorsett Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 New Bridge Road, Singapore 088765</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/87/5b871ea13dbcec335b78465b9e89b11b007329d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Singapore, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29164143" Longitude="103.84959786" StarRating="0" HotelCode="985184|lyf_funan_singapore_by_ascott" HotelName="lyf Funan Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Hill Street, Singapore 179370</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/7e/0d7ef8cd4b1a84fa0467febf134dcbfa9e33551f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.56" OriginalAmount="93.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2993469729994" Longitude="103.85324852173" StarRating="4" HotelCode="455174|1865268" HotelName="Mercure Singapore Bugis" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Middle Road, Singapore 188973</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/e7/5ae7a5250be85f2c1292b7c287ee6f39b1456b36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in the centre of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.79" OriginalAmount="93.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3045597555314" Longitude="103.9046947907" StarRating="3" HotelCode="421620|1614398" HotelName="Holiday Inn Express Singapore Katong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Business Centre,Fax,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88 East Coast Road, Singapore 423371</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/479734/479734a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The largest Holiday Inn Express in Singapore!   The new hotel is the smart choice for savvy business...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2908990892066" Longitude="103.83731312709" StarRating="4" HotelCode="442248|m_social_singapore" HotelName="M Social Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>90 Robertson Quay, Singapore 238259</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/3b/833b5a125da9ebab47b4012cf4dd2aa929bff8e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.18" OriginalAmount="94.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.284399" Longitude="103.835042" StarRating="4" HotelCode="142230|127394" HotelName="Wangz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231 Outram Road Riverside, 169040 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/ea/b1ea06613404566c7aab7b6de9a26434c48e163b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Tiong Bahru Estate and is within easy walking distance of some of the be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.25" OriginalAmount="94.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2833015906778" Longitude="103.84354697585" StarRating="2" HotelCode="318697|1238128" HotelName="Beds &amp; Dreams Inn @ Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>52 Temple Street, Singapore 058597</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/e5/04e5e47a7bf17dc6116fe9e5c89b2568cfbf9f1c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3130017856416" Longitude="103.8259270913" StarRating="3.5" HotelCode="93357|relc_international_hotel" HotelName="Relc International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Orange Grove Road, Off Orchard Road, Singapore 258352</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/84/3a84dd6f4e6cd440c30046ec594f61dfaee0381c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3046973" Longitude="103.788674" StarRating="4" HotelCode="201401|park_avenue_rochester_hotel" HotelName="Park Avenue Rochester Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rochester Drive, Singapore 138637</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/78/7c7856d8db4e187a50da6e95970be725ef482ea9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 271 rooms. A dining area and a bar are available to guests of the acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.63" OriginalAmount="95.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3117730628022" Longitude="103.86047559053" StarRating="3" HotelCode="376221|1827848" HotelName="Hotel Yan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Tyrwhitt Road, Singapore 207581</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/96/aa96a759ec3707a08057744525508ec5db7664e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2870782966736" Longitude="103.84822535358" StarRating="2.5" HotelCode="577723|the_quay_hotel" HotelName="The Quay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>57 South Bridge Road, Singapore 058688</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/7b/237b7d65712249157c1b940bfee923d973a53216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.15" OriginalAmount="96.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2805444870868" Longitude="103.84182780311" StarRating="2" HotelCode="909739|1178028" HotelName="Butternut Tree Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Teck Lim Road, Chinatown, Singapore 088392</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/69/8069bd281effabf3c6cd6973ff65e2136f368a65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.29" OriginalAmount="96.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.301164" Longitude="103.852568" StarRating="3" HotelCode="888086|98955" HotelName="ibis Singapore on Bencoolen Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>170 Bencoolen Street, Singapore 189657</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/fc/78fc7d21e5940988571497b6170b4c2f3a56cf9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bencoolen Street, in the heart of the business and cultural district of Sin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="97.67" OriginalAmount="96.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3032081469688" Longitude="103.86098272024" StarRating="4" HotelCode="176119|160090" HotelName="The Sultan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Jalan Sultan, 01-01, Singapore 199002</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/70/187097ac08a36c57703065cd8f45715d4b8e6399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Kampong Glam and is just walking distance from the Malay Herita...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="97.85" OriginalAmount="96.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3083655275689" Longitude="103.85183372884" StarRating="3" HotelCode="165515|2204939" HotelName="Hilton Garden Inn Singapore Serangoon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Belilios Road, Singapore 219924</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/9f/2f9fa0a5aaa0433f5536a8cc536f2ce8c66681ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Belilios Road which forms part of Little India, a must-see tourist destinat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.83" OriginalAmount="97.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2872155021542" Longitude="103.84782587507" StarRating="4" HotelCode="513573|2291305" HotelName="Hotel Bencoolen Hong Kong Street" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Internet,Jacuzzi,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>47 Hong Kong Street, Singapore 059685</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a9/baa9dcb17c27890a70492ea7d5a244cfb4daf68b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.86" OriginalAmount="97.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3121597710242" Longitude="103.8546538832" StarRating="4" HotelCode="523462|1990285" HotelName="Park Hotel Farrer Park" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Designated Smoking Area,Golf,Housekeeping,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Farrer Park Station Road, Singapore 217564</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/51/ef517998314b052d4c4aa81f616dad1f528d5c8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally situated and in one of Singapore's most bustling districts, Park Hotel Farrer Park enjoys ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.01" OriginalAmount="98.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3082946752726" Longitude="103.83581846952" StarRating="4" HotelCode="18301|22764" HotelName="The Elizabeth" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>24 Mount Elizabeth, Singapore 228518</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/60/c0604d57a63cea8cc1e8f45c9bb7334ad41a891a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location within the prime residential district of Mount Elizabeth, just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.01" OriginalAmount="98.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2986921703408" Longitude="103.84899884462" StarRating="4" HotelCode="16631|1018208" HotelName="Rendezvous Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Bras Basah Road, Singapore 189559</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/22/5e224499721a25eb60f4c68cfe80a4a18223c38b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the heart of the urban and cultural district of the city, with shopping venues, re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.40" OriginalAmount="99.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3271725677369" Longitude="103.84612238628" StarRating="4" HotelCode="201402|925245" HotelName="Ramada by Wyndham Singapore at Zhongshan Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Ah Hood Road, Singapore 329982</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/8e/3d8eb67a838ff571fcdcd9d60d8e63c41d2d3413.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 384 rooms. The individual storeys can eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.78" OriginalAmount="99.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2662" Longitude="103.823826" StarRating="4" HotelCode="185568|1080248" HotelName="Travelodge Harbourfront" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Telok Blangah Road, Singapore 098828</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/59/e059e90a441a31554f01615bc82bd740f28b6578.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is nestled between Sentosa and Mount Faber and offers those with an urban appetite simpli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.16" OriginalAmount="100.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.307636" Longitude="103.835721" StarRating="4" HotelCode="153319|1006945" HotelName="Quincy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Mount Elizabeth, Singapore 228517</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/36/21364bed107ba5c921924dd49ce0d1ec10ff4038.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location within the prime residential district of Mount Elizabeth, just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.94" OriginalAmount="101.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3107004621788" Longitude="103.8557665112" StarRating="4" HotelCode="166868|102532" HotelName="PARKROYAL on Kitchener Road" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Kitchener Road, Singapore 208533</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/dc/66dcd2c42d8533c47565503ef6f26cd8521f0f57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Singapore's Little India on Serangoon Road, just a short walk f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="103.27" OriginalAmount="102.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.333214" Longitude="103.963317" StarRating="4" HotelCode="187410|1242431" HotelName="Capri by Fraser, Changi City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Changi Business Park Central 1, Singapore 486037</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/e7/0ae7edf21e4fb5f4538d23b8c64975a1b9d16e70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Changi Business Park, which comprises a mix of high technology ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.31" OriginalAmount="102.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3069510388523" Longitude="103.82782536442" StarRating="4" HotelCode="7752|22974" HotelName="Orchard Rendezvous Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Tanglin Road, Singapore 247905</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/8c/8d8c66f34eee2990e8f2a423be767eefcab44b73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the top of Orchard Road, a prime shopping, restaurant and entertainment bel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="103.65" OriginalAmount="102.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304248273722" Longitude="103.82375121117" StarRating="4" HotelCode="166875|716855" HotelName="Hotel Jen Tanglin Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1A Cuscaden Road, 249716 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/ab/3dab5da136bff4f765a44f8012f19373fe4b1987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Orchard Spring, this hotel is just a 5-minute stroll to the main shopping and entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3024129950033" Longitude="103.86404327635" StarRating="3" HotelCode="482281|destination_singapore_beach_road" HotelName="Destination Singapore Beach Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>700 Beach Road, Singapore 199598</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/36/ce360ff46efa682359fd7fd407df6088e69dc64f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.57" OriginalAmount="104.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28643" Longitude="103.844669" StarRating="4" HotelCode="39411|22794" HotelName="Furama City Centre" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Eu Tong Sen Street, 059804 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/b1/c1b1ddd37f9608d89b5f68318bda9f207aaa3a09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Chinatown- a shopping and entertainment haven in the middle of the Financial...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2845147171765" Longitude="103.84433988648" StarRating="3" HotelCode="353636|bliss_hotel_singapore" HotelName="Bliss Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>62 Upper Cross Street, 058353 Singapore Island</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/80/6580af7b774c4b26f2a1d8cf00dd9a971d72a0c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.98" OriginalAmount="109.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.288732985386" Longitude="103.83417159319" StarRating="4" HotelCode="7748|97369" HotelName="Holiday Inn Atrium" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>317 Outram Road, 169075 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/68/77683dc205526455018b06d91b3340cfa883e96e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the crossroads of Outram and Havelock Roads, the hotel lies by the Singapore River, with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.10" OriginalAmount="110" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28066031" Longitude="103.84143792" StarRating="0" HotelCode="883325|504038" HotelName="Kesa House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Keong Saik Road, Chinatown, Singapore 089158</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1092379/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3125045930778" Longitude="103.86121112304" StarRating="3" HotelCode="143917|aqueen_hotel_lavender" HotelName="Aqueen Lavender" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>139 Lavender Street, Singapore 338739</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/46/a54690125cda301b1a9122fa364bd32ab650be46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within close proximity of various eateries offering uniquely Singaporean fares....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.19" OriginalAmount="111.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3034465008725" Longitude="103.9045715332" StarRating="4" HotelCode="60940|40934" HotelName="Grand Mercure Singapore Roxy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>50 East Coast Road, Roxy Square, via Marine Parade Road, Singapore 428769</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/90/d7909048babfdfcd13b165737f2f5058f3d13818.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the east coast of Singapore, on Marine Parade Road in the centre of histori...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.19" OriginalAmount="111.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.331287" Longitude="103.739603" StarRating="3" HotelCode="312604|1470968" HotelName="Genting Hotel Jurong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Town Hall Link, Singapore 608516</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/5d/4c5d97e8acbd27c94727f9df7cad02e41e9cda82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 557 rooms. Services and facilities at the hotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.12" OriginalAmount="112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3069753721034" Longitude="103.83543491363" StarRating="4" HotelCode="19480|york_hotel_2" HotelName="York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Mount Elizabeth, Singapore 228516</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/b7/4ab77e4bdb20a386ec4f16c5bdfff93abe24cd82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just off Orchard Road, Singapore's main shopping and entertainment belt, and a 15 minute dri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.78" OriginalAmount="112.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.273803" Longitude="103.844895" StarRating="4" HotelCode="59955|100102" HotelName="M Hotel Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Anson Road 81, 079908 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/ed/67ed424396d653d79b4ee0093a1f014c52c84064.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of the business district with easy access to key local att...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.31" OriginalAmount="114.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2881457301271" Longitude="103.84437203407" StarRating="4" HotelCode="165517|154406" HotelName="Park Regis Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 Merchant Road, Singapore 058268</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/d0/a6d0ac10a05f16282a3f5b4b5dc7b36314141f0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location in the city centre, within easy reach of Singapore's vibrant en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="117.73" OriginalAmount="116.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.291536" Longitude="103.842405" StarRating="4" HotelCode="96863|662583" HotelName="Park Hotel Clarke Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Unity Street, Singapore 237983</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/51/d9/51d9e98136bf54774ad81331e7a55a968bf5a66e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located along the picturesque Singapore River, this city hotel is just a 5-minute drive from the cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29776168272" Longitude="103.84440153837" StarRating="4" HotelCode="169598|innotel" HotelName="Innotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Penang Lane, Singapore 238485</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ea/14eaa7e62d48e7e27a72326306a3be22d5fb223d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is roughly a 5-minute walk away from Dhoby Ghaut MRT station and two train stops away from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="120.83" OriginalAmount="119.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2905414" Longitude="103.8348422" StarRating="5" HotelCode="12994|99122" HotelName="Grand Copthorne Waterfront Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>392 Havelock Road, Singapore 169663</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/d2/55d2f20e80ed0a0eafb505f17f4b1b32fe03246e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the banks of the historic Singapore River, within easy access of the shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.20" OriginalAmount="120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3106846140334" Longitude="103.85881959585" StarRating="2" HotelCode="520059|travellers_inn_6" HotelName="Travellers Loft @ Jalan Besar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>290A Jalan Besar, Singapore 208953</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/84/a1845e21d0219014465dc8aee536a84260331dc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.17" OriginalAmount="120.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.27886388" Longitude="103.84415178" StarRating="5" HotelCode="792058|2330875" HotelName="Six Senses Maxwell" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/4a/8c4a7c7e23e8a6211340ec2b517c03495e6732c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.300607" Longitude="103.842129" StarRating="4" HotelCode="302591|concorde_hotel_singapore" HotelName="Concorde Singapore" 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,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>100 Orchard Road, Singapore 238840</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/99/2999ecd00d9a719750f16937c2d4d149d213db08.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Orchard Road, the celebrated commercial and entertainment hub ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3073883247959" Longitude="103.83266150951" StarRating="5" HotelCode="16998|royal_plaza_on_scotts" HotelName="Royal Plaza on Scotts" 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,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>25 Scotts Road, Singapore 228220</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ab/d2/abd2f87a033547c9369c49ef58c65cfdbe0ec105.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Scotts Road, opposite the Grand Hyatt Hotel Singapore and the Marriot Singa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="125.98" OriginalAmount="124.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.295817" Longitude="103.855138" StarRating="5" HotelCode="401651|1082571" HotelName="Naumi Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Seah Street, Singapore 188396</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/4a/424ad067f78d2481d771e4d4c69163034d174ab9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the city centre, a mere two-minute walk from the famous Raffles Hotel. With...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.26" OriginalAmount="126.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3167871" Longitude="103.8417713" StarRating="3.5" HotelCode="887549|zen_rooms_novena" HotelName="Hotel Royal by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Newton Road, Singapore 307864</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/88/3388043dd987a9babad4c705b7a777b873ee5171.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.27" OriginalAmount="127" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3113174803166" Longitude="103.85482327796" StarRating="2" HotelCode="95900|61818" HotelName="The Claremont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>301 Serangoon Road, Singapore 218224</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/7f/3b7f4b5017b346160779ec3e9618b207be9d9aab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2756153746671" Longitude="103.8441560766" StarRating="4" HotelCode="255651|carlton_city_hotel_singapore" HotelName="Carlton City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Gopeng Street, Singapore 078862</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/a6/63a6ddb2746f2969961c545f39712cf39d8a8879.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.81" OriginalAmount="128.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3135324244157" Longitude="103.82912899021" StarRating="4" HotelCode="571548|2173965" HotelName="Novotel Singapore On Stevens" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Stevens Road, 01-01, Orchard District, Singapore 257878</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/f9/94/f9941a0b86b76f97d53c741e8a3fd147f1b0d567.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a safe, a bar, a babysitting service a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.306033" Longitude="103.829093" StarRating="5" HotelCode="17568|hilton_singapore" HotelName="Hilton Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>581 Orchard Road, 238883 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/fb/63fb7288a352fc76b84940890649bcc196983a98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located on fashionable Orchard Road and in the heart of Singapore's shopping, entertain...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3007703475073" Longitude="103.90111684799" StarRating="1" HotelCode="909684|amber_katong" HotelName="Amber" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Amber Road, 439878 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/9c/e99c11ef0bd228e7d37a2217ca4f8768b10e1b92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;These budget lodgings are close to the East Coast Park and about 15 minutes from the airport. Twenty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.61" OriginalAmount="134.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2873978720416" Longitude="103.80531084789" StarRating="4" HotelCode="309889|394139" HotelName="Park Hotel Alexandra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>323 Alexandra Road, Singapore 159972, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/10/bd10781e67845ea5abe360a4aad15f5c404f8c22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="137.34" OriginalAmount="135.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30496" Longitude="103.904327" StarRating="4" HotelCode="437144|37265602" HotelName="Hotel Indigo Singapore Katong" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>86 East Coast Road, Katong 428788</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/1f/fc1f774dae305ee09c6e0cd46ae43be6e8ef33f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="137.74" OriginalAmount="136.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30641157" Longitude="103.85232086" StarRating="2" HotelCode="689342|795090" HotelName="Clifden Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>12A Upper Dickson Road, Singapore 207472</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/30/ff30a3cadb32fcbbe10be36ffaf4605e9d79a7c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2972533402842" Longitude="103.84033827858" StarRating="3.5" HotelCode="344941|lloyd_s_inn" HotelName="Lloyd's Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Lloyd road, Singapore 239091</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/4a/804ac195b11678a9d629cce82b3eb47cf75c4f2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3124131335486" Longitude="103.85376502076" StarRating="5" HotelCode="297063|one_farrer_hotel__spa" HotelName="One Farrer Hotel &amp; Spa" 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>1 Farrer Park Station Road, Singapore 217562</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/9b/0e9b85fb6c26903d6519671ffcd96a7599b0b768.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.71" OriginalAmount="139.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2758543579617" Longitude="103.84450086012" StarRating="4" HotelCode="435236|1896625" HotelName="Oasia Hotel Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>100 Peck Seah Street, Singapore 079333</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/8d/218de6ad596e04cf6f324dd16fb012ae6e6602e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.81" OriginalAmount="139.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2771845099187" Longitude="103.8488305086" StarRating="4" HotelCode="536080|2117015" HotelName="Oakwood Premier OUE Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Shenton Way, OUE Downtown 1, Singapore 068809</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/592542/592542a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.85" OriginalAmount="139.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28396357" Longitude="103.84694548" StarRating="4" HotelCode="961310|2489085" HotelName="Capri By Fraser China Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>181 South Bridge Road, Singapore 058743</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/b0/7bb0072c8219a1fa6d3bf16ad74488219d666cac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.58" OriginalAmount="140.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.276803" Longitude="103.843845" StarRating="4" HotelCode="909726|1463748" HotelName="Orchid Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1 Tras Link (Tanjong Pagar), Singapore 078867</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/1f/2f1f247634e95558680e6176e52d7caa8a396caa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.19" OriginalAmount="140.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3070789388963" Longitude="103.85836352474" StarRating="5" HotelCode="376374|1800688" HotelName="The Vagabond Club Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Syed Alwi Road, 207630 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/ab/b2ab01d8df3c24714b252178efb597bbabab6db5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.60" OriginalAmount="141.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2964934425715" Longitude="103.85530165411" StarRating="4" HotelCode="344755|1208258" HotelName="Hotel Nuve Heritage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>13 Purvis Street, Singapore 188592</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/98/aa98bd95967adbf217c99ee0b297f2ed5e8b5b9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.21" OriginalAmount="142.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2892839554101" Longitude="103.83660938161" StarRating="4" HotelCode="48141|1010865" HotelName="Four Points by Sheraton Singapore, Riverview" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>382 Havelock Road, Singapore 169629, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/8e/e78ed880dd53f79f670aa83017537aed31fca892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located on the banks of the historical Singapore River, near Chinatown, just a 5-1...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.35" OriginalAmount="144.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2748506640107" Longitude="103.84367465973" StarRating="4" HotelCode="35453|74284" HotelName="Amara Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>165 Tanjong Pagar Road, 088539 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/57/62574c7873f0d645740338366365a3ec4eb98eef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located within the heart of the bustling business and shopping districts of Chinatown and Shenton Wa...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.31" OriginalAmount="145.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.35974362" Longitude="103.98945839" StarRating="3" HotelCode="946965|662396" HotelName="YOTELAIR Singapore Changi Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>78 Airport Boulevard, Singapur 819666</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/85/2485a6ff2bfa97f3745b6e6aa02586d25e87b025.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="147.85" OriginalAmount="146.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.307257" Longitude="103.828447" StarRating="4" HotelCode="25905|1788867" HotelName="Orchard Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST,BED AND BUFFET BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>442 Orchard Road, Singapore 238879</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e4/eae48261dbe48ac6aa223887cd8f1575769b77b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the top of Orchard Road, adjacent to the Delfi Orchard mall and opposite to the Forum Sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.50" OriginalAmount="150.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.24419" Longitude="103.839736" StarRating="5" HotelCode="909724|one15_marina_club" HotelName="One15 Marina Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>01-01, 11 Cove Drive, Sentosa Cove, Singapore 098497</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/69/da693db8f9870dfa124e7ee3f3673d5b0d0c3248.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.50" OriginalAmount="151.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2985944850046" Longitude="103.85033038526" StarRating="3" HotelCode="38596|22734" HotelName="30 Bencoolen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Bencoolen Street, Singapore 189621</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/72/a472ccebd1aee522e7e99739a5e6cfcdf87a3eaa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located at the crossroads of Singapore's popular shopping area and business district, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.52" OriginalAmount="152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28895" Longitude="103.842261" StarRating="3" HotelCode="293496|holiday_inn_express_singapore_clarke_quay" HotelName="Holiday Inn Express Singapore Clarke Quay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Magazine Road, Singapore 059573</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/25/5f251490b1c0a10a3b93afe41bdf13c7f9ef6a1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.52" OriginalAmount="152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3207301070789" Longitude="103.84315026442" StarRating="3.5" HotelCode="571270|courtyard_singapore_novena" HotelName="Courtyard Singapore Novena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Irrawaddy Road, Novena, Singapore 329568</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/c3/7ec364e638223eac4f792cd2c63e1cdcc9679e9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="155.08" OriginalAmount="153.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3024436140725" Longitude="103.84086638689" StarRating="4" HotelCode="13510|114642" HotelName="Holiday Inn Orchard City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Cavenagh Road, Singapore 229616</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fb/37/fb3730592ead8d620be7afc27843087932d20455.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Orchard Road, with easy access to the popular Orchard Road shopping and ente...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="155.51" OriginalAmount="153.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2828584" Longitude="103.84892548406" StarRating="4" HotelCode="932936|2334535" HotelName="Amoy Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Telok Ayer Street, 48464 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/cb/0ecb7a35d42ca34390bc251a82df26a8410ace07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.55" OriginalAmount="155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.306895259978" Longitude="103.83600032258" StarRating="4.5" HotelCode="491667|oakwood_studios_singapore" HotelName="Oakwood Studios Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Currency Exchange,Garden,Housekeeping,Internet,Kitchen,Laundry,Parking,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Mount Elizabeth, Singapore 228514</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a1/f0/a1f0c5f9e4483e071caf56e2f8c7752f3b2ef7e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;MODERN SERVICED LIVING IN AN EXCLUSIVE DISTRICT

Stylish apartments with eclectic tech-enabled space...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.66" OriginalAmount="155.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.303302" Longitude="103.8366149" StarRating="3" HotelCode="931427|1455948" HotelName="Holiday Inn Express Orchard Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Bideford Road, Singapore 229921</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/9f/0f9ff6a3b53e211c3df435fb4dc6c674f4fb44a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="156.75" OriginalAmount="155.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.295552" Longitude="103.85311" StarRating="4" HotelCode="48140|1119892" HotelName="Carlton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>76 Bras Basah Road, 189558 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/aa/dcaaf83024cf34da302ae7902b33d26c4373e935.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel grounds are located on Bras Basah Road, close to several popular tourist attractions. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3031542157233" Longitude="103.83622348309" StarRating="5" HotelCode="33019|20964" HotelName="Grand Park Orchard" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Orchard Road, Singapore 238857, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/db/75db5bc237ff4f6b17730135e25e66cd967af842.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the heart of Orchard Road, surrounded by the city's most prestigious ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.67" OriginalAmount="157.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.292444220966" Longitude="103.84994029999" StarRating="5" HotelCode="7750|101672" HotelName="Grand Park City Hall" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Coleman Street, Singapore 179809, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/fc/c1fc9e138cb4f46dbb7a9100b14fdba734b924c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This atrium hotel is strategically located in a vibrant quarter of Singapore's city centre, just a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.59" OriginalAmount="158.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2921881539601" Longitude="103.84990840194" StarRating="4" HotelCode="7753|23004" HotelName="Peninsula Excelsior Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Coleman Street, Singapore 179805</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/e3/49e3d900d92fb056fcea25d9dbd11b877bea63df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the middle of Singapore's bustling Civic District, the hotel is just a stone’s throw away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="162.96" OriginalAmount="161.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2903955337865" Longitude="103.83877694607" StarRating="4" HotelCode="20381|74292" HotelName="InterContinental Singapore Robertson Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Nanson Road, 238909 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/4a/2c4af48c27374f15873b69bbc96d6265d4a5c15a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located along the historic riverfront area of the famous Singapore River, right i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="163.47" OriginalAmount="161.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.35480657214" Longitude="103.98910361532" StarRating="2" HotelCode="440859|2289715" HotelName="Ambassador Transit Hotel Terminal 2" Meals="ALL INCLUSIVE,FULL BOARD" BedType="ALL INCLUSIVE" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Departure, Level 3, Passenger Terminal Building (PTB) 2, Singapore Changi Airport, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8230690</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of convenient services are available, ensuring a comfortable stay for business travellers an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="163.64" OriginalAmount="162.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2994245602115" Longitude="103.85048779788" StarRating="4" HotelCode="82175|1430438" HotelName="Somerset Bencoolen Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Bencoolen Street, Singapore 189630</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/46/d446a9b747d1e01c718b2e1773eb1258b0473435.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.63" OriginalAmount="165.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3102148464866" Longitude="103.82612431097" StarRating="4" HotelCode="416765|1730438" HotelName="Darby Park Executive Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Orange Grove Road, Singapore 258353</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/b7/96b7cf64a0e79035bfd24249be709e502f6480a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel can be found in Singapore. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.307807" Longitude="103.831862" StarRating="4" HotelCode="916778|8_on_claymore_serviced_residences_by_royal_plaza_on_scotts" HotelName="8 on Claymore Serviced Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Claymore Hill, Singapore 229572</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/09/340947623e18feb358022921986a152f7281b395.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304082" Longitude="103.837064" StarRating="4" HotelCode="498323|ascott_orchard_singapore" HotelName="Ascott Orchard Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>11 Cairnhill Road, Singapore 229724</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/e6/84e67a9c762ab99c283a69fd66d5a4134843765f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="169.49" OriginalAmount="167.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3083214903705" Longitude="103.83391141891" StarRating="5" HotelCode="29566|3457254" HotelName="Goodwood Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Scotts Road, 228221 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/f8/82f891b5cddc061a7f8a712ed43910f5f5e049ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the shopping and entertainment hub of Orchard and Scotts Roads...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="170.50" OriginalAmount="168.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3564046905429" Longitude="103.98675421167" StarRating="3" HotelCode="440864|2263305" HotelName="Ambassador Transit Hotel Terminal 3" Meals="ALL INCLUSIVE" BedType="ALL INCLUSIVE" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Departure, Mezzanine Level 3, Passenger Terminal Building 3 (PTB3), Singapore Changi Airport, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8231133</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.69" OriginalAmount="169.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311732368481" Longitude="103.83642196655" StarRating="5" HotelCode="45068|sheraton_towers_singapore" HotelName="Sheraton Towers Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Scotts Road 39, 228230 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/b1/71b18edfa6ab1fcc11aae87c2387f7032e4c0fbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in a central location, on Scotts Road, just a 10-minute walk from Orchard Road, with it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.73" OriginalAmount="173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2807786709365" Longitude="103.84580159573" StarRating="4" HotelCode="909738|ann_siang_house" HotelName="Ann Siang House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Ann Siang Road, Singapore 069708</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/4e/894eb5430dae4507eee1d432e3edb19c503bbb23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="179.45" OriginalAmount="177.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30027" Longitude="103.860328" StarRating="4" HotelCode="166870|102592" HotelName="PARKROYAL on Beach Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7500 Beach Road, Singapore 199591</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/db/dbb238427b2b934c722d60ced0eb8c81/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Beach Road, on the perimeter of Singapore's Central Business District, in cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="183.91" OriginalAmount="182.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2550929643592" Longitude="103.82044672966" StarRating="5" HotelCode="160449|128679" HotelName="Hotel Michael" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Sentosa Gateway, Singapore 098269, Sentosa Island</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b9/46b98f3711184d016b7f95b3cc83459b79801158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Sentosa Island, the hotel is a mere 10-minute drive from Singapore's Central Business Dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="186.18" OriginalAmount="184.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3022344558126" Longitude="103.83624494076" StarRating="5" HotelCode="56120|CBP438300" HotelName="Mandarin Orchard Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Orchard Road, Singapore 238867</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/4b/4b5f5bf5192fd053/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Orchard Road, Singapore's premier shopping, entertainment and b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="186.48" OriginalAmount="184.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.307471" Longitude="103.829995" StarRating="5" HotelCode="14802|2444749" HotelName="Pan Pacific Orchard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Claymore Road, Singapore 229540</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/32/4a32574605e9caef76cddd11b7d15cfd38c39852.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a desirable residential district of Singapore just a stone's throw from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="187.52" OriginalAmount="185.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.282029150194" Longitude="103.85163411498" StarRating="5" HotelCode="114231|500515" HotelName="Ascott Raffles Place Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Finlayson Green, Singapore 049247</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/09/6b092f6017e9a5c00d9631aaf8362f71c903e4dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With immediate access to the multinational business and financial institutions, the residence offers...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.86" OriginalAmount="186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2998191722603" Longitude="103.85814998934" StarRating="5.5" HotelCode="544889|andaz_singapore" HotelName="Andaz Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>5 Fraser Street, Singapore 189354</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/33/46337bbb97053e8be59b85fbd5f3cdbe7481e3e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="189.02" OriginalAmount="187.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2994524916385" Longitude="103.86038441468" StarRating="5" HotelCode="931429|1571958" HotelName="Pan Pacific Serviced Suites Beach Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7500B Beach Road, Singapore 199592</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/16/8e165e2dbb1c9ea4562010abfb0f202b611ec0ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="192.99" OriginalAmount="191.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2888751065014" Longitude="103.84534299374" StarRating="4" HotelCode="14729|40954" HotelName="Swissôtel Merchant Court, Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Merchant Road, Singapore 058281</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/9a/149a0fdcb95d39d05d23b4cb2717a75d5087416c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the banks of the Singapore river opposite the Clarke Quay Festival Village....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="199.83" OriginalAmount="197.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304703" Longitude="103.824868" StarRating="5" HotelCode="44765|74319" HotelName="Regent Singapore Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cuscaden Road 1, 249715 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9a/8a/9a8af0f499d4c3be2c02a906ee6a50af8a7c52e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of Singapore's most exclusive areas, close to the main business distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="201.97" OriginalAmount="199.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3108716048677" Longitude="103.82658898831" StarRating="5" HotelCode="17459|678167" HotelName="Shangri-La Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Orange Grove Road, Singapore 258350</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/77/4877f857003a3c6c82490852be1682ccb0a5a801.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just off Orchard Road, the hotel provides a tranquil garden setting in the midst of the city...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.08" OriginalAmount="208.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2769600391389" Longitude="103.8462816209" StarRating="5" HotelCode="506564|sofitel_singapore_city_centre" HotelName="Sofitel Singapore City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Wallich Street, Singapore 078885</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9e/55/9e55bf4d2e219a3be1df949adff866971b5452fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="210.52" OriginalAmount="208.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2859012875482" Longitude="103.8531884551" StarRating="5" HotelCode="21222|1075795" HotelName="The Fullerton Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Fullerton Square, 049178 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/d9/7ed907bc4a17830cb12641e9a5ceaadede4b26f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel is situated in a prime location in the heart of the Civic District. Lying at the forefront...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.09" OriginalAmount="209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.280176" Longitude="103.849816" StarRating="5" HotelCode="212980|sofitel_so_singapore" HotelName="SO Sofitel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Robinson Road, 068876 Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/24/97240c08068d6aeab6091600af94e9ca9e0f6efa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="211.42" OriginalAmount="209.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.292007" Longitude="103.857341" StarRating="5" HotelCode="302961|1790465" HotelName="PARKROYAL COLLECTION Marina Bay, Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Raffles Boulevard, Marina Square, Singapore 039594</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/f2/f24374b8be166e76/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the Marina Bay area, the hotel is directly opposite the Suntec Singapore In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="213.11" OriginalAmount="211" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2578844725642" Longitude="103.81010144949" StarRating="5" HotelCode="17469|150929" HotelName="Shangri-La's Rasa Sentosa Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Siloso Road, Sentosa 098970</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/b4/32b4d0cc0ea772597629ad1efc4e9536e4069a52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort hotel is located on the western tip of Sentosa island, Singapore, on the beachfront. Set...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="214.13" OriginalAmount="212.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.358479" Longitude="103.988104" StarRating="4.5" HotelCode="76109|113102" HotelName="Crowne Plaza Changi Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75 Airport Boulevard #01-01, 819664 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/c8/10c847d3dee8832e887b32a77c06d62dc8f206e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located at Changi Airport in the east of Singapore. It lies close to the Singa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="214.26" OriginalAmount="212.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2934337041036" Longitude="103.8536632061" StarRating="5" HotelCode="20379|86030" HotelName="Swissôtel The Stamford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Stamford Road, Singapore 178882</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/4d/cd4d84e746a40cdda2d7c5cbd8be09fdf79e4338.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel complex is located at the heart of Singapore’s business and cultural centre where the city...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="214.92" OriginalAmount="212.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2924629916524" Longitude="103.85863602161" StarRating="5" HotelCode="15992|96619" HotelName="Pan Pacific Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Raffles Boulevard, Marina Square, Singapore 039595</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/4b/3a4b7ba76db9277c28d9d752507ca51f8bdea13a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Marina Bay, the hotel is connected via covered sky-bridge to three major sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="219.57" OriginalAmount="217.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2890194087833" Longitude="103.83746552618" StarRating="4" HotelCode="565884|A1A354" HotelName="The Warehouse Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>320 Havelock Road, Robertson Quay, Singapore 169628</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/02/de02dedef77420cafaa3e6892ded2078e2c66826.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="220.25" OriginalAmount="218.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2936" Longitude="103.85377" StarRating="5" HotelCode="16441|86019" HotelName="Fairmont Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 Bras Basah Road, Singapore 189560</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/zz/d5/add55fda5d8d5df75ef67b9e59409410aa686184.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the heart of Singapore's business, historical, cultural, and shopping distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="227.65" OriginalAmount="225.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3009817883746" Longitude="103.83997854233" StarRating="4" HotelCode="33020|1035778" HotelName="Jen Orchardgateway Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>277 Orchard Road, Singapore 238858</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/53/27538e905bbdf6199adb03910a98de35c5a4c239.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Orchard Road and is annexed to the Specialist Shopping Centre....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.29" OriginalAmount="229.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.285693" Longitude="103.846355" StarRating="5" HotelCode="213802|parkroyal_on_pickering" HotelName="PARKROYAL on Pickering" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Upper Pickering Street, Singapore 058289</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fa/7b/fa7b18c7c5cb7355d444fc38b1e399ea812712ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.33" OriginalAmount="233.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3063639874729" Longitude="103.83299410343" StarRating="5" HotelCode="13029|grand_hyatt_singapore" HotelName="Grand Hyatt Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Scotts Road, 228211 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/bf/2cbf00bb3aa50bcebe60bcec6bd2af5fa62e1d63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the shopping and entertainment district of Orchard Road, 2 km from Clarke Qu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237.35" OriginalAmount="235" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2938033630504" Longitude="103.85171436442" StarRating="5" HotelCode="297946|157782" HotelName="The Capitol Kempinski Hotel Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Stamford Road, Singapore 178906</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/05/69058c2a8ad952bb48a57d48d2daebdcc2536b48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="238.04" OriginalAmount="235.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2936482261422" Longitude="103.85868430138" StarRating="5" HotelCode="47711|CAN267200" HotelName="Conrad Centennial Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Two Temasek Boulevard, Singapore 038982</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/29/fb29d2ec8e5302c11c49c6a7d74832bf3ef668d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre in the Marina Bay district, between Millenia Walk and Suntec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="244.03" OriginalAmount="241.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3051144026337" Longitude="103.8325381279" StarRating="5" HotelCode="17569|104511" HotelName="Singapore Marriott Tang Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>320 Orchard Road, Singapore 238865</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/2a/542a35f73978ecbb11bc41beb826911d2b91cca0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a renowned landmark on the corner where Scotts Road meets Orchard Road. Located in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.43" OriginalAmount="243" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3618089220607" Longitude="103.990168351" StarRating="3" HotelCode="440855|157685" HotelName="Aerotel Transit Hotel Terminal 1" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Level 3 Departure Transit Lounge, Terminal 1, Changi Airport, Above Gate D41, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/604309/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="252.50" OriginalAmount="250.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.246217" Longitude="103.842456" StarRating="5" HotelCode="186924|w_singapore_sentosa_cove" HotelName="W Singapore Sentosa Cove" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Conference Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Ocean Way, Singapur, Singapur 098374</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/1b/101bb81c0343729ef9d1c495795c82b60a452a1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the island of Sentosa, where East meets West. It is situated just off the so...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.62" OriginalAmount="262.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2943975700687" Longitude="103.85499990846" StarRating="5" HotelCode="314906|the_south_beach_singapore" HotelName="JW Marriott Hotel Singapore South Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Beach Road, Access via Nicoll Highway, Singapore  189763</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/52/dd52080c8c944e0463276eeb2ed5903694d119bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="276.60" OriginalAmount="273.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.295853" Longitude="103.845428" StarRating="5" HotelCode="168481|836305" HotelName="Fort Canning Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Canning Walk, Singapore 178881</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ba/f4ba0fc127001c1a16f3c17fd969e00cf2640928.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at Fort Canning Park, this park setting straddles not only the Orchard Road shopping belt an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.78" OriginalAmount="278.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.305918856464" Longitude="103.82598280907" StarRating="5" HotelCode="71201|the_st_regis_singapore" HotelName="The St. Regis Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>29 Tanglin Road, Singapore, 247911 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/aa/d2aa3ee99e9d6a947f3b6c656ada9b25ca56260c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location in the heart of Orchard road, offering immediate access to excep...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="291.89" OriginalAmount="289.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2688769785619" Longitude="103.80088807738" StarRating="4.5" HotelCode="394351|villa_samadhi" HotelName="Villa Samadhi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Labrador Villa Road, Singapur 119193</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/2b/312bfb09c5dcf3d397c5662c328f0c8f1ebdf269.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="293.89" OriginalAmount="290.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.278149" Longitude="103.850936" StarRating="5" HotelCode="262127|952485" HotelName="The Westin Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Marina View, Asia Square Tower 2, Singapur 018961</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/0b/110b26b0c1c48e71880b2758062a999d7b1eace3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="305.21" OriginalAmount="302.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3039452626082" Longitude="103.82791936398" StarRating="5" HotelCode="12628|22774" HotelName="Four Seasons Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>190 Orchard Boulevard, Singapore 248646</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/df/2cdf7bb5ed10b56978b251903ec8f8f21148f8eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the tree-lined Orchard Boulevard, the hotel is linked to the business, shopping and enter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="315.12" OriginalAmount="312" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.27885" Longitude="103.843175" StarRating="4" HotelCode="62531|409272" HotelName="Six Senses Duxton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Duxton Road 83, Singapore 089540</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/26/e9262628cc4bb1016c7d182e62c6c5c5d45ae794.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Duxton Road, in the heart of Chinatown and within walking distance of the central busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="318.15" OriginalAmount="315.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2905698331527" Longitude="103.85820150375" StarRating="5" HotelCode="45313|mandarin_oriental_singapore" HotelName="Mandarin Oriental Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Raffles Avenue, Marina Square, Singapore 039797</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/40/7e4062bdb1e25bce5d1c298450eec59f30fdb14e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated along Marina Bay, with panoramic views of Singapore Harbour. It is adjacent to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="327.40" OriginalAmount="324.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2906127376103" Longitude="103.86016488075" StarRating="5" HotelCode="18489|23044" HotelName="The Ritz-Carlton Millenia" 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,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Raffles Avenue, Singapore 039799</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/5f/485f29e909bc2313674ae4f25a38253b0a050730.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Marina Centre, a 7-minute walk from the City Hall MRT Station (public tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="358.55" OriginalAmount="355.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2831419880535" Longitude="103.85305702686" StarRating="5" HotelCode="161919|the_fullerton_bay_hotel" HotelName="The Fullerton Bay Hotel Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Collyer Quay, Singapore 049178</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/6a/b56adabc16f8695cf18e311a9ad3b9c7c9dbdb66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Central Business District and within the Fullerton Heritage precinct whi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="707.40" OriginalAmount="700.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.283837" Longitude="103.859605" StarRating="5" HotelCode="140953|2006196" HotelName="Marina Bay Sands Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Casino Resort,Conference Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Bayfront Avenue, Singapore 018956</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/25/ba255bdb55d657bec92aa4697213ba338ba4e5ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The conference hotel is located in the heart of Singapore's city centre and just 10 minutes by car f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1318.67" OriginalAmount="1305.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3001570763725" Longitude="103.86029464693" StarRating="5" HotelCode="407792|2002575" HotelName="PARKROYAL Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>7500A Beach Road, The Plaza #01-345/346, Singapore 199591</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/cd/cde3e1815f96f25f/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at PARKROYAL Serviced Suites Singapore in Singapore (K...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1377.64" OriginalAmount="1364.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2946646879905" Longitude="103.85467035582" StarRating="5" HotelCode="26429|raffles_hotel" HotelName="Raffles Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Beach Road, Singapore 189673</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/a8/49a8bcfd4e195f8a7d5bdf172355e08dfb37d063.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Singapore's shopping and commercial district. Across the stree...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2274.05" OriginalAmount="2251.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3007121" Longitude="103.8379232" StarRating="5" HotelCode="118488|2002625" HotelName="Pan Pacific Serviced Suites Orchard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Somerset Road, Singapore 238163</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/e5/dde5c6068f2945ed2c1b0dca0b5e47c539c083d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access,Designated Smoking Area,Jacuzzi,Sauna,Kitchen,Swimming Pool,Central Heating,Spa,Boutique,Library,Printer,Bicycle Rental,Diet Meals,24 Hour Power Supply,Housekeeping,24 Hour Security,Airport Transfer (on Demand),Babysitting,Parking,Wake-up Call Service,Dining,Business Centre,24 Hour Front Desk,Concierge,Dry Cleaning,LCD/Projector,Luggage Storage,Coffee Shop,Elevator,Photocopy,24 Hour Room Service,Meeting Room,Off-Site Parking,Valet Parking,Gift Shop,Heated Pool,Vending Machine,Beauty Salon,Porter,Smoking Rooms</BasicAmenities>
    <HotelRating>5,4,3,2,4.5,3.5,1,2.5,5.5,1.5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>CITY HOTEL,CASINO RESORT,CONFERENCE HOTEL,BUSINESS HOTEL,HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,HISTORIC HOTEL,CLUB RESORT,BOUTIQUE HOTEL,AIRPORT HOTEL,VILLAGE,HOSTEL,GUESTHOUSE,BEACH HOTEL,HOSTELS,APARTMENT,CAPSULE HOTEL,SPA HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6b1820bb-dd6d-494b-964c-b2deb196f61b|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="6b1820bb-dd6d-494b-964c-b2deb196f61b">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="53489" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-01-05T00:00:00" End="2026-01-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6b1820bb-dd6d-494b-964c-b2deb196f61b|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6b1820bb-dd6d-494b-964c-b2deb196f61b|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
6b1820bb-dd6d-494b-964c-b2deb196f61b|TravcoSearch|successfull supplier interation||Travco|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6b1820bb-dd6d-494b-964c-b2deb196f61b|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
6b1820bb-dd6d-494b-964c-b2deb196f61b|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
6b1820bb-dd6d-494b-964c-b2deb196f61b|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
6b1820bb-dd6d-494b-964c-b2deb196f61b|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2025-12-05T05:33:26.5568986+00:00" Version="0" EchoToken="Search" TransactionIdentifier="6b1820bb-dd6d-494b-964c-b2deb196f61b" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="16.16" OriginalAmount="16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.997539239555" Longitude="12.423399025795" StarRating="3" HotelCode="192116|198768" HotelName="Seven Hills Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Trucchi 10, 00189 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/194267/194267a_hb_a_899.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="36.38" OriginalAmount="36.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.887468437402" Longitude="12.40458992066" StarRating="2.5" HotelCode="99799|3045192" HotelName="Roma Camping In Town" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Kitchen,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 831, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/bf/f0bf776bcc51f610276b795f15fb0a7623238ce0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="37.33" OriginalAmount="36.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.865987467097" Longitude="12.63043910265" StarRating="4" HotelCode="31825|1708817" HotelName="Hotel Roma Tor Vergata" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vico Viganò 24, 00133 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/20/21/202102d5df9b8583145a3381c856d21fd4adf5f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to a shopping centre, the opera and an amphitheatre. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89937144" Longitude="12.50069803" StarRating="2" HotelCode="470293|hotel_casali_2" HotelName="Albergo Casali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Elevator,Internet,Limousine Service,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 95, 3 Piano, 00185 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/bc/b9bc0c8f8f5c3201979f4f5db49b46b718b44bd7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Casali in Rome (Rome Historic Centre), you'll be mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="360114|luna_di_roma" HotelName="Luna Di Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Dello Statuto 32, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/a6/44/a6449d0f31f18d67ce430b57fdc5449949850096.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.92" OriginalAmount="41.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.821349955541" Longitude="12.508496361763" StarRating="4" HotelCode="58861|955665" HotelName="Occidental Aran Park" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Riccardo Forster 24, 00143 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/3b/de3bb776fd3995ba1f0c3f81e78181882337402a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905798" Longitude="12.502461" StarRating="4" HotelCode="95137|lux_3" HotelName="Hotel Lux" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 14, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/7b/147bd0ec01e9ee41cde02af2d95685a5167ce1a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90262" Longitude="12.504435" StarRating="4" HotelCode="23161|archimede" HotelName="Archimede" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Mille 19, Via Marghera 43, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/1f/c31fa307dc0a6ccb0a7ba3c78c3c84528fa548ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902285026275" Longitude="12.504144608974" StarRating="4" HotelCode="48143|luce" HotelName="Hotel Luce" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magenta 34, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/ed/59ed7dd5cb3e251121fa3337a401443d49eb543b.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is situated to the left of Termini Station, near Piazza della Repubblica and Via Nazi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.07" OriginalAmount="45.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.920241" Longitude="12.525228" StarRating="3" HotelCode="60586|298555" HotelName="Osimar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via F. Grossi Gondi 87, 00162 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/b0/a7b0fcd6103b6a26b9371ba72f01837b4e34ee6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Via Rasponi, in a beautiful building close to Piazza Bologna. It is situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.42" OriginalAmount="45.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.914271" Longitude="12.52068" StarRating="3" HotelCode="166871|1051498" HotelName="Laura" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale XXI Aprile 109, 00162 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/c9/e4c967cc067666e5127e47d021a10e9ab01f6ff1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.48" OriginalAmount="48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904764379628" Longitude="12.500521235775" StarRating="0" HotelCode="386145|428610" HotelName="Freedom Traveller Rome Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Elevator,Garden,Internet,Kitchen,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 23, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/69/2f/692f16abc1fca2dc727d7d403bf00d7e12f22a55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Freedom Traveller, you'll be centrally located in R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89612791" Longitude="12.50291563" StarRating="2" HotelCode="435282|stella_magica_guest_house_" HotelName="B&amp;B La Casa di Patty" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Napoleone III 89, 00185 Rome City</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/73/9a734db82da611e628a55671b475574fcf06b0d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.15" OriginalAmount="48.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.910738200397" Longitude="12.50290316526" StarRating="2.5" HotelCode="160882|552585" HotelName="Cesar Palace Bed &amp; Breakfast" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana 55, 00161 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/zz/3cadd0a8145947740c0e0138e9c1b611fbf7be5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Porta Pia area, right at the entrance of Rome’s ancient walls. The hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.23" OriginalAmount="48.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907691169079" Longitude="12.436950490738" StarRating="3" HotelCode="117515|1649588" HotelName="Hotel &amp; Residence Magnolia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Valle Aurelia 116, 00167 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/85/c08576f6a8a1d099ac14a948627fc05db38158d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="49.36" OriginalAmount="48.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.922668" Longitude="12.588174" StarRating="4" HotelCode="145846|1823485" HotelName="Cervara Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Tor Cervara 126, 00155 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/14/1470798/QjOWsAN5_7147ae7f359691d0a8c572a2d11c4008.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.39" OriginalAmount="48.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.822108792671" Longitude="12.394408562319" StarRating="3" HotelCode="95116|184256" HotelName="Albergo ibis Roma Fiera" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Arturo Mercanti 63, 00148 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/f3/f5f35cc0d97c4d2dc9af24a58b0af2c814fd3b6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90482325" Longitude="12.50463901" StarRating="0" HotelCode="739246|pitagora_house" HotelName="Pitagora House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>via Palestro 44, piano 6°, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/fd/71fd5a150ec8f58b4825582a7daa0e8789f48eda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Pitagora Guest House to discover the wonders of Rome. The hotel offers a wide range of ameni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="50.31" OriginalAmount="49.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905670886025" Longitude="12.500208938027" StarRating="3" HotelCode="318897|CBG537000" HotelName="Hotel Floridia Raeli Hotels" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 45, 00185 Rom, Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/53/9e536a003375f2c6f6557a923ee9d9f5f3e9e7a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.33" OriginalAmount="49.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.947307" Longitude="12.588566" StarRating="4" HotelCode="68804|368635" HotelName="Degli Imperatori" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Gonella 15, 00156 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/b4/98b4d0fcd089de30584b459798b16f06768be511.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.66" OriginalAmount="50.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.868028911133" Longitude="12.496431086019" StarRating="3" HotelCode="153579|2174245" HotelName="Residence Colombo 112" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Cristoforo Colombo 112, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/3d/6f3d51c12778e48782302e5efc98168243237074.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.97" OriginalAmount="50.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902836" Longitude="12.501925" StarRating="3" HotelCode="95138|1052718" HotelName="Stromboli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 34, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/c4/4bc43562ec55c5482b2c69ebed656912a4f2c532.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="51.28" OriginalAmount="50.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.870929035157" Longitude="12.468165138707" StarRating="2" HotelCode="343892|83037163" HotelName="Radio Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Pacinotti 8/E, 00146 Rom, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f4/42f40496f5e3217a97c5de12c75cbc9d7f3766b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.51" OriginalAmount="51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.88430106" Longitude="12.41821595" StarRating="0" HotelCode="744279|283375" HotelName="B&amp;B San Peter's Golden Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Bentivoglio 13/B, 00163 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/34/80347f376d49bf77d9e7c60b646435c0747c0fed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.51" OriginalAmount="51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.816889" Longitude="12.345411" StarRating="2" HotelCode="191619|56577" HotelName="Nuova Fiera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Lorenzo Allievi, 15, 00148 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/93/6f933b3b4eaceb7c6c2af40a669f7f9af11a138a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.88" OriginalAmount="51.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.865754" Longitude="12.59068" StarRating="3" HotelCode="143035|744895" HotelName="Hotel Alba Torre Maura" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly 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>Viale di Torre Maura 81, 00169 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/3e/e63e574720ba10034156ff0cf26162b2bb3795e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a 5-minute drive from the main road A90 and 6 km from the Cinecittà subway stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.52" OriginalAmount="52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.88230581" Longitude="12.60905289" StarRating="3" HotelCode="601582|242342" HotelName="Hampton by Hilton Rome East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Marisa Bellisario 300, Rom 00155</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/d9/32d95787f811737d3409a721b1a4804894e0dfe3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90718815" Longitude="12.45276265" StarRating="3" HotelCode="470298|bb_vaticans_keys" HotelName="B&amp;B Vatican's Keys" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Sebastiano Veniero 31, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/f1/d7/f1d7460e0f771ba87865493232d6924f38a77158.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.53" OriginalAmount="53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.93577485" Longitude="12.58374283" StarRating="0" HotelCode="540013|371583" HotelName="Hostel Prima Base" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="guest house" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Osimo 61, 00156 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/14/f5146b827763e69ac9c3c9264c1b69ea08331a59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Prima Base Hostel is the true budget accommodation in Rome! A quiet hostel in a green oasis in a bea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.93435887" Longitude="12.53109012" StarRating="0" HotelCode="623178|bb_movie_home" HotelName="Movie Home B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana Nuova 79, 00141 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/00/60006ef2d435ca388b5f041b950d78fb8d13610e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.73" OriginalAmount="54.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.893158081305" Longitude="12.512670440475" StarRating="3" HotelCode="47307|89392" HotelName="Hotel Center 1&amp;2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Giolitti 433, 00185 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10228/a_10228_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated in the heart of Rome, close to the Colosseum, Circo Massimo, Foro Rom...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.08" OriginalAmount="54.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.893697" Longitude="12.507588" StarRating="2" HotelCode="18170|398415" HotelName="Hotel Taormina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Eugenio 51, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/ab/edab0caa50b93362409dedc60b2ef7179a2eafe9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is housed within a historical building that dates back to the early 19th century that is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.32" OriginalAmount="54.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900175" Longitude="12.498343" StarRating="3" HotelCode="12812|422215" HotelName="Giglio dell'Opera" Meals="BED &amp; BREAKFAST,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>Via Principe Amedeo 14, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/89/a889b4c8858ba47193473d8db91814dd279ea884.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Rome's historical and commercial centre. Various tourist sights including ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.55" OriginalAmount="55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.87625" Longitude="12.465987" StarRating="3" HotelCode="191644|57278" HotelName="B&amp;B Hotel Roma Trastevere" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Di Trastevere, 249/D, 00153 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/eb/94ebbfc910726d8bf35cf973915735615670eb66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.55" OriginalAmount="55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90994300978" Longitude="12.497387329448" StarRating="3" HotelCode="366024|20566" HotelName="Hotel Priscilla" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Calabria 17/19, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/9e/389eef0cd9f47db37d47ae6a57cd3fbbee8a0661.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located within metres of a selection of shops, restaurants, shopping centres...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.92" OriginalAmount="55.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900409622387" Longitude="12.57042483984" StarRating="3" HotelCode="29147|445645" HotelName="Holiday Inn Express Rome - Est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Perlasca 50, 00155 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/94/689418126dd46e3429c9b82b340aba5d877ca974.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the east of Rome in a strategic position to the main motorways and the underground, this ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.96" OriginalAmount="55.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901642359176" Longitude="12.494613173557" StarRating="3" HotelCode="151731|1559238" HotelName="Magnifico" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Nightclub,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 243, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/7d/8d7ddc1715c97b11f5e94cd61f500bf87fbf44c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its unique central location, guests residing at the hotel will have an excellent base when it c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.33" OriginalAmount="55.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.923396692989" Longitude="12.468704581261" StarRating="3" HotelCode="10877|220796" HotelName="Best Western Astrid" 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>Largo Antonio Sarti 4, 00196 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/aa/45aa22b693e2a210caead27dac108ca77a630342.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.54" OriginalAmount="55.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.752940045614" Longitude="12.372459941139" StarRating="4" HotelCode="102079|223126" HotelName="Best Western Hotel I Triangoli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ermanno Wolf Ferrari 285, 00124 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/fa/cffa570c69c6a1057b92294aca4ad037de8296f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="56.80" OriginalAmount="56.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.932806046271" Longitude="12.433596728836" StarRating="4" HotelCode="23163|1058842" HotelName="Excel Montemario" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Club Resort,Conference Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Scolopi 31, 00136 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/21/19216bc34ce535d37b38bb7a64adca8933036b26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated on one of the most beautiful hills in Rome: Montemario. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.10" OriginalAmount="56.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906175989763" Longitude="12.501034934261" StarRating="2" HotelCode="154979|1650058" HotelName="Virginia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 94, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/2b/3f2bf532cd4da719f33d1f3006d56d48f3f75333.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.25" OriginalAmount="56.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.879483" Longitude="12.525635" StarRating="3" HotelCode="31412|555745" HotelName="B&amp;B Hotel ROMA Tuscolana - San Giovanni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Assisi 51, 00181 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/1b/481ba40ae46e71933bb98ccfe750eab4fe88d3f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located between the historical and business districts of Rome. Tuscolana tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.52" OriginalAmount="56.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.817506" Longitude="12.46095" StarRating="4" HotelCode="32805|395245" HotelName="Cristoforo Colombo" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City 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,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cristoforo Colombo 710, 00144 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/da/1eda25bb0fed62c16a84c197ce3ed74d6713f368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is located around 25 minutes away from the city centre. The nearest undergro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="57.94" OriginalAmount="57.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904928109443" Longitude="12.500048875809" StarRating="4" HotelCode="23162|5131951" HotelName="Noto" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Calatafimi 12, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f0/73f0892aaa365959245a01161f2be7fbd4df8947.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.32" OriginalAmount="57.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903315945303" Longitude="12.506464605339" StarRating="2" HotelCode="58289|791565" HotelName="Philia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 88, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f7/00/f7001bed6cb0df4fed05c2f12a359f7e7d8014c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just 200 m from Termini Central Station, and both underground and bus stops can be f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90767488356" Longitude="12.5006711483" StarRating="2" HotelCode="909265|176189" HotelName="Lella" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro, 9, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/cc/cdcca6a0fd878b5899361a2111be6e6e2b00615a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.88228754801" Longitude="12.377481045094" StarRating="2" HotelCode="510616|200021" HotelName="Motel Boomerang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Arlotti 20, Strada Statale Aurelia km 10,900, 00166 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/ca/c5cac80b9b9e6ca1a3d818bd11c07d31a6b95b06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.32" OriginalAmount="58.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896750966095" Longitude="12.495558857918" StarRating="3" HotelCode="18850|337925" HotelName="Valle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 134, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/15/4d/154d6dcb8643d42de574ae8ad01ae1b9242815c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, which is steeped in tradition, is located in the historic centre of the city near the Co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.57" OriginalAmount="58.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.994800450757" Longitude="12.418542053204" StarRating="4" HotelCode="89615|2002785" HotelName="Veio Residence Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Giustiniana 906, 00189 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/98/78985f6331de5be1ad2bd47bc0d7b73dfa69bdab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.59" OriginalAmount="59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90013347" Longitude="12.45594919" StarRating="0" HotelCode="577746|233326" HotelName="InnsideRome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di Porta Cavalleggeri 13, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/39/b039386bf8c06c0a399cf5a1dfc604a028b2b299.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.59" OriginalAmount="59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.869672678524" Longitude="12.514656186104" StarRating="3" HotelCode="366026|28323" HotelName="Romoli Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Caffarelletta 114, 00179 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/a5/50a5177cba1a03c0fc8a28a950dd8557ca0c76aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in beautiful surrounds in the San Giovanni district of the city, directly opposite C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.84" OriginalAmount="59.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.91432551081" Longitude="12.521471285879" StarRating="3" HotelCode="36244|90878" HotelName="Hotel San Giusto" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Bologna 58, 00162 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/59255/a_59255_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in a tranquil, stylish area of the city. It is just a few minutes to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.02" OriginalAmount="59.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.837579066072" Longitude="12.594666186508" StarRating="4" HotelCode="166863|1608548" HotelName="Ibis Styles Roma Vintage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Torre Di Mezzavia 25, 00173 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/80/0f80e208da30367b2fd79408a871b80380a5d0b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in one of the main commercial areas of Rome, close to the Ikea Centre, Er...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.30" OriginalAmount="59.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.912570622962" Longitude="12.502423167776" StarRating="3" HotelCode="21184|559125" HotelName="Kent" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Reggio Emilia 71, 00198 Rom, Italien</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/5d/a45d594162e3e231826c97094da0bc7d6032bf4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated close to the centre of city and offers excellent public transport link...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.44" OriginalAmount="59.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8720015427" Longitude="12.479417324066" StarRating="2" HotelCode="36919|398235" HotelName="Pyramid" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Magazzini Generali 4, 00154 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/e9/79e967e7f829d0f97aeb84c428fc91c31abb9cde.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies in the centre of Rome, just two stops from the Colosseum and the Forum Ro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.03" OriginalAmount="60.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896313368942" Longitude="12.505015138972" StarRating="3" HotelCode="73814|276125" HotelName="Hotel Flavio Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mamiani 28, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/ba/4bba630a074a21e80d84cbb5f48330f92953ceb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a strategic location just a few minutes from some of the city's major monuments. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61.61" OriginalAmount="61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902462" Longitude="12.535421" StarRating="4" HotelCode="335569|17293" HotelName="Best Western Blu Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Largo Domenico De Dominicis 4, 00159 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e9/70e96329812217adff46db2740deb7c9651fc5bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is located in a convenient, semi-central position in Rome, within walking distance from the Tibur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="61.73" OriginalAmount="61.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89250186683" Longitude="12.512830107345" StarRating="3" HotelCode="317345|82637975" HotelName="Center 3" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Achille Grandi 7, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/335842/335842a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.52" OriginalAmount="61.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.828104" Longitude="12.583023" StarRating="3" HotelCode="55815|645145" HotelName="Hotel Giardino d'Europa" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lucrezia Romana 95, 00178 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/f5/03f523555d90a3c85652222fe8d66e2e23c1b738.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just a short distance from the Cinecittà film studios within paces of links to the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.62" OriginalAmount="62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90169" Longitude="12.50381" StarRating="2" HotelCode="417078|55923" HotelName="Hotel Mirage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Milazzo 6, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/50192/04d50930-c002-4ffc-98c4-43a0f2a6213c.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.62" OriginalAmount="62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8991874" Longitude="12.4996851" StarRating="2" HotelCode="36248|200684" HotelName="Sweet Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 47, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/f1/31f1f38b8fe4eebd410d0fb1bfca800fabc9f712.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89789304" Longitude="12.50360386" StarRating="0" HotelCode="710247|meile_house" HotelName="Meile House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Urbarno Rattazzi 57-12, Central Station, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/35/7a35f433feb85b4467e3623540534a1bbb9e7dac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.86" OriginalAmount="62.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901119210063" Longitude="12.57005056246" StarRating="4" HotelCode="166597|1659798" HotelName="iH Hotels Roma Z3" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Perlasca 13/15, 00155 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/ef/a2ef98f3d6d0fd81efd2a78c4280b32c01576d92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 7 km from the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.27" OriginalAmount="62.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896823" Longitude="12.505379" StarRating="2" HotelCode="116996|1559248" HotelName="Filippo Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Turati 163, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/70/2f704d064d29c3546afcfd02db69557feb612eaf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.56" OriginalAmount="62.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.86606" Longitude="12.575305" StarRating="4" HotelCode="165958|744925" HotelName="Hotel Artis" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Roberto Fancelli 3, (angolo Via Pietro Sommariva), Roma 00169</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/ed/6fedc4428b83afc549cd095778d674451857a89c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.60" OriginalAmount="62.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.894854262255" Longitude="12.501111030579" StarRating="2" HotelCode="38527|561245" HotelName="Oriente" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dello Statuto 58, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/39/a9399b6acb7d1dae30a0be97753e34c13a852b10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is fabulously situated in the heart of Rome. The main train station, Roma Termini, is onl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.63" OriginalAmount="63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.752976063427" Longitude="12.371789388886" StarRating="4" HotelCode="455368|56816" HotelName="Residence I Triangoli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Kitchen,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Ermanno Wolf Ferrari 289, 00124 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/a0/61a02fdddb07d6551301530fc814cc61c5eaff3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.63" OriginalAmount="63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89821192557" Longitude="12.499778877316" StarRating="0" HotelCode="172165|61708" HotelName="New Inn Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Farini 62, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/c2/8cc235def69632adbfaabf4d203ba8ef344e860a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical centre of Rome, a few minutes from the main railway station (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.63" OriginalAmount="63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.892159" Longitude="12.413412" StarRating="4" HotelCode="335583|33549" HotelName="Raganelli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 734/8, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/14/b1149c037c20f403800ffc566deb07a8278d5862.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is superbly located close to the Vatican City and with convenient connections to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.63" OriginalAmount="63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89389093" Longitude="12.43663112" StarRating="0" HotelCode="433808|234392" HotelName="Vatican City Relais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregorio VII 350, 00162 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/9a/b39a6cad6fe8e13404088f27f74e0ac2aa789442.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89112" Longitude="12.51346" StarRating="3" HotelCode="316130|c_luxury_palace" HotelName="C. Luxury Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Statilia 31, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/c9/f5c9e16d630c98a69865affd4ac15b9b2914e921.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="64.11" OriginalAmount="63.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.93163" Longitude="12.381495" StarRating="4" HotelCode="395146|3028079" HotelName="Papillo Hotels &amp; Resorts Roma" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Arola 53, 00166 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/09/0b0913cef8ef2b084c1a5893733b51089f4fb7fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.28" OriginalAmount="63.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.791257" Longitude="12.530465" StarRating="4" HotelCode="143962|1050988" HotelName="Ardeatina Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittore Ghiliani 145, 00134 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/50/b850667553884d8a4eb51682450f1f64d3272a37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.46" OriginalAmount="63.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898683549543" Longitude="12.500681877136" StarRating="4" HotelCode="33472|552645" HotelName="Hotel Champagne Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 82, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3d/dc/3ddc93188cbd2b6a5c67c3e5174f60f229701595.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Close to the city centre, this splendid top-class hotel is located in a wonderful area. The main rai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.59" OriginalAmount="63.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.873498" Longitude="12.505944" StarRating="3" HotelCode="78082|356835" HotelName="Cilicia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Cilicia 7, 00179 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/11/1f11ac7a38feb9c840f5c5540d70d931d5c41120.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated only a few steps away from the prestigious archaeological area of the Appia An...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.64" OriginalAmount="64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899337289293" Longitude="12.499698641699" StarRating="2" HotelCode="189369|146327" HotelName="Hotel Demetra Capitolina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 58, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/1a/531a7dcf4448afde84439fa40c797c210ccd0dd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.64" OriginalAmount="64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.87305774" Longitude="12.52538046" StarRating="0" HotelCode="635649|261014" HotelName="Rome Winners Home" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Appia Nuova 465, 00181 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/21/be/21bec7b71229e2035fef69f5988ce6be6ceb0b1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.64" OriginalAmount="64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.822935588779" Longitude="12.475138737434" StarRating="3" HotelCode="936371|58311" HotelName="Villa Eur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale Marcellino Champagnat 2, 00144 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/zz/a1addeaae47a507c316c6cbfd2767cc21487415d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904492646272" Longitude="12.49975632209" StarRating="3" HotelCode="136285|hotel_regio_3" HotelName="Regio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 22, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/35/a835cf29554b7a7525e8251a9399a9bba7b552e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="65.01" OriginalAmount="64.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.930243460818" Longitude="12.560420036316" StarRating="3" HotelCode="36254|2159095" HotelName="Idea Hotel Roma Nomentana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Attilio Benigni 7, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/bf/4dbf2d1a8ece24e54211066046a3b69df9290999.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is easily accessible by car. It also offers easy access to the city centre by public trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.10" OriginalAmount="64.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.920594714284" Longitude="12.518408596516" StarRating="3" HotelCode="17613|337065" HotelName="Hotel Santa Costanza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via XXI Aprile, 4, 00162 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/92/a0924b66ed7097ad3441b65ec0b7c077b49f243c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the Villa Borghese in the embassy district of the city. Bologna unde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.12" OriginalAmount="64.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.873348" Longitude="12.47963" StarRating="3" HotelCode="117450|2258575" HotelName="Crossroad Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni da Empoli 11, 00154 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/c5/e6c5ca3ffd0f612738be2e82944d2026a785d1e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome (ROM).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="65.55" OriginalAmount="64.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906261" Longitude="12.516878" StarRating="3" HotelCode="82566|1945919" HotelName="Best Western Globus Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Ippocrate 119, 00161 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/df/2e/df2e4b1d12c1e978b6999fb763fa57287f3c98c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.65" OriginalAmount="65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.873949" Longitude="12.470049" StarRating="3" HotelCode="904339|56968" HotelName="Lungotevere Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere degli Artigiani 20, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/8b/6c8bc0bde214c426c90c4d880264516799b5d0b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between 2 of Rome's most vibrant districts: Trastevere and Testaccio, both ful...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.911445516885" Longitude="12.505306005478" StarRating="3" HotelCode="82648|hotel_rome_garden" HotelName="Rome Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana 28, 00161 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/1e/801ed4621038b30c66a2247810697041d4c7eaff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within walking distance of Via XX Settembre (400 metres), Via Veneto and Via Na...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.92061109" Longitude="12.46692554" StarRating="0" HotelCode="494610|andenis_luxury_house" HotelName="Andenis Luxury House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Del Fante 10, 00195 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/0a/8d0af41b3976c2511b9b79e8e10f98c9a20d0844.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="65.76" OriginalAmount="65.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.936981" Longitude="12.533096" StarRating="4" HotelCode="37643|1267976" HotelName="Best Western ARS Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Finca,Historic Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Monte Altissimo 20-24, 00141 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/72/90724d90002fa61e0c5a69b9c1fd444f6b4248bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant youth hotel enjoys a peaceful location on the outskirts of Rome. There are many shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="66.09" OriginalAmount="65.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899593919829" Longitude="12.419228553772" StarRating="4" HotelCode="26710|1242281" HotelName="Marc'Aurelio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregorio XI, 141, 00166 Roma, Italia</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/33/cc/33cc354ffdc15f354d9042566357c78ee79b7eca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.18" OriginalAmount="65.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903387" Longitude="12.506055" StarRating="1" HotelCode="147496|1650108" HotelName="Eurorooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 87, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/31/a131672bf6047ca461ad6db5617c4bd16f66f2fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.43" OriginalAmount="65.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.87497" Longitude="12.39414" StarRating="4" HotelCode="32618|1942795" HotelName="Hotel The Brand Roma" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Aldobrandeschi 295, 00163 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/0f/2b0fa60161f27c6c0a499e0274373e2b96b40092.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the suburbs of Rome, this hotel lies around 10 km outside of the centre, which is easily ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="66.47" OriginalAmount="65.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902037" Longitude="12.503191" StarRating="3" HotelCode="95139|5851677" HotelName="Siracusa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 50, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/6a/ae6af38ae57b64a9b1534cef76d7f02ef6be1fa3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904377143429" Longitude="12.462181448936" StarRating="2" HotelCode="57582|3108" HotelName="Adriatic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Vitelleschi 25, 00193  Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f1/73f1b286fd8dcf7a0c045b67a4760aa03363b7f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the “Eternal City” - Rome. Restaurants, bars, and pubs are loc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.887566402491" Longitude="12.399986386299" StarRating="4" HotelCode="335565|24692" HotelName="Holiday Inn Rome Aurelia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia Km 8,400, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/de/eb/deeb3fd9d0f10eca94796322e7f8bbd77a1e50fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located approximately 1.5 km from exit 1 of Rome's Grande Raccordo Anular...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900744" Longitude="12.495015" StarRating="3" HotelCode="901565|55693" HotelName="Opera Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Firenze 11, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/85/7585040316a6f61d2560a91b8d43d7affb10c59e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.15" OriginalAmount="66.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.921186" Longitude="12.502228" StarRating="3" HotelCode="11255|397425" HotelName="Buenos Aires" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Clitunno 9, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/3f/d63f54664da724037eef4b2588205d6089f96090.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near Villa Ada and Villa Borghese, two of Rome's oldest parks, and only 5 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.50" OriginalAmount="66.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902128074616" Longitude="12.504978390713" StarRating="3" HotelCode="66952|1648918" HotelName="Hotel Assisi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Mille 29, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/c7/ddc740c40c052d137003a77e66097b1ceeb13bb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 2 km from the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.913611" Longitude="12.617992" StarRating="4" HotelCode="395920|28304" HotelName="Novotel Roma Est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea Noale 291, 00155 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/38/ea38f37af347e9a8729266399d8a36dd5327ffbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has easy access to the city centre, approximately 15 km away, as well as the railway stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.908331616552" Longitude="12.424775362015" StarRating="4" HotelCode="335573|30576" HotelName="Pinewood" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Pineta Sacchetti 43, 00167 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/55033/a_55033_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies amidst green, tranquil surrounds and affords good links to the motorway and the city...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.72" OriginalAmount="67.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.889040014898" Longitude="12.523689866066" StarRating="4" HotelCode="161124|380645" HotelName="Eurostars Roma Aeterna" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Casilina 125, Piazza del Pigneto 9A, Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b1/de/b1deb27db34db91b1c3e72a48dab6e23df410cfc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Pigneto quarter, just 15 minutes from the centre of Rome. The bus stop i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.36" OriginalAmount="67.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896351664705" Longitude="12.424670755863" StarRating="4" HotelCode="36262|555315" HotelName="The Church Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 481, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/34/af34d93485c4b55a26b3d2ea34b0301439329039.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 3 km from the Vatican City and the city centre. The nearest public transp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.45" OriginalAmount="67.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903414" Longitude="12.506448" StarRating="3" HotelCode="66946|398035" HotelName="Gabriella" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 88, first &amp; second floor, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/65/2165d1bf26b7d06c0595813298bbaf44992f4b33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre, near Termini railway station. Many of Rome's famous sights...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.822869702567" Longitude="12.411825656891" StarRating="4" HotelCode="335585|31057" HotelName="Holiday Inn Roma - Eur Parco Dei Medici" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Golf Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Castello Della Magliana 65, 00148 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/8a/a58afdc142a9c01df303594656d1c7c75bae004a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet and convenient location in Rome, just 2 km from the city centre and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903274539703" Longitude="12.506438213902" StarRating="2" HotelCode="934017|58150" HotelName="Hotel Ventura" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 88, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/96/83964c6c0b87d6eb4e49ec1f6c064d63312c3eb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.91081463" Longitude="12.50515149" StarRating="0" HotelCode="519948|234439" HotelName="House Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Villini 10, 00163 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/cf/43cf142c9f3ac6915b1ec473f6969aff55a2fb43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Villini Luxury Rooms Guest House to discover the wonders of Rome. The hotel has everything y...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.891010768606" Longitude="12.509574741125" StarRating="3" HotelCode="171027|221040" HotelName="La Locanda del Manzoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Emanuele I 14, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/1b/aa1b472d39438c7b151e6e9a96b00fda0d0eeb28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="68.74" OriginalAmount="68.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898497623102" Longitude="12.502158357672" StarRating="3" HotelCode="259324|1886468" HotelName="The Kennedy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippo Turati 62-64, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/7e/1f7eb5f30433b7da0ce0e79b3b77144d2c600518.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located between the Termini Station and the Basilica of S. Maria Maggiore. Within ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.80" OriginalAmount="68.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.891593796549" Longitude="12.426229119301" StarRating="4" HotelCode="166694|555595" HotelName="Occidental Aurelia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Torre Rossa 80, 00165 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/e4/91e4747d0b50b075dbabe0b7f643c2432cb02cf9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Via Aurelia, 5 minutes from the historical centre and Vatican City, and clo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.894954090177" Longitude="12.452364563942" StarRating="3" HotelCode="36265|hotel_alessandrino" HotelName="Alessandrino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Garden,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Clemente Alessandrino, 9, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/44/ec44e2a47024ce2b3526d34cc93c875659021b45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated in the heart of Rome, at the end of Via Monte del Gallo;...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.79" OriginalAmount="69.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.897893" Longitude="12.501635" StarRating="3" HotelCode="37857|335305" HotelName="Terminal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 103, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/16/37169a77a599fff222519cbad6d664e731e68d45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of the Italian capital close to the Termini train station, this Roman hotel lie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.98" OriginalAmount="69.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905189" Longitude="12.50502" StarRating="4" HotelCode="56965|220716" HotelName="Hotel Villafranca" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Villafranca 9, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/3f/6d3f40cac0667ec634e8399e65c4b4acbea09441.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is just 500 from the Termini railway station. It is about 5 km to Tiburtina station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="70.33" OriginalAmount="69.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902312" Longitude="12.503542" StarRating="3" HotelCode="47815|CAF477300" HotelName="Hotel Corot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Marghera 15/17, Centro Storico, 00185 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/06/570660665676b127e9916d8f5917c3aa6933d0e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the historical centre in Rome near the Termini central railway station. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.44" OriginalAmount="69.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899174671967" Longitude="12.499922811985" StarRating="3" HotelCode="67084|1559058" HotelName="Hotel Dina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 62, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/25/4425df718e5270667a0fe23613d5e08c4d3441f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Rome, this hotel is just 100 m from the Santa Maria Maggiore Church and righ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.68" OriginalAmount="69.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.919714580194" Longitude="12.42067694664" StarRating="4" HotelCode="31156|47554" HotelName="Pineta Palace" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via San Lino Papa 35, 00167  Rome, Italien</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/d5/8ed5920adad87c89841b8024f6816b410a908687.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located approximately 10 minutes from Rome's historical centre, some 8 km from the Vat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.70" OriginalAmount="70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.864018" Longitude="12.672871" StarRating="2" HotelCode="191575|233275" HotelName="Hotel Vitti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Casilina 1805/P, 00132 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/b6/bab6f93aad8509a7fc6118630e7a0366672afd5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907435344009" Longitude="12.497463226318" StarRating="3" HotelCode="25186|medici" HotelName="Medici" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Flavia, 96, 00187 Rome, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c8/4c/c84ce208887fcc4b4403f33afbdf7e62bbca4b32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated just a few minute's walk from many places of interest, including the Col...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.91020218" Longitude="12.50239796" StarRating="4" HotelCode="361237|des_epoques_hotel" HotelName="Hotel Des Epoques" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana 31-33, 00161 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/ce/50cee472890a60aa0ee0b820fdb03c445c787af8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90241387" Longitude="12.50584958" StarRating="0" HotelCode="625602|funny_palace_hostel_" HotelName="Funny Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Varese 33, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/31/4031999c58f7f3d3b8de5aecb11f5e5313f973f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.20" OriginalAmount="70.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.837089647043" Longitude="12.509452700615" StarRating="3" HotelCode="58870|640875" HotelName="Orto di Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via di Grotta Perfetta 551, 00142 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/f1/8af1c9b851e4deb2ced1450a41341bbb2d623097.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near an ancient Roman site overlooking the Parco dell'Appia Antica, between the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.909077976693" Longitude="12.494331279762" StarRating="3" HotelCode="440531|57480" HotelName="Gialel B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Romagna 14, 00187 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/96/2d963e6700a5405e660101caa7075bc7bdd05264.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89331997" Longitude="12.51136692" StarRating="3" HotelCode="958323|424487" HotelName="Hotel Balilla" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Balilla 1, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/34/b7343835a64ccc7d90c022668587e52df4dbfce4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.912748" Longitude="12.453225" StarRating="4" HotelCode="335587|28291" HotelName="Hotel Franklin Feel The Sound" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>via rodi, 29, 00195 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/b7/27b764a018f67b3ece3db7b498ee5c2e09b560a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the elegant and quiet Prati area just steps from the Vatican. The nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8680069" Longitude="12.58790195" StarRating="3" HotelCode="455622|56462" HotelName="Hotel Santa Maura" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Casilina 1038, 00169 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/18/1818ef39ae20ccbdd0d799373ceb2a1d2d4c6084.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90965782" Longitude="12.44607227" StarRating="0" HotelCode="951453|affittacamere_roma_centro_musei_vaticani_rooms" HotelName="Affittacamere Roma Centro Musei Vaticani Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Mario Savini 15, Vaticano Prati, 00136 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/f7/83f713a0ce9f3078e8ee884690c6ef82b08c19fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.84" OriginalAmount="71.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.872100407698" Longitude="12.480830848217" StarRating="4" HotelCode="33473|793315" HotelName="Abitart" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pellegrino Matteucci 10-20, 00154 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/5b/0c5b9b35bad44ced4cac0e4eefbcfa735394209b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to Trastvere's entertainment and leisure area. The famous Pyramids of Ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="72.67" OriginalAmount="71.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.819534" Longitude="12.464662" StarRating="4" HotelCode="408887|2296333" HotelName="Hotel Shangri-La Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Algeria 141, 00144 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/4e/ac4e87ba7a172dee9838cbef1abdd7fb43df2f58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.70" OriginalAmount="71.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903339044468" Longitude="12.503373542328" StarRating="3" HotelCode="82645|338015" HotelName="Villa Delle Rose" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vicenza 5, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/f2/8bf2b4db638ffd3ae4ca9d20577add7bb3b73e57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is housed within the beautiful rooms of a noble villa dating back to the end of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.72" OriginalAmount="72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.93917737" Longitude="12.46639163" StarRating="2" HotelCode="565907|232254" HotelName="2 Passi Da" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Bolsena 4, 00191 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/d8/bad88dfe3dd3815de2d12e6a9e299b6791297461.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.72" OriginalAmount="72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.9057765" Longitude="12.4614969" StarRating="2" HotelCode="266879|58143" HotelName="A Roma San Pietro BB" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Crescenzio 85, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/7c/177cf524299217d742772bf50ea1d94019606ae0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.72" OriginalAmount="72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.895048303612" Longitude="12.502253319792" StarRating="0" HotelCode="581167|232909" HotelName="Dada Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Vittorio Emanuele II 138, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/9d/d99d831755b22089317319792fe1192b2aaddbc0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.72" OriginalAmount="72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89950483" Longitude="12.49831957" StarRating="1" HotelCode="433455|179556" HotelName="Hotel Leone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour, 47, 1° piano, Stazione Termini, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/b7/feb7f009877f770cacdcca7741b4ada301f569ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.72" OriginalAmount="72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.9103977" Longitude="12.44507206" StarRating="0" HotelCode="574056|234010" HotelName="Roema Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Serafino Gualtiero 20, 2 Piano, 00136 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/d2/5ed29b6b958b6a034bdb9318d9a7998e0319cdf3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.873086053407" Longitude="12.462890893221" StarRating="3" HotelCode="60678|hotel_villa_rosa_3" HotelName="Villa Rosa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Prati 1, 00152 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/cf/f0cf67db763fcac7c1e9b1c92864abaa7b716a37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an excellent location in Trastevere, an area full of character, easily accessible f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="73.05" OriginalAmount="72.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.888836" Longitude="12.425739" StarRating="4" HotelCode="50754|1163517" HotelName="Crowne Plaza St. Peter's" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Spa Hotel,Conference Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia Antica 415, P.O.Box 9076, 00165 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9e/29/9e299dcb89ad764e41d7fa23f31a88bb79eea9b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This large conference hotel lies in a peaceful residential area surrounded by large grounds, close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.50" OriginalAmount="72.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.851725994642" Longitude="12.48259305954" StarRating="4" HotelCode="35247|749765" HotelName="BV Oly Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Santuario Regina degli Apostoli 36, 00145 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/c3/36c3e967f7ff727ebce14d49f2f941c787fe3278.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the E.U.R. shopping precinct and a few kilometres from the new trade f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="73.53" OriginalAmount="72.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.913003" Longitude="12.499099" StarRating="3" HotelCode="245024|2164388" HotelName="MF Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Savoia 44, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ae/87/ae874c117c49b087afc95a76145ccd3339994736.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.73" OriginalAmount="73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90679826" Longitude="12.45669181" StarRating="0" HotelCode="573082|232305" HotelName="Allegra's House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Vespasiano 12, Lazio, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/e4/58/e458c3a88d807f57e2a2ace399e016222895d429.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.73" OriginalAmount="73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.91443945" Longitude="12.44879462" StarRating="0" HotelCode="954112|396446" HotelName="Gemini Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Platone 21, 00136 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/27/1c27fffb23847071d99bbabba8773c2692978b59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.73" OriginalAmount="73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901096988972" Longitude="12.493124118792" StarRating="3" HotelCode="341209|54936" HotelName="Hotel Regina Giovanna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 230, 00184 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/43/03438c0efaef258d5562d0ae101fc813abb6665a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.51" OriginalAmount="73.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.890565507381" Longitude="12.511823773384" StarRating="3" HotelCode="11074|90868" HotelName="Hotel Bled" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Croce In Gerusalemme 40, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/51/ac/51ac120b77bdc9901c8a22ae3e3e3f39d686d81b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located between the Colosseum and Termini main railway station. Further emin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90142193" Longitude="12.50399799" StarRating="0" HotelCode="946278|233113" HotelName="Hotel Agorà Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 80, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/61/3a613b170ca20f5695578bc1f51204c82c1eddc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="75.02" OriginalAmount="74.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899592921623" Longitude="12.495860606432" StarRating="3" HotelCode="49104|CAI880400" HotelName="Corona" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napoli, 3, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/74/29747a887842e444df2d16ece80363d8423397c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.07" OriginalAmount="74.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900400465116" Longitude="12.498080134392" StarRating="3" HotelCode="33092|561065" HotelName="Nizza" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Massimo D'Azeglio 16, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/4a/ff4ac655c623235b23604e4d217cc9a1bf8dfab8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This up-market hotel lies at the heart of Rome, just minutes from the old part of town and the main ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.32" OriginalAmount="74.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904273337705" Longitude="12.426996231079" StarRating="4" HotelCode="32740|937945" HotelName="C-Hotels Club House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Diet Meals,Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea Alciato 14/16, 00167 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/26/41260dd4681ed18ec197dd8c20f3edb3f5ac55a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel Club House is characterised by a friendly and comfortable atmosphere. It is set in a very ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.66" OriginalAmount="74.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.839206" Longitude="12.550872" StarRating="4" HotelCode="66775|788435" HotelName="Appia Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Appia Nuova 934, 00178 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/da/bcdad3431583ce7ef69ed7b6c22c8c829b03f0c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This wonderful and welcoming hotel is conveniently located only a few steps from the Appia Antica ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.75" OriginalAmount="75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.91323065621" Longitude="12.459423364418" StarRating="2" HotelCode="266877|134717" HotelName="Alessandro a San Pietro BB" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Airport Transfer (on Demand)">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 44, 00195 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/0d/b80d3cb53f13fd81b60ec8129aed04530a5f340e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This delightful bed and breakfast is conveniently located just a 10 minutes' walking distance away f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.75" OriginalAmount="75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896910685953" Longitude="12.448486089706" StarRating="3" HotelCode="221547|33261" HotelName="Hotel Il Cantico" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Cottolengo 50, 00163 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/36/fa363eeeb54dbc26360913ab71c86b94d5d828bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.949102" Longitude="12.472571" StarRating="3" HotelCode="116828|colony" HotelName="Colony" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Monterosi 18, 00191 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/f4/77f4f228d639da32f33c397e9df36a4dd91a24a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.895577012887" Longitude="12.51687169075" StarRating="3" HotelCode="95119|villa_san_lorenzo" HotelName="Villa S. Lorenzo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Liguri 7, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/2c/db2c383617dcdabecb3c583feef896d3b74c17a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.78" OriginalAmount="75.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.788008990012" Longitude="12.516211867332" StarRating="3" HotelCode="59293|276575" HotelName="Marini Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Village,Family-friendly Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Castel Di Leva 258, 00134 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b7/88b7c50dbdab226f9c07514162e33fe240464254.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the southwest of Rome, between two old Roman roads, known as Ardeatina and Lauren...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.05" OriginalAmount="75.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.746662" Longitude="12.357665" StarRating="3" HotelCode="148214|2103475" HotelName="Hotel Giulietta e Romeo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Eraclito di Efeso 23, Frazione Casal Palocco, 00124 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/4d/204d7d5a2d94da9cff2a6e4df09dad1f9121aaad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.10" OriginalAmount="75.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903383" Longitude="12.50263" StarRating="3" HotelCode="66055|398665" HotelName="Yes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Lounge,Nightclub,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Magenta 15, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/e7/52e79626ef507bf446642aa6e39647609293862d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street in the city centre, just around the corner from Termini cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.11" OriginalAmount="75.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.962059012337" Longitude="12.478113770485" StarRating="4" HotelCode="55444|555805" HotelName="Flaminio Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Bungalow Complex,Guesthouse,Club Resort,Village,Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Diet Meals,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flaminia Nuova 821, 00189 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/20/2d2095b739f0c9824c085af41cddd6128442c2f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located a few steps from the centre of Rome, in the green area of Vejo Natural Park,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.858793579706" Longitude="12.504305668538" StarRating="3" HotelCode="66951|55906" HotelName="Kolping Hotel Casa Domitilla" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Sette Chiese 280, 00147 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/f2/1bf285b22c134568aeb5bd349bd4d6a98c471d04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90071190067" Longitude="12.496701478958" StarRating="4" HotelCode="192110|29472" HotelName="Demetra" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Viminale 8, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/cf/becf6493876259f3b41c464b1fa1cdce252c1db9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated just 5 minutes´ walk from both Termini and Repubblica metro stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905014" Longitude="12.502582" StarRating="3" HotelCode="201004|19377" HotelName="Andreotti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Castelfidardo 55, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/02/1002c4c44702184cba967fc68f98a5e973330048.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Rome, 5 minutes from Terme di Diocleziano, the Roman National M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89890811" Longitude="12.4990682" StarRating="3" HotelCode="474837|199072" HotelName="Manin Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Daniele Manin 69, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/42/504271ec0c0740d7f9da1dc75e35bb06b51763c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902297" Longitude="12.503821" StarRating="3" HotelCode="386927|15496" HotelName="Marco Polo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magenta 39, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7c/cf/7ccfb3310972631318f5ad253026d05e359bdb4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The charming city hotel is very well situated in the city centre, in a very quiet location and withi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.86397106" Longitude="12.45886522" StarRating="2" HotelCode="311178|58069" HotelName="Roof Garden Zaccardi B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale di Vigna Pia 40, scala a 5° piano, 00149 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/78/3e/783eae2c5a1989e6c535a372a90e9e0d61b74a32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900249154607" Longitude="12.448190502732" StarRating="3" HotelCode="379907|200613" HotelName="San Pietro Leisure and Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Housekeeping,Internet,LCD/Projector,Luggage Storage,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Clivo Di Sant' Antonino 10, 00165 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/04/ee/04eee95b7a8026c291ff87d12f3de04815548f2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at San Pietro Leisure and Luxury in Rome (Vatican), yo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905781823956" Longitude="12.499556122684" StarRating="1.5" HotelCode="191858|57190" HotelName="The Place in Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Macao 9, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/dd/37dd43ddf03fa28011f101589b5470d4f03bd047.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.85" OriginalAmount="76.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901736033797" Longitude="12.504061460495" StarRating="2" HotelCode="59294|564235" HotelName="Robinson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Bar,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Milazzo 3, 00185 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/ff/37ff2588fee8726c7788a5a5ba43b889f2ab2e0f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Rome, beside the Termini railway station and within paces of a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.08" OriginalAmount="76.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.808262" Longitude="12.447402" StarRating="4" HotelCode="95128|548615" HotelName="All Time Relais &amp; Sport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Don Pasquino Borghi 100, 00144 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/ec/abec22c9c0b68715eff2d8b3599f47ae4ee9f1d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the elegant and dynamic Eur quarter, which has always been considered the business c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.38" OriginalAmount="76.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.893261" Longitude="12.50105" StarRating="1" HotelCode="117923|1483648" HotelName="Merulana Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Merulana N°240, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/f3/6bf325c5bc0f98a1644f7c286ba504537be6b5aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.45" OriginalAmount="76.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.865254" Longitude="12.496335" StarRating="3" HotelCode="37856|425195" HotelName="Caravel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cristoforo Colombo 124/c, 00147 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/19/d0197e453dc9d5eb757c6da4b7246e4db0e94221.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully situated beside a main road just 3 km from Rome's historical city centre. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.46" OriginalAmount="76.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.908127" Longitude="12.499759" StarRating="2" HotelCode="37647|312165" HotelName="Hotel Baltico" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via XX Settembre 89, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bc/9e/bc9e83e88f30e6c37796fdcb9cd5bc4dab07c957.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel is located at the heart of Rome just 500 m from a selection of restaurants ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.59" OriginalAmount="76.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90902720816" Longitude="12.590922597676" StarRating="4" HotelCode="146954|1112738" HotelName="Domidea" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Raffaele Costi 17/21, 00155 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/9e/409ec02f7aafbba5d7aa9175eaa55bdb239dae8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys can be reached by lift. The hotel features various services and facilities, including a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.65" OriginalAmount="76.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89323403326" Longitude="12.512315958738" StarRating="3" HotelCode="21501|566065" HotelName="Tempio di Pallade" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giolitti 425-427, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/3b/823bff8980c457826165e6b777476e4a6112139f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-run, centrally located hotel is situated close to Porta Maggiore square, approximately 4...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.77" OriginalAmount="77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.88568461" Longitude="12.51293544" StarRating="3" HotelCode="782530|321417" HotelName="Isabel Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Pozzuoli 7, San Giovanni, 00182 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/a5/d5a55d0e0e11aaf21a382c4f4008743a62cffb29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.77" OriginalAmount="77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.991901" Longitude="12.400597" StarRating="3" HotelCode="260863|211127" HotelName="Resort La Rocchetta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giulio Galli 41, 00123 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/cb/32cb9da748e7ddb3c8377324fda42f5248cb516e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.77" OriginalAmount="77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90683648" Longitude="12.47259056" StarRating="0" HotelCode="765895|488630" HotelName="River Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Cossa 13, 00193 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/fa/25fa2bc0d52d54d13cb7ab54d3ce1034ab562dc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.77" OriginalAmount="77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89907589" Longitude="12.46484149" StarRating="0" HotelCode="578231|234149" HotelName="Secret Rhome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Largo Dei Fiorentini 1, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/38/a638181116f6ac6152c22c495638e744329c4aa5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901915704582" Longitude="12.503334581852" StarRating="3" HotelCode="302820|hotel_madison" HotelName="Madison" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 60, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5a/f7/5af75a989954d4e8a8c94d6c00098d930172ee2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Originally a palace this Hotel is in a great location for tourists or business guests exploring the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89123028" Longitude="12.50125173" StarRating="0" HotelCode="624684|colosseoinn_" HotelName="B&amp;B Colosseoinn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Botta 7, 00184 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/b0/d2b00d0229558e2fbc03de3f92fa2ed0d7d7eade.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.90" OriginalAmount="77.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898476" Longitude="12.50068" StarRating="2" HotelCode="89608|1065418" HotelName="Hotel Romantica" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 77, 00185 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/c7/6cc70873947a5d1676ea971bb35926ed6058bc6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.94" OriginalAmount="77.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902432094985" Longitude="12.489689540958" StarRating="4" HotelCode="16503|282535" HotelName="Al Manthia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Giardini 35/B, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/14/14d6857b6291fbe2/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The crossroads of the Four Fountains, where the hotel is situated, is one of the most interesting sn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="77.98" OriginalAmount="77.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.912178" Longitude="12.503169" StarRating="3" HotelCode="151448|1112154" HotelName="Apogia Lloyd Rome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alessandria 110 A, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/70/e0705c4d0e1fc4b7923527d867c4ead16e959386.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.10" OriginalAmount="77.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.812571345707" Longitude="12.475333925129" StarRating="4" HotelCode="31411|397735" HotelName="Warmth Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Prezzolini 5, 00144 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/87/83870848840869c95a133b8f4e4da008bac4eb2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is located approximately 30 minutes drive from Laurentino, the historical ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="78.22" OriginalAmount="77.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.943763219641" Longitude="12.474689930677" StarRating="4" HotelCode="36249|1189921" HotelName="Grand Hotel Fleming" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Monteleone di Spoleto 20, 00191 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/4b/9d4b261a9078758b4f37412fa7d42c1fbc6d5574.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This well-equipped hotel lies close to the centre of Rome where guests can discover many shopping an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.43" OriginalAmount="77.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904617" Longitude="12.499339" StarRating="1" HotelCode="146428|2911855" HotelName="Cressy Hotel Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 27, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/eb/17ebcbfef0ee9a93995f717c72b18737a6dc43c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.59" OriginalAmount="77.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906786586546" Longitude="12.496883869171" StarRating="2" HotelCode="171020|1591528" HotelName="La Luna Romana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Servio Tullio 7, 00187 Roma, Latio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/239133/a_239133_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Staying at this hotel means that guests are right in the heart of everything that Rome has to offer....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.67" OriginalAmount="77.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.009358811291" Longitude="12.379022514847" StarRating="3" HotelCode="116784|1111028" HotelName="Hotel Cassia" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cassia 1736, 00123 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/94/b4/94b414434c51ab46189d935a8f173d525a535737.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome (ROM).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="78.77" OriginalAmount="77.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.88095669295" Longitude="12.507972121238" StarRating="3" HotelCode="316823|CAL841500" HotelName="Best Western Hotel Piccadilly" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magna Grecia 122, 00183 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/39/a339b6af957158b130383a545c0f4520de3fe3b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the busy Via Magna Grecia, in the heart of the city centre shopping district...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.88486678" Longitude="12.51943868" StarRating="0" HotelCode="573493|233297" HotelName="I Pini di Roma Rooms &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Pistoia 9, 00182 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/3b/253bcb4bb94815fc9afa9f262ec8e2be6a806ecd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.91547987" Longitude="12.45349705" StarRating="0" HotelCode="572400|233812" HotelName="Moonlight Inn Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale Clodio 22, 00195 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/ce/a0ce996a5bf1254513db510c1b504a2407b6e358.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.879935" Longitude="12.521441" StarRating="3" HotelCode="255917|44789" HotelName="Tuscolana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Tuscolana 185, 00182 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/01/ca01af690fb7db345abdb9bb8f1e8dd73c4e4c03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900104999213" Longitude="12.497913837433" StarRating="4" HotelCode="410462|augusta_lucilla_palace" HotelName="Augusta Lucilla Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Massimo D'azeglio 24, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/9f/039f8c0a81323f49bfc89f427a032af3cc8a6d5b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a central location, lying just a few minutes’ walk from the most popular sigh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90801882" Longitude="12.45277619" StarRating="0" HotelCode="581412|ottaviani" HotelName="Vaticana Ottaviani" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>via Tunisi, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/93/bb938aed4b695189970d416607e11ff6b489b1b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.00" OriginalAmount="78.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905838" Longitude="12.467183" StarRating="2.5" HotelCode="152407|2373505" HotelName="Piccolo Imperiale" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Orazio 31, 00195 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/36/df3648d02627eec41efbc13ef8094bc834dd1434.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.03" OriginalAmount="78.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.945914" Longitude="12.522925" StarRating="3" HotelCode="117168|642705" HotelName="La Pergola" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Prati Fiscali, 55, 00141 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/b1/efb103d93757f0481ce8f1861a1e32928e6c34db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated between Via Salaria and Via Nomentana, in a green and quiet residential ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.24" OriginalAmount="78.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902512" Longitude="12.487916" StarRating="3" HotelCode="165959|1437678" HotelName="Julia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Rasella 29, Roma 00187</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/9d/589d4a0d61da1285edf607ae1479773415490e4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.28" OriginalAmount="78.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.868741" Longitude="12.411748" StarRating="4" HotelCode="31157|922295" HotelName="Hotel Rome Pisana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via della Pisana 374, 00163 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1a/16/1a16a06e4aad9ef1e4dd1871eae4b1544988e7ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;House within a modern building, this hotel lies in the western part of the Italian capital. It is ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.40" OriginalAmount="78.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.881443126075" Longitude="12.518750906853" StarRating="4" HotelCode="92610|552805" HotelName="Best Western CineMusic Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tuscolana 128, 00182 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/b4/cab4290d9ae5218935cd168cea73d6dcad12c93c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historic centre of Rome, near the San Giovanni in Laterano Basilica (Bas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90678931" Longitude="12.46561898" StarRating="0" HotelCode="771468|371472" HotelName="Co Sleep" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Boezio 6, 00193 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/d8/e2d83b31f1c62c5416c9b73370ce207c421ac1db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.882166" Longitude="12.521159" StarRating="2" HotelCode="580900|232914" HotelName="Damiani &amp; Sister Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via San Remo 12, 00182 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/8e/808efead5026dfe90b03355a3dca6a60cc330875.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.85639051" Longitude="12.56280732" StarRating="2" HotelCode="539980|60551" HotelName="Deguestibus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Tuscolana 1256, 00174 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/74/24747f8b26e6d19fd4b273c7a643847bbdafe2fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.915419975503" Longitude="12.498421472387" StarRating="4" HotelCode="172170|albani_hotel_roma" HotelName="Hotel Albani Roma" 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,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Adda 45, 00198 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f8/df/f8df1dcb32ae4c3f4c55e4f6515ea2e647c74c22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central yet peaceful location and provides an ideal haven for those seeking rela...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900430410909" Longitude="12.497768998146" StarRating="4" HotelCode="21168|torino_hotel" HotelName="Hotel Torino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 8, Santa Maria Maggiore, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7b/5b/7b5b28bf5dbd661e25a4f40d09f844eedb9b8956.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located in the heart of the "Eternal City" and has recently been restored with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.95" OriginalAmount="79.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898682579173" Longitude="12.425629245084" StarRating="4" HotelCode="37627|788495" HotelName="Aurelius Art Gallery Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 458, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/a3/37a32c8034c280ee11d38e8a2f836910cbd9f714.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the outskirts of Rome, around 5 km away from the historical centre. The cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="80.02" OriginalAmount="79.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.92479164933" Longitude="12.469900846481" StarRating="4" HotelCode="19041|1275585" HotelName="Villa Glori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bernardo Celentano 11, 00196 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/76/347697eb0a944c52cde21d2f2139be2c3588b572.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated near the River Tiber and the Piazza del Popolo. Numerous shops, lively bars, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="80.48" OriginalAmount="79.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.825578031065" Longitude="12.478803098202" StarRating="4" HotelCode="40184|1521810" HotelName="American Palace Eur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Laurentina 554, 00143 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/9e/4b9e748127275dc1fefa9e27bf942090f54ceebb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel is situated in the Eur zone - the business and commercial district of R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.50" OriginalAmount="79.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89382" Longitude="12.503897" StarRating="4" HotelCode="15067|641525" HotelName="Napoleon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Vittorio Emanuele II, 105, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/39/05399e5d0ba075e547450c4be28130ea2048a4fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This peaceful and elegant hotel is located only paces from the city centre, Santa Maria Maggiore and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.58" OriginalAmount="79.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.83688" Longitude="12.51067" StarRating="3" HotelCode="143526|1050978" HotelName="Antica Locanda Palmieri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Grotta Perfetta 555/A, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/4d/bd4da44a2732674b0c0a3eaba4869236db5bd8ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.67" OriginalAmount="79.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.912013133774" Longitude="12.450272440911" StarRating="4" HotelCode="15209|70254" HotelName="Quality Hotel Nova Domus" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Savonarola 38, 00195 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/1a/961aafb43ef50c7189dc0358307aaae523f548f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel lies in a quiet residential area only 5 minutes from the Vatican Museum and 10 mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="80.68" OriginalAmount="79.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901934" Longitude="12.494389" StarRating="3" HotelCode="15674|2131498" HotelName="Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Fax,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Firenze 57, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4e/85/4e857b8319b55742a7aec949518fab92440dc069.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a fantastic location in the historical centre of the fabulous Eternal City. Situat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.76" OriginalAmount="79.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.878609" Longitude="12.47895" StarRating="2" HotelCode="161131|134894" HotelName="Hotel Santa Prisca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Largo Manlio Gelsomini 25, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/af/daaf12096a55409e456bdd0802d9f25befe04494.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the foot of a verdant and tranquil hill in Rome, the Aventine. The hotel en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.80" OriginalAmount="80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.912088827253" Longitude="12.468215" StarRating="0" HotelCode="192044|396405" HotelName="Comics Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giulio Cesare 38, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/ef/8def2af21fc9acf845591e520a7c14852821902d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.80" OriginalAmount="80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.893435283868" Longitude="12.47219114584" StarRating="0" HotelCode="383795|56111" HotelName="Pettinary Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Luggage Storage,Parking,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Pettinari 73, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/3e/083e30cd3e4427135b86808c253dd28da5cfb047.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Pettinary Village, you'll be centrally located in Rome, steps from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.86" OriginalAmount="80.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89184737211" Longitude="12.438964247704" StarRating="4" HotelCode="31160|15604" HotelName="NH Roma Villa Carpegna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pio IV, 6, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/fd/e2fd5ae18179ee7bbaaaa93bc370c764bf5cac96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies directly beside the fantastic, lush green Villa Pamphili Park and a shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.06" OriginalAmount="80.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.932136" Longitude="12.378131" StarRating="3" HotelCode="73528|793405" HotelName="Selva Candida" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Selva Candida 200, 00166 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/06/2c06ffa6e8f612f3e139615cdedea2240579fcad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Immersed in large woodland yet in close proximity to Rome’s ring road, this hotel offers a tranquil ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.13" OriginalAmount="80.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906093905916" Longitude="12.459735274315" StarRating="4" HotelCode="76332|561155" HotelName="Orange Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Crescenzio 86, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f6/fd/f6fdb73f9d380a0485353d35d9dfd718cc19f927.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a strategic location, offering easy access to the most beautiful and well-known loc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.35" OriginalAmount="80.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.9315558" Longitude="12.5274399" StarRating="3" HotelCode="169164|200656" HotelName="ibis Styles Roma Art Noba Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana, 543/547, 00141 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/f8/09f8f83c402f08da41b2dd0ea354ed2fda8876c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 10 km away from the centre of Rome, and just 1 km from Nomentana railway statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.41" OriginalAmount="80.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90630749988" Longitude="12.501722574234" StarRating="2" HotelCode="164284|552395" HotelName="Capitolium Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Eco Hotel,Historic Hotel,Hostel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 104, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/bb/6dbb569a4a6af61a62995f773a2b51bf8a64857b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;In just two metro stops (five minutes) guests can reach one of Rome’s best highlights: the Colosseum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.45" OriginalAmount="80.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.92573956363" Longitude="12.435370087624" StarRating="4" HotelCode="33056|79494" HotelName="Hotel Zone" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Alfredo Fusco 118, 00136 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/cb/1bcb67e840a1014db4afb852a066190b6a33396f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is found in the Montemario district, north of the Vatican. The underground and buses are ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.51" OriginalAmount="80.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.894123517113" Longitude="12.490639686584" StarRating="2" HotelCode="67085|937965" HotelName="Colosseo Studio Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 261, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/98/2198e143130ef41891a8d9bfb6b9fc45b979a591.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="81.58" OriginalAmount="80.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90639638" Longitude="12.49297687" StarRating="3" HotelCode="566247|57544136" HotelName="Relais Barberini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Elevator,Pets allowed,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/e9/d2e9edb9d0c6f1cda4c793d3cfea9eb68286b011.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Position\nRelais Barberini is situated in Rome, 600 meters from the Vatican Museums.\n\nRooms\nAll r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.67" OriginalAmount="80.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.892363" Longitude="12.513787" StarRating="3" HotelCode="16224|788175" HotelName="Principe di Piemonte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Giolitti 449, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/ce/b4ce19c8f28ccf5f398bc8312d686f4217b90e53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is 50 m from the ancient entrance to Rome known as the "Porta Maggiore" Square where...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.67" OriginalAmount="80.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899515" Longitude="12.49819" StarRating="3" HotelCode="76615|549185" HotelName="Argentina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 47, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/83/3883b41608801dee6a987cf474eb965f2a423d63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a very central location. Termini Station is located to one side of the hotel and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.911148" Longitude="12.502611" StarRating="3" HotelCode="117436|56039" HotelName="Hotel Porta Pia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Messina 25, 00198 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/61/1861cbba4c31ea67e39c27109fdf7304a9e53415.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90087161062" Longitude="12.497157454491" StarRating="2" HotelCode="909239|242347" HotelName="Hotel Touring" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 2, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/72/f4/72f4e0767d71e8a3eff09c9284353a41d3da7177.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.91321047" Longitude="12.46943867" StarRating="3" HotelCode="690383|276295" HotelName="Prima Guest House Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Parking,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere Michelangelo 9, primo piano, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/d1/2cd171526038c8004c62e70ad70cf41b512ed5a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely family run hotel is located very close to Vatican and to all main city attractions. Lepa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90172604569" Longitude="12.504123233135" StarRating="2" HotelCode="335563|11314" HotelName="Hotel Rubino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Hostel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Milazzo 3, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/93/3f936651f97400e6e3ea647f3b81e2fe86ef7eb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the historical centre of Rome, a few minutes from the main railway station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.88742554" Longitude="12.51140909" StarRating="0" HotelCode="710278|alla_basilica_rooms" HotelName="Alla Basilica Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Carlo Felice 77</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/29/18297a3c34a4eddfc6cbd35d502e1111b3a072ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.91" OriginalAmount="81.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901440574074" Longitude="12.504117786884" StarRating="4" HotelCode="58347|397385" HotelName="Aphrodite" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Laundry,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 90, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/09/1a/091a619aa464de9b1c2267990a7003dfcd10c7e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is strategically located in the historical centre right next to the Termini train station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.08" OriginalAmount="81.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899886" Longitude="12.408609" StarRating="3" HotelCode="160880|889645" HotelName="Park Ginevra" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Giovanni della Croce 35, 00166 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b2/88b2ebc30f607cd288ce59b072eb32adad8b6b69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 51 rooms. A bar is among the facilities. Wireless internet access in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="82.33" OriginalAmount="81.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.830216685714" Longitude="12.4569735" StarRating="4" HotelCode="244309|1524111" HotelName="Ibis Styles Roma Eur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Egeo 133, Via Massimiliano Massimo 15, 00144 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/2d/512d674487ac438a2a582e42a5540e9ad024c7b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome, not more than fifty metres from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.49" OriginalAmount="81.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89497006263" Longitude="12.417742609978" StarRating="4" HotelCode="67446|2062475" HotelName="Smooth Hotel Rome West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 619, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/17/89176e095d208981888f920cd7acfb425528dd5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and conference hotel is situated in Via Aurelia, within easy reach of Rome's Leonardo da V...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="82.50" OriginalAmount="81.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.924641688224" Longitude="12.569823906746" StarRating="3" HotelCode="117284|6572008" HotelName="Urban Garden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Rebibbia 18/34, 00156 Roma, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/8e/7c8ec6ded86d9bba9bb199d0a260ceee5f443d0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in the vicinity of Rome's city centre and just 300 m from metro station Rebibbia. Its ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906729822869" Longitude="12.446185746033" StarRating="2" HotelCode="266876|134581" HotelName="Ai Musei Vaticani BB" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Airport Transfer (on Demand),Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via Cipro 56, 00136 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/45/bf/45bf41453aea5c821caedba3d636c66982c98631.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming bed and breakfast is located just behind Vatican City, next to the Cipro Metro Station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.87269211" Longitude="12.48037146" StarRating="0" HotelCode="635190|260875" HotelName="B&amp;B Easy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Ostiense 73, 00154 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/5a/475a288d6cf77e9b4b9e087a2a6fed9f2a4c5b28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;B&amp;amp;B Easy offers modern-style rooms 300 metres from Rome Ostiense Train Station. The property has...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.77077828" Longitude="12.30900312" StarRating="0" HotelCode="710212|396447" HotelName="Gens Mundi B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Edoardo Gatti 60, 00119 Ostia Antica, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/3f/3d3f5a03929ea0c2a56d093462fb195b61b2b01c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.912221972218" Longitude="12.518625855446" StarRating="3" HotelCode="336628|31058" HotelName="Mercure Roma Piazza Bologna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Reggio Calabria 54, 00161 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/91/dc/91dcfa772f74045db5c801ae9d33dd30b7ce6668.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to Piazza Bologna, just a few metres from the metro and only five stops f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899027" Longitude="12.500262" StarRating="3" HotelCode="15280|milo" HotelName="Hotel Milo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Principe Amadeo 76, 00185 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/48/b848c1d453ac032d9802585ab0d7071c0866172e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated between Santa Maria Maggiore and Termini main train station. Publi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90591791" Longitude="12.44565626" StarRating="3" HotelCode="531330|vatican_rooms_holiday_in_rome" HotelName="Vatican Rooms Holiday In Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Cipro 77, Vatikanstadt, Prati, 00136 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/65/c565bdaaace5f7bc26900cb10723aef7ed69c6b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.29" OriginalAmount="82.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.893292" Longitude="12.42067" StarRating="4" HotelCode="73740|937935" HotelName="ELE Green Park Hotel Pamphili" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Lorenzo Mossa 4, 00100 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/f7/33f7133528ee4502b8c1d30b445664dd5c009ac0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.36" OriginalAmount="82.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.890542545395" Longitude="12.506457228649" StarRating="4" HotelCode="60393|277095" HotelName="Hotel Milton Roma" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Emanuele Filiberto 155, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/b2/f7b2949065c7233ada7e9302179f04d597ec6e00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome, around 500 m from the colosseum and about 250 m from Sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="83.48" OriginalAmount="82.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.921686383011" Longitude="12.500499486923" StarRating="4" HotelCode="19043|2267408" HotelName="Hotel Villa Grazioli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Salaria, 241, 00199 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/14/d314b356a1b330c26cd32c2ea2b645ec10e2c4d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the perfect location to discover Rome's treasures, only 10 minutes from Via Veneto a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="83.70" OriginalAmount="82.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898128" Longitude="12.50117" StarRating="3" HotelCode="496288|77844227" HotelName="Hotel Maryelen 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 87B, (not 85/A), 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/b1/8bb196c97b532acee6fa04371b6838dde6911ba9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.881513" Longitude="12.484939" StarRating="2" HotelCode="191655|47625" HotelName="Aventino Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Aventino 98, 00153 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/5f/275f0f2ec7bfa49e96164442544ede843ccd9c08.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.965701" Longitude="12.31271" StarRating="4" HotelCode="904057|40759" HotelName="Relais Castrum Boccea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Country House,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via SS. Mario e Marta 27, 00166 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/f0/e4f0551d64bfcbd4ff956c0cfac102181b1c7a8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is an historical dwelling in the Roman countryside. The nearest train station is about 50 metre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.91247259" Longitude="12.46857252" StarRating="0" HotelCode="542758|caesar_place" HotelName="Caesar Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Elevator,Housekeeping">
        <Address>
          <AddressLines>
            <AddressLine>Via Fornovo 3, 00192 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/83/8f83febc91059af0ff93a37d3a90341eb22a9308.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Caesar Place in Rome (Vatican), you'll be minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.43" OriginalAmount="83.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900872" Longitude="12.493326" StarRating="2.5" HotelCode="141727|641535" HotelName="Welcome House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Lounge,Nightclub,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 230, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/5e/d55e4c1ebe6ccf20f1b0a9e320629b5fd10563b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Rome's Teatro dell'Opera. The guest house is just 300 m from Termini an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.47" OriginalAmount="83.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901181" Longitude="12.493325" StarRating="3" HotelCode="116911|615065" HotelName="Domus Livia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 230, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/a0/4ea01e79584c626a09d369f7b586c2ab3fd524ca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel provides a cosy setting for a stay on Via Nazionale in central Rome. It is located between...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89074" Longitude="12.51267" StarRating="4" HotelCode="335557|55070" HotelName="Emona Aquaeductus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Statilia, 23, 00185 Rom, Italien</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/8b/638b2e649fd1e30e0ed99e2db840f90ef911ada1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the historical centre of Rome, right by Nero's aqueduct. In a num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903591" Longitude="12.502377" StarRating="4" HotelCode="260698|37460" HotelName="Smart" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.za Indipendenza, Via Magenta 2, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c0/zz/c0ad12012e2661fbbae07f47c6d3d8ae0f9504a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90039303476" Longitude="12.471365671821" StarRating="2" HotelCode="383824|58527" HotelName="Relais Arco della Pace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Arco della Pace 2, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/01/330120255c56a29b0e76f47353d3edef5d45a4dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.99" OriginalAmount="84.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.891073" Longitude="12.509435" StarRating="3" HotelCode="30128|863505" HotelName="Novecento" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Emanuele I 12, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/df/cbdf1809eb3d754b1939aad2fe6f8c7e13b28091.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.15" OriginalAmount="84.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.920984" Longitude="12.506914" StarRating="3" HotelCode="146288|1110748" HotelName="Hotel Coppedè" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Chiana 88, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/dc/3edc42f866330a8db3651af64be575918b240bfe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.85" OriginalAmount="85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.93868424" Longitude="12.42918587" StarRating="2" HotelCode="540006|62975" HotelName="Gemini Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Tenuta di San'Agata 15, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/40/c4400686a76e8094212b964f8088f584cf7cbc57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.85" OriginalAmount="85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.00492931" Longitude="12.39987852" StarRating="0" HotelCode="566888|233286" HotelName="I Casali Del Pino" 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>Via Giacomo Andreassi 30, Via Cassia Km 15, La Storta, 00123 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/a9/72a9c0c598ff10f46cbcbd325cbd07a82d94baa7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a restaurant, a transfer service, room service, a busin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.85" OriginalAmount="85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90464238" Longitude="12.49936159" StarRating="0" HotelCode="699615|486533" HotelName="Roman Holidays Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 27, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/62/d6625108962feb496cdf60e4a0bdfdccfcf9586f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.908881550379" Longitude="12.435272186995" StarRating="3" HotelCode="909248|aurelia_vatican_apartments" HotelName="Aurelia Vatican" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Laterizi, 20, 00167 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/39/7d3998703e365deb99c6b961466a88e4414408d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.75139813" Longitude="12.36077135" StarRating="0" HotelCode="624933|country_house_la_gaura" HotelName="Country House La Gaura Rome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Gorgia Di Leontini 78, 00124 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/d0/32d0b948ae69c44c977369906490c2acaa01445a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.40" OriginalAmount="85.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905878315022" Longitude="12.502940297127" StarRating="3" HotelCode="55816|556155" HotelName="Galileo" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 33, Rome 00185</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/10/cf/10cfbc7b742f26ad8180f8b764f4b93de848f46f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers guests a peaceful location with easy access to the city centre. It lies around 2 k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.58" OriginalAmount="85.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901463" Longitude="12.494103" StarRating="3" HotelCode="36256|1483798" HotelName="Everest Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 243, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/fa/95fa58cad864668bbf4de6da53d623caa33354e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.62" OriginalAmount="85.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90373" Longitude="12.503556" StarRating="3" HotelCode="15850|398205" HotelName="Piemonte" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vicenza 32 C, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/de/76/de766aafa6cb62cbb363b31f9fe5f721514d76eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated at the heart of Rome, just a few minutes from Termini railway stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.92947553" Longitude="12.51672484" StarRating="0" HotelCode="574372|232429" HotelName="Avec Moi Roma Bed &amp; Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale Libia 8, 00199 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/53/7f5341f20e6effd180855dfd4647025b1bfe5820.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89936255" Longitude="12.50064771" StarRating="2" HotelCode="354483|90218" HotelName="Hotel Ferrari" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 95, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/04/2a049d2004ad89af46a0d2d16c16169699ae19c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904620117618" Longitude="12.500472020238" StarRating="2" HotelCode="909245|55965" HotelName="Hotel Alexis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 27, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/06/d506a1614ac1d148a6bda1de372f296aa9450e97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Via Gaeta, 5 minutes' walk from the main railway station Termini, which is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.891395" Longitude="12.510895" StarRating="3" HotelCode="358021|178652" HotelName="Hotel Infinito" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Ettore Perrone 1, Stazione Termini, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/89/51/8951b9417cecebe8df0ab10d835b839a88a42ac7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.9027835" Longitude="12.4963655" StarRating="3" HotelCode="192076|56015" HotelName="Lemon Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Vitelleschi 34, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/c0/bbc0399fe93efa8872b919a500f6c2862194f8d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90880714" Longitude="12.5388218" StarRating="0" HotelCode="616899|233832" HotelName="My Sweet Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Renato Simoni  9, 00157 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/ed/bbedfa723fc7dcd4fe6641755a40fe3030e3b8c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.81553965158" Longitude="12.409191727638" StarRating="4" HotelCode="335591|10424" HotelName="Sheraton Parco de' Medici Rome Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Golf Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Salvatore Rebecchini 39, Rom 00148</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/30/5730def0993989737e41e35f74421e6b4aa5cd1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for golf lovers, the hotel is conveniently surrounded by a 27-hole golf course among 80 hectar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90888065" Longitude="12.43542705" StarRating="3" HotelCode="547835|200711" HotelName="The Bricks Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Laterizi 16, 00167 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/47/0447fe908d10b39d1e2e725902050f054bcd5b66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90745175" Longitude="12.46695545" StarRating="0" HotelCode="581292|234406" HotelName="Vaticana Residenza Ottaviani" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>via Plinio 7, 00193 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/93/bb938aed4b695189970d416607e11ff6b489b1b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.96983276" Longitude="12.43618994" StarRating="0" HotelCode="579505|234436" HotelName="Villa Wilson" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Cassia 878, 00189 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/ac/f5aca4af633086c34167bbace422af525e157df9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89757965" Longitude="12.45156946" StarRating="0" HotelCode="959631|residenza_gregorio_vii_" HotelName="Residenza Gregorio VII" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Monte Del Gallo 11, 00165 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/aa/f0aaeefc5f6e55e539fa05a3f62c9aae3d411f29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.11" OriginalAmount="86.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.909128" Longitude="12.510669" StarRating="3" HotelCode="95134|1050928" HotelName="All Comfort Astoria Palace" 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>Via Giovanni Maria Lancisi 31, 00161 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/bf/f4bfc1df5e8ecd5bd8de7d054180d1cf02ff619a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.32" OriginalAmount="86.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.949426859278" Longitude="12.454644441605" StarRating="4" HotelCode="58704|566995" HotelName="Hotel Villa Maria Regina" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via della Camilluccia 687, 00135 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/1f/d01f3f92550f8ae064a5bfa3fa4d19362b395873.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located in the famous residential area of Camilluccia, just 10 minutes away f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.65" OriginalAmount="86.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905004" Longitude="12.505171" StarRating="3" HotelCode="17152|398325" HotelName="San Marco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Villafranca 1, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/cd/a5cd48ea084900743fa28c0667cca916b57ae6c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the well-known and quiet thermal spring town of Fiuggi, approximately 70 km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.893173" Longitude="12.473901" StarRating="2" HotelCode="146964|56262" HotelName="Domus Ester Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Salvatore in Campo 38, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/42/5d4212d8a5c26828a79609c3835ed67b8781390a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.88685609" Longitude="12.51822554" StarRating="0" HotelCode="574398|234245" HotelName="Tata B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts,Farm stays" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via La Spezia 95, 00182 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/1b/491bd88e9a416954192db73e4807a1dcbc11cb6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89960382" Longitude="12.49666508" StarRating="4" HotelCode="764285|the_hive_hotel" HotelName="The Hive Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via Torino 6, Stazione Termini, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/58/6f580d8ae040843e8419b924168b7e993f2f64dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is situated in Termini Railway Station. The Hive Hotel features a total of 189 bed...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899985" Longitude="12.492397" StarRating="4" HotelCode="15511|eurostars_international_palace" HotelName="Exe International Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 46, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f5/zz/f5ad8015f8ce79994ac909a2b3eb4499258307f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish luxury hotel is centrally located just a few metres from the railway station Termini an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.99" OriginalAmount="87.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899927" Longitude="12.497594" StarRating="3" HotelCode="44946|351375" HotelName="San Remo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Massimo D'Azeglio 36, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/63/6363200c3477f2cfb3ace1721d3b1be92c675b41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the St. Maria basilica and Rome's famous opera house. Convenient publ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.33" OriginalAmount="87.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.892181" Longitude="12.513392" StarRating="3" HotelCode="11869|15524" HotelName="Hotel Donatello" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Porta Maggiore 83, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/dd/7addc577e67c8778c4c2150e345f8dab5f6d46ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel lies between the Colosseum and the San Giovanni and Santa Maria Maggiore Basi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.86931512" Longitude="12.44321465" StarRating="3" HotelCode="440321|58743" HotelName="Aida Charming Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale dei Colli Portuensi 226, Gianicolense, 00151 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f7/6ef7aebe59e894c2f1709c5a27331fa54e896609.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89712677" Longitude="12.4355543" StarRating="3" HotelCode="356959|198993" HotelName="Casa Piccole Ancelle di Cristo Re" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 325, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/04/e0041efea8ee7b84f372c3d463c4295288faa37c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.785775066641" Longitude="12.434605658055" StarRating="4" HotelCode="335579|40719" HotelName="Mercure Roma West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Eroi di Cefalonia 301, 00128 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ec/02ec8feddf114379810ad9efb06d81b72ed7563a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89951026" Longitude="12.48409047" StarRating="3" HotelCode="546669|199633" HotelName="Trevi Rome Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Lucchesi 26, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/2d/71/2d71990f88e0dc2b7d57d134021987647eba5a12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.88305796" Longitude="12.51391317" StarRating="0" HotelCode="740479|bb_central_palace_king_of_rome" HotelName="B&amp;B Central Palace King Of Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Tuscolana 21, 00182 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/96/8096e67df999add1e169184e440dd28ea2ca1e87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.9065942" Longitude="12.46889698" StarRating="1" HotelCode="582989|casa_cicerone" HotelName="Hotel Little Aurelius" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Cicerone 44, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/9c/199c3562a4d3141d0f2b35357be3f94f900b4403.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.94" OriginalAmount="88.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.862737513599" Longitude="12.550270557404" StarRating="3" HotelCode="119289|793475" HotelName="The Strand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tuscolana 892, 00100 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/a8/1ea82539f4e661640ad32864f24f35a52ed7c06d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 34 rooms. A lobby and a reception are available to travellers....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.22" OriginalAmount="88.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904353" Longitude="12.499972" StarRating="3" HotelCode="37026|364345" HotelName="Exe Domus Aurea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 34, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/60/99/609963f1636c75f3ac22478a81757e714ad29e16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This leading hotel is situated in an quiet street near to the Termini railway station. From here the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.52" OriginalAmount="88.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899362" Longitude="12.500605" StarRating="2" HotelCode="149374|955855" HotelName="Concorde" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 95, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/9b/d49bcba41a2d36c4644a80be672d3079c2ef84aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="89.56" OriginalAmount="88.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.878509141806" Longitude="12.466341875951" StarRating="2" HotelCode="523476|33070557" HotelName="Hostel Trustever" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Benaglia 13, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/df/77/df77bccf38db63108993a94b61c26cab78c4b028.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.89" OriginalAmount="89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="979946|408577" HotelName="Courtyard Rome Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Orazio 31, Piano Terra, Vaticano Prati, 00193 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/d0/e7d0e0b237261f6dea1ffb0b0f6042fe7df85be4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.89" OriginalAmount="89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.87229549" Longitude="12.4768034" StarRating="5" HotelCode="741571|269022" HotelName="Gasometer Urban Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Porto Fluviale 35/37, 00154 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/91/5d9148ea93f6372797c3ccf650158c7976f60570.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.89" OriginalAmount="89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.92576550635" Longitude="12.441793978214" StarRating="4" HotelCode="371379|26427" HotelName="Park Dei Massimi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Vincenzo Ambrosio 9, 00136 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/ef/c8efb639e7b35ee1d0c0b4977da80b05cfeb3a06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated on the Monte Mario hill and affords a charming view of the city. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.89" OriginalAmount="89.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900811719436" Longitude="12.49819278717" StarRating="4" HotelCode="42678|welcome_piram_hotel" HotelName="Welcome Piram" 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,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanna Amendola 7, 00185 Rome, Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/a0/eda00960e81e6492d21749966e1bc828f3200681.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Roma Umbertina near the opera house and the impressive Basilica of Santa Mar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.89" OriginalAmount="89.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900888" Longitude="12.492419" StarRating="4" HotelCode="365852|hotel_domus_romana" HotelName="Hotel Domus Romana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Quattro Fontane 113, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/c2/7dc200ecb6c00675eb3c18af00c2af039230ed68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city's historic and commercial centre, 200 m away from the underground ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.89" OriginalAmount="89.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.909385113662" Longitude="12.476339960391" StarRating="4" HotelCode="422467|ripetta_relais" HotelName="Ripetta Relais" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di Ripetta 9, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/29/3b298bc337e5aaf2bf3dff94785c42bd35fb229f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.02" OriginalAmount="89.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904303104104" Longitude="12.485674547623" StarRating="2" HotelCode="78912|555365" HotelName="Elite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Crispi 49, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3a/cb/3acbb5f8227714337c643b78ef987d0425f352a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Right at the heart of the Eternal City, the hotel is located near the major monuments of the capital...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.13" OriginalAmount="89.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907292" Longitude="12.497299" StarRating="2" HotelCode="12822|422225" HotelName="Giotto Flavia" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flavia 84, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/0b/a00bf00cb962f97c327a2b0f7e290e6b2fee15a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This small and quiet hotel is conveniently situated half way between the famous Via Veneto and the T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.18" OriginalAmount="89.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.925527032491" Longitude="12.485216259956" StarRating="4" HotelCode="11719|89372" HotelName="Degli Aranci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Barnaba Oriani, 11, 00197 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/19/3b19440d7ba9691020c63241989f762efedc7d82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in Parioli, which is an elegant quarter of Rome. The hotel enj...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.21" OriginalAmount="89.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.852768893931" Longitude="12.496899962425" StarRating="4" HotelCode="116631|955635" HotelName="Barceló Aran Mantegna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea Mantegna 130, 00147 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/55/43/55437c897f173ecf1f92a578f6fde6e423741ca1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.22" OriginalAmount="89.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.885286030115" Longitude="12.530813813209" StarRating="3" HotelCode="116620|744905" HotelName="Antico Acquedotto" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Villa Serventi 9a-d, 00176 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/34/c6/34c63b45c92674d3f4018cfcf17b1356786e20f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.41" OriginalAmount="89.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898332" Longitude="12.500965" StarRating="3" HotelCode="47719|788555" HotelName="Contilia" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 81, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/48/df48ad2883f3c407c843edeed99ed78b3e908fa4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing city hotel is located in the historic centre of Rome. Various shopping venues, bars a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="90.64" OriginalAmount="89.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901175" Longitude="12.504467" StarRating="3" HotelCode="70002|1552929" HotelName="Marisa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 98, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/7d/e87d4240994c0bc4f72e2afaca7c95b0480abab1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.75" OriginalAmount="89.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.867139992362" Longitude="12.471577897668" StarRating="4" HotelCode="95142|108052" HotelName="H10 Roma Città" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Amedeo Avogadro 35, Quartiere Marconi, 00146 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/33/f2/33f2100d8ba28b8f706a713a09f3f3bc11649910.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city business hotel is located off Viale Marconi, on a major commercial street, just a 5-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.83" OriginalAmount="89.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.835245129814" Longitude="12.555278241634" StarRating="4" HotelCode="63995|82199" HotelName="Capannelle Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Siderno, 37, 00178 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/39/1439894375a9e84e4ab266cbfa1e62e9af145119.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is located in quite a unique position in Rome, overlooking the ancient Roman "...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.871370928522" Longitude="12.483230156174" StarRating="0" HotelCode="311181|232275" HotelName="Affittacamere Nansen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via F. Nansen 122, Zona Piramide, 00154 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/6e/aa6efbcb66f1fdc52549e81b2e1adccad50e378f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.919633" Longitude="12.518097" StarRating="4" HotelCode="401865|40739" HotelName="Hotel Principe Torlonia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Fea 5, 00161 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/1c/201cbf62ac45c01a1403d06e46b0d41708e7165b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome: dipped into the evergreen trees of the Eternal City, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898141" Longitude="12.501172" StarRating="3" HotelCode="117151|200202" HotelName="La Casa di Amy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 85/A, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/7a/ce7ad5b0d7b2bf379c705dd3ff68ea9f50902e05.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests are welcomed at the hotel, which has a total of 20 rooms. The accommodation offers various se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.73539" Longitude="12.262871" StarRating="1" HotelCode="191563|234004" HotelName="San Francesco Rifugio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Santabarbara 28, 00121 Lido di Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/1a/3c1acaa56349d662d79b9e618d40ffd43cc247b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899552683933" Longitude="12.499849933868" StarRating="3" HotelCode="191913|200557" HotelName="Roman Terrace - Bed and Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Daniele Manin 69, Secondo piano, 00185 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/ac/b5ac1a24411c653bb7d7ba9b92399b3d1fe397bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.88174849" Longitude="12.50888943" StarRating="0" HotelCode="573129|bb_just_rome" HotelName="B&amp;B Just Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Gabi 17, San Giovanni, 00183 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/93/1f93e8d24e96b4819e1591ad399aa8ff7454b176.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90500876" Longitude="12.49921205" StarRating="0" HotelCode="581179|sofias_suites_" HotelName="Sofia's Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 2C, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/4d/8e4db5752ad2213da929d8a5bfd421f4952b776d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.99" OriginalAmount="90.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.908768769417" Longitude="12.456634640694" StarRating="3" HotelCode="58869|547705" HotelName="207 Comfort Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giulio Cesare 207, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/20/8e20ef39178a4e52a3b84625d1c6679d766d132b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel affords a fantastic position, close to the Vatican museums, the Sistine Chapel, St. Peter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.27" OriginalAmount="90.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.908545" Longitude="12.45769" StarRating="4" HotelCode="151991|1653508" HotelName="MDM Luxury Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Scipioni 71, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/b7/33b75d4de590282db535042e4d3991106f3b89f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.28" OriginalAmount="90.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902326" Longitude="12.494601" StarRating="2.5" HotelCode="102096|566055" HotelName="Target Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Modena, 5, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/9e/7e9e244b88b0eb5e0d4f3f7a3a341c787a30b644.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at 5-minute walk from Termini, the main railway station, close to many of the R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.72" OriginalAmount="90.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898103" Longitude="12.501331" StarRating="3" HotelCode="117096|557035" HotelName="Igea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97, Via Principe Amedeo, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/3e/573e2f7e610bfb37a19529ef98b314086fb75793.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Within easy walking distance from the hotel is Termini train station, where one can access a number ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.884116" Longitude="12.519509" StarRating="2" HotelCode="191752|56266" HotelName="A Vinicius et Mita" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pistoia 21, 00182 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/d0/7bd008794b6acf6d9c6b8a8f9f1c55fc6b7f264f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.916665816885" Longitude="12.556366154419" StarRating="3" HotelCode="467292|153598" HotelName="Camplus Guest Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via del Cottanello 12, 00158 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/zz/06ad0c8a51ecae71e32a337ba2627bca5e723613.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905182630181" Longitude="12.505252361298" StarRating="3" HotelCode="335553|40736" HotelName="Hotel Des Artistes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Villafranca 20, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/92/bf924b1c29365f5bf50c173455d28631e9a027f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish hotel enjoys a stunning location in the centre of Rome, although on a peaceful side str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.9066413" Longitude="12.50147576" StarRating="3" HotelCode="481715|200118" HotelName="Floor 6" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 99, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/8d/288de0648505fec1c31b3b4bc9efb4ae7ea31706.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A transfer service is available to travellers. Wireless internet access is available to guests in th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.822139973142" Longitude="12.412242885096" StarRating="3" HotelCode="935448|435241" HotelName="Parco de Medici Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesare Giulio Viola 19, 00148 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/2f/392f998a50dc4eee54a0b72e6def7f82f3e8d91a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a total of 174 rooms. Services and facilities at the hotel include a res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907604783" Longitude="12.468297668581" StarRating="0" HotelCode="385951|199625" HotelName="Town House 62" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Concierge,Elevator,Internet,LCD/Projector,Limousine Service,Luggage Storage,Off-Site Parking,Parking,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via Cicerone 62, 00193 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/50/f250c470f67956040816233cd9e426874da8e574.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Town House 62 places you in the heart of Rome, minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.908722858527" Longitude="12.493466734886" StarRating="4" HotelCode="18891|hotel_veneto_palace" HotelName="Veneto Palace" 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,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Piemonte 63, 00187 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/18/2c1875058789108419ef702563775b755d7e3dd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a prestigious, central location in the historical centre of Rome, just a short walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.26" OriginalAmount="91.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.882478" Longitude="12.47048" StarRating="4" HotelCode="16760|318275" HotelName="Hotel Ripa Roma" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Orti Di Trastevere 3, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/de/acdede1c66c1d9ae7178f55820063ee9456c05e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, luxury hotel is situated in the centre of the most history-rich district of Rome. Many...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.52" OriginalAmount="91.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.910557" Longitude="12.44606" StarRating="3" HotelCode="25184|1437688" HotelName="Pacific Rome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Medaglie d'Oro 51, 00136 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/4b/654b99734ad5cb798f5eddb59f94ee739628815b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 4 km from the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.68" OriginalAmount="91.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.916106" Longitude="12.469073" StarRating="4" HotelCode="26982|89362" HotelName="Donna Laura Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere delle Armi 21, 00195 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/29/b12968022e4c3903360cc190bcf90f65808b0380.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new complex enjoys a stunning location on the banks of the River Tiber between the Piazza del P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.89" OriginalAmount="91.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901079" Longitude="12.496945" StarRating="3" HotelCode="12578|83437" HotelName="Flower Garden" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Viminale 7, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/4e/0b4e3798cb7a18892cef007964fa966d3e26ee35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This magnificent hotel is centrally located near to the main railway station and the opera house. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.92" OriginalAmount="92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.91263169" Longitude="12.46757242" StarRating="3" HotelCode="444876|61467" HotelName="B&amp;B 94Rooms Vatican - Vigliena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vigliena 10, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f9/6df935db2cd0b448368ffc2be3eb4efe085cf3b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.92" OriginalAmount="92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.71390279" Longitude="12.4931514" StarRating="3" HotelCode="574046|199959" HotelName="Villa Strampelli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazareno Strampelli 175, 00134 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/c2/adc280a9dc0d0b86de6945080bc4e23412d0b804.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90332712" Longitude="12.49425739" StarRating="1" HotelCode="616614|the_romehello_hostel" HotelName="The RomeHello" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Torino 45, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/d8/44d8732b8075ed9336d248691329a35ebd07fe95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.37" OriginalAmount="92.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.773085" Longitude="12.238651" StarRating="4" HotelCode="55916|357225" HotelName="Mercure Rome Leonardo da Vinci Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Portuense 2470, Fiumicino, 00054 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/9a/e09af3e6a9aee2a18067b1f465953cf303210598.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the town of Fiumicino just 3 km from Leonardo da Vinci international airport. A selection...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.79" OriginalAmount="92.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.910785146463" Longitude="12.513458036298" StarRating="3" HotelCode="37859|644455" HotelName="Regina Margherita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Bari 3, 00161 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/e3/57e3d7787554e7e800eb842b12e2b87e1af254af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quietly situated close to Rome University, this hotel enjoys a wonderful location close to many of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.91" OriginalAmount="92.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901356727147" Longitude="12.494335770607" StarRating="5" HotelCode="58629|994735" HotelName="La Griffe Roma - MGallery by Sofitel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 13, 00184 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/bd/e9bd13fa56176c39261f12392c10f066f00020ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Rome, thus allowing guests to experience the special ambience ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.93" OriginalAmount="93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="639928|294774" HotelName="Buonanotte Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Rattazzi 57, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/fb/fdfb4c8042df843fedc481227442e659b4014f24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.93" OriginalAmount="93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90253125" Longitude="12.47726537" StarRating="0" HotelCode="965492|488001" HotelName="Locanda Piazza Del Parlamento" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Prefetti 46, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/72/4672ab8618cac47ff84126122b833d0e888954fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.93" OriginalAmount="93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="981241|489125" HotelName="Lombardia40 Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Lombardia 40, Via Veneto, 3 Piano, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/eb/e0eb0e19c10f1564d51efb0885ac163cda2832be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.93" OriginalAmount="93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.9024258" Longitude="12.494642" StarRating="3.5" HotelCode="165032|56307" HotelName="Suitedreams" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Modena 5, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/26/37266150cc5ff0da77baaa8438405a3d3787c990.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90333352" Longitude="12.44410393" StarRating="0" HotelCode="740536|vatican_art_rooms" HotelName="Vatican Art Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Angelo Emo 147</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/81/5c81992ae6cde61a7c5975b40da596862c2b80e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.11" OriginalAmount="93.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.821814" Longitude="12.458668" StarRating="4" HotelCode="166878|748355" HotelName="Novotel Roma Eur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Oceano Pacifico 153, 00144 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/bb/9fbbe94e90c29204d310a87e265f9de24d1cbe84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.64" OriginalAmount="93.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906253602405" Longitude="12.502698898315" StarRating="3" HotelCode="14989|398125" HotelName="Montecarlo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Ski Hotel ,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro, 17/A, 00185 Rome, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d3/09/d3098fc7e80c97ba948ff135beac20ff3803845e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the old city centre of Rome, in the quiet and safe district of embassies and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.72" OriginalAmount="93.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.889969" Longitude="12.506761" StarRating="4" HotelCode="16146|220606" HotelName="Best Western Hotel President" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Emanuele Filiberto 173, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/7c/9c7ccc9062aca4c642c506c22a3a338f35161010.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish luxury hotel is superbly located between the Basilica di San Giovanni in Laterano and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.83" OriginalAmount="93.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.889931" Longitude="12.494499" StarRating="3" HotelCode="88896|788815" HotelName="Imperial Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Giovanni in Laterano 10, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/ff/87ffa74e9bb935ddef4a9dc33ea10363e0447dfe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.86830158" Longitude="12.4683462" StarRating="0" HotelCode="717769|371835" HotelName="Piccolotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Guglielmo Marconi 57, 00146 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/f2/a9f2d34c3df02620fa4fc7657646737c2113373d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.87585563" Longitude="12.51518082" StarRating="0" HotelCode="382848|233967" HotelName="Relais La Torretta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Circonvallazione Appia 126, 00179 Rome, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/07/da075974fd9d3281b7f931ad2923b3259254923d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89306182" Longitude="12.51059585" StarRating="0" HotelCode="409979|roman_holidays_2" HotelName="Roman Holidays cuore dell'Impero" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Bicycle Rental,Coffee Shop,Designated Smoking Area,Elevator,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking,Pets allowed,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Via di Porta Maggiore nr.23, Rome, 00185</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/44/92440adef5f70207c3f2f3818b264f417b4dc3d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Roman Holidays in Rome (Esquilino), you'll be minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.96" OriginalAmount="94.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899243" Longitude="12.456381" StarRating="3" HotelCode="116949|1110788" HotelName="Emmaus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Fornaci 23/25, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/82/85826af3a4232f11ee8975d83135b34dd68d905b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.54" OriginalAmount="94.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899802" Longitude="12.498195" StarRating="2" HotelCode="151821|1048748" HotelName="Marcantonio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 47, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/13/0c1364f3ece2f59b5cfa6980737a167045777db7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.68" OriginalAmount="94.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.909197117696" Longitude="12.49613549551" StarRating="4" HotelCode="15481|296625" HotelName="Hotel Oxford" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Boncompagni 89, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/c8/d2c8c0fab9b87893c45c661f383912503cc69233.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just 1 km from Via Veneto and just 3.6 km from the Spanish Steps. The Castro P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.99522068" Longitude="12.56389425" StarRating="3" HotelCode="745183|283425" HotelName="Boma Country House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Marcigliana 532, 00139 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/5e/9d5ee4783e700bc2e0b0a5aef9a37434988ce2c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.847219" Longitude="12.475461" StarRating="0" HotelCode="191613|396448" HotelName="Giornate Romane - B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Viale Guglielmo Marconi,  881, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/e4/f8e452f73d823502bcca378479a3f1689c0f92cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8849568" Longitude="12.4726553" StarRating="3" HotelCode="335593|146469" HotelName="San Francesco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Jacopa de' Settesoli 7, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/c9/21c948d1c341a6a2e754b7064e7d61f92c9a10a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896648832262" Longitude="12.494520267581" StarRating="3" HotelCode="404436|199311" HotelName="Relais Monti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Urbana 20, 00184 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/f2/05f23a6ad448e901d3ca343575a7cde466513027.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.944531151775" Longitude="12.550261608016" StarRating="3" HotelCode="379236|199379" HotelName="Residenza Talenti Superior Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ugo Ojetti 79, 00137 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/db/3ddbac24bf630f847bc25800fce68a39a9d988ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.890486859207" Longitude="12.507297008598" StarRating="3" HotelCode="400337|200550" HotelName="Roma Resort Colosseum" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Emanuele Filiberto 100, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/05/7f05a032f07343035221ab4ef3983be9114220e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="96.21" OriginalAmount="95.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901031320172" Longitude="12.498300075531" StarRating="3" HotelCode="15196|CAF902900" HotelName="Hotel Nord Nuova Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 3, 00185 Roma, Italia</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/87/876a9dadcbbf558a/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Rome directly beside the reopened Baths of Diocletian and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="96.78" OriginalAmount="95.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896961" Longitude="12.485066" StarRating="4" HotelCode="15487|1383728" HotelName="Hotel Pace Helvezia" Meals="BED &amp; BREAKFAST,BED AND BREAKFAST FOR 2 GUESTS" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via IV Novembre 104, Piazza Venezia, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9a/39/9a391f6e5dfbdcbf0a4d9e4b3406c89a8c587a7a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Convenient public transport links are to be found 300 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90567449" Longitude="12.47203746" StarRating="0" HotelCode="584022|232800" HotelName="Clementi 18 Suites Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Muzio Clementi 18, 00193 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/24/6824a872212d6b69fc6cd5406b93481e8ac21d01.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.87703159" Longitude="12.46062435" StarRating="0" HotelCode="741824|283556" HotelName="Honey Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Anton Giulio Barrili 18, 00152 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/f1/d2f17fccbec36678d8461a7a9425b036172077ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Honey Rooms offers modern-style rooms in the Trastevere area in Rome. The property is 900 metres fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.87415173" Longitude="12.46738659" StarRating="0" HotelCode="973359|396488" HotelName="Hospitales del Pellegrino - Trastevere" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Ettore Rolli 30, 00153 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/d5/87d5380979bced6b7b6de37690e16ae05737a369.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.91204556" Longitude="12.47386989" StarRating="0" HotelCode="386538|233369" HotelName="La Locanda di Piazza del Popolo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via G.D Romagnosi 3, 00196 Rome, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/a5/40a5e4e67d69aba9ea086f0169c9ce5043a2f6e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900032316697" Longitude="12.493519411176" StarRating="3" HotelCode="311186|200241" HotelName="Residenza Dei Principi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza del Viminale 5, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/0d/eb0ddf6be6850c0389d5d680083d4f393f03288f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90011317" Longitude="12.43617338" StarRating="3" HotelCode="547560|199028" HotelName="Le Coq Rooms&amp;Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Girolamo Vitelli 10, 00167 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/c7/07/c7079d095bdd2b0e414a839aab0ae5abdf32d2e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896462" Longitude="12.500566" StarRating="1" HotelCode="186252|29734" HotelName="Portafortuna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Alberto 31, 1° Piano, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/cf/43cf142c9f3ac6915b1ec473f6969aff55a2fb43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Rome and is the perfect base to explore the city. This townhous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89966916" Longitude="12.50044252" StarRating="3" HotelCode="549039|199408" HotelName="Roma Resort Termini" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 46-64, 00185 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/e1/41e1721f12245144d353c0a68454b61cc71b076b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.87270728" Longitude="12.44941243" StarRating="2" HotelCode="445614|58070" HotelName="Villa Zaccardi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Circonvallazione Gianicolense 226, 00152 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/0b/c10b5453a9546779da13983c2a720037994f49fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant and a café are available to guests of the hotel. Wireless internet access is available ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899155" Longitude="12.499918" StarRating="3" HotelCode="37646|hotel_serena_3" HotelName="Hotel Serena Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amadeo 64, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/94/26/94264a2ce37ff3d401f8ed0b4d903796bdd2c786.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in Rome's inner city, just a few paces from the main train station, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.04" OriginalAmount="96.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.897283" Longitude="12.51376" StarRating="3" HotelCode="80111|559295" HotelName="Laurentia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo degli Osci, 63, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/bf/aabfd42fede58a6d06b169e1b8b2dde46e233a38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the central area of San Lorenzo in Rome. It is adjacent to a colourful ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.23" OriginalAmount="96.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907938376028" Longitude="12.519307136536" StarRating="3" HotelCode="26979|249126" HotelName="Athena" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ercole Pasquali, 3, 00162 Roma, Italia</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/a2/6aa2b8987e58c57c1fa26e1332fd2644e8436426.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a few steps from the 'La Sapienza' University of Rome, which is a few minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.43" OriginalAmount="96.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899805044898" Longitude="12.498173534851" StarRating="2" HotelCode="36252|548655" HotelName="Hotel Altavilla Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 9, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/16/a516a0e44f961c85ce8cf846d55ec04a65c8537f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a few steps from Via Cavour, between the Opera Theatre and the beautiful R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.51" OriginalAmount="96.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.881887" Longitude="12.48081" StarRating="3" HotelCode="95144|1648358" HotelName="Villa San Pio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Santa Melania 19, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/d9/17d9f8b780b8effecaa5fee5e86c9c332c5d832a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.53" OriginalAmount="96.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.922728140871" Longitude="12.483177781105" StarRating="4" HotelCode="16837|221236" HotelName="Best Western Hotel Rivoli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Taramelli 7, 00197 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2e/79/2e79ddde1e1bef11b35e2d7e28099101463950a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the prestigious part of the city known as Parioli. Peacefully l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89427" Longitude="12.47419" StarRating="3" HotelCode="700477|232703" HotelName="Campo de' Fiori Prestige Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Giubbonari 23, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/48/6c488706ab7f0279e4981d751f5451363a712c8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.97" OriginalAmount="97.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="4" HotelCode="803707|hotel_san_giovanni_roma" HotelName="Hotel San Giovanni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Pets allowed,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Licia 7, 00183 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/c4/2bc4fafac381a341ea31b5c54d125c061d847332.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel San Giovanni is a 4-star hotel in Rome ready to welcome you and to make your unique your exper...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.38" OriginalAmount="97.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904433" Longitude="12.500197" StarRating="3" HotelCode="95135|398645" HotelName="Hotel Windrose" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 39, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/7e/7e79a905e2a3e77e568198c98768640a/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.86" OriginalAmount="97.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.897357899428" Longitude="12.497634887695" StarRating="4" HotelCode="61871|104721" HotelName="Antico Palazzo Rospigliosi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Liberiana 21, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/ef/dcefdae19f1b047d60daa8d9161cf326cd5abe1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the basilica of Santa Maggiore in the Palazzo Imperiali Borromeo and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.88" OriginalAmount="97.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.909517989522" Longitude="12.457655515472" StarRating="2" HotelCode="42679|640865" HotelName="San Pietro Rooms Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giulio Cesare 62, Angolo Via Barletta, Scala A, int. 1, I piano, Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/d5/9dd5fc8aaf8c42540cd5775097e507f9eddfac48.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies within a few minutes of the city centre, close to an array of shops, restaurant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.96" OriginalAmount="97.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900746" Longitude="12.472347" StarRating="4" HotelCode="12783|90650" HotelName="Hotel Genio" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Zanardelli 28, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c5/43/c543239c4f19d9ba35123475ec23a5e4857f34c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular traditional-style hotel is located in the centre of Rome, close to the famous Piazza Na...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.9155" Longitude="12.4638" StarRating="2" HotelCode="536930|58065" HotelName="Residenza Mazzini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Giuseppe Mazzini 8, 00195 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/a4/5da46c37f91fa3fc14c834c9d7433c87ad9b6edb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.63" OriginalAmount="98.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.990035110585" Longitude="12.506700754166" StarRating="3" HotelCode="56976|555655" HotelName="Eurogarden Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bungalow Complex,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Salita di Castel Giubileo 197, G.R.A. Uscita 7 Castel Giubileo, Zona Alberghiera, 00138 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/40/4440f6bea6cccda430c59df973f4a9350b5603c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A 10,000 m² park with lush greenery can be found in the immediate vicinity of the hotel, which forms...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.69" OriginalAmount="98.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905759" Longitude="12.461434" StarRating="2" HotelCode="152604|1648388" HotelName="Hotel Prati" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Crescenzio 89, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/83/c583ceef57606951336967d77b5f375f5488e469.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.82" OriginalAmount="98.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906981" Longitude="12.452846" StarRating="4" HotelCode="116591|548465" HotelName="Alimandi Vaticano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Vaticano 99, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/da/9cda2a0c4c95b74f47d7e04c7fb91419a21b49fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming historical city hotel is located just 5 stops from Termini Railway Station and around ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.93" OriginalAmount="98.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.920728" Longitude="12.513898" StarRating="3" HotelCode="26712|184926" HotelName="Mercure Roma Corso Trieste" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Gradisca 29, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/06/fb0601a3c37e5b6e49aaf8295f7eb4ea3c0234c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only 2 km from the historic town centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.95" OriginalAmount="98.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.825235" Longitude="12.391634" StarRating="4" HotelCode="80374|63024" HotelName="Rome Marriott Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Colonnello Tommaso Masala 54, Rome 00148</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/c5/e5c51b790cc2032cc80c6218f797537070763b6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898185650595" Longitude="12.501145033018" StarRating="3" HotelCode="336896|90223" HotelName="Hotel Campidoglio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 85/A, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/4a/b74a5354b47bc85944b688447251dff100b34857.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.922025" Longitude="12.570419" StarRating="3" HotelCode="191667|57200" HotelName="Roma Tiburtina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via di Ponte Mammolo 28, 00156 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/f9/63f9aa4ffe095d4514bb1af9911b0446b0edefaa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90913188" Longitude="12.45814308" StarRating="0" HotelCode="578656|233335" HotelName="Julius Caesar Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giulio Cesare 151, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/0b/880becd657da90314f31748aa357713bea36ccf1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys are accessible by lift. The hotel offers various services and facilities, including a b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90467324" Longitude="12.46185394" StarRating="3" HotelCode="464627|56154" HotelName="La Maison Royale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitelelschi 42, 00195 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/7a/bc7ae67535feb6f23926b6069a62de49b0927922.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.875748" Longitude="12.394626" StarRating="4" HotelCode="32617|24647" HotelName="Hotel Roma Aurelia Antica" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vía degli Aldobrandeschi 223, 00163 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/2d/9e2d05adc82f9a26304862475b5fa476a961a217.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies on the Via Degli Aldobrandeschi just a few minutes from the Via Aurelia and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.888061603948" Longitude="12.401225566864" StarRating="3" HotelCode="366017|19748" HotelName="Scheppers Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bogliasco 36, 00165 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/44/44923fb1a3bd1a85/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Via Aurelia and is surrounded by wonderful greenery. Top shopping venue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.913846935467" Longitude="12.464416915344" StarRating="3" HotelCode="116993|56252" HotelName="Ferrari HOME" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Ferrari 11, 00195 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/e1/bae1472c8a096a35ebe519fe201d2ac8a1e601e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.99" OriginalAmount="99.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89487798" Longitude="12.47301482" StarRating="3" HotelCode="547654|jb_relais" HotelName="JB Relais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via de’ Giubbonari 47, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/d6/bad6fcd9d56323f58ca2e266fb7dcdacb3e4d98c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities and services to ensure a comfortable stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.42" OriginalAmount="99.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.799028" Longitude="12.600513" StarRating="3" HotelCode="102102|566965" HotelName="Villa Giulia Ciampino" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Finca,Airport Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Dalmazia 9, 00043 Ciampino</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/c9/9ec9fc7d6a69bc5b0fd100a7d627f2b7fe8ed74d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel offers a stunning location in the heart of Ciampino. Surrounded by plenty of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.72" OriginalAmount="99.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89352453945" Longitude="12.511496543884" StarRating="3" HotelCode="48144|398175" HotelName="Parker" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giolitti, 431, 00185  Rome, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/93/fe/93fe92c79542596e5daf944fc159d98a0afb34ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 1 km from the town centre and 200 m from a pleasant park, restaurants and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.87218387" Longitude="12.47869201" StarRating="2" HotelCode="539902|58079" HotelName="B&amp;B A Casa di Barbara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Elevator,Internet,Kitchen,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Via del Gazometro 35, 00154 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/47/5747cd295b9d87c8e0f501cfad4d3472f832e7f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at B&amp;B A Casa di Barbara in Rome (Aventine), you'll be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900752" Longitude="12.496485" StarRating="3" HotelCode="258354|993" HotelName="Impero" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Viminale 19, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/79/c179678267987ec325ae4ff32a1cd2bb31d595a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located directly in the centre of Rome. Nearby are countless tourist attra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904553" Longitude="12.487967" StarRating="0" HotelCode="150664|200236" HotelName="La Piccola Maison" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Cappuccini 30, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/77/af77bc141814c11ed65bf829169fb7b2c5536785.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899298" Longitude="12.495616" StarRating="3" HotelCode="153505|56274" HotelName="Relais La Maison" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Agostino Depretis 70, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/57/99572d450c4455c1bea739deb64802c3a48d2d01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90192848" Longitude="12.50416433" StarRating="0" HotelCode="572919|234207" HotelName="Suite Dal Conte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Milazzo 14, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/f7/8cf7155faddb8734eba8b7fe326467bad1803f59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service. Wireless internet access is available to guests in the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90936299" Longitude="12.45349678" StarRating="0" HotelCode="567433|st_peters_relax" HotelName="Saint Peter's Relax" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Santamaura 86, 00192 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/27/9e27a0c75704ea8cd0b712923017a67c7c28ab86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="101.31" OriginalAmount="100.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904089681012" Longitude="12.486959695816" StarRating="3" HotelCode="259404|4144682" HotelName="King" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina, 131, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/1d/101d6ef6e666503f176e1073b37086c02bbe3236.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive and charming hotel is situated in the centre of old city, only minutes away from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.91436001" Longitude="12.47282005" StarRating="3" HotelCode="849995|371297" HotelName="Albergo Etico Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Pisanelli 39, 00196 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/f6/3ff6b39c4de713423206f582b783a67a5616ffa7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89996192" Longitude="12.49356289" StarRating="1" HotelCode="355099|58318" HotelName="Hotel Mosaic Central Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza del Viminale 5 Int. 4-6, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/2f/882f65a186787c9ef3681defe629ddd7fc92ddbf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.895194" Longitude="12.490509" StarRating="2" HotelCode="191782|57584" HotelName="HQH Colosseo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Serpenti 6, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/fa/13fad1216c9984b21e16acea9273b7cad4cd06ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90639893" Longitude="12.45630741" StarRating="2" HotelCode="563547|233387" HotelName="La Vite Vaticana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale dei Bastioni Di Michelangelo 5, 00192 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/66/4066488d8a041decf8fdb1ab40e401e05089174f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of services and facilities for holidaymakers and business guests alike. Mos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.893907986359" Longitude="12.502918775463" StarRating="2" HotelCode="610375|233477" HotelName="Lucky Domus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Buonarroti 39, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/f3/75f3faac3f57d0ebd8e99bb64bf6ac6af6e6de18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.889016073053" Longitude="12.497406366402" StarRating="3" HotelCode="304074|57886" HotelName="Profumo Maison d'Hotes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via di S. Giovanni in Laterano 108, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/78/da78acbf49815ce1de43e799c1829b94222ffe50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8971935" Longitude="12.490449415344" StarRating="2" HotelCode="268031|234176" HotelName="Soggiorno Angelus Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Boschetto 13, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/8f/cb8f413aaba2b6718cafa5fdd257d06f467da8bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.894801" Longitude="12.490078" StarRating="4" HotelCode="297158|57792" HotelName="iRooms Forum &amp; Colosseum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Baccina 45, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/55/3355df3d69833f7ece114c756fc7dd4456801273.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.01" OriginalAmount="101.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.88995011" Longitude="12.49465276" StarRating="0" HotelCode="781406|royal_rooms" HotelName="Royal Rooms Colosseo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via San Giovanni In Laterano 10, 00184 Roma, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/5f/8b5f74ffbdf2a5db6b5ce213ed3698f99df071e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.22" OriginalAmount="101.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.895521" Longitude="12.498191" StarRating="3" HotelCode="82470|863575" HotelName="Tirreno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Martino Ai Monti 18, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/8b/2e8bfc3b69812ea689c00f9153445a327febc616.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.23" OriginalAmount="101.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.912633150394" Longitude="12.439581155777" StarRating="4" HotelCode="29491|106912" HotelName="Grand Hotel Tiberio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lattanzio 51, 00136 Rome, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/5c/965c27986c620b71c3e0fab0736d35a017beb1a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in the exclusive residential area of Balduina, just 10 minutes from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.45" OriginalAmount="101.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907172" Longitude="12.458763" StarRating="1" HotelCode="77729|1677718" HotelName="Les Chambres d'Or" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Gracchi 32, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/24/6824a872212d6b69fc6cd5406b93481e8ac21d01.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899969" Longitude="12.495005" StarRating="3" HotelCode="191784|134732" HotelName="Armonia All'Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Viminale 38, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/b8/e8b82df673f3b46629a2755ce81cbc7ff172b2b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.799147446022" Longitude="12.479420006275" StarRating="4" HotelCode="185822|50003" HotelName="JC Contemporary" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Fosso di Acqua Acetosa Ostiense 43/45, 00143 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/a0/59a00169f675056829bc201174e14151f021adec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89355531" Longitude="12.47665085" StarRating="0" HotelCode="745107|283699" HotelName="Residenza Costaguti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Costaguti 36, Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/e6/73e6d151f1006d116a56dbe4c72a91df9d4b4a99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90770653" Longitude="12.45885966" StarRating="2" HotelCode="440215|60646" HotelName="Star Vatican Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via Catone 29, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/4f/034fc8d9dde2d6e4cf85be3a7473171a64a8a479.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.07" OriginalAmount="102.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899797047071" Longitude="12.49530621968" StarRating="3" HotelCode="142643|3279435" HotelName="66 Imperial Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Viminale 66, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/3b/da3b8596d63b3f388645c4b874efd29876ea7daf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.57" OriginalAmount="102.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902325" Longitude="12.503566" StarRating="3" HotelCode="81591|748555" HotelName="Rimini" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Marghera 17, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/b7/feb7ac4f164f75bb2d9d5ebf28fe129ddcaab45a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the heart of Rome. Its setting is especially ideal for those who appr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.68" OriginalAmount="102.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900193" Longitude="12.495371" StarRating="3" HotelCode="36245|559445" HotelName="Lirico" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Viminale, 31, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/e5/44e5ecae5c0973666474b657364265eab61a56f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The charming business hotel is located in a strategic area in the heart of Rome, on the Opera House ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.85" OriginalAmount="102.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.892761594249" Longitude="12.511649222286" StarRating="4" HotelCode="97696|448275" HotelName="Best Roma" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via di Porta Maggiore 51, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/00/6100b6499bd072bcab0ff0bdc2b350f5282f6fb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel enjoys a central location in the heart of Rome, between the Colosseu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90189364" Longitude="12.47270027" StarRating="2" HotelCode="488326|61679" HotelName="Antica Locanda dell'Orso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via dell' Orso 14, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/00/b20082e2eff5931042500a2b9680b13f23b76b7e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.842914615127" Longitude="12.4718105793" StarRating="4" HotelCode="26079|23871" HotelName="Sheraton Roma Hotel &amp; Conference Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Del Pattinaggio 100, 00144 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/75/31/753100e028e3c0ab169170bb5d1277ba83a508c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is conveniently located between the historical centre of Rome and Leonar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89310978" Longitude="12.50319694" StarRating="0" HotelCode="522197|283450" HotelName="Domus Helena Casa per ferie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="guest house" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Ferruccio 25, Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/5f/ac5f2ef8ff7419902b6bec09829d66b64ce3cbd1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903539" Longitude="12.508931" StarRating="2" HotelCode="146962|176723" HotelName="Domus Castrense" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale dell'Universita 25, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/bf/99bf03c9dd5cf04df928f90e84b19433a1776803.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.895077" Longitude="12.439103" StarRating="3" HotelCode="311597|58146" HotelName="Gregorio VII Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregorio VII 407, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/1e/9a1e050639ba1614715f4b9743a68d935935b159.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89172" Longitude="12.417436" StarRating="4" HotelCode="44647|9325" HotelName="Princess" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea Ferrara 33, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/46/aa4698cee67e6ac9eb4a534f2739ebb8eb1f191e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in green surroundings by the famous Via Aurelia, close to Corn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="788623|493877" HotelName="Il B&amp;B Della Mamma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Forli 40, 00161 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/47/51/4751363ca26688602f102ef8010c8a36bc295ce1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.91185887" Longitude="12.45999504" StarRating="0" HotelCode="567498|233800" HotelName="Milizie 76 Gallery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Babysitting,Dry Cleaning,Internet,Laundry,LCD/Projector,Luggage Storage,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Milizia 76, 00192 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/4d/68/4d68e75b72f84c9efaf53ce0b9fa56797569fcb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Milizie 76 Gallery, you'll be centrally located in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.894067612768" Longitude="12.503181695938" StarRating="3" HotelCode="15434|orazia_hotel" HotelName="Orazia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Buonarroti 51, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/34/26/3426b4a78c3d437b2befb107e03cc9f277012367.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel can easily be reached on foot from Termini Railway Station. It is located next to the firs...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90929492" Longitude="12.45517347" StarRating="0" HotelCode="519968|vatican_leone_iv" HotelName="Vatican Leone IV" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Leone IV 38, Rom, Latium 00192</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/15/df15a0845dbdc5f1303ff479ef69fe4707d64c16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90193841" Longitude="12.44143238" StarRating="0" HotelCode="638674|valle_aurelia_residence" HotelName="Valle Aurelia House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giulio Sacchetti 10, 00167 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/56/b256a663e0d0b5d8ea9522733876a954ad508650.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="104.46" OriginalAmount="103.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907773" Longitude="12.498114" StarRating="4" HotelCode="14428|3282111" HotelName="Marcella Royal Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flavia 106, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/4b/854b1326a02720e65a9f871180403920a04d8be7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This well-kept luxury hotel is located at the heart of the historical centre of the city, in a peace...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90517977" Longitude="12.49911291" StarRating="0" HotelCode="539383|396027" HotelName="Amoroma Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment,Bed and breakfasts,Boats" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 2C, Scala B, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/92/24925cf88a649e20f50493970613210736ed22e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Apartamento Santo Amaro is a recently renovated one-bedroom apartment in Lagos, a 10-minute walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898406415899" Longitude="12.511230656414" StarRating="4" HotelCode="401951|61333" HotelName="Ateneo Garden Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Salentini 3, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/3b/ce3b759391cd074b496375ad9c789a55e8d4f7ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located between La Sapienza University and the Termini railway station, this city hotel is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89998709" Longitude="12.49542089" StarRating="3" HotelCode="494605|199017" HotelName="La Reggia Dei Principi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Viminale 38, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/89/8a89d0e06678976429ce80175a72abf2ac7aea95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service and room ser...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90690837" Longitude="12.44497437" StarRating="3" HotelCode="322772|199032" HotelName="Le Piazze di Roma Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Marcantonio Bragadin 106, 00136 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/f3/fbf3782d85c2d62138727bae50f303ff055876af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.9085231" Longitude="12.45425982" StarRating="3" HotelCode="441420|199067" HotelName="Maison Candia Luxury House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Candia 20, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/2e/422e410323b055345524f4db80a30d83d6135eb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.908519961331" Longitude="12.493606122684" StarRating="4" HotelCode="387016|28324" HotelName="Hotel Romanico Palace &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Boncompagni 35,37, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/70/8c704036b4b480ecf94a97f3bb283bac65901bdc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming historical hotel is located in the historical centre of Rome, just a few steps from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89935269" Longitude="12.4922499" StarRating="0" HotelCode="744284|bb_roma_royal_residence" HotelName="B&amp;B Roma Royal Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Genova 24, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/d2/c0d2aeef510482daa51cd11ba817638989e996dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.02" OriginalAmount="104.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.9051" Longitude="12.505472" StarRating="3" HotelCode="10955|220846" HotelName="Hotel Canada, BW Premier Collection" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vicenza 58, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/99/3499d04fd4100ec058436453ab3f0a7ae0712ad5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.05" OriginalAmount="105" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.88994761" Longitude="12.49453059" StarRating="0" HotelCode="974380|396399" HotelName="Colosseo Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Giovanni in Laterano 10, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10646772</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.05" OriginalAmount="105" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90242747" Longitude="12.50500829" StarRating="1" HotelCode="417233|232981" HotelName="Hotelier Evergreen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 23/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Milazzo 23, 00185 Rome, Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/96/4396bcaf83d3c5438a490fa21583756cce18dcc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.05" OriginalAmount="105" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904124450357" Longitude="12.500259789756" StarRating="4" HotelCode="319571|94220" HotelName="The Independent Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 40, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/7d/ea7d1a31bcc3c701acd0bc6880e8c7b3a849bc8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.05" OriginalAmount="105" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.88242416" Longitude="12.46828419" StarRating="2" HotelCode="434918|57568" HotelName="Trasteveredreamsuites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale Di Trastevere 118, 00153 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/21/0c218c31a5b6e84f1d7222a3f59fdbb99de9742c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.908858" Longitude="12.458897" StarRating="3" HotelCode="192023|56486" HotelName="94 Rooms Vatican - Scipioni" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Scipioni 113, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/d9/79d9d668e2b85764865c1770ebfe267ee717ef71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.891342245061" Longitude="12.4691014932" StarRating="2" HotelCode="915706|57398" HotelName="Ventisei Scalini A Trastevere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo del Bologna 33, 00153 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/58/c8/58c84b9da4d1619a95ab6534783dda10fb3291a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="983372|495138" HotelName="Duca Di Cavour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 221, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.88792" Longitude="12.469804" StarRating="3" HotelCode="191640|200163" HotelName="Trastevere" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Luciano Manara 24A/25, 00153 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/c8/98c8bff3a4ec3d115f33271f026b434bccb2f77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900472" Longitude="12.497301" StarRating="4" HotelCode="17912|starhotels_metropole" HotelName="Metropole" 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amadeo 3, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/2f/802f40b9180ba854e85e6874f62bb2c6e35e27d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the Termini main train station (about 300 m) and just a few paces from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.33" OriginalAmount="106.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90774674525" Longitude="12.488300800324" StarRating="3" HotelCode="37648|619535" HotelName="Garda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lombardia 30, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/fd/3afd62c4e647b58aa1596539d746d807cd88181b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant town hotel is situated on the Via Veneto, the 'Dolce Vita' street, in an exclusive dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.34" OriginalAmount="106.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.910596" Longitude="12.468088" StarRating="3" HotelCode="116773|1151578" HotelName="Casa Valdese" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Alessandro Farnese 18, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/89/f8899d4a86f2728ab8e5b537cd5a7460b0cb5c39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a great location in a quiet and peaceful area, this hotel is only 240 metres away from the Lepa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.84" OriginalAmount="106.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.987546936601" Longitude="12.511017618385" StarRating="3" HotelCode="117160|1116258" HotelName="La Giocca" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel,City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Salaria 1223, 00138 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/8c/2a8c27fb2c77aca7c6331c7a84f5827116035d14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the GRA, the ring road that encircles Rome, making it an ideal location fo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90547961" Longitude="12.46788887" StarRating="0" HotelCode="615520|242359" HotelName="Relais Vacanze Romane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Crescenzio 2, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/2b/d9/2bd95277011f92c2fd1c6866ac2ba88485c29a44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89593344" Longitude="12.44347362" StarRating="0" HotelCode="579275|233041" HotelName="Gregori Guest House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregorio Vii 295, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/c0/30c0a17f45f78188c41d57da151b82c6cf8f1523.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="968530|494262" HotelName="Maison Risorgimento" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Cola Di Rienzo 243, Vaticano Prati, 00192 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/8e/5b8e15fb140b00317a591a30735ec12c03602291.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.919944093063" Longitude="12.503753720707" StarRating="3" HotelCode="933603|511227" HotelName="Relais Villa Coppede" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment,Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Tronto 1, Nomentano, 00198 Rom, Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/75/07/75076a56ee7abb72bc9cd3767729cfd4713363f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The villa has an internal elevator that connects the floors of the rooms with the front desk and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903539" Longitude="12.508931" StarRating="3" HotelCode="447453|200525" HotelName="Residenza Castrense" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale dell'Università 25, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=4062787</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a babysitti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903539" Longitude="12.508931" StarRating="3" HotelCode="447454|199591" HotelName="Suite Castrense" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale dell'Università 25, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=4036463</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.20" OriginalAmount="107.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.909519307995" Longitude="12.498495876789" StarRating="4" HotelCode="12724|312225" HotelName="Gambrinus" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Piave 35, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/36/3620f82959224cf0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a charming and quiet quarter of the historic centre of Rome. Just a few metr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.31" OriginalAmount="107.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902321437064" Longitude="12.490332616845" StarRating="3" HotelCode="95114|863285" HotelName="Hotel 2000 Roma" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Quattro Fontane 16, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/c4/93c4283d11f34e7ce5ed766c235dbbaefbeeeb58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the most wonderful city in Italy, just a few steps away from the most beauti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90237067" Longitude="12.49400918" StarRating="0" HotelCode="975300|371536" HotelName="Elide Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Firenze 47, Gara Termini, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/0e/5d0e21a71e0b5c92ac675c903df1c54c0241edaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="962056|494826" HotelName="Rhea Silvia Luxury Trastevere 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Di San Cosimato 63, Trastevere, 00153 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/16/d3161cbaa5283993668c72e148faa96967f36dc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902381" Longitude="12.494651" StarRating="3" HotelCode="77957|199358" HotelName="Residenza Cellini" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Modena 5, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/d8/b3d8c06ce6970c309ba2ce3c0633784d5459911e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896498280283" Longitude="12.443226894823" StarRating="2" HotelCode="384046|gregory_place_fine_vatican_suites" HotelName="Gregory Place Fine Vatican Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregorio VII 186, 00165 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/e1/75e10daf771cef77fa88e5a149f43445f82f2e86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8992655549" Longitude="12.491233328697" StarRating="3" HotelCode="470163|vibe_giolli_nazionale_2" HotelName="Hotel Vibe Giolli Nazionale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 69, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/d9/46d9dd68ed1fe4c84fc7bd79d610b343e9c8d8e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.26" OriginalAmount="108.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901697105061" Longitude="12.470693439245" StarRating="4" HotelCode="93196|89332" HotelName="Residenza Ave Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere Tor di Nona 3, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/24/aa240f8773f1172f61477e7c657c10274c8edc73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.28" OriginalAmount="108.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.938937" Longitude="12.469396" StarRating="4" HotelCode="81682|564185" HotelName="River Chateau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Flamini 530, 00191 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/a1/76a18b0b010bd42c57469fb414013a1805b9a864.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a strategic location in Rome. It lies in the quiet VIP residential area of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.68" OriginalAmount="108.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.897158" Longitude="12.490316" StarRating="2" HotelCode="116642|1102328" HotelName="Artorius" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Boschetto 13, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/01/4d010ed7cc230ff3fb483fc62ecf65b3e7e925b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="109.72" OriginalAmount="108.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.913346349038" Longitude="12.475175859525" StarRating="4" HotelCode="44844|1385268" HotelName="River Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST,BED AND BREAKFAST FOR 2 GUESTS" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flaminia 33, 00196 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/dd/80dd5ee23e35de5bbafb03061da75db981f16861.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the city centre and provides an excellent location from which t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.82" OriginalAmount="108.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.918584957202" Longitude="12.514071464539" StarRating="4" HotelCode="63551|1093508" HotelName="Fenix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Gorizia 5/7, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/b8/64b8f75dfa89393c843e90338bf6a4df169da950.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.85" OriginalAmount="108.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898939" Longitude="12.500273" StarRating="2" HotelCode="64758|297765" HotelName="Orlanda" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 76, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/a9/e4a962ec9096495fa2d8171bc98483ec729663c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.09" OriginalAmount="109" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90373434" Longitude="12.47941606" StarRating="5" HotelCode="484017|178400" HotelName="Boutique Centrale Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Frattina 81, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/ce/e9ce57f253927d63db3d6a897634657ec8625b2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.09" OriginalAmount="109" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.893446115283" Longitude="12.512037404299" StarRating="2" HotelCode="429186|40772" HotelName="Hotel Giolitti Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Giolitti 415-417, 00100 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/85/4585803ffb7261c6832a5ba26136bf10318387c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.09" OriginalAmount="109" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.836148" Longitude="12.621701" StarRating="3" HotelCode="295489|180242" HotelName="Hotel 325 Tor Vergata" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Tor Vergata 325, 00133 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/24/f824855789858a4ae3bd62da22fb34f266efda87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.09" OriginalAmount="109" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90097" Longitude="12.48226" StarRating="3" HotelCode="687405|199626" HotelName="Town House Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Crociferi 41, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/e0/82e0080899ada4d3d6212d71d1ef12bf0a7e8062.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900520248201" Longitude="12.496250867844" StarRating="3" HotelCode="36253|hotel_sonya" HotelName="Sonya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Viminale 58, 00184 Rome, Italien</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fb/bb/fbbbcb5b0084e79df48a3a690f94274561a01a4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located in the centre of Rome, very close to Rome Termini Station and rig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.88309178" Longitude="12.48530552" StarRating="0" HotelCode="568651|colosseum_guesthouse" HotelName="Circo Massimo Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Dell'Ara Di Conso 4, Aventino, 00153 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/6e/4e6e6645dc6d0345e9d70f75c571f76228571cc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.74" OriginalAmount="109.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899553362187" Longitude="12.500201253241" StarRating="2" HotelCode="155049|938145" HotelName="Hotel Washington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 77, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/eb/4ceb2b29ac45acf4f77ab6f3c563d948f61b1d6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.94" OriginalAmount="109.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899003" Longitude="12.492032" StarRating="3" HotelCode="19231|567175" HotelName="Virgilio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palermo 30, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/64/4a64da065e1cdbdf46a8b33bbacb410eb296c84d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is conveniently located for both leisure travellers wishing to explore Rome’s millen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.10" OriginalAmount="110" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90644176" Longitude="12.46313061" StarRating="3" HotelCode="546769|176710" HotelName="Domus Terenzio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Terenzio 10, 00193 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/55/7155b6e73f30b5601c09578d9d3e019afd1156be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.10" OriginalAmount="110" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90906853" Longitude="12.45714779" StarRating="2" HotelCode="481220|57598" HotelName="Jacuzzi Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giulio Cesare 183, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/8b/b78bf5584192882bca6e796affe553f5e089b3ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.10" OriginalAmount="110" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="674047|487456" HotelName="Sourire Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Delle Terme Deciane 3, 00153 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/d0/c0d02d88c412e604a4da960c2aca2777e5f05fda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.10" OriginalAmount="110" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8879993" Longitude="12.47347579" StarRating="0" HotelCode="577809|234318" HotelName="Trastevere Royal Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Viale Di Trastevere 75, 00153 Roma, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/06/0406d8a0ae5908d676f1276979591479bba002b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.10" OriginalAmount="110" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="983454|493428" HotelName="Trastevere Royal Suite Trilussa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere Raffaello Sanzio 1, Trastevere, 00153 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/85/8e851087063ae05e2f61fc2eb7a5dd0faa72b28f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.10" OriginalAmount="110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.91135996" Longitude="12.44397199" StarRating="0" HotelCode="713076|la_chiostrina" HotelName="La Chiostrina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Viale Delle Medaglie D'oro 103, 00136 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/18/2418cc935be4922fa4182ea23b13d81678dfbda1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90646203" Longitude="12.44519816" StarRating="0" HotelCode="717227|283368" HotelName="B&amp;B La Perla Di Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Scalia 33, Vatican City, Prati, 00136 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/72/8d729da733041b2eb04a756813cd499cd4025217.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="956676|406474" HotelName="Clementi Portrait" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Muzio Clementi 68, Primo Piano Int 4, Vaticano Prati, 00193 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/01/7e019be1e260a7d41d6550fbd352a132fdcd4bce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905857858413" Longitude="12.467918819159" StarRating="1" HotelCode="117262|191816" HotelName="Marta Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tacito 41, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/5c/b45cecf8fbbe46171fe5fdca5e165b9cc8cd24c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.929823196244" Longitude="12.523493172757" StarRating="0" HotelCode="386387|233801" HotelName="Moai Home" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Scirè 14, 00199 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/a3/28a3c2dc9ab2858e412062a68b5cef18deac87bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898443976258" Longitude="12.499952316284" StarRating="4" HotelCode="23160|hotel_palladium_palace" HotelName="Palladium Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gioberti 36, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/70/5f/705f9ced7292231858237f064783f08dd5e6e1ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the historical centre of Rome, this hotel is close to the Basilica di Santa Maria Maggior...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899150714864" Longitude="12.49960899353" StarRating="3" HotelCode="38412|hotel_california_8" HotelName="California" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 39, 00185 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d3/e6d3fcfe5755c37ceb35d9b0ee1c8bb1784cb272.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located in the centre close to Termini station. Scores of shops, entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.86" OriginalAmount="111.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899337644823" Longitude="12.492209795621" StarRating="3" HotelCode="61921|643555" HotelName="Boutique Hotel Galatea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Genova 24, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/b7/5eb74573af404f405c8db4c0d3d9fde501c805e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is splendidly located and guests can reach most of the major cultural and archaeological ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.12" OriginalAmount="112" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="958066|487132" HotelName="47 Steps" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Milazzo 8, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/9a/739af91ca3043c9ab0177ae5765bb8c181a6f3f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.12" OriginalAmount="112" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89052653" Longitude="12.50676283" StarRating="2" HotelCode="413584|76108" HotelName="Charme Holidays Colosseum" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,LCD/Projector,Off-Site Parking,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Via Emanuele Filiberto 100, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/18/e418bedd315d8090cb7c3779391661e3df9b38b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.12" OriginalAmount="112" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898865225352" Longitude="12.462503314018" StarRating="4" HotelCode="191715|55870" HotelName="La Rovere" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo di Sant'Onofrio 4, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/ec/c9ec71965d1a64c4cdd442132b405be749155d22.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.12" OriginalAmount="112" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900410354834" Longitude="12.469090529556" StarRating="3" HotelCode="153516|55589" HotelName="Relais Palazzo Taverna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Gabrielli  92, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/37/13377e76476235d3d489b336a7c976bd5fc3431c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.12" OriginalAmount="112" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907669392551" Longitude="12.503007128872" StarRating="4" HotelCode="425026|92976" HotelName="The Building Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 126, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/c9/eec9c3a8ff96c5f768e0c81c8ad3c07d2c660c3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most of the storeys are easily accessible by lift. A baggage storage service, a restaurant, a bar, r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.12" OriginalAmount="112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.88436453" Longitude="12.50945649" StarRating="0" HotelCode="574432|la_grande_bellezza" HotelName="La Grande Bellezza Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magna Grecia 39, San Giovanni, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/4d/ef4d207dfd0b5cc8e7f7f3d125828e8588f76020.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.17" OriginalAmount="112.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.887794035896" Longitude="12.46070086956" StarRating="4" HotelCode="24290|368135" HotelName="Grand Hotel del Gianicolo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale delle Mura Gianicolensi, 107, 00152 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/39/a339a94c4bfea0d824aad8c186011bc1b96d54f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers its guests incomparable views over the city of Rome. According to the diarist De B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.20" OriginalAmount="112.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.794822275483" Longitude="12.457023561001" StarRating="4" HotelCode="58458|559755" HotelName="Mancini Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Valleranello 67, 00128 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/d4/3dd42a9e7fb8ce828cafbb08eca18201c1fff6de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The business hotel is situated 13 km outside of Rome city centre. There is a bus stop about 300 m aw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.24" OriginalAmount="112.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.911441" Longitude="12.499978" StarRating="4" HotelCode="12776|274155" HotelName="c-hotels Fiume" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Brescia 5, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/68/bb685bb33407767e73e68434344f7c70a4ce4c29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quiet location, close to the Via Veneto. The Piazza di Spagna lies around...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.67" OriginalAmount="112.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903472830208" Longitude="12.502698898315" StarRating="3" HotelCode="56964|277025" HotelName="Milani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magenta 12, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/24/0b/240bc1c490d23de10a9f354023452de40283fa7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located near Termini railway station and is an ideal location from which to explo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.897142777888" Longitude="12.498049132" StarRating="2.5" HotelCode="383827|58060" HotelName="Domus Liberius" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Liberiana 17, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/53/255341628924be60f5208e2d8f722d5fa1d02034.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.88766183" Longitude="12.50180111" StarRating="0" HotelCode="522846|371547" HotelName="Feliz in Roma B&amp;B" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="bed and breakfast" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Via di San GIovanni in Laterano 262, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/da/a4dad423f308c9d5c9147db10585b5dcc55aef2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Feliz In Roma The Feliz In Roma is a small hotel in Roma. The hotel offers off site car parking. Gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907916894725" Longitude="12.456882279605" StarRating="4" HotelCode="485420|233274" HotelName="Vespasiano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Vespasiano 49, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/44/b744a8ca1b761be4ff0c0b4d6c9b406b4c5c072a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901941497334" Longitude="12.475065592013" StarRating="3" HotelCode="309923|199056" HotelName="Locanda del Sole" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Scrofa 10, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/0f/d40fca018b538d24cf45f9c5c0f43f83574efe59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.882274100898" Longitude="12.515693209691" StarRating="1" HotelCode="305757|403189" HotelName="B&amp;B King Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pinerolo 2, 00182 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/9e/079e36a42d983b70bea85e7eedf80c1d1fbe3fe4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 5 rooms. Most of the storeys can be reached by lift. A café is availa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89898942" Longitude="12.49224388" StarRating="0" HotelCode="509920|234366" HotelName="Una Finestra su Monti" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Palermo 67, Rione Monti, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/b5/f2b5efecb5d4730328427dc08522d3bb421ee18f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898959" Longitude="12.501244" StarRating="4" HotelCode="10321|ariston" HotelName="Ariston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippo Turati 16, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/bb/b8bbe3d9c36fa08fd03ae0d62ef5dd35cc016281.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in the centre of Rome with the main train station (Stazione Termini) ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.17" OriginalAmount="113.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905982118136" Longitude="12.502623796463" StarRating="3" HotelCode="21169|90709" HotelName="Hotel Siviglia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 12, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/90/bd90c1c90c9fa2b05d6dbbab7548dbbe80c4aeb5.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built in the 1900's, this hotel is situated in a peaceful yet central location, not far from the his...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.38" OriginalAmount="113.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903704862122" Longitude="12.503140808498" StarRating="2" HotelCode="36250|1611598" HotelName="Hotel Dei Mille" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Mille 7/B, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/34/d3346b4889198394375fd92dad0455257aa7d2f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.74" OriginalAmount="113.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903531" Longitude="12.505315" StarRating="4" HotelCode="16972|641365" HotelName="Royal Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Marghera 51, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e2/9b/e29ba2d7df756df9d395ef57e5186584f0de0658.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location in the centre of Rome, close to Termini train station (roughly...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.83" OriginalAmount="113.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900928" Longitude="12.496566" StarRating="3" HotelCode="47620|1051728" HotelName="Columbia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Viminale 15, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/36/6636707688fbde847d4e0cef0b56563d509207dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="114.95" OriginalAmount="113.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89606879" Longitude="12.50174651" StarRating="1" HotelCode="519670|28168756" HotelName="Santa Maria Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guest houses">
        <Address>
          <AddressLines>
            <AddressLine>Via Rattazzi 2C, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/56/7d56c92cab165c6c358c057fd577adc240e0ea55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Termini Central Station, Santamaria Inn is a perfect starting point from which to explore...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89427601" Longitude="12.50327421" StarRating="3" HotelCode="440194|135019" HotelName="B&amp;B Drago d'Oro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Vittorio Emanuele II 121 Int 8, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/6c/156ccac1c0c35059c56b28b326ecf16c16b3d638.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89412757" Longitude="12.5034065" StarRating="0" HotelCode="576848|232965" HotelName="DVE Suite Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Vittorio Emanuele II 113, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/01/4101c30ee0608762d743d27dfd4edf408c6fcfc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899740586127" Longitude="12.498142375005" StarRating="2" HotelCode="470750|172761" HotelName="Hotel Altavilla 9" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 9a, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/68/de68c34c48f41ab131123dfedeb22a80d3c94518.jpeg</HotelPictures>
        <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="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907008" Longitude="12.480077" StarRating="4" HotelCode="297131|57042" HotelName="iRooms Spanish Steps" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittoria 32, 00166 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/36/b736f91cbd6daf082da511a96066271f4588968b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.880602008696" Longitude="12.484830028242" StarRating="1" HotelCode="314263|58421" HotelName="The Corner Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Aventino 121, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/cb/b8cb0e7ab11b561eb14c3026c6a5b823145e7023.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.61" OriginalAmount="114.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.913042" Longitude="12.464573" StarRating="4" HotelCode="165703|641515" HotelName="Metropolis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Milizie 26, 00195 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/6a/c46a1cf2d1794dec1d71b05d19cdda51c178ab66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is only 200 m from Lepanto metro station and a 10-minute walk from the Vatican. The surrou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.81" OriginalAmount="114.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90604" Longitude="12.461092" StarRating="4" HotelCode="10481|79424" HotelName="Atlante Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Crescenzio 78, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/fc/b1fc4c8946716a3f8a9a2016f6bc81472f6d51f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the centre of the historic town, just a short walk from the Vatican, t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.81" OriginalAmount="114.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.897813095642" Longitude="12.495574951172" StarRating="3" HotelCode="16439|1431598" HotelName="Raffaello" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Urbana 3/5, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/27/fa27dfac505d943ca81b530e0259e9a1594f4a81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.84" OriginalAmount="114.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900951" Longitude="12.493739" StarRating="3" HotelCode="117263|2914955" HotelName="Martini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 18, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/a7/42a7eacb30894bb739d5ee85b13d7d4c4f4a242a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.92" OriginalAmount="114.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901428595948" Longitude="12.494134604931" StarRating="3" HotelCode="45178|398385" HotelName="St. Moritz" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Garden,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 51, Roma 00184</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/2f/c72fca8d1a61009205f22e2b25c096ed2c3c9f90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the historical and commercial centre of the old part of Rome. It is j...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.09" OriginalAmount="114.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899360774934" Longitude="12.492792350892" StarRating="3" HotelCode="77887|863355" HotelName="Hotel Caravaggio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palermo 75, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/5e/655e29ad22b5a010cc33f3b2693c99f27254812c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome (ROM).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.15" OriginalAmount="115" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90372024" Longitude="12.48659055" StarRating="3" HotelCode="772066|371296" HotelName="Albergo Delle Regioni" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Porter,Smoking Rooms,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Zucchelli 1/c, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/b8/a4b8d041b6fe974c96ca9e67e97bc531fbac97ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a stay at Albergo delle Regioni in Rome (Rome City Centre), you'll be 1 minutes by foot from Sp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.15" OriginalAmount="115" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.882946732039" Longitude="12.468594073031" StarRating="2" HotelCode="440953|90166" HotelName="B&amp;B Roma Trastevere Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale Trastevere 108, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/cc/03cc3e352330f3f77d3c594a1f28cc4e084814ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.15" OriginalAmount="115" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.92147806" Longitude="12.47161235" StarRating="0" HotelCode="631391|260872" HotelName="B&amp;B Casa Cimabue Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Cimabue 2, 00196 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/9e/e19e45f136c5a8564b2b461411e29b9bbfbb01aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.15" OriginalAmount="115" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90613771" Longitude="12.46487815" StarRating="2" HotelCode="604394|62099" HotelName="Cassiodoro 19" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Cassiodoro 19, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/67/c66725c8fe3cbaf22bd8c925fb6cda68fce481db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.15" OriginalAmount="115" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90654545" Longitude="12.45034871" StarRating="1.5" HotelCode="519692|58075" HotelName="Vaticano84" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="bed and breakfast" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale Vaticano 84, 00165 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/28/da28fffef3ea3cf9fe519eb63408231605f5253a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901602" Longitude="12.484679" StarRating="3" HotelCode="153528|relais_trevi_41" HotelName="Trevi 41 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Panetteria 41, Roma 00187</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/ca/cecadd0566010c48399de33183af3f350eab3813.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment hotel is conveniently located just a 5-minute walk from Barberini metro station. All a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.911334792974" Longitude="12.450064550279" StarRating="3" HotelCode="376673|cest_la_vie_suites" HotelName="C'est La Vie Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Bernardino Telesio 16, 00195 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/2c/c32c8945aea37134a19df8270a6e0fd0a69591c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.911140266695" Longitude="12.503862351065" StarRating="1" HotelCode="191677|allegria_suites" HotelName="The Fitzroy Allegria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana 55, Nomentano, 00161 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/33/88330b60d8b3519372ca37b5a37690bd036ff9d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.32" OriginalAmount="115.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.882092972654" Longitude="12.432459890842" StarRating="4" HotelCode="79238|245696" HotelName="Atahotel Villa Pamphili" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Nocetta 105, 00164 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/e2/8ce26ae19d70b04064eaa2bae5e55d7c218ccf2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet green area only 3 km from the Vatican and the city centre. Links to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="116.33" OriginalAmount="115.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.894764416991" Longitude="12.501293420792" StarRating="2" HotelCode="67194|4734813" HotelName="Auditorium di Mecenate" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dello Statuto 44, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/fa/c3fafb4d3bcac30d6bb6dfa74c61df9409d937cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the heart of Rome and is 10 minutes' walking distance away from the main train sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.56" OriginalAmount="115.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.918308" Longitude="12.497546" StarRating="4" HotelCode="12988|84835" HotelName="Hotel Beverly Hills Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Benedetto Marcello 220, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/bc/2fbcc60a0111ad1dfe2d9e14b530634a116ca68b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to the Villa Borghese and the Via Veneto, in one of the most elegant area...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.63" OriginalAmount="115.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.909203" Longitude="12.45639" StarRating="3" HotelCode="117102|557075" HotelName="Il Gattopardo Relais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Guesthouse,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giulio Cesare, 94, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/df/1ddfcf6153a46775eac6496fe9d5d037fde688a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in an attractive Art Nouveau structure, ideally situated close to the Vatican M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.83" OriginalAmount="115.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901869788763" Longitude="12.485661506653" StarRating="4" HotelCode="19383|15814" HotelName="White" Meals="BED &amp; BREAKFAST,ROOM ONLY,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via in Arcione 77, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/f0/17f0fbfee12bb5b0db6e9d8e855bcf8fe3a71d4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a 19th century building, this hotel has a prime position in Rome, just a stone's throw fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.13" OriginalAmount="115.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900001186544" Longitude="12.498713135719" StarRating="4" HotelCode="31410|15454" HotelName="Hotel Atlantico" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 23, 00184 Roma, Lazio, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/5b/9b5b63eff81a02a64ced263324bc6f48440c6cd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a 1930's style building, this comfortable hotel is located at the heart of Rome just 100 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903399223204" Longitude="12.493368968737" StarRating="2" HotelCode="341391|58457" HotelName="Hotel Oceania" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 26/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Firenze 38, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/be/c5be86f89ac03cb36ccbacffdf7e61200c6cbf34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.91378508" Longitude="12.4522737" StarRating="3" HotelCode="435019|200560" HotelName="Rome Center Rooms" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Premuda 3, 00195 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/d4/7c/d47c4add68df330b9e7212c3302451bdb9227d80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a transfer service for a comfortable and relaxing stay. Wireless internet access ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.87924187" Longitude="12.47479807" StarRating="0" HotelCode="571055|234161" HotelName="Seven Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Nicola Zabaglia 11, 00153 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/69/a7693c2f507c654139761fb2957f6fca1a0192ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can reach the various storeys easily and comfortably by lift. Services and facilities at the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900823" Longitude="12.472787" StarRating="4" HotelCode="191572|57303" HotelName="Suite Art Navona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Zanardelli 20, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/ea/f6ea7173b0480435dbf62016473b2e1a66c122df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90910082" Longitude="12.48835149" StarRating="3" HotelCode="622908|254877" HotelName="The Shire Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>146 Via Vittorio Veneto, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/2f/782fa168d8c0651ecd1b5bd93f4c3cd22e3b71b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.69" OriginalAmount="116.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907584" Longitude="12.498648" StarRating="3" HotelCode="97574|547785" HotelName="Seven Kings Relais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Guesthouse,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via XX Settembre 58 A, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/2b/b22bd72ff62ff1cc57b71cebcefcb1f705780245.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This establishment is located in the historical heart of Rome, between Porta Pia and Via Veneto, a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.78" OriginalAmount="116.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906716719964" Longitude="12.495784163475" StarRating="4" HotelCode="12130|80134" HotelName="Empire Palace" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Aureliana 39, 00187 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/0e/840e920d322597e55098e40145b13bff76cd9ae5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel lies close to Piazza della Repubblica and Via Veneto. Termini train station is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.15" OriginalAmount="116.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903174" Longitude="12.493166" StarRating="2" HotelCode="88491|560695" HotelName="Hotel Roma Nardizzi Americana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Firenze 38, 00184 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/c8/1fc87e6386c377190d5b9b2545c699e1e278c330.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in Rome, halfway between the Trevi Fountain and the Quirinale and Termi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89694223" Longitude="12.47699102" StarRating="3" HotelCode="572271|232401" HotelName="Arch Rome Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Dell Arco Della Ciambella 19, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/72/e2722722a13af77238273ae4817ab2b116b448df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90178" Longitude="12.50395" StarRating="2" HotelCode="417079|408754" HotelName="Hotel Suite Caesar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Milazzo 14, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/69/63691651fe83679ce27e6da4cd9ab98c804f49d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;##Property Location  A stay at Hotel Halifax places you in the heart of Rome, walking distance from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90420022" Longitude="12.45881039" StarRating="3" HotelCode="546780|199825" HotelName="Vatican Style" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Mascherino 46, 00193 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/39/6a39de6d2ee24fbf6a1be454e16e79c793903627.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903351037059" Longitude="12.505116093254" StarRating="4" HotelCode="98572|venetia_palace_hotel" HotelName="Venetia Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Marghera 47/A, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/38/803807ac4f3a9d51a6f77137d9699c5544ad200b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Rome city centre, just steps away from the most important archaeological mon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.38" OriginalAmount="117.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896958601832" Longitude="12.487316429615" StarRating="2" HotelCode="25627|398015" HotelName="Fiori" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 163, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/bb/61bbc6fc820d9d20d3888e208a07584b34a6bc45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies in the centre of Rome, right by Venice Square. The Collosseum, the Trevi ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="118.44" OriginalAmount="117.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.892514251064" Longitude="12.418354153633" StarRating="4" HotelCode="31823|6468090" HotelName="Ergife Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 619, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/dd/23dd0f389e95d2414d356cd8d732887dac75b130.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located at the heart of Rome. It is not only ideal for trips into the city o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.65" OriginalAmount="117.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905375761" Longitude="12.502671403786" StarRating="4" HotelCode="25183|1423088" HotelName="Hotel Alpi Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Castelfidardo 84/A, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/2f/702f3a04c4baeafdb65aca224fab779c8bbfa929.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.00" OriginalAmount="117.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.891724163548" Longitude="12.510450620101" StarRating="3" HotelCode="37818|4774345" HotelName="España" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Luzatti 21, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3e/3a/3e3abc8bf950d84cebc4e88f232c1c8ae9c9bcab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located approximately 800 m from the historical centre of Rome, this hotel enjoys a fabulous locatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.02" OriginalAmount="117.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.910522956775" Longitude="12.465639728836" StarRating="3" HotelCode="116718|2000825" HotelName="The B Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Lounge,Massage Centre,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Scipioni 239, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/08/ae089e345433e9c83ba250fd7fd2058dbec6889b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant guest house is located 50 metres from Lepanto metro station, and a 10-minute walk from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904633" Longitude="12.463408" StarRating="3" HotelCode="192075|200008" HotelName="At Your Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Porta Castello 33, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/6a/186aa662d2e16a8f1a77d51c36d494c6c44f817e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906892" Longitude="12.45887" StarRating="3" HotelCode="192017|396064" HotelName="Le Suite di Via Catone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Catone 16, Rome 00192</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/e8/e7e893205ee66231ddac99e4954b0456ba88f02e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90097" Longitude="12.48226" StarRating="1.5" HotelCode="385644|199624" HotelName="Town House Fontana di Trevi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Crociferi 41, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/20/ba206a6dcc10a9a4fb3f4d2b6f0d7b2fb5798b1c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys are accessible by lift. The hotel offers various services and facilities, including a b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.70" OriginalAmount="118.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.894344" Longitude="12.491608" StarRating="2" HotelCode="66054|548095" HotelName="Hotel Centro Cavour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 233, 00184 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/70/fd70a731022c320d72ba0da7c9e8428570783bf8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the historical centre of Rome. It is just a 5-minute walk to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="120.13" OriginalAmount="118.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.922306" Longitude="12.49346" StarRating="4" HotelCode="47498|834575" HotelName="Hilton Garden Inn Rome Claridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via le Liegi 62, 00198 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/b1/1bb1c4a7049bb303dd17ba08a03e8b4a7f48af7e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located in a magnificent part of Rome, Parioli, close to the Piazza Ungheria...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.910673646099" Longitude="12.5034656" StarRating="1" HotelCode="191678|57312" HotelName="B&amp;B Home 77" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentata 77, 00161 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/a4/95a4bb961cec8545d5948fc32fb7901b671b1a63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="978698|486696" HotelName="Boutique Relais Bramante" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arco Della Pace 12, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/eb/f9ebb295294baa52d4b2107f18c0065b976a3c60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.86241" Longitude="12.455704" StarRating="3" HotelCode="191622|233929" HotelName="Patrizia Romana Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via di Vigna Jacobini, 48, 00149 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/3c/3f3c285fef22c6b10c08d8a63713ed65ca72d6a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90374668" Longitude="12.46310342" StarRating="2" HotelCode="439965|61240" HotelName="Rome Traveller's BandB" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di Porta Castello 10, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/24/d324b0a7ebbdabcc3f8afdae5f415449428c06e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90862695871" Longitude="12.461778544809" StarRating="0" HotelCode="192027|11_liberty_rome" HotelName="1&amp;1 Liberty Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Germanico 109, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/93/bc937bf80140595326064572a3d90d98b5f1fa8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="120.22" OriginalAmount="119.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.886416" Longitude="12.468022" StarRating="1" HotelCode="151470|1745218" HotelName="Locanda Carmel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Goffredo Mameli 11, 00153 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/8e/0e8e2b72caa0e1f4d3a306c1984278dc9e205081.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="120.74" OriginalAmount="119.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.891229404708" Longitude="12.436159998178" StarRating="4" HotelCode="401857|1409046" HotelName="Cardinal St. Peter" Meals="BED &amp; BREAKFAST,BED AND BREAKFAST FOR 2 GUESTS" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Leone Dehon 71, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/4a/764a1fd42421d1776b5ed82d692e8d9e819a5c5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated 15 minutes by taxi from Termini railway station and the air terminal whilst th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.20" OriginalAmount="120" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90184538" Longitude="12.42669963" StarRating="2" HotelCode="435268|58214" HotelName="B&amp;B Living" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Domenico Tardini 5, int.9 sca.A, 00167 Rome City</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/da/99dac529a91b2cc6a32181153e4d86746109c41e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.20" OriginalAmount="120" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896780913599" Longitude="12.499912083149" StarRating="4" HotelCode="14659|12675" HotelName="Mecenate Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Alberto, 3, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/73/117374f1ded036d8bf6c0b2783d3d242eb3f8319.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located hotel lies directly opposite the Santa Maria Maggiore church and near the man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.20" OriginalAmount="120" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90385948" Longitude="12.47985372" StarRating="0" HotelCode="567167|234162" HotelName="Shali Luxury Suite Spagna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Frattina 73, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/740970/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.20" OriginalAmount="120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90488658" Longitude="12.47818918" StarRating="0" HotelCode="574390|charme__chic" HotelName="Charme &amp; Chic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Leoncino 36, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/42/0c4256782292cd0a9c60e8e3495e14186677f5fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.72" OriginalAmount="120.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907641" Longitude="12.468541" StarRating="4" HotelCode="47441|229316" HotelName="Cicerone Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Cicerone 55/C, 00193 Rome (RM)</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a4/3e/a43e10797913928b02b0096bfd31839d4a41dcc9.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around 3 km away from the centre of Rome within walking distance of convenient...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.18" OriginalAmount="120.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907010159093" Longitude="12.478048056364" StarRating="4" HotelCode="88490|2248315" HotelName="Mozart" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Greci 23 B, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/24/ab248ee16a51a6eb816483386a5262850b6ea038.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.21" OriginalAmount="121" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89656067" Longitude="12.44177951" StarRating="3" HotelCode="546802|396410" HotelName="Vatican's Beauty" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gregorio VII 224, 00165 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/09/e80991790ee767c9c243f70927a014ea676d7c5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.21" OriginalAmount="121" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.88122568" Longitude="12.46724007" StarRating="0" HotelCode="769768|396935" HotelName="Lighthouse Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Ippolito Nievo 5, 00153 Roma, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/38/5e38fb1d885e84314df52f3b1190bbba8732950a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.21" OriginalAmount="121" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907329072865" Longitude="12.462236487195" StarRating="2" HotelCode="258916|1410" HotelName="The Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Bar,Central Heating,Designated Smoking Area,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cola di Rienzo 243, 00192 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/4d/264dfcd12e23951448f3684ccaa1191335fc449c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Rome, in a popular quarter of the city, close to St. Pe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.880117949802" Longitude="12.466218173504" StarRating="4" HotelCode="117704|864805" HotelName="Trilussa Palace Hotel Wellness &amp; SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Ippolito Nievo 25-27, 00153 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/18/e718e8af9b362caea8f89a9e182ae6421873291f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90317107" Longitude="12.48560849" StarRating="4" HotelCode="419822|rome_kings_relais" HotelName="Rome King Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Airport Transfer (on Demand),Massage Centre,Pets allowed,Printer,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Crispi 10, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/b1/2bb12e6f9ae53bbe4a8fc35be73e866ddb67352b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel was constructed in 1870. Hotel underwent renovation in 2014. Hotel has an annexing building. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.29" OriginalAmount="121.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89925053607" Longitude="12.491282075644" StarRating="3" HotelCode="12815|91648" HotelName="Hotel Giolli Nazionale" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 69, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3d/bf/3dbf2a42f409508858729a9c81af82544e73b7d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of the eternal city, the hotel enjoys a superb prime location on the prestigio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.42" OriginalAmount="121.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906684371535" Longitude="12.501888160863" StarRating="4" HotelCode="70654|238416" HotelName="Best Western Hotel Artdeco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 19, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3f/6c/3f6c42ab58fe175368542ef80419580f57a5f592.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the historic centre of Rome, a few steps from the famous gateway of Porta P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.85" OriginalAmount="121.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.926486909292" Longitude="12.481954693794" StarRating="4.5" HotelCode="58345|229366" HotelName="Grand Hotel Ritz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Domenico Chelini, 41, 00197 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/37/1237be61a82b8a3d02708bb6da56751adea7ee44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Parioli district close to the Gardens of the Villa Borghese. An underg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8925793" Longitude="12.47505411" StarRating="2" HotelCode="428713|58433" HotelName="Arenula Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Villa" CnxPolicy="Non Refundable" HotelFacility="Bar,Concierge,Internet,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Via Arenula 41, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/cc/d2ccf3be5d8cf08e76ac174b9a7768f5e3495803.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Arenula Suites, you'll be centrally located in Rome...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.895714767871" Longitude="12.502299648931" StarRating="1" HotelCode="447571|232514" HotelName="B&amp;B Domus Domas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Alberto 53, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/be/a0be338511edecc9d4a4c6d6c2d047c71d81cf99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905846518028" Longitude="12.500876789987" StarRating="3" HotelCode="387682|12622" HotelName="Hotel Camelia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Goito 36, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/e8/12e8f6b61c98d4039255f901f24d28e04c1570e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is situated in the centre of Rome, just 5 minutes from Termini railway station a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.931012856516" Longitude="12.527562820383" StarRating="0" HotelCode="386130|233854" HotelName="Next Door Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana 316, 00141 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/bf/c1bfe3f7c17c2b4e0beb47c6ccdfb0b3219b2882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.92556343" Longitude="12.48781505" StarRating="0" HotelCode="577537|233927" HotelName="Parioli Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale dei Parioli 61A, Villa Borghese Parioli, 00197 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/17/10170332ea41fda588709666c9506f7a4623440a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.87131477" Longitude="12.47923949" StarRating="0" HotelCode="743055|283727" HotelName="Smoorooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via del Gazometro 28, Eur &amp; Garbatella, 00154 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/82/3882d04c11dfc0e850b366c20ca66c8d34a78908.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.909095" Longitude="12.492131" StarRating="4" HotelCode="136336|villa_pinciana" HotelName="Hotel Villa Pinciana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Garden,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Abruzzi 9/11, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/00/4f/004f98c21a30a30af091565187cf6b7b78a93b6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most exclusive zones of Rome, the Via Veneto. It lies near the c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8988216" Longitude="12.491733" StarRating="4" HotelCode="255841|dei_borgia" HotelName="iH Hotels Roma dei Borgia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palermo 20, 00184 Rome (RM)</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/df/7bdf147a0e3a4edb4b6e35c2edf77f223267f40e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.24" OriginalAmount="122.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907453011502" Longitude="12.453092550926" StarRating="3" HotelCode="143221|1740128" HotelName="Hotel Museum" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tunisi 8, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/ac/91ac3a825d96df68240d1b6efb02e0db403646ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.33" OriginalAmount="122.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.897374" Longitude="12.4967" StarRating="3" HotelCode="50843|398455" HotelName="Verona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Santa Maggiore 154, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/a3/2aa37f7f21d135d2fa66bca8c4db579b9a81ceec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located and guests will find the nearest restaurants just some 10 m away. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="123.47" OriginalAmount="122.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900126607612" Longitude="12.49725991898" StarRating="4" HotelCode="18825|CAF476400" HotelName="Best Western Plus Hotel Universo" Meals="HALF BOARD,BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 5/B, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9e/55/9e559ca455ffbff95211624e0ccbf9114c1cd006.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is quietly situated yet lies right at the heart of the city. Stazione Termini main train ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.57" OriginalAmount="122.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.92940510576" Longitude="12.492664055527" StarRating="4" HotelCode="154715|1440418" HotelName="Villa Duse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Morelli Alamanno 1, 00197 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/25/7125f6504c8ccde6ebc75de890fa3dacbc188e00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="123.60" OriginalAmount="122.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.908042289099" Longitude="12.49203751157" StarRating="4" HotelCode="935391|69493457" HotelName="Boutique Hotel Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Toscana 1, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/cd/dbcda92ee26d258829fe745be583a6dd9273c3b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Rome, this boutique hotel is ideal for guests who appreciate a stylish ambie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90599593" Longitude="12.47343623" StarRating="0" HotelCode="581972|232396" HotelName="Ara Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere dei Mellini 10, 00193 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/d9/cdd92ee03d28a015ca9f94bdaadea6c6413cad5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.909916530959" Longitude="12.493410408497" StarRating="4" HotelCode="38411|35777" HotelName="Clarion Collection Hotel Principessa Isabella" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Sardegna 149/151, 00187 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/4e/f74e7cb3c7b5b85cbd86bec60ea04f37de8b603a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in centre of Rome on the elegant Via Sardegna, only 10 minutes from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90550096" Longitude="12.50434717" StarRating="1" HotelCode="417926|56128" HotelName="Saint Martin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Concierge,Elevator,Housekeeping,Internet,Lounge,Luggage Storage,Pets allowed,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via S. Martino della Battaglia 11, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=11242909</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Saint Martin in Rome (Rome Historic Centre), you'll...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90307927" Longitude="12.47777411" StarRating="0" HotelCode="631040|478399" HotelName="Unicum Campo Marzio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Campo Marzio 46, 00128 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/27/2127c583d456a8fdd45643685cc40945bace7ed7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.911427132116" Longitude="12.539720451937" StarRating="2" HotelCode="191670|57076" HotelName="Suites Roma Tiburtina" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Delle Cave Di Pietralata 36, Roma, Roma 00157</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/eb/cfeb197ffe8e78794592b992a84166579520793a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900179" Longitude="12.499489" StarRating="4" HotelCode="888215|40743" HotelName="UNAHOTELS Decò Roma" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 57, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/34/433422ede7c848d4fc1abcf6ab8947932ca5199f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.32" OriginalAmount="123.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898843264567" Longitude="12.454488873482" StarRating="4" HotelCode="17913|15774" HotelName="Starhotels Michelangelo Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Stazione di San Pietro 14, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/20/7e206ab8ceb45617c00a77ef3e3dc6aa65e9f985.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located at the heart of the city of Rome and affords a direct view of St. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.81" OriginalAmount="123.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904389" Longitude="12.489789" StarRating="3" HotelCode="160631|644535" HotelName="Residenza Domiziano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Nicola da Tolentino 50, Roma 00187</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/c9/5bc9540a998d75ca354f37bd08b2057dc5b71aff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in a very silent street, in the heart of Rome, just opposite Via Veneto and next to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.04" OriginalAmount="123.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904992" Longitude="12.471993" StarRating="3" HotelCode="11781|79474" HotelName="Diplomatic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittoria Colonna 28, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/4c/ec4cb9e8d598bdfb2502a22b6857d61eb62331b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome's historical centre between the Piazza di Spagna and Vatican City. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.07" OriginalAmount="123.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904112" Longitude="12.499734" StarRating="3" HotelCode="12452|2207755" HotelName="Smooth Hotel Rome Repubblica" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 61, 00185 Roma, Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/d0/c2d026681944fe6c8f13fb8aec3274670ea8f2c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the Via Veneto and the main Termini railway station, just a few minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.24" OriginalAmount="124" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89708016732" Longitude="12.449035559025" StarRating="2.5" HotelCode="311182|232668" HotelName="Beside the Vatican" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 25/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via del Gelsomino 100, Int.11, 00165 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/92/8392b51bab8a243c134f04821be995892b40260d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring free Wi-Fi throughout, Beside the Vatican offers modern rooms in the centre of Rome. The V...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.24" OriginalAmount="124" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900057" Longitude="12.499222" StarRating="4" HotelCode="14625|23937" HotelName="Hotel Massimo d'Azeglio" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 18, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/79/ff/79ff8abb108189c2c2cb2fed7535de98d8d7162e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated above the famous, like-named restaurants at the heart of Rome's h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.24" OriginalAmount="124" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90474993" Longitude="12.48845244" StarRating="4" HotelCode="434382|178709" HotelName="Casa I Cappuccini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Veneto 21, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/63/c963537f9f4c78196d2d37fe431169d5f2d8c062.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.9009847" Longitude="12.4937637" StarRating="3" HotelCode="164294|hotel_cortina" HotelName="Cortina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 18, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/82/6282833abcfd93658a2140b58e91edfa69ccbae3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899029982148" Longitude="12.477699738588" StarRating="0" HotelCode="452148|pantheon_view" HotelName="Pantheon View B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via del Seminario 87, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/67/4767722a63f34bc9880b33e0cd4505ff70e21126.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.895366813802" Longitude="12.477476225589" StarRating="5" HotelCode="385181|pantheon_caesar_relais" HotelName="Pantheon Caesar Relais" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Largo Ginnasi 2, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/3b/d93b2b0e74d3226b15899b790a312df865a8d1b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.29" OriginalAmount="124.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907348" Longitude="12.501077" StarRating="3" HotelCode="11187|1919885" HotelName="The Guardian" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 13, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/67/2f679e91f0f28ade33c4fa48725aef86d054d464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.49" OriginalAmount="124.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.846324" Longitude="12.475155" StarRating="4" HotelCode="101739|394785" HotelName="Hotel Area Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via del Forte Ostiense 21, 00146 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/30/1a30ce885d53de019a420edc92b459caf6dfaad7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in Rome, surrounded by the business zones in the south of the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.25" OriginalAmount="125" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90493521" Longitude="12.48696019" StarRating="1" HotelCode="455144|183113" HotelName="Excellence Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Purificazione 38, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c9/38c9f536d6851e8e4c199407f99f9e5e683ac347.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.25" OriginalAmount="125" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89949" Longitude="12.473719" StarRating="3" HotelCode="191951|57304" HotelName="Navona Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corso del Rinascimento 69, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/be/3ebeacf645726c2aa97acaee81d8648924f7c4c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.29" OriginalAmount="125.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900675965876" Longitude="12.494566440582" StarRating="4" HotelCode="77812|863425" HotelName="Britannia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napoli 64, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/af/abaf9bc202060d157254298472753375a5cc6e1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.83" OriginalAmount="125.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.926571999542" Longitude="12.428093415072" StarRating="4" HotelCode="36922|123894" HotelName="Courtyard by Marriott Rome Central Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Moscati Giuseppe 7, 00168 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/e4/d4e439b9bee8484f600055f1f12c34852f33aa71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located near the Olympic Stadium and the Vatican, the hotel enjoys a unique view of St....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.10" OriginalAmount="125.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898851" Longitude="12.50185" StarRating="4" HotelCode="15292|351325" HotelName="Hotel Morgana" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippo Turati 33/37, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a4/d7/a4d7b6dbc98f6754b2e3e6dacbbbb09c49bdbf0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located at the heart of the historic city of Rome, between Santa Maria Maggiore...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.26" OriginalAmount="126" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90048733" Longitude="12.47899114" StarRating="3" HotelCode="547642|198870" HotelName="Colonna Suite Del Corso" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Colonna Antonina 41, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/f4/e4f49eee4760bee28eaec2e39b5a190c30cb28a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.26" OriginalAmount="126" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89609685" Longitude="12.49039707" StarRating="0" HotelCode="723651|283484" HotelName="Diapason Suite Colosseo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Cimarra 2, Rione Monti, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.26" OriginalAmount="126" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905591" Longitude="12.478493" StarRating="4" HotelCode="207343|57288" HotelName="San Carlo Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 112, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/38/073830b599c3030479089b542cc5fb26a67cede9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.26" OriginalAmount="126" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896339685624" Longitude="12.486047744751" StarRating="4" HotelCode="335581|37359" HotelName="Traiano" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via 4 Novembre 154, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/56/4f562dbb304becd88d15ff0a372aef253e61cada.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of ancient Rome, directly opposite the Forum Romanum. Ideally located, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.31" OriginalAmount="126.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.891946" Longitude="12.51435" StarRating="4" HotelCode="89607|748305" HotelName="Latinum" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Laundry,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Portamaggiore 11, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/6d/736ddafb14ff3c3cda48ca40aaa3f35b9200e859.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in an historical building in the heart of Rome, in front of the majestic walls ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.79" OriginalAmount="126.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896155" Longitude="12.475919" StarRating="3" HotelCode="75633|1873375" HotelName="Exe Hotel della Torre Argentina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vittorio Emanuele II 102, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/90/de90754064a42cae55728942a680b7c0dfc1f2fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the very heart of the ancient city. The hotel is situated 2 km from the cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.27" OriginalAmount="127" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.920444245559" Longitude="12.516646942258" StarRating="4" HotelCode="571462|231433" HotelName="Checkin Villa Angelina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana 333, 00162 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/86/65867f0386bc3a97d207b08aeddc2c5180f5704a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.46" OriginalAmount="127.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901812124392" Longitude="12.483672107969" StarRating="3" HotelCode="166967|15404" HotelName="Hotel Accademia" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Accademia di San Luca 74/75, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b9/9ab906a130f8a12ba6d1a52547698b013922c299.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing city hotel is located in the centre of Rome just a few metres from the Spanish Steps,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.60" OriginalAmount="127.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901843" Longitude="12.474306" StarRating="2.5" HotelCode="161130|548905" HotelName="Antica Dimora Dell'Orso" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Guesthouse,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo dell'Orso, 55, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/5c/755ccd50ef492181904f3100056dc2cf2e2edd1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is set in one of the most typical streets of Renaissance Rome. The city centre with it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.64" OriginalAmount="127.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900472" Longitude="12.493213" StarRating="3" HotelCode="117246|4760255" HotelName="Luxor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Agostino Depretis 104, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/4f/f44faa10bc62fb54504df8e26602843dfba1198e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.18" OriginalAmount="127.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.91985" Longitude="12.456756" StarRating="4" HotelCode="116820|1648338" HotelName="Clodio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Santa Lucia 10, 00195 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/d8/aed8dc162bb03637e21c69e08f7b1437c71569a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.24" OriginalAmount="127.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900009" Longitude="12.494361" StarRating="3" HotelCode="116915|2442405" HotelName="Dorica" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Viminale 14, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/d4/46d45d9916a25edc34141228ebdba0c7071d6c35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.28" OriginalAmount="128" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907865421015" Longitude="12.457309284996" StarRating="3" HotelCode="383816|58147" HotelName="San Peter Angels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Germanico 54, Città del Vaticano-Prati, 00192 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/0a/3d0a3ed990f01bc09c3ce7cbc1884f59a52f0cbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.28" OriginalAmount="128.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.96600602" Longitude="12.44119712" StarRating="0" HotelCode="716776|bb_casale_dellinsugherata" HotelName="Casale dell'Insugherata" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Cassia 783, 00189 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/64/0864f69ac52f744368aff4aaed344654ba18c1de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.39" OriginalAmount="128.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903720369758" Longitude="12.499238848686" StarRating="4" HotelCode="63017|368735" HotelName="Diocleziano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 71, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/55/69551223538bfec88a16c03e208c2841ed17fdb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical city business hotel commands a privileged central location in Rome, 300 m from Termi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.10" OriginalAmount="128.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896668111262" Longitude="12.490128725767" StarRating="3" HotelCode="63211|1428418" HotelName="Apollo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Serpenti 109, 00184 - Rome,Italien</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/c6/e0c67218d686a349c463577804b479d46b9103d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.27" OriginalAmount="128.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899340375022" Longitude="12.501199543476" StarRating="4" HotelCode="40044|351515" HotelName="Gioberti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gioberti 20, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/e9/c9e946570c86275a19f9380e1db2c5797bb499c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern comfort hotel is located between Santa Maria Maggiore and Termini, the main railway stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.885144573426" Longitude="12.471053120422" StarRating="3" HotelCode="395865|58161" HotelName="Dulcis Inn Fundo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale Trastevere 141, 00153 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/eb/2eebc56eaf0637b3a34196fedb403b0108f0b6ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.888209702141" Longitude="12.497280887732" StarRating="3" HotelCode="268032|371605" HotelName="Lancelot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Bar,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Pets allowed,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Capo D'Africa 47, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/1e/9a1e050639ba1614715f4b9743a68d935935b159.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Rome, Hotel Lancelot puts everything the city has to offer just outside y...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901259734814" Longitude="12.472415179542" StarRating="3" HotelCode="304077|57111" HotelName="Residenza Zanardelli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Zanardelli 7, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/28/4a28f8052f1476fb991c9bc9037e0de24f30b67e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.921154021298" Longitude="12.458989923519" StarRating="3" HotelCode="400353|200549" HotelName="Roma in una Stanza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale Angelico 90, 00195 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/63/9b632bdda3007a5c6954e16aa28f2308ab925c68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902695160898" Longitude="12.487888277376" StarRating="4" HotelCode="319187|93224" HotelName="Mood Suites Tritone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Rasella 152, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/3e/123e8d68bdebfb68d4d02158ff127d79937b5f67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="782181|371881" HotelName="Z-Arch Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Stazione Tuscolana 3, 00182 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/b9/acb96e23bcb8956a23ad24c86abd3fde1b32a67f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903451" Longitude="12.487623" StarRating="4" HotelCode="26711|hotel_stendhal" HotelName="Hotel Stendhal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Massage Centre,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via del Tritone 113, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/da/5edabf1bf15caa1d1bdfdc5d59afe6c55f8ad278.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Via del Tritone and is an island of charm and exclusiveness in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.75" OriginalAmount="129.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901493029182" Longitude="12.473692830689" StarRating="3" HotelCode="149954|1048938" HotelName="Imperium Suite Navona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo della Palomba 19, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/aa/e5aaa6e113b7485dbdaf80e7374c20941e25ebea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Rome, this boutique hotel has the perfect ambience for guests who appreciate a stylish am...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89371422" Longitude="12.48988629" StarRating="0" HotelCode="577526|233048" HotelName="Guest House Cavour 278" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 278, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/51/de5159d42ea9ca864cde9ad811d946bc6103beb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901447" Longitude="12.494071" StarRating="3" HotelCode="148145|233136" HotelName="Gea di Vulcano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 243, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/61/c861960e2d733fba84920089ee24e11f7263fa47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.910117137597" Longitude="12.490172982216" StarRating="4" HotelCode="258942|2881" HotelName="NH Collection Roma Vittorio Veneto" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corso d'Italia 1, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/92/bd929d14cc3423beca78aa5033ab4997ee5f12c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is quietly located close to the River Tiber, the Vatican and Castel Sant' Angelo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.91226778" Longitude="12.45534874" StarRating="3" HotelCode="485403|200367" HotelName="Prati Resort Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Costantino Morin 24, 00195 Rome, Rome, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/5a/fb5a10afa7759cea6ad76f2b950164e1c5a734eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.9103913" Longitude="12.52792546" StarRating="0" HotelCode="581604|233976" HotelName="Relais Tiburtina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Teodorico 22, 00162 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/d2/77d2d2c5165d5dbb0764b6b9588eeb4861137bb3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.909988" Longitude="12.522753" StarRating="3" HotelCode="255877|234026" HotelName="Roma Scout Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Conference Hall,Elevator,Internet,Lounge,Luggage Storage,Meeting Room,Pets allowed,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Largo dello Scautismo 1, 00162 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/fd/1ffd6ec676e1c4da983b18f5a83e62d2a8e80698.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Simplicity, sustainability and attention to all guests are what is always aiming for the Casa Fiore ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89911266" Longitude="12.46695787" StarRating="2" HotelCode="361349|hotel_900_liberty" HotelName="Hotel Atelier 800" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vittorio Emanuele II 294, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/0a/3f0a24a5bc679ed038f73d93197dbde4d6b36494.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="131.65" OriginalAmount="130.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903177" Longitude="12.501518" StarRating="4" HotelCode="17003|CAF476300" HotelName="Best Western Premier Hotel Royal Santina" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 22, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/6a/1b6aa9ae7c72b95eed6e0aea853fc74afa41b7ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated, deluxe hotel is centrally located near to the main railway station. Copious shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.80" OriginalAmount="130.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90074" Longitude="12.496738" StarRating="3" HotelCode="36261|2322405" HotelName="Dharma Style Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via del Viminale 8, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2a/ea/2aea5229690b432b00f897f3c523a5c3568506cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Rome, this hotel is approximately 9.999 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.04" OriginalAmount="130.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.909077" Longitude="12.468961" StarRating="4" HotelCode="136366|644525" HotelName="Hotel Twenty One" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Cola Di Rienzo 23, 00192 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/fb/89fb7369843601d36005bcb3555ace1f06a5bb2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Via Cola di Rienzo, the hotel is situated in the elegant Prati district, home to the Vati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.04" OriginalAmount="130.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.894130751104" Longitude="12.470722307555" StarRating="4" HotelCode="168396|1110878" HotelName="Hotel Residenza in Farnese" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Mascherone 59, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/19/9b19ac645f18b60dd5379e7b45ad0bca10ee517a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 300 m from the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.21" OriginalAmount="130.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904640284872" Longitude="12.479168915344" StarRating="3" HotelCode="78518|864815" HotelName="Condotti 29" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Condotti 29, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/64/15644123d6b02712258f52dd19109ca3bcb4264e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.31" OriginalAmount="131" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="3" HotelCode="191965|178975" HotelName="Basilio 55 Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Basilio 55, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/6b/d06b0000f3becc14fa39af82ec0f7b2b4e01a742.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a safe and a transfer service, for a c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.31" OriginalAmount="131" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="4" HotelCode="947117|283430" HotelName="Canova Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via del Babuino 55, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/b1/bcb19a2cc5df49b8beb16824b4c82c39597f2852.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.31" OriginalAmount="131" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899899313359" Longitude="12.49287860734" StarRating="2" HotelCode="572693|232748" HotelName="Dem Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Venezia 15, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/25/0025ce3c30d168f81907fc7640f6906cbe2aab5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.31" OriginalAmount="131" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90143618" Longitude="12.47500841" StarRating="2" HotelCode="396755|58173" HotelName="Dulcis Inn Pantheon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Scrofa 41, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/c8/98c8b9c92787a2c9616fd642c5977c208f3bc5e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.31" OriginalAmount="131" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90567633" Longitude="12.47205315" StarRating="0" HotelCode="579488|233056" HotelName="Guesthouse Borromeo Roma" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Muzio Clementi 18, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/31/c931c6b0a12b70d79b529ded0d61532511e037a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.31" OriginalAmount="131" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90575623" Longitude="12.48352199" StarRating="0" HotelCode="547544|198985" HotelName="Ingrami Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Trinità dei Monti 16, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/28/5128bf7385790d6c24cbc00e8da2273c430238f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a safe, a bar and a transfer service. Wireless internet access is available to gues...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.31" OriginalAmount="131" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903634663033" Longitude="12.446406055826" StarRating="2" HotelCode="320247|57974" HotelName="Relais Clivo Vaticano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Clivo delle Mura Vaticane 44, 00136 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/16/a3161c745a26aee62661de401e966e3eea9b57cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.31" OriginalAmount="131.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89568146" Longitude="12.50182706" StarRating="0" HotelCode="566320|san_vito_suites" HotelName="San Vito Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Vito 17, Central Station, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/04/9d041b870efbb109be51adb1115ca6ae72c88cc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89967" Longitude="12.492989" StarRating="2" HotelCode="192112|54814" HotelName="Italia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Venezia 18, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/52/b452c0f390addc89a9e9f3a67fce69352c8169af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90032602" Longitude="12.47653091" StarRating="0" HotelCode="975940|396122" HotelName="Charme &amp; Chic Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Maddalena 13, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/2a/302a4dfec6da648f44ccc1a6dccbb3e205fa2b3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90753928" Longitude="12.45876138" StarRating="0" HotelCode="723520|493388" HotelName="Vatican Town" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 26/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Catone 34, Scala A Piano 2, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/3e/5e3e6986605a8d33669daf833cf10e2230d4846b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;B&amp;B Vatican Town is conveniently located in the popular Vatican area. Both business travelers and to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901173094514" Longitude="12.484616432154" StarRating="4" HotelCode="200340|trevi_palace_luxury_apartments" HotelName="Trevi Palace Luxury Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Kitchen,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Lavatore 30, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/31/e831d96df27b9f641d9216360b458b98ca1e87d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907156" Longitude="12.487816" StarRating="4" HotelCode="192006|31055" HotelName="Berg Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurora 29, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/92/4992311f6e29c26101f5a6663f26d1ce90d81fa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902539557549" Longitude="12.48734459281" StarRating="3" HotelCode="11626|6216" HotelName="De Petris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Rasella, 142, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/b6/3cb6839a0ff9b7fd5e3bff39f04725066ec2eaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is ideally situated in a quiet location at the heart of Rome, not far from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907335560872" Longitude="12.462234287711" StarRating="2" HotelCode="95141|55908" HotelName="Hotel Florida" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Cola di Rienzo 243, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/57/785787159f04971dc501613f94ec061fb1ae41e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90433703" Longitude="12.48505192" StarRating="0" HotelCode="574877|233042" HotelName="Gregoriana5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregoriana 5/a, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/d6/9bd66956b6d856fadaa07a0c48eae7a6cd9a2dd2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A transfer service, room service and a fireplace are available to guests of the hotel. Wireless inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.908985930076" Longitude="12.469822338029" StarRating="3" HotelCode="263930|233428" HotelName="Le Stanze Di Federica" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 27/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Cola di Rienzo 28, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/23/b02314af5303228a67d87383c668b7c37920db39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="981382|495203" HotelName="Naman Hotellerie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Margutta 60, Spagna, 00187 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/21/8f210c03b8f2751f5a2c438fe0d6d582ea125f65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896248722299" Longitude="12.499092489988" StarRating="2" HotelCode="371824|8657" HotelName="Hotel Santa Prassede" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Prassede 25, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/53/98531fd4fae42046c622e58eec3d9fa4d61d5af9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy city hotel is located in Santa Maria Maggiore in the centre of Rome. San Pietro in Vincoli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907395" Longitude="12.478139" StarRating="3" HotelCode="191980|199855" HotelName="Vivaldi Luxury Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Greci 23 b, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/2b/122b8d897eac66450d0379c63c302c950cfe3085.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.869130451307" Longitude="12.493721844691" StarRating="2" HotelCode="398573|atticoromantica" HotelName="Atticoromantica" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Capitan Bavastro 136, 00154 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/f6/a0f6e3f5de5a5941d0fc7e669526e248cda24814.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.84" OriginalAmount="133.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.926502" Longitude="12.425753" StarRating="3" HotelCode="89622|398375" HotelName="Sisto V" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Lardaria 10, 00168 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/b5/f5b5dea22c450c1f2b43f5a4afdf5a0ed3c78acf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Gemelli Hospital and Gemelli underground station, which grants guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.91" OriginalAmount="133.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903068" Longitude="12.486089" StarRating="4" HotelCode="95123|312195" HotelName="Residenza Antica" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Tritone 82, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/ea/fcea416a02cf43021285d08be8b85566c8aa8328.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.34" OriginalAmount="134" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89753" Longitude="12.466089" StarRating="2.5" HotelCode="192097|57444" HotelName="B&amp;B Rome River Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Bresciani 23, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/18/ac18b267b27dc6b496441f07255dbfad4e7d0781.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.34" OriginalAmount="134" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.930308" Longitude="12.492691" StarRating="3" HotelCode="335566|3375" HotelName="Delle Muse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Tommaso Salvini 18, 00197 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/88/dd88886a318b8b211c393808de10a7a029018d72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the quiet residential district of Parioli and enjoys excellent transport li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.34" OriginalAmount="134" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89229161" Longitude="12.50115324" StarRating="0" HotelCode="572604|232946" HotelName="Domus Iuliae" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Angelo Poliziano 8, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3f/1c/3f1cd22f16d14b9d86e9de2801b6a5fb9dbab80c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.34" OriginalAmount="134" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90800113" Longitude="12.44509112" StarRating="0" HotelCode="954642|371778" HotelName="Le Vie Del Vaticano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Rizzo 83, 00136 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/da/72dad9d8076f83fbd7ba6c29edd3eafd2c51541a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.34" OriginalAmount="134" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89556153" Longitude="12.47789007" StarRating="0" HotelCode="863650|396963" HotelName="Navona Style" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Dell'Arco De' Ginnasi 6</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/7b/267bc9c7be4aa0691e9bc6f90e564ad2b37c66e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.34" OriginalAmount="134" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.909127" Longitude="12.463012" StarRating="2" HotelCode="89621|55323" HotelName="Hotel dei Quiriti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Germanico 198, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/4c/354c1ebfaa00b6dc83caf591efe0739d91740cb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.34" OriginalAmount="134" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89951654" Longitude="12.49821645" StarRating="4" HotelCode="582012|234044" HotelName="Roman Holidays Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 47, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/64/ca640e1e3b869ca09db0d9ce810d70df0daf63b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Rome. For guests who appreciate a stylish ambience, it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.88" OriginalAmount="134.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.888152241212" Longitude="12.515684813261" StarRating="3" HotelCode="50779|368825" HotelName="Domus Sessoriana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Croce In Gerusalemme 10, 00185 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/65/52652f2432c89d96fc0859c5e4ebcc64a04a2e22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic city hotel is located on Esquilin hill in the centre of Rome. Not one of the other hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.15" OriginalAmount="134.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907101983306" Longitude="12.501738667488" StarRating="2" HotelCode="98579|1051558" HotelName="Bolognese" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 15, Roma 00184</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/dc/83dc71e52d94028cc845f2d994117c7931db04e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89626581458" Longitude="12.490781843662" StarRating="3" HotelCode="366564|8558" HotelName="Antica Locanda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via del Boschetto 84, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/6e/986ebb5030b3329e96c546a696eb9d0dc01e12f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907624" Longitude="12.498577" StarRating="3" HotelCode="335589|56066" HotelName="Lilium Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via XX Settembre 58A, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/01/1c01d9e6d362d26c8a038b4e1dbef6ff34c39bc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89189029" Longitude="12.492895" StarRating="3" HotelCode="547567|200288" HotelName="Maison Imperiale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Monte Oppio 12, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/ce/75cea029a896f3285517e8e9aacf39bc77d81f4a.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="63" TotalAmount="136.35" OriginalAmount="135.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902285" Longitude="12.486883" StarRating="3" HotelCode="386924|residenza_ki" HotelName="Residenza Ki" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Rasella 53, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/58/03588b899eaf1cc97aa311927cefeb24e69c7f13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="136.91" OriginalAmount="135.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.874857721046" Longitude="12.432888908737" StarRating="4" HotelCode="310855|CBD377400" HotelName="A.Roma Lifestyle Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Zoega 59, 00164 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e0/cc/e0cc3e1c9d2c95bc744ba1b4fdcefc8c16cfd6c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome (ROM).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896833" Longitude="12.450771" StarRating="3" HotelCode="904050|25002" HotelName="Gravina San Pietro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Cava Aurelia 17, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/5d/835d31e418bb5581f39e1673e24e65f839d52b6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a superior hotel located in the historic and commercial centre of Rome, five minutes from St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905487" Longitude="12.483932" StarRating="3" HotelCode="191993|57223" HotelName="Gregoriana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregoriana 18, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/98/a0980cd934e53c9e7dfc92a03bab657a57d7c47b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.919656738375" Longitude="12.482615419607" StarRating="3" HotelCode="336771|56623" HotelName="Hotel Villa Linnaeus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Carl Linnaeus 1/A, 00197 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/4d/b54d95cdc620a3ab93fb991a63459d848a1e0b80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899205" Longitude="12.471297" StarRating="2.5" HotelCode="304069|58020" HotelName="Locanda Navona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via di Tor Millina 35, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/72/617243837077a4e5ff24137c0cebb94feee5f76e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.894935734663" Longitude="12.491037522157" StarRating="1.5" HotelCode="211171|santa_sofia_hotel" HotelName="Casa Santa Sofia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Madonna dei Monti 3, Roma 00184</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/53/c2/53c2a4c4561fec054187c92c93be5d89f9eec450.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.9075296" Longitude="12.46651844" StarRating="0" HotelCode="773591|le_stanze_di_elisa" HotelName="Le Stanze Di Elisa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Plinio 22, 00193 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/f0/cff07a0bda321431523c82f540a87cd5c1163245.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89992753" Longitude="12.49302282" StarRating="0" HotelCode="583061|domus_alberti" HotelName="Domus Alberti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Venezia 15, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/de/cade346b7f01a2fda09b074edd04403b49880d6e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.46" OriginalAmount="136.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896003952146" Longitude="12.490802812286" StarRating="3" HotelCode="148456|1129538" HotelName="Grifo" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Boschetto 144, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/fe/14fee6843d17feb97d25c73e5e1b22969f5c12ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.81" OriginalAmount="136.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.890112" Longitude="12.498098" StarRating="4" HotelCode="14754|184976" HotelName="Mercure Roma Centro Colosseo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Labicana 144, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/9b/6f9b40ec351f8a518aaa94716e00600b2e2b19d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome, 200 m from the Colosseum and from the metro station, not...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.21" OriginalAmount="136.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906597" Longitude="12.46491" StarRating="3" HotelCode="76605|1437668" HotelName="Arcangelo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Boezio 15, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/7d/c17d64b337358866ad649286a86b7d124dcc6db7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="726551|489188" HotelName="B&amp;B San Saba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Di San Saba 22</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/a8/7fa8e7c5a0eedee7044235dce9139e3097711e18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899591" Longitude="12.470624" StarRating="5" HotelCode="904056|47695" HotelName="Navona Palace Luxury Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Golf,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Pace 36/36A, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/f6/38f6c6e6e3289caec8d88723d4803ec6a0846c72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is only 100 metres from Piazza Navona and Chiostro del Bramante, in the very heart of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.39" OriginalAmount="137.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.897224" Longitude="12.48682" StarRating="3" HotelCode="66776|556955" HotelName="Hiberia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via XXIV Maggio 8, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/40/0440411f50fdd1666509ab02d4348f65dc1c8296.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quiet and comfortable, the hotel is ideally situated in the most enchanting area of ancient Rome bet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="138.64" OriginalAmount="137.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.889007" Longitude="12.505016" StarRating="4" HotelCode="66771|2652111" HotelName="Eurostars Saint John" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Matteo Boiardo 30, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/f4/78f4f27ccb5cfd59770b6f90895bf9d8537d78fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Rome. It is situated in a remarkably good location with t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.05" OriginalAmount="137.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.869177" Longitude="12.536718" StarRating="2" HotelCode="143956|1650168" HotelName="Arco di Travertino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Valgia Sivilla 71, Via Collepardo 10, 00179 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/5d/0f5d55aa7bc0a88ba9320fc9bf69f9262bda4213.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.917764670731" Longitude="12.514570355415" StarRating="3" HotelCode="65940|55148" HotelName="Hotel Villa del Parco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana 110, 00161 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/56/b356d0147de1bb68e791762953ea5b6476e8891d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89733775" Longitude="12.48200042" StarRating="2" HotelCode="383826|60417" HotelName="Via Del Corso Home" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 277, 00186 Rome, Latium, Italia</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/93/4293fdd10739d67c0db23d7482f03b926efa7579.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="139.60" OriginalAmount="138.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90187" Longitude="12.482012" StarRating="3" HotelCode="18733|1602656" HotelName="Tritone" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Tritone 210, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/89/70/897075df8dabd053f188fcef9869b1d20975e850.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the street from which it takes its name, in the heart of the capital, 100 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.68" OriginalAmount="138.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902656342148" Longitude="12.489207386971" StarRating="4" HotelCode="32616|277005" HotelName="Barberini" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Rasella 3, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/e8/a0e87d79141f550d922e20e55ec73e40026f893e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies in the historical centre of Rome and is situated opposite Barberini Palace ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.39" OriginalAmount="139" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="3" HotelCode="743469|321379" HotelName="Avignonesi Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Avignonesi 5, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/12/67122c9b6d67b027e62dbb745fe35d860b6c33b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.39" OriginalAmount="139" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907787878835" Longitude="12.488173902495" StarRating="2.5" HotelCode="316819|58115" HotelName="DG Prestige Room" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lombardia 30, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/e9/cfe94bda688722dcb223586d0986102b494c2d42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 6 rooms. Most of the storeys can be reached by lift. Services and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.39" OriginalAmount="139" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899244546802" Longitude="12.491245865822" StarRating="3" HotelCode="178396|178209" HotelName="Hotel Boutique Nazionale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale, 66, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/03/45038f286696ab1713c66c771e72c3fe751a5a3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.39" OriginalAmount="139" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.897497" Longitude="12.478022" StarRating="3.5" HotelCode="901764|47699" HotelName="Pantheon Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Caterina da Siena 57, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/fb/c1fbeab601e787e9cbfc1a55d4c9b540dc689558.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel's location is perfect for tourists that visit the city, because of its proximity to Piazza...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.39" OriginalAmount="139" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898574" Longitude="12.490469" StarRating="4" HotelCode="213781|34200" HotelName="Rome Times" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Milano 42, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/c9/8fc9a4ebe200c13777902bef3535d1a88e7316e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Rome, this urban hotel has the perfect ambience for guests who appreciate a stylish ambie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.39" OriginalAmount="139" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90025877" Longitude="12.47259327" StarRating="0" HotelCode="572587|234101" HotelName="Rome Visits" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Tor Sanguigna 13, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/14/a614a099dbc82bd4dd2a47166625217e0f55067a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907518493287" Longitude="12.458819854002" StarRating="3" HotelCode="192050|excel_rome_st_peter" HotelName="Infinity St. Peter" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Catone 34, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/a0/25a00946d32ac18c2d4c13509d9a3d2ae7ec3fae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.45" OriginalAmount="139.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899272042011" Longitude="12.500662368398" StarRating="3" HotelCode="63212|2214555" HotelName="Hotel Tex" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 97, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/1f/f51f337cd394175ba31867d530d0e5e84b422a6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.56" OriginalAmount="139.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902261" Longitude="12.48669" StarRating="3" HotelCode="89627|1650098" HotelName="Fellini" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Rasella 56, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/5f/285fec00391cd4f5a41830a7033185b0bc9b2a73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.69" OriginalAmount="139.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906581" Longitude="12.496249" StarRating="3" HotelCode="34581|398025" HotelName="Hotel Flavia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flavia 40, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/c5/39c5a4417d96feee2eecd3a9a21693ae9e77f68d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated in the centre of Rome, between the Via Veneto and the main train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.22" OriginalAmount="139.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903793" Longitude="12.48494" StarRating="3" HotelCode="78514|645305" HotelName="Hotel Concordia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Capo Le Case 14, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/6c/906c92149fabb1e52358e0bc7e1c5eecf3e5a0a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.40" OriginalAmount="140" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907391924281" Longitude="12.463306899046" StarRating="0" HotelCode="404591|232652" HotelName="Bed And Best" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Cola di Rienzo 190, 00192 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/87/ad87c20639fcb1d5524f45c32dff9bd540a272c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.40" OriginalAmount="140" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90405153" Longitude="12.48090225" StarRating="3" HotelCode="484997|198913" HotelName="Frattina Grand Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Frattina 48, 2 piano, interno 4, Spagna, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/ab/ebabc09249d93feace9990d3a3b3b3279f683a27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.40" OriginalAmount="140" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89490499" Longitude="12.47674698" StarRating="0" HotelCode="547621|199594" HotelName="Sun Suite Luxury Pantheon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Florida 24, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/second/cf/12/cf1256735a23e934d75667ff98970ef5d03bfef6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A transfer service and room service are available to guests of the accommodation. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.17" OriginalAmount="140.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.908054612158" Longitude="12.479228947705" StarRating="4" HotelCode="95121|1609168" HotelName="Residenza Canova Tadolini" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Babuino 151, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/ea/bceafe2260aa537aaa732f6c5869410e38612f4e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89868429" Longitude="12.49180074" StarRating="2" HotelCode="519668|396077" HotelName="Camere Corona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Via Palermo 49, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/38/423834af99b7c36c4f6236b2c80dce0113870a2e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89835833" Longitude="12.45625757" StarRating="1" HotelCode="440955|199613" HotelName="The Pope's Window" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Fornaci 44, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/76/17765ae4290295cf401a837e751b276d2d607cb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900909541675" Longitude="12.49340236187" StarRating="3" HotelCode="36260|hotel_miami" HotelName="Miami" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 230, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/da/97daf5c83629335e8619fa0025ce0359cd3dd859.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the busy Repubblica area of Rome, just 10 minutes' walk from the Colosseum,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904090478689" Longitude="12.485545526865" StarRating="4" HotelCode="165761|trevi_collection__guest_house" HotelName="Hotel Trevi Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Capo Le Case 60, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9d/3d/9d3dd196fdad990f582c2ec921624f73fb4f5787.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the 5th floor of a historical building, next to ancient monuments and palace...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90925735" Longitude="12.47501613" StarRating="3" HotelCode="440958|ripetta_central_suites" HotelName="Ripetta Central Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Angelo Brunetti 33, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/01/65018ebeaa56b581fed35b24442bbab3dd2931e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903084033278" Longitude="12.485472690807" StarRating="4" HotelCode="309819|spanish_art_hotel" HotelName="Rome Art Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Due Macelli 120, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/69/2b/692b8e4de15a76353d287c2107495440802fe2dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.45" OriginalAmount="141.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.897315973298" Longitude="12.468437701464" StarRating="3" HotelCode="168162|398295" HotelName="Rinascimento" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Pellegrino 122, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/142151/142151a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an enviable location. It is perfect for guests who wish to be near all the sights ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="143.03" OriginalAmount="141.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904884" Longitude="12.487774" StarRating="4" HotelCode="258343|1164959" HotelName="Imperiale" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Veneto 24, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/ba/26ba8ca61c2809e1f2d5ccc35e0e827e7c40fc83.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous Via Veneto, the location of the film "La Dolce Vita" from Federi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.36" OriginalAmount="141.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906812108787" Longitude="12.478077875378" StarRating="3" HotelCode="89613|1873355" HotelName="Hotel del Corso" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 79, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/da/3bdad00a05b6752c9a5af376ad65cba8a5533ea2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.894697001137" Longitude="12.450292490907" StarRating="3" HotelCode="385338|200065" HotelName="Demi's Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Housekeeping,Internet,LCD/Projector">
        <Address>
          <AddressLines>
            <AddressLine>Via della Cava Aurelia 96, 00165 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/7b/5a7b5770ba19c578038d5455addc50227c18b795.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Demi's Home in Rome (Vatican), you'll be minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89426349" Longitude="12.48968281" StarRating="0" HotelCode="413388|233308" HotelName="Imperial Suite (Monti)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Madonna dei Monti 91, 00198 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.897871615875" Longitude="12.474781082117" StarRating="2.5" HotelCode="901249|31059" HotelName="Hotel Navona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Sediari 8, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/1b/421baed71e8dc14ecef833b3fd6c7837bdf0da7a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898228" Longitude="12.467936" StarRating="3" HotelCode="191956|56513" HotelName="Navona Nice Room" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Sforza Cesarini, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/19/1919ff7afe2b7885f53562b6161b8321fc8c75bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903918998138" Longitude="12.500567186508" StarRating="4" HotelCode="189312|30477" HotelName="The Independent Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 48, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/52/7452219eb10a1864df8e31ab6133ea974d507bb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This central hotel is located just 150 m from the Roma Termini railway station and 2 km from the Col...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.85738729" Longitude="12.44720324" StarRating="0" HotelCode="713067|a_casa_di_silvana" HotelName="A Casa Di Silvana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Portuense 532, Gianicolense, 00149 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/e0/e7e0d1c79827a72dfb26db18b4f7e2bc01e4c39e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89258908" Longitude="12.47510244" StarRating="0" HotelCode="624568|xenia_guest_house" HotelName="Xenia Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Arenula 41, Navona, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/e4/50e4d762021e991727aa28b5a8a8e76eb6ac8245.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.48" OriginalAmount="142.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.909127" Longitude="12.463012" StarRating="2" HotelCode="89620|788665" HotelName="Giuggioli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Germanico 198, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/3b/ed3b9e11290dd18aa8d38e593c610680bdc01faf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on a quiet street in the Prati neighbourhood. A lot of restaurants, bars...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.59" OriginalAmount="142.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900492298835" Longitude="12.495204806328" StarRating="4" HotelCode="162002|247296" HotelName="iQ Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Firenze 8, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/f9/e1f95a90bea58fcdd4531a1bf4812679469eb236.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located in the centre of Rome, easily accessible by train or metro. Termini t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.61" OriginalAmount="142.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906801" Longitude="12.468981" StarRating="4" HotelCode="64774|247506" HotelName="Isa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cicerone 39, 00193 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/e9/7ee94f0ebf3da158fae1f4600da01956b23b69f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.12" OriginalAmount="142.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.890753196347" Longitude="12.499566078186" StarRating="3" HotelCode="12006|90848" HotelName="Hotel Edera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Angelo Poliziano 75, Colosseo, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/c8/a2c81302b321f15df44537876086aaae47736bfb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This wonderfully peaceful hotel is located near to the Colosseum and surrounded by copious high prof...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.43" OriginalAmount="143" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905048" Longitude="12.486819" StarRating="3" HotelCode="901028|177609" HotelName="Modigliani" 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>Via della Purificazione 42, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/94/76949e9e824d55629cd4a1ff92fbefb7d447b78e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.43" OriginalAmount="143" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90458902" Longitude="12.49194754" StarRating="4" HotelCode="764259|364943" HotelName="Triviho Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Barberini 50, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/02/5c02c25443ee30eb937413a45156e1a1de6df2fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.43" OriginalAmount="143.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90693369" Longitude="12.47972394" StarRating="2" HotelCode="439985|the_spanish_suite" HotelName="The Spanish Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittoria 24, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/53/7753e5088c32da2c30268715ec8020f6cb2c7953.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.54" OriginalAmount="143.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904082" Longitude="12.480542" StarRating="2" HotelCode="89618|2428775" HotelName="Residenza Frattina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Frattina 104, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a5/baa5b57a85b264b4b9bd62a39a9d041f590a179b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="145.17" OriginalAmount="143.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.892999" Longitude="12.508213" StarRating="1" HotelCode="34791|788705" HotelName="Family" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Bixio 72, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/28/e228ceea0201a0a2b5557970f7925d01e05e072a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive guesthouse is located right in the city centre and lies just a 20 km away from the a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.44" OriginalAmount="144" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904936" Longitude="12.498942" StarRating="2" HotelCode="191899|211081" HotelName="Aelius B&amp;B by Roma Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 7, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/7d/be7d07e9a3ff096d91ad9a3be0bf3287adc3d10e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a wide range of services and facilities to ensure a comfortable stay, making it the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.44" OriginalAmount="144" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89823037" Longitude="12.48904661" StarRating="2" HotelCode="355692|58710" HotelName="Salotto Monti" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Consulta 1b, Rione Monti, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/1f/e81f957fdd01b1e1504cc2465bf23cf1c0f3b180.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.44" OriginalAmount="144" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90376384" Longitude="12.47865901" StarRating="2" HotelCode="441504|58068" HotelName="Splendor Suite Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Lorenzo in Lucina 35, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/14/37148011f997c0fa9a50d325768b81c6775f93a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.44" OriginalAmount="144.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900591" Longitude="12.482579" StarRating="4" HotelCode="889338|boutique_hotel_trevi" HotelName="Boutique Hotel Trevi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Muratte 90/92, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/e2/92e270a424496200b391ece93febd032f9286e7e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is fabulously situated in the heart of Rome. The Trevi Fountain lies just a stone's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="145.60" OriginalAmount="144.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.918134" Longitude="12.484329" StarRating="4" HotelCode="143166|641925" HotelName="Aldrovandi Residence City Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ulisse Aldrovandi 11, 00197 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/94/04949e4c00df582d7f2417ac2d5d8099a9d8f698.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.06" OriginalAmount="144.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903147" Longitude="12.47536" StarRating="2" HotelCode="119288|793255" HotelName="939 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Clementino 94, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/b4/dfb43c240d1d3adfd9e1d8ff7e7bd15a0cb06a7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 16 rooms. The individual storeys can easi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="146.17" OriginalAmount="144.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907941" Longitude="12.499558" StarRating="4" HotelCode="97760|1241653" HotelName="Leon's Place Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via XX Settembre 90/94, 00187 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/25/fe/25fe51eff7dce40492d62985384183fa2a86ff45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8930541" Longitude="12.4753684" StarRating="2" HotelCode="909240|198869" HotelName="Claudia Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Arenula, 29, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/46/1846cee8ee847d046121d976c0cbc695ba5e7ab4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.893918953366" Longitude="12.502923045212" StarRating="1.5" HotelCode="385286|76110" HotelName="Dandi Domus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="guest house" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Buonarroti 39, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/f7/ecf7b96d1f02035f5a872df4678c32616291833e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900265" Longitude="12.498985" StarRating="4.5" HotelCode="31409|bettoja_hotel_mediterraneo" HotelName="Bettoja Hotel Mediterraneo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 15, 00184 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/41/23/4123c4d0a6e79cb5c9e6a50613c82da96e732970.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable, hotel lies at the heart of Rome on Esquilino Hill (the highest in the city) and of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901147319348" Longitude="12.466611462181" StarRating="3" HotelCode="383803|the_wesley_rome_2" HotelName="TheWesley Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="guest house" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Banco di Santo Spirito 3, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/2c/982c573b3501937c0d719b2d1927eeeb1b718146.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89723209" Longitude="12.48699247" StarRating="3" HotelCode="411200|hotel_giardino" HotelName="Quirinale Luxury Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via XXIV Maggio 51, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/4b/944bdc5cefbf820fbdd0406f115b67931cf0acef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89774168" Longitude="12.48707484" StarRating="3" HotelCode="359742|trevi_palace_hotel" HotelName="Trevi Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Ventiquattro Maggio 45, Via Mazzarino 2, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/d8/d3d8ee2943e4b57fd0615f8da3f560ae479736d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.92" OriginalAmount="145.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907320564323" Longitude="12.451698035002" StarRating="4" HotelCode="17869|223186" HotelName="Best Western Plus Hotel Spring House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mocenigo 7, 00192 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/28/2e285ab295021c50663cd64e4db92604295a8ca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906198" Longitude="12.479609" StarRating="3" HotelCode="191985|57225" HotelName="Piazza di Spagna Prestige" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Croce 33, 00183 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/ef/1defdc83f22bfc843bcc89554e58b0f9d5dfdfa7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90629556" Longitude="12.48033469" StarRating="0" HotelCode="579559|234184" HotelName="Spagna Secret Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Croce 20, Spagna, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/a3/f3a3a65b1e196ebb2391e8db16f922e61162b888.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a transfer service. Wireless internet access in public areas allows guests to stay ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.895389310189" Longitude="12.476220725078" StarRating="3" HotelCode="311197|200732" HotelName="Torre Argentina Relais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via di Torre Argentina 44, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/da/3b/da3bb9c99203dea5a6798a1fd2b84229da1adb35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90311752" Longitude="12.48621034" StarRating="4" HotelCode="483152|hotel_87_eightyseven" HotelName="Hotel 87 Eighty-seven" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via del Tritone 87, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/ed/42ed28e5e6356bfbdc90607110e69f56646b8eb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.897793291728" Longitude="12.495449192625" StarRating="4" HotelCode="310865|the_fifteen_keys_hotel" HotelName="The Fifteen Keys Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Urbana 6/7, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/99/0099b68f01e499a1a9e8dcccd58428a94fedabc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 15 rooms. Most storeys can be reached by lift. Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.69" OriginalAmount="146.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900892" Longitude="12.477918" StarRating="4" HotelCode="15089|560895" HotelName="Nazionale" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Montecitorio 131, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/04/590455c6e572503757ca158664a0a9a0ed2b2ba3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel offers a welcome retreat at the heart of the city along the pedestrianised...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.81" OriginalAmount="146.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904481" Longitude="12.485789" StarRating="3" HotelCode="89617|937895" HotelName="Cecil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Crispi 55, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/dd/ddddcc0eae7176b5e5a0268ae6b7ac98a7209baf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89701295" Longitude="12.5046812" StarRating="0" HotelCode="951492|233454" HotelName="LHP Suite Roma Termini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippo Turati 118, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/88/6288f09d5ec7515c7336f62bef4fa29ca8a87634.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89842559" Longitude="12.46805479" StarRating="0" HotelCode="540187|57751" HotelName="Navona Queen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vittorio Emanuele II 251, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/2e/722e0ba4798c1819e2308a009bd821fd48c811ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89778843" Longitude="12.47213466" StarRating="0" HotelCode="781816|396962" HotelName="Navona Rooms with Jacuzzi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pizza Pasquino 71, Terzo Piano Senza Ascensore, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/db/05db0781a9e80e3d13eced733c4297b9c2c0617d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.92154664" Longitude="12.45805156" StarRating="2" HotelCode="519660|61604" HotelName="Doro Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Circonvallazione Clodia 94, 00195 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/a2/72a218e63ca61c8868411ea429f7e4bdaa760c94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90785379" Longitude="12.4550302" StarRating="3" HotelCode="479576|199381" HotelName="Rest Guesthouse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Sebastiano Veniero 8, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/59/265914c2f9eccf03e18c396f64ddb45860fc7cec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas. There is also a garden.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.05" OriginalAmount="147.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.908415" Longitude="12.464112" StarRating="3" HotelCode="95118|89342" HotelName="Relais Dei Papi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Gracchi 161, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/6f/1e6f92d1551d0d28e0a8fea387586c54fda32f1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.40" OriginalAmount="147.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90415" Longitude="12.487528" StarRating="4" HotelCode="26029|748415" HotelName="Albergo Ottocento" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Cappuccini 19, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/56/de56c4b85030e1da34343de2bf39a0455d04fb5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90223329" Longitude="12.48321895" StarRating="0" HotelCode="583437|233361" HotelName="La Foresteria Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via del Tritone 197, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/28/042830a7fb345dd27042cacd224f9eb34ca1e756.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.909175977613" Longitude="12.463147044182" StarRating="2" HotelCode="178392|40758" HotelName="Nautilus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Germanico 198, 00192 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/27/ef27f752575732db594fdf86a2708ccc7215fb27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.91515651" Longitude="12.45366682" StarRating="3" HotelCode="953087|200775" HotelName="Vaticano Julia Luxury Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Giuliana 113, 00195 Roma, Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/d9/4fd9b1c7bc43cad468b16abdd6b8c38b2ca4ec6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.04" OriginalAmount="148.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902772" Longitude="12.486518" StarRating="4" HotelCode="25713|15674" HotelName="Memphis" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Avignonesi 36-36/A, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/98/37987f2c5bbdcedfe05b4a0ca561003d0d040865.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fashionable hotel enjoys a divinely picturesque, central location. The Trinita dei Monti, the F...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.49" OriginalAmount="149" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.891775" Longitude="12.505959" StarRating="1.5" HotelCode="191837|57046" HotelName="At Home Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Emanuele Filiberto 109, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/1e/9a1e050639ba1614715f4b9743a68d935935b159.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.49" OriginalAmount="149" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="763606|487727" HotelName="Luxury Guest House Fabio Dei Velapazza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giuseppe Mazzini 119, 00195 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/e4/91e484fece7be0b039b5d2de95b0c6c7a385c62c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.49" OriginalAmount="149" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896821291735" Longitude="12.451653985285" StarRating="3" HotelCode="304006|40767" HotelName="Fragrance St. Peter" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Monte del Gallo 36, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c0/f3/c0f3c9cd5cf2fed1f6d5b965319197ed45ed0634.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.49" OriginalAmount="149" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.895583071429" Longitude="12.494064071429" StarRating="4" HotelCode="178175|212482" HotelName="Monti Palace Hotel Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 185, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/2c/1b2ca7f0a156dfb7c205b7db1371cfb4b78d3c98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.81" OriginalAmount="149.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907017" Longitude="12.465608" StarRating="4" HotelCode="97928|282505" HotelName="NH Collection Roma Giustiniano" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Virgilio 1 E/F/G, 00193 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/ea/8feaa7b263a8b76f6cb0587bcbde55867d8edaf5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the heart of the well-known Prati district. The hotel is dedicated to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906723" Longitude="12.50044" StarRating="4" HotelCode="255881|40751" HotelName="Domus Australia" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cernaia 14/B, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8a/878a986311f48104289256cd5741a0da93cc5883.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907488026846" Longitude="12.47293817791" StarRating="3.5" HotelCode="936635|54772" HotelName="Luxury on the River" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere dei Mellini 34, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/aa/ffaa9b7be0df3b5a4adc02426082bff893e72994.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89869304" Longitude="12.46652486" StarRating="3" HotelCode="484094|200347" HotelName="Palazzo Medusa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo Sugarelli 23, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/c8/81c8c03e63cfe7587ebea50c4209b2a11fb7e4ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.50" OriginalAmount="150.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.88803758" Longitude="12.47758484" StarRating="0" HotelCode="359360|casa_di_santa_francesca_romana_a_ponte_rotto_" HotelName="Casa Di Santa Francesca Romana a Ponte Rotto" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Vascellari 61, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/85/818529ce00f3ef82a55d4e71936f0ec745c37827.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896479" Longitude="12.470511" StarRating="3" HotelCode="145021|56501" HotelName="Residenza Bollo Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo del Bollo 4, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/f1/6af1dbca674052a10eb2f5fceefb4c24430b381d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90194115" Longitude="12.50423672" StarRating="0" HotelCode="519766|232714" HotelName="B&amp;B Caroline Suite Rome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Milazzo 14, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/28/12284717864b4fac6f5d71b5907587a15e5ccf7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907467061357" Longitude="12.480947728836" StarRating="3" HotelCode="36266|55898" HotelName="Forte" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Margutta 61, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/e0/03e07573c5b3ea5741bb368f0bc24d30f73f17d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.88757644" Longitude="12.48452003" StarRating="0" HotelCode="485452|232794" HotelName="Circo Massimo Exclusive Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei cerchi 87, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/b2/2ab210927510dc13b20c6bf51cae581adb3d0f51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898369245673" Longitude="12.471709526371" StarRating="3" HotelCode="405557|199101" HotelName="Navona Theatre Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo dei Granari 3, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ce/b7ce39601c0e2e1c630b4bdc40052fc3baa08c65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896622" Longitude="12.472951" StarRating="0" HotelCode="742301|254749" HotelName="Little Queen Navona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via de' Baullari 4, Rom 00186</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/52/5952429096325a17130d9483dcaca93cd12f2b35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89835041" Longitude="12.49094042" StarRating="0" HotelCode="437979|233955" HotelName="Quality in Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Milano 49, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/0a/450ad15ee42f0463fc58987a800c8f0d9f3901a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.888669077938" Longitude="12.495718364418" StarRating="3.5" HotelCode="191770|40805" HotelName="Residence Maximus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Capo D’Africa 30, 00184 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/cc/b9cc65672c894e1e803a0aa6ec38cefb8185c2c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.51" OriginalAmount="151.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901696" Longitude="12.494872" StarRating="4" HotelCode="16374|hotel_quirinale" HotelName="Quirinale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 7, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/d0/9ad03ca5e79f38737ae6b87f27daf199af54c98f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located at the heart of the Eternal City on the shopping street Via Nazionale...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.51" OriginalAmount="151.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.85606538" Longitude="12.56326981" StarRating="0" HotelCode="637096|bnb_drive_in" HotelName="Bnb Drive In" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Tuscolana 1312, Appio Latino, 00174 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/57/d457393f3c9c7a4df18a9f03327f58593f7803d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.80" OriginalAmount="151.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.908790726788" Longitude="12.497310340404" StarRating="2" HotelCode="97854|1648948" HotelName="Ercoli" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Collina 48, 00187 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/af/0daf7b040760b92eae29b9bfa3c499305cdc7821.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89825279596" Longitude="12.489112342974" StarRating="2" HotelCode="355181|58205" HotelName="Five Rooms Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guest houses,Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Consulta 1/B, 3rd  Floor, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/d0/63d09273100b5a8ed6214cf1088fa08c8213cfd9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89620357" Longitude="12.47878872" StarRating="0" HotelCode="572974|232998" HotelName="G55 Design Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Gesù 55, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/59/30595f0a41d678befa1fb109f0557cd13f02df87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900316969311" Longitude="12.469406705522" StarRating="2" HotelCode="619343|57039" HotelName="Luxury Navona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Simone 73, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/14/4e14465f7307a8af7f58e26baa2b581b7aa823d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90991879" Longitude="12.49741379" StarRating="1" HotelCode="768824|371804" HotelName="Magica Luna Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Calabria 17, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/3f/963ff8678fc4d07366995e9f813e2c0be0c8e5e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90528526" Longitude="12.46110594" StarRating="3" HotelCode="441528|58522" HotelName="San Pietro Boutique Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Properzio 32, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/e7/bae7b6980b5d31158a7c51d479292ccd069fbd0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.910632124885" Longitude="12.465434968472" StarRating="3" HotelCode="410273|17659" HotelName="San Valentino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Ezio 55, 00192 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/8f/918f934bcb8b0c1ed2a3f3e9716452a458405319.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="154.23" OriginalAmount="152.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.889623060829" Longitude="12.46655613184" StarRating="4" HotelCode="99825|1217460" HotelName="Hotel Donna Camilla Savelli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Garibaldi 27, Trastevere, 00153 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/de/b3de279d928f4101eb28dd65b7fb137984704ced.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A small architectural jewel in the heart of Rome, this hotel complex is a former 17th century conven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89260712" Longitude="12.47751433" StarRating="0" HotelCode="969626|233443" HotelName="Lea Luxury Rooms" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via del Tempio, 4, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/48/8c48832ba94cf04b38d432b008e106d2348b71cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90685348" Longitude="12.48615529" StarRating="0" HotelCode="616932|242355" HotelName="Operà Suites Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel,Condos" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via di Porta Pinciana 4, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/98/6d/986df72a5640f90aa3d53115f3f2a372b112e61b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902716" Longitude="12.494597" StarRating="3" HotelCode="337349|31060" HotelName="Patria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Torino 36-37, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/e7/dae735ed275ca4e01d3696256bc53758f76e056f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located directly in the centre of Rome. The wonderful garden of the Villa ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.9041817" Longitude="12.4635125" StarRating="0" HotelCode="631741|363120" HotelName="Rome Vatican Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Delle Fosse Di Castello 6, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/80/3280e429c48ca92ebec0db9ca6f0009bd94d3cd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Position\nBed &amp; Breakfast Rome Vatican Inn is strategically located in the heart of the Eternal City...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8900075" Longitude="12.49848693" StarRating="2" HotelCode="491537|58082" HotelName="Tullia e Prisca Relais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Tommaso Grossi 6, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/29/d9295e18169deb99767fde25f1e6bed05e1e6f59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.916386909106" Longitude="12.469213086879" StarRating="3" HotelCode="154787|55578" HotelName="Villa Laetitia Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere delle Armi 22/23, 00195 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/91/6d91c697b098a1dac14bede5614926f41c640a47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.83" OriginalAmount="153.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.897246" Longitude="12.482817" StarRating="3.5" HotelCode="146917|1559278" HotelName="The Telegraph Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Mancino 11, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/e8/31e824c2253f83af2c8c1dad534a32e6bc27130f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.54" OriginalAmount="154" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.909468730412" Longitude="12.474720662906" StarRating="3" HotelCode="907178|176717" HotelName="Boutique Hotel Anahi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Penna 65, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/18/db18fce78f7ce78fc45205d0dbfb794e756fd678.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Rome, this boutique hotel is ideal for guests who appreciate a stylish...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.54" OriginalAmount="154" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89411466934" Longitude="12.47739268395" StarRating="3" HotelCode="164544|198997" HotelName="Kame Hall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Paganica 9, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/d7/5ed7c6b62a88a48a9fb18b2fd0a594793393aa68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.54" OriginalAmount="154" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89461634" Longitude="12.50599819" StarRating="0" HotelCode="519673|490286" HotelName="55 Rome Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Vittorio Emanuele Il 54A, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/5f/8a5f92b998595a26f90e1b8da7a6a8501a178d4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at 55romeINN, you'll be centrally located in Rome, ste...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.54" OriginalAmount="154" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90922666" Longitude="12.46627016" StarRating="3" HotelCode="547824|199356" HotelName="Residenza Cavour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Via Ezio 19, Città del Vaticano - Prati, 00192 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/d2/2cd20ba8b2b268d7b5458d0c26df531a269c924b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.54" OriginalAmount="154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90853096" Longitude="12.46426599" StarRating="0" HotelCode="440221|nobilcasa_suites" HotelName="Nobilcasa Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Gracchi 128, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/8e/4a8eadd1952fcfebeb6b2854c1a753c7030ce4f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.54" OriginalAmount="154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90713089" Longitude="12.46073076" StarRating="0" HotelCode="745139|la_suite_degli_angeli" HotelName="Chester Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Cola Di Rienzo 265, 00192 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/15/1e1560f35d6ee786d2a164a53ec93c896655b401.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="155.79" OriginalAmount="154.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907483251991" Longitude="12.470930814743" StarRating="4" HotelCode="19235|351445" HotelName="Hotel Le Méridien Visconti Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Federico Cesi 37, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/5f/0b5f829658da5fd897229c97e9ddf52110ae6ef9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the centre of Rome within walking distance of Piazza del Popolo (700 m), th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.29" OriginalAmount="154.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905400888865" Longitude="12.484953183522" StarRating="4" HotelCode="79853|2304025" HotelName="The Code Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina 79, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/b2/c2b2957547366cbb85ac07e2b0810c98ca2438a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Rome in Via Sistina, 100 m from the Spanish Steps. It is also ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.39" OriginalAmount="154.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896875" Longitude="12.484035" StarRating="4" HotelCode="47829|788585" HotelName="Cosmopolita" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Eufemia 5, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/55/bf55ecb85677dc87c3e2e291a1ad119d3671c595.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is housed in an elegant 19th-century nobility residence and situated only a stone's throw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.911415697918" Longitude="12.467621444616" StarRating="4" HotelCode="365850|55862" HotelName="Hotel Farnese" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alessandro Farnese 30, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/5a/585aea000bf86c1285446e9f3ae5b9b4cd4ae001.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Prati, one of Rome's most elegant districts. Guests are withi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903308788921" Longitude="12.479867216568" StarRating="3" HotelCode="268041|40773" HotelName="Infinity" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Vite 14, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/ff/aafff1da14d440d8cc445df2f83d617c0cc54a17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 23 rooms. A lobby and a reception are ava...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="764260|396934" HotelName="Lifestyle Veneto Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Piemonte 117, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/42/56427581aee062ec8835e1ae4a5b753374bb6bb2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89760295" Longitude="12.50375352" StarRating="2" HotelCode="479115|58084" HotelName="Meltin' Rome Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippo Turati 76, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/2a/052acbee95b2a962606596b0efa02d181c0bbd06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.909459" Longitude="12.468757" StarRating="4" HotelCode="258928|3765" HotelName="NH Collection Roma Centro" 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,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Gracchi 324, 00192 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/03/b203de9d2bdca7e79901df5ac2d46393cba335c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The well-equipped hotel is located in the centre of Rome in a peaceful neighbourhood. The Vatican is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89616" Longitude="12.49494" StarRating="2.5" HotelCode="191774|181640" HotelName="Chocolat Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 184, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/1a/9d1af5c66a16befdb20db57626dec95acd5b4b4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90429398" Longitude="12.4817523" StarRating="3" HotelCode="388170|199450" HotelName="Rome Frattina 27" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Frattina 27, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/c3/83c30c32283a7c3c4939dab009769007487eb383.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.55" OriginalAmount="155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90689608" Longitude="12.45892376" StarRating="0" HotelCode="949319|catone_vatican_suites" HotelName="Catone Vatican Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Catone 16, 00192 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/02/27/0227a067e88a1c5147e11f3a74e9de7677a4a76a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.55" OriginalAmount="155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901437178604" Longitude="12.47499900617" StarRating="2" HotelCode="397910|assunta_domus" HotelName="Assunta Domus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scrofa 39, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/44/a944f3c9e97cf3295f412a9faf8585f137f25b09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.43" OriginalAmount="155.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90064402382" Longitude="12.479021698236" StarRating="4" HotelCode="47615|351355" HotelName="Colonna Palace" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Montecitorio 12, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/4d/9e4ddced33311ef6e3a96940cb917d9c0d9bcec5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located on Piazza Montecitorio, in the city's historical centre, within walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90086398" Longitude="12.48181641" StarRating="3" HotelCode="549031|198786" HotelName="59 Steps Trevi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Crociferi 26, 00187 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e2/68e2c47578b1e67e7bc83ff95c4606a98cc9a630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900484" Longitude="12.471555" StarRating="2.5" HotelCode="295503|134726" HotelName="Antica Dimora De Michaelis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Coronari 14, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/2f/902f2ec53d8b2fdb987340c6bbabdf34b9c7ef18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90423304" Longitude="12.48667088" StarRating="0" HotelCode="438132|199552" HotelName="Sistina Twentythree Luxury Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina 23, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/41/b6/41b6956d691631bb0e112ffab20481cf256cf2b3.jpeg</HotelPictures>
        <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="16" TotalAmount="157.69" OriginalAmount="156.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899825503182" Longitude="12.498455643654" StarRating="4" HotelCode="12784|15554" HotelName="Hotel Genova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 25, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/57/4d/574d76628cdb279e1ae64f1ff9bdb33a98735618.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in Rome's city centre some 200 m from the railway terminus and is thu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.76" OriginalAmount="156.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904837" Longitude="12.489719" StarRating="3" HotelCode="95127|788955" HotelName="Cinquantatre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Basilio, 53, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c5/93/c5935066051cc4a6bdb6eb974b12bc19b4bf3bb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between Porta Pinciana, with its 3rd-Century, 19 km-long Aurelian Wall and Pia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.90" OriginalAmount="156.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.894023687892" Longitude="12.487640976906" StarRating="4" HotelCode="12606|555995" HotelName="Forum Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Tor de' Conti 25, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/46/f0468505ececc7201a7f770fe2fbdbad25484abe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated at the heart of Rome only 100 m from the Colosseum and the Forum Romanum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900546313271" Longitude="12.472411054227" StarRating="3" HotelCode="421384|57786" HotelName="Antica Dimora Delle Cinque Lune" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel,Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Bar,Elevator,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Zanardelli 23, Navona, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/99/349988bd544a8b421864338033fd7f5e38c5634b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Antica Dimora Delle Cinque Lune, you'll be centrally located in Rom...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89795677" Longitude="12.49705763" StarRating="3" HotelCode="361883|199260" HotelName="Princeps Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Dell'Esquilino 29, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/e5/40e56a89c532433aff9e7aa136982621304c3593.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Rome, this boutique hotel is ideal for guests who appreciate a stylish ambie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90058562" Longitude="12.48240051" StarRating="0" HotelCode="579568|234340" HotelName="Trevi Elite Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Muratte 87, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9246405</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a range of services and facilities, making it ideal for business travell...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.894659" Longitude="12.479451" StarRating="4" HotelCode="64853|hosianum_palace_hotel" HotelName="Hosianum Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Bar">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Polacchi 23, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/02/a902c9fad9d2aea9e73c801335402a83974f264d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A 3-minute walk from the Piazza Venezia and a tram station, this polished pension in a 16th-century ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.60" OriginalAmount="157.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899383" Longitude="12.481351" StarRating="3" HotelCode="150647|559265" HotelName="La Papessa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso, 241 / Angolo Vicolo Sciarra 61, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/d8/36d831fe624e5e086a6f7a3adb7f23fe2d3eae2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is right in the historical centre of Rome. There are typical restaurants, bars and pubs ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.58" OriginalAmount="158" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8991442" Longitude="12.46996457" StarRating="3" HotelCode="546886|211125" HotelName="Le Suite Del Barone" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corallo 25, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/e2/c8e280e1a3ce1272ad588c9f708a96a8a248d6d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.58" OriginalAmount="158" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89599229" Longitude="12.4718138" StarRating="2" HotelCode="418406|90139" HotelName="Campo de' Fiori 27 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Concierge,Dry Cleaning,Internet,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Campo De Fiori 27, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/16/9d16998155097de3e81b2424e3c17ca7b9aa0332.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;/b&amp;gt; &amp;lt;br /&amp;gt;With a stay at Mama’s Home Rome, you&amp;apos;...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.58" OriginalAmount="158" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89606049515" Longitude="12.499078502376" StarRating="3" HotelCode="563416|228996" HotelName="Relais Santa Maria Maggiore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via di Santa Prassede 8, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/e9/3ae903ace965f4c7a604ce1976b5920af5a8fd1c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This enchanting Hotel enjoys a perfect city center location with bedrooms that are simply breath tak...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902288034598" Longitude="12.501052869849" StarRating="5" HotelCode="375604|nh_collection_palazzo_cinquecento" HotelName="NH Collection Roma Palazzo Cinquecento" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Dei Cinquecento 90, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/99/1c994ba6855d28de9cdbff2a9b64069e26f1952c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89565175" Longitude="12.47631886" StarRating="0" HotelCode="573063|233252" HotelName="Hotel Pensione Barrett" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Largo Di Torre Argentina 47, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/8f/a98fef3b58f3cfbf2231f43f6768358353fce411.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a baggage storage service for a comfortable and relaxing stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898883" Longitude="12.465865" StarRating="3.5" HotelCode="191968|57305" HotelName="Relais Giulia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giulia 93, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/f8/8ef87eca6331fdd88d3299bea348b31bff6348ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 13 rooms. Services and facilities at the hotel in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="161.41" OriginalAmount="159.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90732328" Longitude="12.46641033" StarRating="4" HotelCode="480970|53899162" HotelName="Orazio Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Orazio 21, 00193 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/08/6408466a4c6ae14655f2b421246b0bf4a8799d70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.56" OriginalAmount="159.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899360339217" Longitude="12.477030158043" StarRating="3" HotelCode="76423|548325" HotelName="Albergo Abruzzi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Della Rotonda 69, Rome 00186, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/bf/c6bfe69534dc073fc55c0db1b22216b9322ab1f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located just in front the Pantheon, the fantastic mausoleum, and the splendid Giac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.60" OriginalAmount="160" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900686" Longitude="12.471541" StarRating="2" HotelCode="153792|56657" HotelName="Coronari Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Coronari 231-232, angolo Via dei Tre Archi, 00186  Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/cf/b5cf80fe5044005f7e97962274906a44f29e2d74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.60" OriginalAmount="160" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.894776937386" Longitude="12.477041731242" StarRating="3" HotelCode="385942|200276" HotelName="Little Queen Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Florida 20, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/9f/e29f6e450eebaa071ac8329ecd49b263ad152948.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.60" OriginalAmount="160" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.897796423795" Longitude="12.479072752181" StarRating="3" HotelCode="378602|200308" HotelName="Minerva Relais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Piè di Marmo 16, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/63/77633cef0302e4a170c53e56aa5c0850fd4518bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.60" OriginalAmount="160" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90911662" Longitude="12.45793879" StarRating="3" HotelCode="433475|200756" HotelName="Vatican Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Ottaviano 105, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/18/3f/183ff9a3b370304e2039cad78fe62f5f89434ca5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.60" OriginalAmount="160.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903740569154" Longitude="12.500433988886" StarRating="5" HotelCode="200336|palazzo_montemartini" HotelName="Palazzo Montemartini Rome, A Radisson Collection Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Giovanni Montemartini, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/6c/276c0aabed43dc1f33a33bea3bf07c005fa2116b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.61" OriginalAmount="161" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89445868" Longitude="12.4761485" StarRating="2" HotelCode="440226|58627" HotelName="Lh Royal Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Largo Arenula 26, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/6d/236d2ea11bebe601e26203eb58a20f83490f5014.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.61" OriginalAmount="161" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90561497" Longitude="12.48369537" StarRating="0" HotelCode="580168|233829" HotelName="My Spanish Steps" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregoriana 25, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/68/ea68a9018d86387e1bab3b613efbacca02fb3dfe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="162.79" OriginalAmount="161.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.888419025196" Longitude="12.49751418829" StarRating="4" HotelCode="23083|397335" HotelName="Hotel Capo d'Africa Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Capo D'Africa 54, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/31/3f31bce6b83987e52bd14ecc599df63f08a0a1d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a unique location at the heart of ancient, classical Rome directly behind the world-famous ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="163.09" OriginalAmount="161.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906765" Longitude="12.488836" StarRating="4" HotelCode="117174|1422538" HotelName="Hotel La Residenca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Emilia 22-24, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/7e/807e8b33ddbdb681ab234dc02459ecdffb919aca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="163.33" OriginalAmount="161.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.895871359837" Longitude="12.490459696032" StarRating="3" HotelCode="34936|397365" HotelName="Anfiteatro Flavio" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Serpenti 130, 00184 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/c3/17c3a9bc66f238176092732971a81f46eb9567c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, within easy walking distance of some of the most famo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90214867" Longitude="12.46170562" StarRating="3" HotelCode="428808|27034" HotelName="St Peter six" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Concialiazione 15, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/ca/f0ca37c83c4268f406088f2968cf5dd0623de6dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89411114" Longitude="12.47468352" StarRating="3" HotelCode="440296|199614" HotelName="The Spanish Suite Campo de Fiori" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Cairoli 9 A, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/df/8edf819c33cd3177375edef78cd2cb98951b1d28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.62" OriginalAmount="162.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906784049574" Longitude="12.49013157424" StarRating="5" HotelCode="11164|boscolo_palace_roma_autograph_collection" HotelName="Grand Hotel Palace" 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,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Veneto 70, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/59/a459ae02e0e3d1b54f7c569b1c469d5a3dbff93d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel lies directly by the exclusive Via Veneto, close to the Spanish steps. A rang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.63" OriginalAmount="163" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.91005636496" Longitude="12.496717054596" StarRating="1" HotelCode="915704|232901" HotelName="DAB Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Sicilia 235, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/28/6828858dbd1e539afcb83f5b475d722dedc8c34a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.63" OriginalAmount="163" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906202613203" Longitude="12.478366907708" StarRating="2" HotelCode="393592|90222" HotelName="Grand Master Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 97, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/c1/3ec1fd024d2e9d64db13e6f9f5f575ec12f06e06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.63" OriginalAmount="163" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906260589001" Longitude="12.48069383634" StarRating="2" HotelCode="151881|56465" HotelName="Mario de' Fiori 37 Rome Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mario dé Fiori 37/B, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/42/034222b6b5df6d0b801dc7e017b94f19cb4d83c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.63" OriginalAmount="163" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.91876641" Longitude="12.54690563" StarRating="0" HotelCode="572914|233831" HotelName="My Sweet Rome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Bernardino Lotti 3, 00175 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/0d/b80d3cb53f13fd81b60ec8129aed04530a5f340e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.63" OriginalAmount="163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896445" Longitude="12.501252" StarRating="0" HotelCode="130210|arthouse_guest_house" HotelName="Art House Bed and Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Alberto 8, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/c0/ddc0be218c54d678f63dee23640a92bd0aa63a8f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="164.74" OriginalAmount="163.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905078597804" Longitude="12.485052096702" StarRating="3" HotelCode="170648|2657605" HotelName="Suite Sistina for Lovers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina 54, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/79/ad790251100601be370a1d2a0e467a84bcafa040.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.49" OriginalAmount="163.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.893115" Longitude="12.471735" StarRating="4" HotelCode="16065|310355" HotelName="Ponte Sisto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Pettinari 64, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/62/59623a412232532cd4b6617ae0c76c4a405543a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet street in the centre of Rome, conveniently situated for the Trasteve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.64" OriginalAmount="164" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8969046" Longitude="12.4829666" StarRating="4" HotelCode="299633|254711" HotelName="Hotel Mancino 12" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Mancino 12, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/d6/bed6d7358a4e858dc4944e6ab33570d0e43dbc35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.64" OriginalAmount="164" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90983491" Longitude="12.49102071" StarRating="4" HotelCode="451215|123874" HotelName="The Tribune" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Campania 45, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/7c/da7cf87669a947803fe8d880178efa5923240915.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Rome. For guests who appreciate a stylish ambience, it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.65" OriginalAmount="165" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89897754991" Longitude="12.477704441649" StarRating="2.5" HotelCode="304071|57393" HotelName="Pantheon - Dimora degli Dei" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Seminario 87, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/c0/28c09e66db5618b4993fd3ff78c452b4af76dab2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.65" OriginalAmount="165" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.895536" Longitude="12.479363" StarRating="4" HotelCode="297130|57971" HotelName="iRooms Pantheon &amp; Navona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Del Gesù 47, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/35/b03502905e9fe9e1e3071e7894239cd14a6d4fc9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.65" OriginalAmount="165" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.894778" Longitude="12.472957" StarRating="3" HotelCode="191934|56321" HotelName="Town House Campo de Fiori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Giubbonari 43, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/47/96471755f0ae33512786a29bac161b7eaf52b82d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.65" OriginalAmount="165" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90701334" Longitude="12.46874714" StarRating="2" HotelCode="439982|58745" HotelName="Vaticano Royal Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Cicerone 44, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/d1/23d1ba66205198de896fb212fd286abf169e3a1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.66" OriginalAmount="165.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903406952585" Longitude="12.506070435047" StarRating="3" HotelCode="57877|788545" HotelName="Cambridge" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Jacuzzi,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 87, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/99/1499034136818197ea85e97f5b059b1121ba9957.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This quiet and clean hotel is centrally located close to Termini train station. From here guests are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.37" OriginalAmount="165.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.93793968076" Longitude="12.53149451891" StarRating="3" HotelCode="116612|548855" HotelName="Hotel Aniene" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Tirreno 74, 00141 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/32/1832874e15af760543c6ff8c3560329e7be8606e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the northern, green area of Rome and takes its name from nearby River Anien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.66" OriginalAmount="166" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.9083186" Longitude="12.47729521" StarRating="3" HotelCode="376484|180907" HotelName="Corso Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Babysitting,Bar,Concierge,Dry Cleaning,Housekeeping,Internet,Laundry,LCD/Projector,Library,Luggage Storage,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 504, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/b4/efb419b78e4b0a98df1f2cf4fce43322a400a2fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Corso Boutique Hotel places you in the heart of Rome, wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.66" OriginalAmount="166" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="975884|407031" HotelName="Hotel 55 Fiftyfive" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Vite 13, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/3d/1f3d868112d014176ff2b7a3ef6d248ff4a387ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.66" OriginalAmount="166" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898453" Longitude="12.468085" StarRating="4" HotelCode="98171|57106" HotelName="Inn Rome Rooms &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vittorio Emanuele II 251, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/06/df064bdb36b6989472ae6ba13eebec6af9b370d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guest house is located in the city centre, a few steps from Piazza Navona (300 m) and St. Peter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.66" OriginalAmount="166.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8974405" Longitude="12.4822903" StarRating="4" HotelCode="310863|domus_libera" HotelName="Domus Libera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo del Piombo 7, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/67/8467ad3cc1dfbc2e51defdd2529bf3acb4863da1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.34" OriginalAmount="166.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899641833695" Longitude="12.481133937836" StarRating="3" HotelCode="16565|748505" HotelName="Regno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 330, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/e9/76e9d1e5b875471c9169b0f98159f1ac96ed63df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="168.45" OriginalAmount="166.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.893101" Longitude="12.489544" StarRating="3" HotelCode="95132|4762332" HotelName="Hotel Fori Imperiali Cavalieri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Frangipane 34, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/9e/d59e266eba2e35765e440f850c8e430deef39ad6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.897854583354" Longitude="12.474449658895" StarRating="4" HotelCode="933877|palazzo_navona" HotelName="Palazzo Navona Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo della Sapienza 8, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a0/bc/a0bc97760e85aa44f40e1aa31ae14b14b1559b5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.68" OriginalAmount="168" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.894671576753" Longitude="12.474382817745" StarRating="3" HotelCode="387443|56331" HotelName="Hotel Smeraldo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo dei Chiodaroli 9, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/20/7a20d2c9f20c4ebfb2acfa40ef1d28153fa35a40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.68" OriginalAmount="168" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904545" Longitude="12.481819" StarRating="4" HotelCode="191999|40742" HotelName="Spagna Royal Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mario de' Fiori 3, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/62/246258b70bd1c014eaf3508eca1849fa4b2d6d40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.68" OriginalAmount="168" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.887961" Longitude="12.508156" StarRating="3.5" HotelCode="260864|57883" HotelName="Le Terrazze di San Giovanni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Emanuele Filiberto 150/B, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/66/7466bc6e5cda66daec2b66f48a24675acf8d37f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.69" OriginalAmount="169" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89487643" Longitude="12.47699486" StarRating="0" HotelCode="542770|233067" HotelName="History Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Florida 20, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/04/c804930c18f744763e59c4ea16808404ded6ad4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.69" OriginalAmount="169.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90084" Longitude="12.493602" StarRating="4" HotelCode="10346|artemide_hotel" HotelName="Artemide" 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,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 22, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/74/f974cda42d0b1415a336f66c0080e0bb01d17843.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous Via Nazionale and in the historical, social, business and politi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.36" OriginalAmount="169.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902877" Longitude="12.480508" StarRating="3" HotelCode="69858|996515" HotelName="Hotel San Silvestro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Gambero 3, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/21/9c214c3ab040092c9e07ef3efd0fd29dd0137080.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90257823" Longitude="12.5039404" StarRating="3" HotelCode="523307|200158" HotelName="Hotel Tito" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Marghera 29, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8999948</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.909798761594" Longitude="12.494287490845" StarRating="4" HotelCode="44762|437720" HotelName="The Regency" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Romagna 42, 00187 Roma, Italien</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/33/9033ec175ad54fcd33eafedfca2892071cc38a9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to Via Veneto and the Spanish Steps, this four star hotel has a modern exterior, with ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="172.30" OriginalAmount="170.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.909264" Longitude="12.477452" StarRating="4" HotelCode="19171|79484" HotelName="Hotel Valadier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Fontanella 15, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fe/8b/fe8bcb06838a8fbaf453048999128ce4b6fc1272.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally situated between the Spanish Steps and the Piazza del Popolo directly in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="172.32" OriginalAmount="170.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90337777" Longitude="12.48247099" StarRating="3" HotelCode="578083|33890632" HotelName="Tree Charme Spagna Boutique Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Mercede 37, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/f4/49f4ce209c2760082d21e7de6bb075cd98b18b4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Rome, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.71" OriginalAmount="171" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90838457" Longitude="12.47729868" StarRating="3" HotelCode="439925|75739" HotelName="504 Corso Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 504, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/e6/71e631870dc58c09af3f98ba975bb26c181abf72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.71" OriginalAmount="171" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90342081" Longitude="12.45941975" StarRating="2.5" HotelCode="519699|57851" HotelName="Borgo Pio Suites Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo del Farinone 30, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/84/4684d955a37173d3998da5600361ae82e1d21544.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.71" OriginalAmount="171" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90822565" Longitude="12.48822813" StarRating="3" HotelCode="483810|200376" HotelName="Relais Donna Lucrezia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Emilia 88, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/36/333632b50ee446da7bc4b66e58f3463627dc7bb2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a bar, a babysitting service, a childcare service, a ha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.71" OriginalAmount="171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.92164489" Longitude="12.50762504" StarRating="0" HotelCode="737760|da_alessia_per_dormire_al_coppede_" HotelName="Da Alessia Per Dormire Al Coppedé" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Taro 56, Nomentano, 00199 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/f8/c7f8d10c2db99bfe823e780b6282ab314f81299b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.72" OriginalAmount="172" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896064" Longitude="12.494779" StarRating="3" HotelCode="102075|233966" HotelName="Relais Forus Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 194, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/f7/15f72fc2a1658f070a448360c56072ca8a48df89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.81" OriginalAmount="172.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903570955454" Longitude="12.484877" StarRating="3" HotelCode="146022|1437848" HotelName="Hotel City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Due Macelli 97, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/66/fe66d77db5266e2982159de82204330b0f797d81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.55" OriginalAmount="172.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900346021298" Longitude="12.484156065047" StarRating="3" HotelCode="18726|335325" HotelName="Trevi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo del Babuccio 20/21, 00187 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ca/2e/ca2e6de424f857d2e68d8f993598e2d3162467d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city's historic and commercial centre, 500 m away from the underground ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.73" OriginalAmount="173" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.894672373773" Longitude="12.47534890634" StarRating="3" HotelCode="404035|199012" HotelName="La Maison di Sant' Anna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di Sant'Anna 11, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/40/67404451823bc8d6dbfd8bb32ba4ce13ba5e6ae2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.73" OriginalAmount="173" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901886" Longitude="12.472538" StarRating="4" HotelCode="191946|200386" HotelName="Relais Orso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dell'Orso 88, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/0d/e80d41bec9ddc1699c13503d8e4c0c795b321e0b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.11" OriginalAmount="173.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.897661" Longitude="12.476948" StarRating="3" HotelCode="116576|1110778" HotelName="Albergo Santa Chiara" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Chiara 21, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/6b/806b1c3ace89265ed904c9d1a803a6c6cb014d57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.74" OriginalAmount="174" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906193716268" Longitude="12.480844259262" StarRating="3" HotelCode="909275|55983" HotelName="Piazza di Spagna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mario de Fiori, 61, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/be/3fbe2fac82d62c56264a0d2af411aa78ddf566c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.74" OriginalAmount="174" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899298" Longitude="12.481229" StarRating="3" HotelCode="192012|56846" HotelName="I Tre Moschettieri Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo Sciarra 61, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/7f/b47fae28d4cc3460beb051d75b931309381dee0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.74" OriginalAmount="174" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.912307359087" Longitude="12.475597269389" StarRating="3" HotelCode="153518|233970" HotelName="Relais Piazza del Popolo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale Flaminio 9, 00196 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/9b/f29be78942eb13cdf806698e210e6fb28ffa6fa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.92" OriginalAmount="174.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904975368536" Longitude="12.479621905488" StarRating="3" HotelCode="60923|1483608" HotelName="La Lumière di Piazza di Spagna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Belsiana 72, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/cd/ddcdb6b2925bd54f0c859b566d2fc4b866959227.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.75" OriginalAmount="175" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896951" Longitude="12.486388" StarRating="4" HotelCode="335595|35778" HotelName="Comfort Hotel Bolivar" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via della Cordonata 6, 00187 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9f/19/9f19b561d04043c16c8c3cfe22157e27da19c4f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.75" OriginalAmount="175" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907610763661" Longitude="12.480118722954" StarRating="2" HotelCode="518886|233777" HotelName="Maison Evelina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Babuino 76, in 4, 00187 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/19/8d198803ef6a015e237181f181328dd4d87b0710.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.75" OriginalAmount="175" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.894723955338" Longitude="12.476600296959" StarRating="1" HotelCode="295496|57577" HotelName="Relais Badoer" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Largo Arenula 11, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/97/e9973d0ec1687a58225384b3754353fd7e1955fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.75" OriginalAmount="175.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89891932" Longitude="12.49061895" StarRating="4" HotelCode="451216|rome_glam_hotel" HotelName="Rome Glam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 82, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/19/bb1987786d89adf8f3741dc3e761a857bee8fac8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.76" OriginalAmount="176" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="980613|492182" HotelName="Casa Bacciarini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Bernardino Telesio 4a, 00195 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/2d/ee2d532cf3230f984a8a4157bfaead12d1632bf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901668" Longitude="12.482586" StarRating="4" HotelCode="11678|hotel_delle_nazioni_3" HotelName="Delle Nazioni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Poli 6, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fb/02/fb023d15f7959aaeea2f274fdf9f098745deb97d.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies in the historic centre of Rome, close to the well-known Fontana di Trevi. In ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.94" OriginalAmount="176.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.894522832434" Longitude="12.492281198502" StarRating="4" HotelCode="27230|398145" HotelName="Grand Hotel Palatino" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 213/M, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/c1/83c18cca613395ca3301eb74b4f7e54ecb888177.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a wonderful central position at the heart of Rome, the Colosseum and the Fori Imperiali are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90243312" Longitude="12.49006885" StarRating="3" HotelCode="438147|134575" HotelName="A Star Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Quattro Fontane 15, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/5d/ba/5dba6a1ca8ce3fb474788c6bb414f09fd490ec84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.78" OriginalAmount="178.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899313" Longitude="12.480896" StarRating="3" HotelCode="309930|hotel_caravita" HotelName="Hotel Caravita" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Caravita 5, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c1/31/c1316f029696c0c3b84e234d34f842c0eaa1fdff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.79" OriginalAmount="179" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.908574927585" Longitude="12.462204007939" StarRating="3" HotelCode="401577|199622" HotelName="Town House 57" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Massimo 57, 00192 Rome, Rome, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/aa/b1/aab1a8a3ba35557fa47222f14d095e6380ecd7a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.79" OriginalAmount="179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903583022278" Longitude="12.48790382209" StarRating="4" HotelCode="360526|stendhal_depandance_luxury_suites" HotelName="Hotel Stendhal  Luxury Suites Dependance" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina 4, 00187 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/93/dc93e1cf1a8f8872adb6f0cfcdedf5c17ac0761a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.80" OriginalAmount="180" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.88807" Longitude="12.495573" StarRating="2" HotelCode="191792|134730" HotelName="Arena House - Colosseo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Marco Aurelio 37, 00184 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/b7/5eb7bb3789565b6eda06413d707f115334ecbb1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.80" OriginalAmount="180" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89704223" Longitude="12.48014731" StarRating="3" HotelCode="438199|177722" HotelName="Guest House Grazioli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Grazioli 18, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/0d/5b0d59c1ec79f0082f541309c853a9e27248bbb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.80" OriginalAmount="180" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907471274999" Longitude="12.497549057007" StarRating="2" HotelCode="365238|211177" HotelName="Louisiana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flavia 84, 00184 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/16/e516d0a34a9b6f1ad5b1322bc27dd5ae2241fd15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Rome. The famous avenue, Via Veneto, lies a few pace...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.80" OriginalAmount="180.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89956595" Longitude="12.47735112" StarRating="3" HotelCode="539862|la_residenza_del_sole_al_pantheon" HotelName="La Residenza Del Sole Al Pantheon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Orfani 90, 00186 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/94/6194f5c2d876abe58aba88ca77ab5ae898737dc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.81" OriginalAmount="181" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.909817419342" Longitude="12.456161085914" StarRating="3" HotelCode="376623|199107" HotelName="New Design St. Peter" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Famagosta 8, 00192 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8009254</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="183.82" OriginalAmount="182" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.897917" Longitude="12.495445" StarRating="3" HotelCode="142852|55728" HotelName="Aenea Superior Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Urbana 156, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/47/b647f396a85bc3c77db6456282107ea19e899285.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="183.82" OriginalAmount="182" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.915274217846" Longitude="12.453194751675" StarRating="2" HotelCode="383794|62042" HotelName="Gardenia Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Circonvallazione Clodia 36, 00195 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/59/f759a9d789dc92eec918f5b6deb22b22d913d677.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="183.82" OriginalAmount="182" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89602943" Longitude="12.47821438" StarRating="0" HotelCode="957994|396989" HotelName="Queen Palace Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vittorio Emanuele II 21, Pantheon, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/72/b672b0b0ad15c1db6ccbefd200c41421733a5cca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.82" OriginalAmount="182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89222123988" Longitude="12.469705820639" StarRating="2" HotelCode="384078|tree_charme" HotelName="Tree Charme" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere della Farnesina 2, 00165 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/c7/31c76faf28fdcc61c5655e9a0d6d25ade12156ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="185.22" OriginalAmount="183.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899952" Longitude="12.479897" StarRating="3" HotelCode="47345|1084808" HotelName="9 Hotel Cesari" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Pietra 89/A, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/0e/890e2695df25e0d74e5a836f4332955d982d3720.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.84" OriginalAmount="184" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903092" Longitude="12.488578" StarRating="1" HotelCode="117500|57359" HotelName="Roma Resort Trevi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Quattro Fontane 171/172, 00184 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/d8/62d8b50c04471a28af0c81f5f9bc94eda0772d04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.84" OriginalAmount="184" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90835" Longitude="12.46608" StarRating="0" HotelCode="532771|260908" HotelName="Cola di Rienzo Suite B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Cola di Rienzo 111, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/79/a879336218e5ebeec1a6b7d51d77be7ddf89657d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.84" OriginalAmount="184" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.887495" Longitude="12.47227" StarRating="3" HotelCode="153507|199304" HotelName="Relais Le Clarisse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cardinale Merry del Val 20, 00153 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/5a/8f5a6ef103b71a51fb7a42c0a624e163ab828f6c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90545893" Longitude="12.49173887" StarRating="4" HotelCode="771630|371609" HotelName="Hotel Royal Bissolati" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Leonida Bissolati 40, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/0f/4a0f680255b88269fa8128ca46ba1cb36efddcd4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901774" Longitude="12.503502" StarRating="1" HotelCode="191918|56665" HotelName="Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 64, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/ce/9bce98b86a90f4cbf565f9fe2c917933567fccd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89595788" Longitude="12.47801652" StarRating="0" HotelCode="559763|396928" HotelName="Le Quattro Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vittorio Emanuele II 21, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/730106/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90423569" Longitude="12.50023829" StarRating="0" HotelCode="637798|260927" HotelName="Gemme di Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 64, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8068672</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.893604" Longitude="12.508963" StarRating="2" HotelCode="191921|233259" HotelName="Principe Eugenio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Eugenio n° 90, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/8a/808a4e6dc0a3089dd57bc5a01634ae33893d59c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89939718" Longitude="12.49131297" StarRating="3" HotelCode="439959|134375" HotelName="1880 Atypical Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>via Nazionale 66, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/c6/85c6f63a0edaf7d7499b03f98a97784ee52754c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.897705849414" Longitude="12.496141584656" StarRating="3" HotelCode="434375|183003" HotelName="Dnb House Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 85/A, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/33/3a33b77060baea296f9692e3c40564dc4e8c2b90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="189.40" OriginalAmount="187.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907994" Longitude="12.491722" StarRating="4" HotelCode="26064|398315" HotelName="Luxe Rose Garden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Boncompagni 19, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/93/10932d7947528df49f28947bb792370aaf6b3400.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="189.82" OriginalAmount="187.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904992" Longitude="12.500249" StarRating="2" HotelCode="36255|1052068" HotelName="Domus Mea Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Calatafimi 31, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/c8/adc804757c581c5dda33ce87ef1e7a5fa4e31fb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.89" OriginalAmount="189" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.895545041544" Longitude="12.473010711639" StarRating="3" HotelCode="145586|232732" HotelName="Casa De' Fiori" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza del Biscione 83, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/9a/60/9a60f55b3aa1d23c4257cb3cdbfff71ca421a202.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.89" OriginalAmount="189" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89633038" Longitude="12.50280418" StarRating="0" HotelCode="546775|177138" HotelName="B&amp;B Domus Napoleone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Napoleone III 70, 00185 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/5f/4d5f6743323ae75dbc8a3c55a1f4e406b1c70758.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service and a transfer service. Wirel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.90" OriginalAmount="190" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90745881" Longitude="12.47173144" StarRating="3" HotelCode="438592|178722" HotelName="Belli36 Rooms" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Gioachino Belli 36, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/56/bc56a7161e45d1dde4dcb0d2c5b7e4a9a8be2011.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.90" OriginalAmount="190" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905096839486" Longitude="12.459385271164" StarRating="3" HotelCode="477024|199651" HotelName="Vatican Relais Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="bed and breakfast" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Borgo Angelico 22, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/d7/a6d7e5acc3a7ade765076cc9aa17e72e480f7d5a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming bed and breakfast can be found in Vatican. Those wishing to escape the hustle and bust...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899722" Longitude="12.466294" StarRating="2" HotelCode="37459|62848" HotelName="Corso Vittorio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vittorio Emanuele II. 308, 00186  Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/335760/335760a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.91134358" Longitude="12.49944523" StarRating="0" HotelCode="970956|242333" HotelName="Dolce Luxury Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Bergamo 7, 00198 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5482598</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.893331400245" Longitude="12.502391062927" StarRating="1" HotelCode="357435|179125" HotelName="Hotel Central Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Buonarroti 19, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fd/5e/fd5ec0244870083eaecde4ab0a0989cd8ce2364a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.92" OriginalAmount="192.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89281585" Longitude="12.47747962" StarRating="4" HotelCode="360806|ht6_hotel" HotelName="HT6 Hotel Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via del Tempio 6, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/f9/6ef9995826f72875286c6e5fd04f5d8bb4f9fd35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Rome. For guests who appreciate a stylish ambience, it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.93" OriginalAmount="193" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.895873517056" Longitude="12.476125008598" StarRating="0" HotelCode="191961|233975" HotelName="Relais Teatro Argentina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Sudario 35, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/97/c2977987d199dbc288a91379417c4d449d3ab19b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.93" OriginalAmount="193" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90578786" Longitude="12.4826263" StarRating="4" HotelCode="422363|234127" HotelName="Royal Suite Trinità Dei Monti" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Designated Smoking Area,Fax,Garden,Golf,Housekeeping,Internet,Laundry,Printer,Room Service,Spa,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Di Spagna 29, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/a3/b2a3c062333e0e0e329e0e8e8fd8f8f8e1e105ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A unique location, directly accessible from the Spanish Steps in Piazza di Spagna, it is an ancient ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.95" OriginalAmount="195" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90438743" Longitude="12.5050178" StarRating="4" HotelCode="572550|234275" HotelName="The Liberty Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 64, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/e2/2fe2a1cfa6126de71b391759409cee77ba513821.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Rome, this boutique hotel is ideal for guests who appreciate a stylish ambie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.96" OriginalAmount="196" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907738760622" Longitude="12.480608224869" StarRating="4" HotelCode="336625|17487" HotelName="Hotel Art by the Spanish Steps" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Margutta 56, 00187 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/e4/aee415038e691cde4472138d3de9d04b4fadb6fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="197.97" OriginalAmount="196.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90410565118" Longitude="12.482442855835" StarRating="4" HotelCode="26122|894685" HotelName="Homs" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Vite 71-72, 00187 Rome, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/47/3e47ff55bd5cceca7a026f0355d7d06e3504507a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="198.97" OriginalAmount="197" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905484342416" Longitude="12.472817285065" StarRating="3" HotelCode="415404|199354" HotelName="Residenza Cavallini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="guest house" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Pets allowed,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Cavallini 12, 00193 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/c8/99c8cdca2d2a0cfc6e93d8102679f6628b0323a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the historic centre of Rome, Residenza Cavallini offers modern rooms with free Wi-Fi. Ope...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.99" OriginalAmount="199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.897725251011" Longitude="12.494287490845" StarRating="4" HotelCode="19226|viminale_hotel" HotelName="Hotel Viminale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesare Balbo 31, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/98/9d/989df02e0975eb18ccb2e1f2ea060fec926318de.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Santa Maria Maggiore basilica, as well as within metres of countl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="201.41" OriginalAmount="199.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903882" Longitude="12.488066" StarRating="4" HotelCode="10911|275545" HotelName="Barocco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Barberini, Via della Purificazione, 4, 00187 Roma, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/aa/27aa294505f232b21a166f61fb37c5f2b085250c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charmingly romantic hotel is centrally situated with a view of the majestic Piazza Barberini, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202.00" OriginalAmount="200" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.9061238" Longitude="12.4799952" StarRating="2.5" HotelCode="175916|198884" HotelName="Relais Bocca di Leone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bocca di Leone 36, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/be/44/be445eb76f563d76875a9991d295ba86fb3f1793.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is close to a taxi rank and bus stop, and there are shops, restaurants and bars within 2 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="202.41" OriginalAmount="200.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904709" Longitude="12.461869" StarRating="4" HotelCode="10482|15464" HotelName="Atlante Star" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitelleschi 34, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/e7/ece7f042ae24f5f881fb6a2152ea2b70c4840af4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.01" OriginalAmount="201" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902588093189" Longitude="12.47997777614" StarRating="2" HotelCode="442037|199226" HotelName="Parlamento Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Delle Convertite 5, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/04/d304a904263d4ddf053d73c5539f9f9726ec7f22.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Rome, this boutique hotel is ideal for guests who appreciate a stylish...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.01" OriginalAmount="201" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905608" Longitude="12.481518" StarRating="4" HotelCode="258413|44786" HotelName="The Inn at the Spanish Steps" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Condotti 85, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/12/05121c132560c513ed4e201a9314720dcfb7418d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This tradition-rich upmarket hotel lies close to the Spanish Steps in the famous artists' quarter of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.01" OriginalAmount="201" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.916268" Longitude="12.514312" StarRating="3" HotelCode="191675|57072" HotelName="Villa Pirandello" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Bosio 15B, 00161 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/7f/797f56670e4d61c78dc123902565be44251af5c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204.02" OriginalAmount="202" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90671879" Longitude="12.45908772" StarRating="5" HotelCode="725193|269014" HotelName="Eccelso Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Catone 3, 00192 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/78/677874eb1040524e5dad5e7eba3f891b4cdbd3cc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204.02" OriginalAmount="202" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903115" Longitude="12.477173" StarRating="3" HotelCode="293260|200312" HotelName="Mood 44" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo della Torretta 44, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/6b/496b82452e9dc7340c92709e947fc46e6259f38c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204.02" OriginalAmount="202" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.888183406944" Longitude="12.424877285957" StarRating="3" HotelCode="76697|435066" HotelName="Residence Aurelia Antica" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia Antica 425, 00165 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/f3/c1f320c687afda44b822b2ece61a6fba053fe709.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.9017695" Longitude="12.5039206" StarRating="1" HotelCode="909250|178284" HotelName="Beautiful" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Milazzo, 8/14, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/7c/ff7cae204e0646fc4534d6a3dc7b2095b6cd673a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel can be found in Termini Railway Station. With a small number of only 7, this estab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89553545" Longitude="12.47922814" StarRating="4" HotelCode="361867|200194" HotelName="iRooms Campo dei Fiori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza del Gesù  47, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/52/0452947a0565b0e8026b68b906c13f204934770d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899546" Longitude="12.478064" StarRating="5" HotelCode="191935|233882" HotelName="Pantheon Relais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Pastini 119, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/60/b26079001eac3d600636d7886b5a2b764ecde40b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.88699164" Longitude="12.47188825" StarRating="3" HotelCode="413782|200735" HotelName="Torripa Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,LCD/Projector,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Francesco a Ripa 132, 00153 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/2c/e72c610bde45a85aa6fa989e74e17b3652252de3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="206.41" OriginalAmount="204.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898891178996" Longitude="12.477421760559" StarRating="4" HotelCode="11662|564765" HotelName="Del Sole al Pantheon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Rotonda 63, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/41/6341cb831ccdd50e49d613c25e430fe71568a94f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the centre of the historic old town in Rome, on a small square called the P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="207.17" OriginalAmount="205.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.909235225703" Longitude="12.47787217791" StarRating="4" HotelCode="102067|1669618" HotelName="Babuino 181" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Babuino 181, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/c9/65c966db4e2bc37386221d024e80c8b2bc8c56dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="208.09" OriginalAmount="206.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899486113499" Longitude="12.493064403534" StarRating="3" HotelCode="63725|560615" HotelName="New Morpheus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palermo 36, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/59/105986e8d15a39e37b7f0764ae4560f53b8bf347.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location in Rome, close to Termini central railway station, and provides...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.07" OriginalAmount="207" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903644234534" Longitude="12.476856198995" StarRating="3" HotelCode="336885|178184" HotelName="Hotel Fontanella Borghese" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Fontanella Borghese 84, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/6b/706bbb63f07fb9a9fbc061dd67d6c79425d81913.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.07" OriginalAmount="207" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896607" Longitude="12.499511" StarRating="3" HotelCode="97140|55062" HotelName="Doria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Merulana 4, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/c3/78c3e4be771b193ebc3bb97d3c6417bb716f3659.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.07" OriginalAmount="207" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90783921" Longitude="12.49630563" StarRating="0" HotelCode="483460|199393" HotelName="Roma 2B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Sallustiana 1/A, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/8d/518d9c33438543742065f728d04938199896c4da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Roma 2B is in the heart of Rome, walking distance from Ecstasy of Saint Tere...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.91252511" Longitude="12.45576931" StarRating="0" HotelCode="612086|costantino_primo_holiday__roma_stpietro" HotelName="Costantino Primo Holiday" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Hotel,Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Costantino Morin 27, 00195 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/10/6410f009b250c06487defad3dd000ce898ee8a9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.09" OriginalAmount="209" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903865" Longitude="12.4595042" StarRating="3" HotelCode="909284|61534" HotelName="Sant'Anna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Borgo Pio 134, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/e8/65e847d56d7c0e563cf529f076f17f8ea4940092.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.09" OriginalAmount="209" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90370086" Longitude="12.48817789" StarRating="4" HotelCode="631169|254794" HotelName="Palazzo Caruso" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Pazza Barberini 5, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/9a/1d9a44188edc62bd262072bba023fdbbcade32bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899865" Longitude="12.443838" StarRating="2" HotelCode="295506|57103" HotelName="Domus Aurelia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 218, 00165 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/c5/24c5d9732522f8152df224c3e95f7a884a53ca2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907945984603" Longitude="12.479654392521" StarRating="4" HotelCode="151846|435242" HotelName="Margutta 54 Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Margutta 54, 00187 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/1d/f51d3c94656b53e5f3c13fc177fbd0c0849a45c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome (ROM).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89956907" Longitude="12.46738306" StarRating="3" HotelCode="945400|233848" HotelName="Navona Street Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Banchi Nuovi 54, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/2d/c22db31f6bf458488202aa3ee3ed13240696011d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906469" Longitude="12.492977" StarRating="3" HotelCode="191995|200530" HotelName="ResidenzaRomaCentro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lucullo 11, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/99/f299914cab7cde2a80b8d870e07c9f7e7b771395.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.10" OriginalAmount="210.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.890048" Longitude="12.483869" StarRating="4" HotelCode="70853|kolbe_hotel_rome" HotelName="Kolbe Hotel Rome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Di San Teodoro 48, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/b9/bdb95693f3a6060c9a3da2e36dd3f2507ec19fe9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Facing the Forum Romano, in the shade of the famous and romantic Palatino Hill - where the legend sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="213.11" OriginalAmount="211" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="780652|492080" HotelName="Suite Life Trevi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Delle Muratte 16, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/2a/8f2a74a4cc6c87f717f85c33025e4e8da0d9e69d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="213.95" OriginalAmount="211.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898334171536" Longitude="12.466108202934" StarRating="5" HotelCode="67826|564835" HotelName="Indigo Roma St. George" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Giulia 62, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/60/0f/600fbd3b8898e16ce2c1d828625ed9643137e382.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the very heart of the ancient city of Rome, just a stone's throw away from C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.12" OriginalAmount="212" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905838" Longitude="12.481014" StarRating="4" HotelCode="191998|198879" HotelName="Crossing Condotti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Mario de' Fiori 28, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/a3/81a3cc915ed0eb23ef04887a9c01b93ce9550db9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.13" OriginalAmount="213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.897" Longitude="12.48268" StarRating="3" HotelCode="335577|piazza_venezia" HotelName="Piazza Venezia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesare Battisti 133, 00187 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8b/cb/8bcb48b9b97c3b4f5eab314e20ec80d2e0a246e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Rome, this hotel lies just a stone's throw from the world-famous historical...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.14" OriginalAmount="214" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8956" Longitude="12.47288" StarRating="4" HotelCode="66954|242319" HotelName="Boutique Hotel Campo de' Fiori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Biscione 6, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/63/99/63994986bd7a92e7ba67debcae95d16a7b39830f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Rome, this boutique hotel has the perfect ambience for guests who appreciate a stylish am...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.14" OriginalAmount="214" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901666" Longitude="12.495539" StarRating="4" HotelCode="316955|57800" HotelName="Dharma Luxury Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Torino 122, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/2a/d02aee2bfa7804fd91a03444e6517993810db82d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.15" OriginalAmount="215.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90403955" Longitude="12.4806337" StarRating="0" HotelCode="438353|gravina_suite_frattina" HotelName="Gravina Suite Frattina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Frattina 52, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/d1/3fd1af1cef0781a660ecfc83ea0a2f8ece799297.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="217.45" OriginalAmount="215.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899385294451" Longitude="12.477521002292" StarRating="4" HotelCode="44474|563345" HotelName="Hotel Pantheon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Pastini 131, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/6f/026f8b345a83960f37b3c26b12b1cec41eaab91e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in an elegant 18th century building in the heart of Rome, just a short walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="218.16" OriginalAmount="216" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90859572" Longitude="12.46148101" StarRating="0" HotelCode="736340|396079" HotelName="Germanico Vatican Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Germanico 109, 00136 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/69/336942394312432acf9e2cd8f76074ad208c1ab6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.01" OriginalAmount="216.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.889720008199" Longitude="12.481323868717" StarRating="4" HotelCode="30029|366195" HotelName="Fortyseven" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Petroselli 47, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/37/d2378a048ca3d17dc187d1ada4d8e59bd6ff27f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.97" OriginalAmount="217.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.908553" Longitude="12.497183" StarRating="4" HotelCode="80253|1090678" HotelName="Hotel Londra &amp; Cargill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Sallustio 18, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/05/2505a7b19b7e4eae421e1f660fdf9f121fe710f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="220.18" OriginalAmount="218" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89238262" Longitude="12.47589074" StarRating="4" HotelCode="485391|180216" HotelName="Hotel Monte Cenci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Monte dè Cenci 8, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/15/80159fc20e5f95cbeb6016d3939b14d84c9461a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="220.63" OriginalAmount="218.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907443" Longitude="12.480993" StarRating="3" HotelCode="151785|956005" HotelName="Hotel Manfredi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Margutta 61, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/5e/de5e76aba329a247bd667ffe5fc41a7c088a7a95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221.19" OriginalAmount="219" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89674912" Longitude="12.47233216" StarRating="3" HotelCode="580940|232911" HotelName="Damaso Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Cancelleria 62, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/95/3a/953abbfd47502204f09af424d92beca44426b72e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.19" OriginalAmount="219.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906131833868" Longitude="12.480683326721" StarRating="3" HotelCode="335571|hotel_condotti" HotelName="Condotti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mario De Fiori 37, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/1e/e11ec9e336f6e73e86b010c0982f23e30821b934.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="222.67" OriginalAmount="220.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907524976984" Longitude="12.486666559525" StarRating="5" HotelCode="17705|182446" HotelName="Sofitel Roma Villa Borghese" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lombardia 47, 00187 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e2/03/e2033c8a8caba644165d302e1ff35fdf9f79d9d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="224.65" OriginalAmount="222.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903379393464" Longitude="12.485125256449" StarRating="3" HotelCode="97573|1874345" HotelName="Rome Style Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Due Macelli 106, Piazza di Spagna, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/f2/27f2ca89dd9dc5e771f76ff4568630f5877b95ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel enjoys a city centre location in Rome, lying just a couple of minutes fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.23" OriginalAmount="223" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.893174" Longitude="12.475893" StarRating="2" HotelCode="899664|57963" HotelName="Hotel Chapter Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Santa Maria De' Calderari 47, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/64/4464b0f31d7bea5d9bf8a5df9028c5c14bdc758b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the historic centre of Rome, the hotel takes its name from Via Arenula, the street which...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.23" OriginalAmount="223" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.897257237526" Longitude="12.48187649271" StarRating="3" HotelCode="344421|63129" HotelName="Hotel Trecento" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 300, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/12/c012cf5c8801c96a40202db4f5bd89e7665df730.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.24" OriginalAmount="224" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90603" Longitude="12.478954" StarRating="3" HotelCode="191986|56999" HotelName="Town House Spagna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Via della Croce 50a, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/338729/338729a_hb_a_008.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.26" OriginalAmount="226" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904116914187" Longitude="12.480317019183" StarRating="3" HotelCode="397763|58701" HotelName="Down Town Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Frattina 99, 00187 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/43/8b43731fd8900e78c074718c2e039964cbcb75f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Individual storeys are accessible via the lift or stairs. Wireless internet access is available to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.26" OriginalAmount="226" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89502713" Longitude="12.50231429" StarRating="0" HotelCode="636842|260968" HotelName="Magic Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Vittorio Emanuele II 138, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/36/e8366cba6e2332fc693f0a226a098c0ccf59b85a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="229.27" OriginalAmount="227" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89317989" Longitude="12.50083797" StarRating="0" HotelCode="958112|489111" HotelName="Clemy In Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Mecenate 13, Rione Monti, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/46/01464355cc41ec827d5453fc562aee87e42d9d1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="229.94" OriginalAmount="227.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906309" Longitude="12.480469" StarRating="3" HotelCode="95124|397665" HotelName="Condotti Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Croce 15, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/bc/f5bc29cf23b68c32b4ded357d89c22049842a992.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.28" OriginalAmount="228" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900171029883" Longitude="12.469819484795" StarRating="2.5" HotelCode="191967|279228" HotelName="BDB Luxury Rooms Navona Cielo" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Vetrina 5, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/de/f3de798e06210e7c1c315c99f7e5bb666a03b1da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="230.64" OriginalAmount="228.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902738191055" Longitude="12.483007460833" StarRating="4" HotelCode="11725|397705" HotelName="Dei Borgognoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Bufalo 126, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/37/cb37654272bb84e20f640cd7aa5a753df6f9b34e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and exclusive hotel is located between the Piazza di Spagna and the Fontana di Trevi. D...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.29" OriginalAmount="229" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901098676083" Longitude="12.49531598938" StarRating="0" HotelCode="191904|232900" HotelName="Da Marta &amp; Alida all'Esquilino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Largo Sant' Alfonso 5, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/d8/9bd826e4dc524d27551a9e8f1944465c3ae08c7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="232.05" OriginalAmount="229.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907403" Longitude="12.472446" StarRating="4" HotelCode="39470|397715" HotelName="Dei Mellini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Muzio Clementi 81, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/e3/7be3e726b7b13140142b7e28c0196021f60eddc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern, stylish hotel lies close to the River Tiber and the famous Castel Sant' Angelo and is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.30" OriginalAmount="230" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904131904477" Longitude="12.474807885657" StarRating="2" HotelCode="383819|58625" HotelName="Augustana House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere Marzio 3, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/09/1409bc048ca186793063d2563134c22825d45bc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.30" OriginalAmount="230" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8951008" Longitude="12.47600271" StarRating="4" HotelCode="580962|233140" HotelName="Hotel Dei Barbieri" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Barbieri 3A, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/e6/ede6b56066f5f377f4e49407980528a7c1f825c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.30" OriginalAmount="230" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90521235" Longitude="12.48491985" StarRating="3" HotelCode="434164|199262" HotelName="QT Suites &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina 57, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/76/e876573be233e19e267eba9a0f835a911d40812c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="234.14" OriginalAmount="231.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90385012801" Longitude="12.494727373123" StarRating="4" HotelCode="44180|15644" HotelName="Hotel Mascagni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Emanuele Orlando 90, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/61/34619fa145ad396892b699b9eef0bff952200dc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a prestigious and central location, only a short walk from Via Veneto, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.32" OriginalAmount="232" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896823" Longitude="12.476969" StarRating="3" HotelCode="191944|57242" HotelName="Hotel Le Clarisse al Pantheon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Arco della Ciambella 19, 00168 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/72/ed72dde0bd8f89045208af14f77c2372d88e05c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.32" OriginalAmount="232" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89650467" Longitude="12.498995" StarRating="0" HotelCode="875990|422832" HotelName="Hotel Prassede Palace Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Merulana 281, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0c/8b/0c8be2078f6b09994dff49621ba2d9706eed2c1d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.32" OriginalAmount="232" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898721321676" Longitude="12.491535304893" StarRating="4" HotelCode="284098|37811" HotelName="Rome Life Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palermo 12, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/50/e1502ff2f78b0bdc7ca264512ad76d5d5216a82e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237.35" OriginalAmount="235" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.9106933" Longitude="12.47411559" StarRating="0" HotelCode="546203|178749" HotelName="Da Me Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Maria Adelaide 12, 00196 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/ac/15ac094c0fdf1700dc9acfef75a057c983f6ca53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The accommodation offers a transfer service. Wireless internet access in public areas allows guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237.35" OriginalAmount="235" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89487859" Longitude="12.48020571" StarRating="4" HotelCode="622382|254792" HotelName="Otivm Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Via D'Aracoeli, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/c8/cac8eaf7041e8e5f9524aa0c317d416e5b60951b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.35" OriginalAmount="235.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90909334" Longitude="12.48843872" StarRating="3" HotelCode="483521|relais_at_via_veneto" HotelName="Relais At Via Veneto" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Veneto 146, Via Veneto, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/c3/9ac30fbfe8375820e4c1345529e312b19f62d779.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service, a transfer service and room service. Wireless internet a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="238.36" OriginalAmount="236" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90446906" Longitude="12.5004292" StarRating="2" HotelCode="440939|90220" HotelName="Freedom Love B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta  64, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/f5/d1f5cfd1e7670af7d4825d32cc11fb2e612aa054.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="238.36" OriginalAmount="236" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.895989801738" Longitude="12.487247501223" StarRating="5" HotelCode="490674|165055" HotelName="Roma Luxus Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Largo Angelicum 4, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/3a/433ad5cb7e7bba8a7a4e228ad6c978846b199906.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests of the hotel can reach various storeys quickly and easily by lift. Services and facilities at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239.37" OriginalAmount="237" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.895378863521" Longitude="12.476263790178" StarRating="3" HotelCode="456841|58471" HotelName="Argentina Residenza Style Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Torre Argentina 47, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=768153</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="241.02" OriginalAmount="238.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="3" HotelCode="116551|1084908" HotelName="Albergo del Senato" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Rotonda 73, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/41/404157f1bb666891763b26816a8d7e73bb1fef46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.41" OriginalAmount="241" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89945597" Longitude="12.46764908" StarRating="0" HotelCode="573488|232465" HotelName="B&amp;B all’Orologio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Banchi Nuovi 47, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/27/1c279336e4895c32b1882cef3ea28b04a297d6d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.41" OriginalAmount="241" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900882" Longitude="12.483834" StarRating="4" HotelCode="410309|23933" HotelName="Relais Fontana di Trevi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Lavatore 44, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/7b/d87b74f0145f2c85537bbdd389d87079cd20021a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located in the heart of Rome, overlooking the world-famous Trevi Fountain and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="244.12" OriginalAmount="241.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="3" HotelCode="117336|1651668" HotelName="Nerva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tor de'Conti 3/4, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/d6/ded63ef2317459789457b281065524d5ce199809.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Rome. For guests who appreciate a stylish ambience, it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.42" OriginalAmount="242.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899644144469" Longitude="12.472368294216" StarRating="3" HotelCode="384770|palazzo_de_cupis__suites_and_view" HotelName="Palazzo De Cupis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Santa Maria dell'Anima 10, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/62/5d62ae76ebce79ee6372ea5a4ef1b7f4a83283e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.43" OriginalAmount="243" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="978724|404660" HotelName="Hotel Scenario" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo delle Ceste 26, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/bb/d3bbc142495cf1e8deed28c717a21b4f604b5b53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247.45" OriginalAmount="245" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90546304" Longitude="12.48697622" StarRating="4" HotelCode="483973|179481" HotelName="Hotel degli Artisti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Artisti 18, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/62/6e628f871d97d443532a5d1c29baeb87891f6d34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="248.46" OriginalAmount="246" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.895925" Longitude="12.473493" StarRating="4" HotelCode="172195|47692" HotelName="Lunetta Rom" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza del Paradiso 68, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/cc/45ccbee8ef5315d0a21dd93d0efd01beaad45cf4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in central Rome, just 200 m from Piazza Navona. Situated just behind ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="250.48" OriginalAmount="248" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90863158" Longitude="12.46163493" StarRating="0" HotelCode="433681|181668" HotelName="Grand Tour Roma Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Germanico 109, 00192 Roma, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/d5/5dd5dc2a15df93ecc974e4abe7039044c2c6987a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service is among the facilities. Wireless internet access is available to guests i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="251.49" OriginalAmount="249" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.896474472077" Longitude="12.476442398777" StarRating="3" HotelCode="570685|200708" HotelName="Terrace Pantheon Relais" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di Torre Argentina 18, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/57/4457bb10268beb949d262ab5debfd452f08e3779.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can reach the upper storeys via the lift or stairs. The hotel features a transfer service...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252.50" OriginalAmount="250" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.895912" Longitude="12.490992" StarRating="2.5" HotelCode="149893|371677" HotelName="Il Covo B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Boschetto 84, 00184 Lazio, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/57/50579462bff5a54750cbf2b638392bc59e6bcae6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="253.51" OriginalAmount="251" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90241731" Longitude="12.49003732" StarRating="5" HotelCode="577730|232974" HotelName="Escape Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Quattro Fontana 15, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/54/b954720eedf0cfa21c15ed9c818868e792098010.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="254.08" OriginalAmount="251.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906998182012" Longitude="12.48814791441" StarRating="4" HotelCode="33058|650885" HotelName="Ludovisi Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ludovisi 43, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/32/c73248726cfb8fdf3e760a01c4506ded4f85648a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Rome, in a fashionable area of Via Veneto. Nearby, guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="255.32" OriginalAmount="252.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.9036625" Longitude="12.4622083" StarRating="4" HotelCode="313411|54919305" HotelName="Hotel della Conciliazione" Meals="BED AND BREAKFAST FOR 2 GUESTS" BedType="BED AND BREAKFAST FOR 2 GUESTS" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Borgo Pio 163/166, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/e3/13e350b90d4f8eb23111221c7bf53e61474914eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="257.55" OriginalAmount="255" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90142512" Longitude="12.48489796" StarRating="3" HotelCode="187514|58466" HotelName="Relais Trevi 95 Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Lavatore 95, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/78/5078f454d96f2677958432e0e449df1188147120.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historic centre of Rome, allowing easy access to various points of inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="258.54" OriginalAmount="255.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.910567892077" Longitude="12.473641872406" StarRating="5" HotelCode="428797|CBG405700" HotelName="Palazzo Dama" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere Arnaldo Da Brescia 2, 00196 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/64/1564479808332de098ae7a3d1effa9e04650f16a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With an outdoor pool and garden, this 5-star establishment is housed within one of Rome's most exqui...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.56" OriginalAmount="256" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90144146" Longitude="12.48475186" StarRating="0" HotelCode="575047|232407" HotelName="Arpinelli Relais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Panetteria 1C, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/b3/d0/b3d03b0b7799827d8a20796078ddfffb5bb0bc62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The numerous facilities and services at the hotel ensure guests a comfortable and relaxing stay. Wir...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="262.60" OriginalAmount="260" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.889187" Longitude="12.4982572" StarRating="3" HotelCode="887850|58209" HotelName="Celio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Santissimi Quattro, 35/C, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/39/98392514ddf40dc9e3138e0e5d2319b566ae088f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="262.60" OriginalAmount="260" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.909239522202" Longitude="12.476008931756" StarRating="0" HotelCode="954340|233451" HotelName="LHP Suite Roma Piazza del Popolo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Angelo Brunetti 24, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="263.61" OriginalAmount="261" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.889546986904" Longitude="12.482473203705" StarRating="4" HotelCode="117522|56782" HotelName="Residence Palazzo Al Velabro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Velabro 16, Trastevere, 00186 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/3e/8b3e4588574aea7a446c1d203b31b764b4e8da9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="265.63" OriginalAmount="263" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.901004" Longitude="12.457042" StarRating="4" HotelCode="259985|56001" HotelName="Residenza Paolo VI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Paolo VI, 29, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/fd/99fdd05fc621ec123243cbcc67b9975a35dfc58d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is close to St Peter's Square, with only 10 footsteps separating guests fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266.64" OriginalAmount="264" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89934101" Longitude="12.49137732" StarRating="2" HotelCode="856878|232977" HotelName="Esposizione Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 66, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9509328</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266.64" OriginalAmount="264" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906221247751" Longitude="12.483321974266" StarRating="3" HotelCode="902353|178079" HotelName="Scalinata di Spagna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Trinità dei Monti 17, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/2b/a02b45237c5e4e1fe121a909df5bfb7ecf0166f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.64" OriginalAmount="264.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905127960511" Longitude="12.47879575215" StarRating="5" HotelCode="13024|grand_hotel_plaza" HotelName="Grand Hotel Plaza" 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>Via del Corso 126, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/27/e12785030464d11ac8538096aad6c399584391e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This grandiose hotel was once one of Rome's theatres. These days the building enjoys a new kind of g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.65" OriginalAmount="265" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89741616049" Longitude="12.467169593822" StarRating="5" HotelCode="293606|294019" HotelName="D.O.M." Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giulia 131, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/e0/c1e09c6904721bcd9ca85a2cd41c49b9c5db2bc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="268.66" OriginalAmount="266" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="957996|424474" HotelName="Concept Terrace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Barberini 50, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/51/c75146b0f4ec3d294e2adf93566c8a9155488d38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="269.62" OriginalAmount="266.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.919818" Longitude="12.481411" StarRating="5" HotelCode="22693|2061322" HotelName="Hotel Lord Byron" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe De Notaris 5, 00197 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/d7/0fd71877282859eb4b9b86ffe5299195cdb51d86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel used to be an ancient patricians residence, where for many years celebritie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.68" OriginalAmount="268" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906722915385" Longitude="12.478062461538" StarRating="4" HotelCode="902839|56762" HotelName="Stay Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 81, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/8a/f18a9649789fa93bb56fbbe0dc84e04da0921d41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 15 rooms. Most of the storeys can be reached by lift. A bar is availa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="276.71" OriginalAmount="273.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90865" Longitude="12.47553" StarRating="5" HotelCode="176151|1922612" HotelName="The First Hotel Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Vantaggio 14, 00186 Roma, Latio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ec/65/ec653d95f10bd4790f4d4e5d8a269f6c2d8f4569.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the centre of Rome. Its setting is especially ideal for guests who...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="276.74" OriginalAmount="274" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.93944221" Longitude="12.52775469" StarRating="3" HotelCode="540067|199217" HotelName="Parco delle Valli Bedrooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Conca d'Oro 25, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/c0/8fc0f9c14c569aa628018af6bdd149faebd41e17.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="278.67" OriginalAmount="275.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905387" Longitude="12.489899" StarRating="5" HotelCode="26027|CAG719100" HotelName="Aleph Rome Hotel, Curio Collection by Hilton" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Basilio 15, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/53/1f5326fd25694d993671ed167d28a94f85bf969d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is situated on Via Veneto in the heart of the Rome. Many of Rome's top tou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="279.77" OriginalAmount="277" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899169238515" Longitude="12.472398389167" StarRating="5" HotelCode="485831|200093" HotelName="eitch Borromini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Santa Maria dell Anima 30, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/ca/6cca6b5fe63225547982036635f17bfb28158c9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="280.78" OriginalAmount="278" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90239632" Longitude="12.48634588" StarRating="0" HotelCode="773569|424993" HotelName="Relais Trevi 133 Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Traforo 133, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/48/3048e9211de55a7718b24484b455a1de7675674e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="283.81" OriginalAmount="281" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90742516" Longitude="12.46125468" StarRating="0" HotelCode="575448|233964" HotelName="Relais Della Torre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Dell'Unità 9, 00184 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/1a/4b1a3c6384dc7bdad6a9c19a4c790a81d1816a24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="284.53" OriginalAmount="281.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903954932559" Longitude="12.489059865474" StarRating="5" HotelCode="10861|55664" HotelName="Sina Bernini Bristol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Barberini 23, 00187 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/53/135357a1e92a8d4c10f7789bee075617d7f033e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of Rome not far from the Trevi fountains and the Via Venet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="285.83" OriginalAmount="283" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90359292" Longitude="12.47817677" StarRating="2" HotelCode="542835|58600" HotelName="Teichnersuite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di San Lorenzo in Lucina 14, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/b8/b5b8b1265c886464b66c7f8f5dc9d98eb3d43270.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="288.86" OriginalAmount="286" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90387991" Longitude="12.49481022" StarRating="4" HotelCode="769234|192261" HotelName="Hotel Mascagni &amp; Dependance" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio E. Orlando, 90, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="291.89" OriginalAmount="289" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89616104" Longitude="12.48489409" StarRating="0" HotelCode="955169|394920" HotelName="Hotel NH Collection Roma Fori Imperiali" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Santa Eufemia 19, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/db/07dbf7ae3398b472e389be7c198d9e9e717b8c34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="294.92" OriginalAmount="292.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89774137" Longitude="12.47216648" StarRating="4.5" HotelCode="418282|grough" HotelName="G Rough" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Pasquino 69, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/1c/b31c072607788fa4942260363b4775519b3cf98d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is in Navona. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="297.54" OriginalAmount="294.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907491236652" Longitude="12.490017414093" StarRating="5" HotelCode="18545|15804" HotelName="The Westin Excelsior Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Veneto 125, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/9a/529a2fe86e340baf55ac3b8ca76cd84e82b0fb11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies on one of Rome's most famous streets, the Vía Veneto. Links to the public tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.99" OriginalAmount="299" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905782" Longitude="12.48036" StarRating="3" HotelCode="95126|430160" HotelName="Rome 55 Piazza di Spagna Luxury Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Delle Carrozze 55, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/41/a04170b094bb4245506d68d389e9784336c5ace0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="303.00" OriginalAmount="300" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.88912735" Longitude="12.48246914" StarRating="0" HotelCode="787453|404168" HotelName="The Rooms Of Rome Palazzo Rhinoceros" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Velabro 9, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/63/b463a09fa8928f4bc1ea74ace72a777c1fa918de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="306.03" OriginalAmount="303" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90713772" Longitude="12.4779197" StarRating="4" HotelCode="846951|399172" HotelName="The First Roma Dolce" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Corso 63, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/5e/d15e08fdb8079580e4c20002d985de7c4ce627da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="319.11" OriginalAmount="315.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89728995" Longitude="12.48198344" StarRating="4" HotelCode="935402|5764537" HotelName="Corso 281 Luxury Suites Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 281, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/65/236531f485be70a09a364066b9b8d9798ad4a495.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="323.20" OriginalAmount="320" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89608386" Longitude="12.46874891" StarRating="4" HotelCode="583508|233142" HotelName="Hotel De' Ricci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Barchetta 14, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/3f/2f3f1984213e44e293d647fe3cd48a0351610b29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="324.82" OriginalAmount="321.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.909698956878" Longitude="12.477373480797" StarRating="4" HotelCode="64229|1428318" HotelName="Piranesi Palazzo Nainer" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via del Babuino 196, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/bd/56bddf10b0817392dcc442ea932f7bf9a62f3875.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="336.14" OriginalAmount="332.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90911210199" Longitude="12.488880157471" StarRating="4" HotelCode="14596|68294" HotelName="Rome Marriott Grand Hotel Flora" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Veneto 191, 00187 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/81/6281186d4838e4c77dcfcbcc1c4e88193f81c941.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a glamorous position in the city centre, at the top of the Via Veneto, the street ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="336.33" OriginalAmount="333" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89951166" Longitude="12.46916892" StarRating="0" HotelCode="383815|58399" HotelName="HiSuiteROME" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Monte Giordano 21, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/1a/571a1973c6399162f43282e05dc5984c2cfc6bf5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="345.14" OriginalAmount="341.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.909688974627" Longitude="12.474697705523" StarRating="4" HotelCode="95125|398105" HotelName="Hotel Locarno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Penna 22, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/34/a734a779f1e4d33a2c2ccce09f608aedc7ce056a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just 100 metres from the nearest bus stop and 500 metres from the Flaminio metro stop. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="346.15" OriginalAmount="342.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.917387455165" Longitude="12.491363883019" StarRating="5" HotelCode="15657|310235" HotelName="Parco dei Principi Grand Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gerolamo Frescobaldi 5, 00198 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/72/4a72a4a7a0ff316c94e6468fde516acc7ebd669a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located amidst wonderful parkland at the heart of Rome within 20 minutes of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="348.45" OriginalAmount="345" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89885558" Longitude="12.4733767" StarRating="3" HotelCode="470156|200275" HotelName="Lifestyle Suites Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Navona 93, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/f8/aff89f3f54539a11f78002bb35534f91bdf3ce60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="356.53" OriginalAmount="353" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90715017" Longitude="12.47720652" StarRating="0" HotelCode="621605|254693" HotelName="Elizabeth Unique Hotel Rome" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Colonnette 35, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/791282/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This outstanding hotel is set in Spanish Steps. The hotel consists of 33 units. Wi-Fi internet conne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="362.90" OriginalAmount="359.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907043" Longitude="12.489821" StarRating="5.5" HotelCode="16556|15724" HotelName="Baglioni Hotel Regina" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Veneto 72, 00187 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/3a/0b3a3daca8569089791ba4aacc9779404efd9378.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly by the Via Veneto, only a stone's throw from the famous squares Piazz...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="365.62" OriginalAmount="362" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.898837" Longitude="12.461336" StarRating="5" HotelCode="295508|31441" HotelName="Gran Meliá Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via del Gianicolo 3, Rom 00165</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/a1/27a1d7427b1769daf9f2de54615a8e8d2404e3e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a hill on the banks of the River Tiber, this design hotel is about 800 m from St Peter's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="374.71" OriginalAmount="371.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90749629" Longitude="12.45988604" StarRating="0" HotelCode="965040|appartamento_silla" HotelName="San Peter Lory's House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Silla 91, Vaticano Prati, 00192 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/4f/134fc620cba54d1d7419414e2ab0bd062bab2a85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="376.73" OriginalAmount="373" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90027364" Longitude="12.48380894" StarRating="5" HotelCode="623180|254704" HotelName="Harry's Bar Trevi Hotel &amp; Restaurant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Vincenzo 10, Trevi Fountain, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/6f/866f83153c350f7c9727e7ce0074b4e0ba30193c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="378.75" OriginalAmount="375" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90926875" Longitude="12.4789341" StarRating="5" HotelCode="551977|233780" HotelName="Margutta 19" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Margutta 19, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/ef/57ef9e6cef1b78190ae9da7c4754441636b2e5bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="386.36" OriginalAmount="382.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.890203" Longitude="12.495596" StarRating="5" HotelCode="26028|641705" HotelName="Palazzo Manfredi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Labicana 125, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/f0/9df023541f8629a168133f51c276d31ce47a231c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are located in the historical area of Rome, just few minutes’ walk from the main hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="386.83" OriginalAmount="383" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.9137655" Longitude="12.47305407" StarRating="5" HotelCode="537898|229002" HotelName="The H'All Tailor Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Pisanelli 23-25, 00196 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/2e/a82e6d66a8b1b05a50e90f7c042f59b7d28a71eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="386.83" OriginalAmount="383" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.894538958843" Longitude="12.487676813492" StarRating="5" HotelCode="58916|44783" HotelName="The Inn at the Roman Forum" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Ibernesi 30, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/1b/e11b48a3ce1b5e9b90ce13ebee235b55df3dbde6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="387.84" OriginalAmount="384" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89809411" Longitude="12.47607083" StarRating="5.5" HotelCode="694319|279290" HotelName="The Pantheon Iconic Rome Hotel, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Designated Smoking Area,Diet Meals,Dining,Housekeeping,Internet,Laundry,Parking,Pets allowed,Restaurant,Room Service,Spa,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via di Santa Chiara 4/A, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/4f/fd4f561e71671b08a89724ff22b6995422f3f0ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Rome, a few steps from Pantheon and 250 m from Piazza Navona, The Pantheon Iconic Rome Ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="393.90" OriginalAmount="390" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90066993" Longitude="12.48498801" StarRating="4" HotelCode="438016|199208" HotelName="Palazzo Scanderberg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Scanderbeg 117, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/635078/635078a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="398.73" OriginalAmount="394.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90837698492" Longitude="12.475877880056" StarRating="4" HotelCode="102093|1094588" HotelName="Residenza di Ripetta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via di Ripetta 231, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/28/dc/28dc98bafdfce6726260b9892c0a18916883bcd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Rome, this hotel is within walking distance of Piazza del Popolo (400 m), P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="399.04" OriginalAmount="395.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.907882483777" Longitude="12.486814856529" StarRating="5" HotelCode="31161|1024168" HotelName="Splendide Royal" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Porta Pinciana 14, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/15/6515f7d58fa53ff27636ae2cc808543a16b7681d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This magnificent first-class hotel is located between Via Veneto and Piazza di Spagna (the Spanish S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="404.00" OriginalAmount="400" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89893788" Longitude="12.48113271" StarRating="5" HotelCode="727272|294889" HotelName="Singer Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Alessandro Specchi 10, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/89/6e89c7cb4da996e1fa738faf79f47d263e4615d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="407.03" OriginalAmount="403.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89928306" Longitude="12.47233393" StarRating="0" HotelCode="721536|hub_navona" HotelName="Hub Navona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Santa Maria Dell'Anima 16</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/d4/1ad4b05168d53dac8da236100740c068003029a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="420.16" OriginalAmount="416" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90625" Longitude="12.489545" StarRating="5" HotelCode="200887|21803" HotelName="Ambasciatori Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Veneto 62, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/06/9906ce8d8dea6bdcbe7d875f38adcd28aebadf5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rich in tradition, this grand hotel lies in the heart of Rome - in the centre of the shopping distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="436.28" OriginalAmount="431.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.899934" Longitude="12.472147" StarRating="4" HotelCode="142405|398255" HotelName="Raphael" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Febo 2, Piazza Navona, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/54/a754c7cdcc112d506b600b29599ca6aeacd7315f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is quietly situated at the heart of Rome's historical old town and close to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="462.58" OriginalAmount="458" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90676188" Longitude="12.48177632" StarRating="3" HotelCode="385840|200353" HotelName="Piazza di Spagna 9" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Bar,Internet,Jacuzzi,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Spagna 9, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/6b/196b6e0b1c1624414621e769e135dc4060eb49db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="473.69" OriginalAmount="469" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.89210536" Longitude="12.49061335" StarRating="0" HotelCode="875503|396976" HotelName="Palm Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Colosseo 20, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/2b/7c2bb5ab5d67cf6a7e28c575d456c711b699e5a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="486.40" OriginalAmount="481.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.902029495818" Longitude="12.496055066585" StarRating="5" HotelCode="26026|105421" HotelName="Palazzo Naiadi Rome" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Repubblica 47, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/df/81df0143ff2bbb0e46ade4ab7b656dd361542921.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated at the heart of Rome, on Piazza Repubblica. Many of the most famous t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="499.13" OriginalAmount="494.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="4.5" HotelCode="117787|1559428" HotelName="Villa Spalletti Trivelli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Piacenza 4, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/40/7c405558dbdc6cb42c83856ad7afe9629f832486.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="518.03" OriginalAmount="512.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904723" Longitude="12.480628" StarRating="5" HotelCode="47993|15494" HotelName="Hotel d'Inghilterra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bocca di Leone 14, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/90/5590a44184b01e2d7003d47a4b4a0f9ea09ddca9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located on a quiet side street of the exclusive Via Condotti with its l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="523.18" OriginalAmount="518" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.908840629876" Longitude="12.478655576706" StarRating="2" HotelCode="191983|234108" HotelName="Romeo al Babuino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via del Babuino 46, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/3a/133a792b5d89b62327bc41a11e833ea2e8396df4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="549.44" OriginalAmount="544" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90876941" Longitude="12.4761359" StarRating="0" HotelCode="408425|233960" HotelName="Rarity Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di Ripetta 25, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/5e/f9/5ef93aff669f186b283924d7f7eb6215b2385571.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="558.53" OriginalAmount="553" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90123209" Longitude="12.48393182" StarRating="3" HotelCode="485816|200743" HotelName="Trevi Luxury Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo Scavolino 61, Check in at Residenza Ki-Via Rasella 53, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/d9/9bd982287938e358b3b2e723a373c23a94a91535.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="567.75" OriginalAmount="562.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905287432543" Longitude="12.480342686176" StarRating="4" HotelCode="55604|1558768" HotelName="Portrait Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bocca Di Leone 23, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/95/64955ecf0bd8f384f269966158b3159ac9f0cedd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="602.93" OriginalAmount="596.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.903946" Longitude="12.495306" StarRating="5" HotelCode="17902|15754" HotelName="The St. Regis Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Emanuele Orlando 3, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/6f/b96fa243492d979ac4058fbc68161c93f5e5de96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located just a few minutes walk from the Via Veneto, the Spanish Steps and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="612.06" OriginalAmount="606" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90436124" Longitude="12.47852013" StarRating="3" HotelCode="445649|54750" HotelName="Residenza Napoleone III" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fontanella Borghese 56, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ca/bdca319beccfc3d0fdd9f35e2e63235e8fd5cab9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a safe, a babysitting service, a child...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="614.08" OriginalAmount="608" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90428311" Longitude="12.47799177" StarRating="5" HotelCode="497221|179626" HotelName="Fendi Private Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di Fontanella Borghese 48, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/81/b581fe71d0293bb4a8460290a2c0a0fc93a97f5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="620.14" OriginalAmount="614" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.8744963" Longitude="12.47960364" StarRating="0" HotelCode="565932|234135" HotelName="Salotto Piramide" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Conciatori 26, Aventino, 00154 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/736476/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="698.68" OriginalAmount="691.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.904285826145" Longitude="12.476981011045" StarRating="5" HotelCode="263929|48214943" HotelName="J.K. Place Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Monte D'Oro 30, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/ca/67ca292458974c906fb2c3d207ddb87d4a605bef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="803.96" OriginalAmount="796" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.90451782" Longitude="12.47653134" StarRating="5" HotelCode="630231|254713" HotelName="Hotel Vilòn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Dell'Arancio 69, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/5a/e05a54121a353dbb2c450fe0ca0bfa39b7fb930f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="817.51" OriginalAmount="809.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.906507119761" Longitude="12.486356198788" StarRating="5" HotelCode="11988|15534" HotelName="Eden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ludovisi 49, Rome 00187</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/24/fb244418767a3d3a6f47911e47a98984d64e22ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Rome just 45 minutes drive from the nearest airport. The hotel is su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="935.45" OriginalAmount="926.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.897503642429" Longitude="12.477708756924" StarRating="5" HotelCode="47954|120202" HotelName="Grand Hotel de la Minerve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Minerva 69, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/6a/6a7293c2c3c6bd56/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish luxury hotel is situated at the heart of Rome. Countless tourist attractions such as th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="938.38" OriginalAmount="929.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905964152224" Longitude="12.483761161566" StarRating="5" HotelCode="13672|398065" HotelName="Hassler" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Trinità dei Monti 6, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/bd/3bbd5063e1e5b2b1bd31db20afd598be355dc7e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The famous, tradition-rich luxury hotel overlooks the Spanish Steps at the heart of Rome and is only...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="988.09" OriginalAmount="978.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.905673" Longitude="12.484233" StarRating="5" HotelCode="11651|CAF475400" HotelName="Hotel de la Ville" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina 69, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/86/3486eac1888b0e4dfe738d0b8c79dc54a67081b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated overlooking the Spanish Steps in the Via Sistina. Guests will find a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1033.12" OriginalAmount="1022.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900257" Longitude="12.495949" StarRating="3" HotelCode="143017|1889845" HotelName="Al Viminale Hill Inn &amp; Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Viminale 38, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/93/4193371c8374026f5fbb1fa1a6f4926f50d6227a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1060.83" OriginalAmount="1050.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.900775784698" Longitude="12.497302293777" StarRating="4" HotelCode="11755|1514008" HotelName="Hotel Diana Roof Garden" 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,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 4, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/d1/3dd1a962cd63828524c25399ca42ee14f8730c76.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome, close to the Opera Theatre, Termini Station and other m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1073.82" OriginalAmount="1063.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.918868" Longitude="12.446678" StarRating="5" HotelCode="47278|CAW856700" HotelName="Rome Cavalieri a Waldorf Astoria Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alberto Cadlolo 101, 00136 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/a3/88a3d448dc6fe35ebc460d8634f21c125b582a34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The first class hotel lies in an idyllic location, surrounded by 3 hectares of park area, in the mid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1357.19" OriginalAmount="1343.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.909923" Longitude="12.477357" StarRating="5" HotelCode="11628|CAF388700" HotelName="Hotel de Russie" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Babuino 9, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/30/2b/302b7834910db74a30cda7c446838dcd1fd98c78.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated hotel lies on the beautiful Via del Babuino directly on Piazza del Popolo at the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access,Massage Centre,Sauna,Bicycle Rental,Currency Exchange,Designated Smoking Area,Nightclub,Swimming Pool,Diet Meals,Jacuzzi,Golf,Airport Transfer (on Demand),Pets allowed,Porter,Smoking Rooms,24 Hour Front Desk,Babysitting,Elevator,Concierge,LCD/Projector,Luggage Storage,Off-Site Parking,Parking,Dry Cleaning,Housekeeping,Library,Spa,Meeting Room,Heated Pool,24 Hour Room Service,Valet Parking,24 Hour Power Supply,Printer,24 Hour Security,Wake-up Call Service,Dining,Limousine Service,Coffee Shop,Vending Machine</BasicAmenities>
    <HotelRating>4,5,3,2,2.5,1.5,1,5.5,4.5,3.5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>HISTORIC HOTEL,CITY HOTEL,HOTEL,SPA HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,GUESTHOUSE,GUEST HOUSES,CONFERENCE HOTEL,BUSINESS HOTEL,APARTMENT,BED AND BREAKFASTS,BOATS,APARTMENT HOTEL,AIRPORT HOTEL,VILLA,ECO HOTEL,FINCA,BOUTIQUE HOTEL,GUEST HOUSE,BUNGALOW COMPLEX,HOSTEL,BED AND BREAKFAST,CLUB RESORT,VILLAGE,HOSTELS,APARTHOTEL,GOLF HOTEL,SKI HOTEL,CONDOS,RESORT,COUNTRY HOUSE,FARM STAYS</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
ef8b992c-9ab7-468a-8a6c-e4a53b189544|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="ef8b992c-9ab7-468a-8a6c-e4a53b189544">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="12457" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-01-05T00:00:00" End="2026-01-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ef8b992c-9ab7-468a-8a6c-e4a53b189544|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
ef8b992c-9ab7-468a-8a6c-e4a53b189544|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
ef8b992c-9ab7-468a-8a6c-e4a53b189544|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
ef8b992c-9ab7-468a-8a6c-e4a53b189544|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
ef8b992c-9ab7-468a-8a6c-e4a53b189544|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
ef8b992c-9ab7-468a-8a6c-e4a53b189544|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
ef8b992c-9ab7-468a-8a6c-e4a53b189544|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2025-12-05T05:33:36.1639996+00:00" Version="0" EchoToken="Search" TransactionIdentifier="ef8b992c-9ab7-468a-8a6c-e4a53b189544" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="14.14" OriginalAmount="14.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.30879215" Longitude="116.63021028" StarRating="0" HotelCode="652662|7days_inn_beijing_huairou" HotelName="7 Days Inn Beijing Huairou" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>18 Nanhua Main Street</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/de/13deceef430b2be6ac115e39878dd66b3e6a7f34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.18" OriginalAmount="18.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.89288201" Longitude="116.32525723" StarRating="0" HotelCode="652897|7days_inn_beijing_west_railway_station_south_square_metro_station" HotelName="7Days Inn Beijing West Railway Station South Square Metro Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>9 Guanglian Road, Fengtai District, 100055 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/2f/dd2fe386f6fe0c73ba930f87a340a8aeae0b1448.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.32" OriginalAmount="18.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="705517|4970815" HotelName="GreenTree Inn Beijing Tongzhou Universal Studios Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>16-1 Zhangcai Road</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/8f/ff8fbec5548b94af001f4b155d4bb1ed4a293bea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.16" OriginalAmount="18.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.84413173" Longitude="116.24468533" StarRating="2" HotelCode="422278|4971885" HotelName="Greentree Inn Beijing Lugou Bridge Middle Xiaoyue Road Shell Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6, No.24 Xiaoyue Middle Road, Lugouqiao South Community, Fengtai District, 100070 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/66/8966faecbc1e9bbd7ba400359fc470ea354fd2de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Greentree Inn Beijing Lugou Bridge Middle Xiaoyue is perfectly located for both business and leisure...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.42" OriginalAmount="19.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.92727548" Longitude="116.58353011" StarRating="1" HotelCode="608912|2660055" HotelName="ibis Beijing Changying" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Changying Road and Guanzhuang Road, Chaoyang District, 100024 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/14/3314d7010d440de6a5d51f2feb45c967c2a2f138.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="19.64" OriginalAmount="19.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.8836945" Longitude="116.230837" StarRating="2" HotelCode="651834|723586" HotelName="Jinjiang Inn Beijing East Lianshi Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Beauty Salon,Business Centre,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>99 North Zhangyicun Road, Fengtai, 100071 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/65/ad65ec347b5eae64a76e928e1af61436cb0d823f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Beijing, Jinjiang Inn Beijing Lianshi East Road puts everything the city ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.89" OriginalAmount="20.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.867097" Longitude="116.466426" StarRating="2" HotelCode="422272|2188545" HotelName="GreenTree Inn Beijing Chaoyang Shilihe Subway Station Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Furniture Avenue, Shilihe, 100122 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/535182/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.94" OriginalAmount="20.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.07856081" Longitude="116.56463954" StarRating="2" HotelCode="612031|2182635" HotelName="GreenTree Inn Beijing Capital Airport New International Exhibition Subway Station Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Meeting Room,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>24 West Tianzhu Road, Zone A, Airport Industria, 101318 Beijing, Hebei</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/a7/72a78fb3ef792ae486f095b8f9e22e81d51bee8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;GreenTree Inn BeiJing Capital Airport, Xinguozhan Metro Station Express Hotel is located in No.24, T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.79" OriginalAmount="22.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.73500887" Longitude="116.12704201" StarRating="0" HotelCode="653270|4971785" HotelName="GreenTree Inn Beijing Fangshan Liangxiang Suzhuang Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>10 Yuehua Nanda Street, 102488 Fangshan</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/90/01905479ae3d3699fc8546a97bace6b28ed858c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Greentree Inn Beijing Fangshan Liangxiang Suzhuang to discover the wonders of Beijing. The h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.04" OriginalAmount="22.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="0" HotelCode="652599|4971005" HotelName="Greentree Inn Beijing Mentougou Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39-2 Shuangyu Road, 102300 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/0b/420b5fed5b8f4890e2c89c1629ce66e4f34c9cbd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star GreenTree Inn Beijing MenTouGou Express Hotel offers comfort and convenience whether you'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.23" OriginalAmount="23.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.881589" Longitude="116.458063" StarRating="2" HotelCode="181188|7_days_inn_jingsongbeijing" HotelName="7 Days Inn Jingsong-Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>5 Jingsong Nan Road, Beijing 100021</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/72/c8724d0963a02e1054f2cf41bc23827d1e7b89ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Beijing, 7 Days Inn Beijing Jinsong Subway Station Branch puts everything...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.24" OriginalAmount="24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.94468914" Longitude="116.12582072" StarRating="0" HotelCode="688394|486227" HotelName="Home Inn Beijing Mentougou Shuangyu Huandao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>D092</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0031/13776/3113776/1.jpg?f=14950606</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.80" OriginalAmount="24.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.924392" Longitude="116.424059" StarRating="2" HotelCode="181173|2394715" HotelName="7 Days Inn Chaoyang Men" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>190 Jia Neidajie, Chaoyangmen, Dongcheng, Beijing 100010</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/32/3f/323f8afc5420c7a45d64c5cdb78e213ab9565922.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.25" OriginalAmount="25.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.042019" Longitude="116.304133" StarRating="2" HotelCode="181143|7_days_inn_shangdi" HotelName="7 Days Inn Shangdi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>28 Shangdi Liu Street, Haidian, 100085 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2a/e42acd00c947d91d72c09067df2602bce313ea86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in Beijing City. Those who dislike animals may enjoy their stay, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.54" OriginalAmount="25.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.890119446581" Longitude="116.32073369552" StarRating="2.5" HotelCode="900385|241006" HotelName="Jinjiang Inn Beijing West Railway Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 1 Maliandao North Road, Xicheng District, 100055 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/65/45653792ee63aa090340861423b828ebed30f250.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing NanYoung - N (NAY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.22" OriginalAmount="27.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="664694|4715865" HotelName="IU Hotel Beijing Zhongguancun Zhichunli Subway Station Branch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>55 Kexueyuan S Road</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/d6/98d6f2419a489ad1eb1299508b78b53c42c69a93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.94352083" Longitude="116.41379363" StarRating="2.5" HotelCode="369345|nostalgia_hotel_beijing_guozijian" HotelName="Nostalgia Hotel Beijing Confucius Temple" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>57 North 3rd Road, Jiaodaokou Street, Dongcheng District, 100007 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/8f/888f190175c9110320baf3173cb8c9fc052956c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.904461" Longitude="116.382784" StarRating="2" HotelCode="181160|7_days_inn_tiananmen" HotelName="7 Days Inn Tiananmen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>9 Xirongxian Hutong, Xicheng, 100031 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/0f/d30fc0595f2ccb5539436ce150692a44c990f9ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in Beijing City. The hotel features a total of 117 rooms. Custome...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.099956" Longitude="116.544757" StarRating="3" HotelCode="298638|shanshui_trends_hotel_tianzhu_branch" HotelName="Shanshui Trends Hotel Beijing Tianzhu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Yu'an Road, B District, Shunyi District, 101318 Beijing, Konggang Industrial Zone</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/20/9b20c769da31557b7ba47fe39cc5994c6936ea12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.46" OriginalAmount="28.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="0" HotelCode="740078|4865625" HotelName="GreenTree Inn Beijing Chaoyang District Maquanying Subway Station Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>Southwest Commercial Building, Maquanying Village, Chaoyang, 100103 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/77750/3677750/1.jpg?f=15310482</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.807019" Longitude="116.1720455" StarRating="0" HotelCode="653257|greentree_inn_beijing_fengtai_yungang_road_express_hotel_" HotelName="GreenTree Inn Beijing Fengtai District Yungang Road Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Yungang Road, Fengtai, 100074 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/f5/9cf5ec603cbd0eecd0c4cd74f9bd19f4730e7dba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at GreenTree Inn Beijing Fengtai Yungang Road Express to discover the wonders of Beijing. The h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="31.02" OriginalAmount="30.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.97674497" Longitude="116.49441719" StarRating="2" HotelCode="313358|256836" HotelName="Jinjiang Inn Beijing Jiuxianqiao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10 Jiuxianqiao Street, Chaoyang Distirct, 100016 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/36/4f36d077c107ef58beadd1ea240ae74843f21bc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.09" OriginalAmount="30.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.908104811006" Longitude="116.19941617017" StarRating="4" HotelCode="974236|2395595" HotelName="Lavande Hotel Beijing Shijingshan Wanda Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>33 Shijingshan Road, Shijingshan District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/f4/70f44b9a2012a035490e5fccdbdcecac6da1b2b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.12" OriginalAmount="30.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.859104" Longitude="116.43864" StarRating="2" HotelCode="132988|4771785" HotelName="GreenTree Inn Beijing Fangzhuang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Heng Yi Tiao East Tie Ying, FengTai, Beijing 100078</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/1a/a91ab66a9e3cc92b9240d73372de1c05a5347297.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.858702" Longitude="116.423634" StarRating="2" HotelCode="181179|7_days_inn_liujiayao" HotelName="7 Days Inn Liujiayao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Designated Smoking Area,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>29 East of Nansanhuan, Fengtai, Beijing 100078</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/6d/9d6d9fcb6a03e64bf484780d6da2256dd129b188.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at 7 Days Inn Beijing Liujiayao Subway Station Branch to discover the wonders of Beijing. Both ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.97908975" Longitude="116.3127625" StarRating="2" HotelCode="425870|7days_inn_beijing_zhongguancun_renmin_university" HotelName="7 Days Inn Zhongguancun Renmin University of China Branch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Designated Smoking Area,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>49-2 Suzhou Street, Haidian District, Beijing 100080</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/55/7e5526abe01a31e14317e81ef497f2ec920d63e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Beijing, 7 Days Inn Zhongguancun Renmin University of China puts everythi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.9867008" Longitude="116.4855414" StarRating="3.5" HotelCode="200746|yitel_beijing_wangjing_798" HotelName="Heyi-Beijing Wangjing 798 Heyi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Building 4, 5 Yingpingli, 9 Jiuxianqiao North Road, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/f5/17f5f01ed57c833edb15e2e9d24b3358b3e203b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Well-positioned in Wangjing Science and Technology Park, the hotel is the ideal point of departure f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.77" OriginalAmount="32.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.85622422" Longitude="116.2923124" StarRating="2.5" HotelCode="615255|2489545" HotelName="Jinjiang Inn Beijing Fengtai East Street Subway Station" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Youyongchang North Road, Fengtai, 100071 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/1a/5b1a34ae3e618b19bdcd15980171e716533a9b3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.07863190043" Longitude="116.58592058474" StarRating="4" HotelCode="322766|capital_airport_international_hotel" HotelName="Capital Airport International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Building 2, Jichang Huoyun Road, 100621 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e6/19/e6194ad37adb4bb053e2b9ea2766d5202dc1fd0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.902971153234" Longitude="116.43191456795" StarRating="3" HotelCode="68815|beijing_zhongan_hotel" HotelName="Zhongan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.6 kuijiachang Hutong, East Beijing Train Station Ave, Dongcheng District, Beijing 100005</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b5/a2b5cc5108da8ad77820bd20f4ad34cff5f4f209.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel is situated in the Dongcheng district; the golden area of Beijing. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.34" OriginalAmount="33.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.89070888" Longitude="116.40676329" StarRating="1" HotelCode="418849|4149055" HotelName="Jinjiang Inn Beijing Zhushikou Branch" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>No 72 Xixiaoshi Street  Dongcheng District, 100050 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/4b/e34b5dd89313c74dfa13f607ad344034d70c961e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Jinjiang Inn Beijing Zhushikou Branch in Beijing (C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.8558536" Longitude="116.29402131" StarRating="2" HotelCode="612596|2186565" HotelName="GreenTree Inn Beijing Fengtai District East Avenue Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Fax,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>36 Dongda Street, Fengtai District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/fd/73fd9b70a5c6a4aa095cdbc0ce0d8933b873a327.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;GreenTree Inn Beijing Fengtai Dongda Street Express Hotel is located in No.36 Dongda Street,Fengtai ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.944059546024" Longitude="116.41103893518" StarRating="2" HotelCode="181115|nostalgia_hotel_beijing" HotelName="GreenTree Alliance Beijing Yonghe Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>46 Fangjia Alley, Dongcheng, 100101 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/28/28283247e95f4fcb81cb4cef3d195753ac2514e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.99" OriginalAmount="34.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.995344793725" Longitude="116.42614658399" StarRating="2" HotelCode="181193|2395415" HotelName="7 Days Inn Bird's Nest Stadium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="24 Hour Room Service,Designated Smoking Area,Elevator,Internet,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Xiaoying Road, Chaoyang District, 100101 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/3d/483da34ed292e3158d4deaca4ab8d8ddcf9accbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star 7 Days Inn Beijing Bird Nest Stadium offers comfort and convenience whether you're on bus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="35.15" OriginalAmount="34.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="704169|813331" HotelName="Nostalgia Hotel Beijing Guomao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building 11, Nongguang dongli, Chaoyang District, 100021 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/5f/9a5f0467add764a63d05c971af50be9b4a6bdc7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.35" OriginalAmount="35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="608119|247288" HotelName="Nostalgia Hotel CBD Jinsong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Nongguang Dongli, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/778684/d5aa2b88bc867d98ab1406ccd7f4c193.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.04" OriginalAmount="35.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.89805913" Longitude="116.32008079" StarRating="2" HotelCode="614220|2182025" HotelName="Greentree Alliance Beijing West Railway Station Zhanqian North Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Fax,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>21 Yangfangdian Road, Hai Dian, 100038 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/9a/239ab16a5d2301b83ddfeb63b6487189db73b853.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;GreenTree Alliance Beijing North Square of Railway West Station Hotel is the symbol of Beijing Railw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.18" OriginalAmount="36.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.001842524854" Longitude="116.42146641601" StarRating="2" HotelCode="181142|1124168" HotelName="Jinjiang Inn Beijing Olympic Village Datun Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Building 2, 220 Datun Road, Andingmenwai, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/2e/8d2e797792b5449cbb5bca5555b321236e81833f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="37.96" OriginalAmount="37.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.924442" Longitude="116.395036" StarRating="3" HotelCode="899509|115922" HotelName="King Park View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>55 Shatanhou Street, Dongcheng Ditstrict, 100009 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/bd/a6bd7baa796cb8905585a93cdeb0d74af055bdc4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated in the centre of Beijing. It lies opposite the well-known May 4...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.898051" Longitude="116.332621" StarRating="2" HotelCode="181140|greentree_alliance_beijing_west_railway_station_north_square" HotelName="GreenTree Alliance Beijing West Railway Station North Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>100 meters West of Zhongtu Building, Lianhuachi East Road, Haidian District, 100038 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/d2/a6/d2a696ef2bca5910a3a62a826432a4d80494088d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.81" OriginalAmount="38.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.898485" Longitude="116.359293" StarRating="2" HotelCode="133891|1123438" HotelName="JinJiang Inn Changchun Street Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nr. 7 Xili Changchun Street, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/da/4cda67794a0a0aeeac888f7f54f9b352f319541b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.39" OriginalAmount="39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.94223394" Longitude="116.39958303" StarRating="3" HotelCode="579369|491817" HotelName="Dongfang Shengda Cultural Hotel Nanluoguxiang Houhai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>107 Baochao Alley East Gulou Avenue, Dongcheng, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/b3/44b32440e4d55c00d0a87d37b555efaf4d9933f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence warmly welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.39" OriginalAmount="39.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.88977317" Longitude="116.27699269" StarRating="3" HotelCode="269383|greentree_inn_beijing_yuegezhuang_business_hotel" HotelName="Green Tree Inn Yue Ge Zhuang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/08/9f08998f15c4ea249a4012b622c5d3065e741958.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.39" OriginalAmount="39.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.940801" Longitude="116.397928" StarRating="3" HotelCode="113085|perfect_inn_2" HotelName="Pofit Nostalgia Theme Hotel (Beijing Nanluoguxiang)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>281 Gulou Dong Dajie, Dongcheng District, 100009 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/24/50245c41e2ec022a84a89aa18aafdd785f37d72b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.16" OriginalAmount="39.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.055517723437" Longitude="116.58200433401" StarRating="4" HotelCode="71273|1512878" HotelName="CITIC Beijing Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Capital International Airport, 9 Xiao Tianzhu Road, 100621 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/c9/52c989b1d821c7370208d7d7174688554d6926b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is only 3 km from Beijing Capital International Airport and just minutes away from the New...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.884179" Longitude="116.467917" StarRating="2" HotelCode="900380|orange_hotel_jingsong_bridge_east" HotelName="Orange Jingsong Bridge East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>No 34 Nongguang Dongli, Chaoyang District, Beijing 100021</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/d4/fed47551bf5b2e146ff89d59786b0c85c05cb416.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;##Property Location  With a stay at Orange Jinsong Bridge East in Beijing (South Chaoyang), you'll b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="381110|hanting_express_beijing_railway_station" HotelName="Hanting Express Beijing Railway Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Building 907 Block 9, Jinsong, 100021 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/c7/37c74e14c1d5b21ea67b95f42576a00455877e54.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.63" OriginalAmount="40.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.89270825" Longitude="116.390645" StarRating="3" HotelCode="269405|2277125" HotelName="Beijing Hyde Courtyard Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>11 Shijia Alley, Meishi Street, Xicheng District, Beijing 100051</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/f9/f9f9cd4ac00d9589e3b52615df227c96a982dd03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.79" OriginalAmount="40.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.952214461399" Longitude="116.47252064249" StarRating="3" HotelCode="82447|882965" HotelName="The Twenty First Century Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Liangmaqiao Road, Chaoyang, 100016 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/00/af00abe1b795ad09ca91c09cc2fc5814de2f42b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.30" OriginalAmount="40.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.065115824201" Longitude="116.56943678856" StarRating="4" HotelCode="166810|507385" HotelName="Ramada by Wyndham Beijing Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Tianzhu Fuqian Avenue, Shunyi District, 101312 Beijing, Huabei (North China)</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/69/2769df1fd8318244d0a3408e12330f8515e10238.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wangjing business district is a 20-minute drive away and the CBD is 20 minutes away via expressway. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.907527" Longitude="116.204744" StarRating="4" HotelCode="298626|jing_yan_hotel" HotelName="Jingyan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Shijingshan Road, Shijngshan District, Beijing 100043</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/8e/758ee06f2bffd8f7dfbeb2705dfe0ad88f44a04d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Jing Yan Hotel - Beijing in Beijing (Haidian), you'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.800662" Longitude="116.48498667" StarRating="3" HotelCode="269560|fx_inn_yizhuang_beijing" HotelName="Fx Inn Yizhuang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Tian Hua West Road, Third Block, YiZhuang, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/d3/d8d33dd38f0636d7fdbe30f84a9fc32d1d626c12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.59" OriginalAmount="41.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="974245|2458235" HotelName="Lavande Hotel Beijing Olympic Village Bird's Nest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Xingmei Building North, Lin Cui Bridge North Black Road, Changping, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/39/c939219ed11b6cf511c7201e53665ef135d9be61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.85" OriginalAmount="41.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.935703" Longitude="116.403028" StarRating="2" HotelCode="503988|4111225" HotelName="Peking Youth Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>113-2 Nan Luo Gu Xiang, Dong Cheng District, 100009 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/89/3c89b3f3361e7a19a76c899c3eb0a649d5570438.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Peking International Youth Hostel to discover the wonders of Beijing. The hotel offers a wid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.42" OriginalAmount="42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.946643443704" Longitude="116.4470203279" StarRating="2" HotelCode="162041|451192" HotelName="Home Inn Beijing Yansha Xinyuanli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Eco Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Xinyuan Xili Zhongjie, Chaoyang, 100000 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/5a/3c5a1e217847a06fad6abd6505f9e0de2a698984.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wangfujing Street is 7 km from the hotel and Tiananmen Square is 8 km away. Beijing Capital Internat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.940516322501" Longitude="116.34005963802" StarRating="3" HotelCode="50831|exhibition_centre_hotel" HotelName="Exhibition Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 Xi Zhi Men Wai Street, Beijing 100044</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/9f/4c9fafad74921a62a377f93af4c7d023f1148640.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located near a host of notable attractions and landmarks, including the In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.989914" Longitude="116.491271" StarRating="4" HotelCode="114180|ji_hotel_bridge_in_beijing_dashanzi_798_art_zone" HotelName="Days Inn Business Place YinFeng" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>No. 6 Caihong Road, Dashanzi, Chaoyang District, Beijing 100015</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/08/b808db8391bade8b9659130492f984ec9b05c744.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to the Wangjing Industrial and Business Park where all the multinational c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.943914" Longitude="116.466511" StarRating="3" HotelCode="905784|beijing_saga_hotel" HotelName="Beijing Saga" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.12 Nongzhanguan South, 118305 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3c/b73c7ba9cda5020147e9c1e4d6a201e4dd1923e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located about 25 km away from Nanyuan Airport, 10 km away from Beijing railway station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.43" OriginalAmount="43.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.023059" Longitude="116.528224" StarRating="3" HotelCode="916488|holiday_inn_express_beijing_airport_zone" HotelName="Holiday Inn Express Beijing Airport Zone" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Building 1, 6 Court Jingshun East Road, Chaoyang District, 100015 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/91/cd91d164288b0208dc7c7e0f5bd151e65a8e1dd0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.49" OriginalAmount="43.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.88125171655" Longitude="116.39073193073" StarRating="3" HotelCode="42865|512615" HotelName="Happy Dragon R J Brown Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Xinnong Street, Beijing 100050</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/fd/fdfdf6fb8e4c40b4d4fd4ae03f5c833f8a9bbfa2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located around 1.5 km from Tiananmen Square, which can be reached in a 20-minute walk o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.13" OriginalAmount="43.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.90455" Longitude="116.213408" StarRating="4" HotelCode="111282|183756" HotelName="Mercure Wanshang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Yinhe Street, Shijingshan District, 100043 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/ae/11ae2d946b275e39928f703b687690cc129d9338.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located west of the city, the hotel is an oasis for leisure getaways and corporate guests. It is clo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="44.52" OriginalAmount="44.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.889241416947" Longitude="116.4386844635" StarRating="4" HotelCode="899558|115254" HotelName="Xizhao Temple" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Xizhaosi Middle Street, Chongwen District, Dongcheng, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/33/8233fac63e3defeaa59f5aca82edad1be20c70ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This themed hotel is located on Middle Xizhaosi Street, close to Liangguang Road and the East Second...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.47" OriginalAmount="45.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.888072" Longitude="116.389519" StarRating="3" HotelCode="61888|373775" HotelName="Dong Fang Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Wanming Road, Xuanwu District, 100050 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/1f/cc1f32e764c17a439c5537bb50249863fdc3f2ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Beijing. Surrounding landmarks include Tiananmen Square and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.91" OriginalAmount="45.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.939342" Longitude="116.393036" StarRating="3" HotelCode="134277|1159528" HotelName="Lotus Place The Lakeside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>14A Houhai Beiyan, Xicheng district, 100009 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/ba/e7ba18068cd49abe1808a744f3d38325b951fad0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.37" OriginalAmount="46.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.04046852" Longitude="116.3791847" StarRating="2.5" HotelCode="425070|2183565" HotelName="GreenTree Inn Beijing Lin Cui Road Business Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>On The West Side of Baosheng Village View Garden, Haidian District, 100085 Beijing, Changping</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/71/cf71029b7c0d8f57da349a4aa0dcd36a7d52f8f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.47" OriginalAmount="47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.930632530056" Longitude="116.37189742496" StarRating="2.5" HotelCode="200735|62433" HotelName="Beijing 161 Beihai Courtyard Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Xisi North Qi Tiao, 100035 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/9e/d09e5100cb1bef155c7bcf859b821082189d274b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 50 rooms. Wireless internet access is available to travellers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.47" OriginalAmount="47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.900573" Longitude="116.475465" StarRating="2" HotelCode="111234|451258" HotelName="Home Inn GuoMao" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>No.20 Baiziwan Road, Chaoyang District, Beijing 100026</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/ba/35bab38571b174d6d5cfc0d4d2fd24bb33ece398.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This eco hotel is situated in the heart of the city, making it convenient for tourists and business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.54" OriginalAmount="47.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.969168349716" Longitude="116.39562818221" StarRating="2" HotelCode="133890|1660988" HotelName="JinJiang Inn Anzhenli Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23  Anzhenli, Section 3, Chaoyang, 100029 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/64/c56454de22429f5cb65e4cbc89575965fda587a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.22" OriginalAmount="47.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="973422|2395585" HotelName="Lavande Hotels Daguanyuan Guanganmen Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Building 17, 2 Nancaiyuan Street, Xicheng, 100000 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/bb/9bbbf0e4a890784f63af64274788b864e27c2160.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.976661010959" Longitude="116.47321569894" StarRating="4" HotelCode="34347|metropark_lido_hotel_beijing" HotelName="Metropark Lido Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Jiang Tai Road, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/de/7bdeecf2835cc0a12111d4d1da91b6657f3f4a8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical city hotel is located within the Lido Place, a commercial/residential complex that a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.84711225" Longitude="116.40204255" StarRating="4" HotelCode="916489|dahongmen_international_convention_exhibition_center" HotelName="Dahongmen International Convention and Exhibition" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Business Centre,Coffee Shop,Concierge,Conference Hall,Designated Smoking Area,Elevator,Garden,Internet,Laundry,LCD/Projector,Massage Centre,Meeting Room,Parking,Porter,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fengtai District, 138 Yongwai Gaozhuang, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/27/8c27f027d07d1ff3155f4ad1b8681b931ce2c6f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Dahongmen International Convention Exhibition Center in Beijing Fen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.910097" Longitude="116.411395" StarRating="4" HotelCode="93678|the_north_garden_hotel" HotelName="North Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>218-1 Wangfujing Avenue, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/70/7570a5ed063a22735612684d0eceb7db49750431.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located on East Chang'an Street, close to Tiananmen Square and northwest of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.902755104046" Longitude="116.47291481494" StarRating="2" HotelCode="166445|piao_home_inn_beijing_guomao_east" HotelName="Piao Home Inn Beijing Guomao East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>12 West Dawang Road, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/5e/405e727484cdbb0e39896eb20e2c40c457abfefa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel is situated in World Trade Center. The reception desk is not open throughout the day...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.93502165" Longitude="116.40676198" StarRating="2.5" HotelCode="931004|hutong_impressions_beijing_guesthouse" HotelName="Hutong Impressions Beijing Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Parking">
        <Address>
          <AddressLines>
            <AddressLine>9 Banchang Hutong, Dongcheng District, 100009 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/ba/17bac6c6b864d7065df6b3abcb533bf33f35258e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hutong Impressions Beijing Guesthouse in Beijing (D...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="50.11" OriginalAmount="49.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.913494" Longitude="116.400189" StarRating="4" HotelCode="93649|110717" HotelName="Jade Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.1 Nan He Yan Street, Dongcheng District, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/02/9902e8e61b14f0971184048534456f6b6f1e6fd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the centre of Beijing. From the hotel's entrance, guests can see the easter...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.28" OriginalAmount="49.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.989476" Longitude="116.353438" StarRating="2" HotelCode="181158|1443548" HotelName="GreenTree Inn Xueqing Road Business Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 9 Commercial Service Building, YiCheng DongYuan, XueYuan Road, Haidian District, 100085 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/95/929548bbc37ef9df5aaf0e47646232d2cd47d769.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.50" OriginalAmount="50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.935231612762" Longitude="116.44559365145" StarRating="3" HotelCode="331071|63875" HotelName="The Sanlitun Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Lane 10, Xingfuyicun, North Gongti Road, 100027	Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/fd/3bfd8bd5b1e974da8fb1bc8aa42b0cfe894043ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.91881049" Longitude="116.41235023" StarRating="2.5" HotelCode="439789|jinjiang_inn_beijing_wangfujing_branch" HotelName="Jinjiang Inn Beijing Wangfujing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>75 Dengshikou Street, Dongcheng District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a8/baa8e25917fb01308a4347225bd0c802baaf0495.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel can be found in Wangfujing. Pets are not allowed at Jinjiang Inn (Wangfujing,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.12977882" Longitude="116.61564204" StarRating="4" HotelCode="381180|beijing_air_harbor_hotel_" HotelName="Holiday Inn Beijing Airport Zone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>No.35 Nanchen Road, Nanfaxin, Shunyi District, 101300 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/52/555202daa5c330f0bd7c6b5524d650de16cbcdf8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.975919746195" Longitude="116.33884996176" StarRating="4" HotelCode="26340|park_plaza_beijing_science_park" HotelName="Park Plaza Science Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>25 Zhichun Road, Beijing 100083</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/1e/eb1eb5e58bdd172d2a443f691ae9ea5ef2a75409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Zhongguancun, China's Silicon Valley. Surrounded by Beijing's t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="51.00" OriginalAmount="50.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.78197433" Longitude="116.3225199" StarRating="4" HotelCode="855670|718897" HotelName="Hyatt Place Beijing Daxing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Building 4 Yard 15, Xinya Street, Daxing District, 100162 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/29/cf2951373a4c9c3d3628cb311fc89db51f3a9193.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.42" OriginalAmount="50.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.941182618819" Longitude="116.43819093704" StarRating="4" HotelCode="114182|235866" HotelName="AC Embassy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>26 Dongzhimen Outer Street, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/e0/6de01711e8d45b0f44fbca5374978667e81a756d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Sanlitun embassy area, facing the Australian embassy, abutting upon the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="51.50" OriginalAmount="50.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.994306" Longitude="116.400698" StarRating="5" HotelCode="93768|93304" HotelName="Celebrity International Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Anli Road, Chaoyang District, 100101 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/17/76178a3bb6a7e56b53ea7fdc9c932d985bb1c7e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in China's Asian Game Village area, which is regarded as the new and fast developing economi...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.51" OriginalAmount="51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.937145792146" Longitude="116.4157716589" StarRating="2" HotelCode="111175|452545" HotelName="Home Inn Beijing Beixinqiao South Luogu Lane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Eco Hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>7 Xiguan Alley, Dongsi North Street, Dongcheng District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/d1/8ad1a5380b4a8280f91949cd616dae1a6e0fab02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located 10 minutes' walk from Metro Line 5 and is 2.5 km from Beihai Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.866584" Longitude="116.3626" StarRating="4" HotelCode="111309|beijing_commercial_business_hotel" HotelName="Commercial Business" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Yulinli, Youanmenwai, Fengtai District, Beijing 100069</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/f0/85f0b439cdd87faa336037943ec380932db16dea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in You An Men Qiao on the South 2nd Ring Road of Beijing, the hotel is to the north near Bei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="51.93" OriginalAmount="51.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.919113" Longitude="116.411607" StarRating="4.5" HotelCode="34351|88944" HotelName="Crowne Plaza Wangfujing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Wangfujing Avenue, Dongcheng District, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/7e/877e60fd1e2c770aeb277ec806e40e9e9b106910.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set on bustling Wangfujing Avenue, this hotel stands amongst the city's vibrant shopping and interna...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.34" OriginalAmount="51.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.898667" Longitude="116.474035" StarRating="4" HotelCode="166440|183276" HotelName="Mercure Beijing Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.16 Jia Xi Da Wang Road, Chao Yang District, 100124 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/a4/b1a4d9b1de30c9548ab0fe038883594385473e18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the central business district, close to China World Trade Centre and China C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.991304291816" Longitude="116.20292826686" StarRating="4" HotelCode="111351|fragrant_hill_empark_hotel" HotelName="Fragrant Hill Empark Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>59 North Zheng Huangqi, Haidian, 100093 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/e3/ffe37e0af1457abb4c1885e57259e4698a45d7d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.918922" Longitude="116.282912" StarRating="3" HotelCode="100652|ruicheng_hotel" HotelName="Ruicheng Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.9 Xi Cui Road, Haidian District, Beijing 100036</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/b1/73b17814306cbdf7fe802281a4a43c1b4783644a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the West Third Ring Road and West Fourth Ring, near Chang'an Avenue and nor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.72" OriginalAmount="52.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.906052819645" Longitude="116.42830131349" StarRating="4" HotelCode="68578|3484" HotelName="Howard Johnson Paragon Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18A Jian Guo Men Nei Avenue, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/c3/f8c37fde3d76273d51e342a67c620c6308364cf7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on East Chang An Street, in the heart of the golden area of the capital city, e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.04828937352" Longitude="116.61266876127" StarRating="5" HotelCode="162039|langham_place_beijing_capital_airport_2" HotelName="Cordis, Beijing Capital Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Yi Jing Road, Terminal 3, Capital International Airport, 100621 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/zz/4fad0bdb59f865110d2935a220d76e701b3766a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel's enviable location allows easy access to key districts and must-see attractions, being on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.799581" Longitude="116.503437" StarRating="4.5" HotelCode="395080|beijing_jinjiang_fuyuan_hotel" HotelName="Jinjiang Fuyuan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Ronghua Middle Road, Economy Technology Development Area, Beijing 100176</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/0f/e90f61e52b9a348e2c632f3f545829d2f11645ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the commercial district and close to the Cuisine Street. Guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.958377402099" Longitude="116.46428523314" StarRating="2.5" HotelCode="298351|cendre_hotel" HotelName="Cendre Hotel" Meals="BREAKFAST-FOR-1" BedType="BREAKFAST-FOR-1" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Xiaoyun Road, Xia Guangli 30, Building 6, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/97/b3971230262708256d69808105ceb4c7edf3c824.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.943893025459" Longitude="116.4082176417" StarRating="2" HotelCode="269251|you_you_zhu_qing_she_lian_suo_jiu_dian_nan_luo_gu_xiang_dian" HotelName="Beijing Yoyo Hotel Nanluo Guxiang Branch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Designated Smoking Area,Dining,Garden,Internet,Kitchen,Laundry,LCD/Projector,Lounge,Luggage Storage,Pick &amp;amp; Drop,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>187 Andingmen Neidajie, Dongcheng, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/29/a429a2abc4fe33be3d2209545c9f186f09b251db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at Beijing Qingfeng Youlian Hostel places you in the heart of Beijing, minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.87" OriginalAmount="53.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.956885" Longitude="116.280265" StarRating="4" HotelCode="111352|373665" HotelName="Aloft Beijing Haidian" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tower 2, No. 25 Yuanda Road, Stadtteil Haidian, Peking 100097</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/5b/1b5bc81803be9b191c1f2c7116da64612dcd611f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is about 31 km from Beijing Capital International Airport (about 40 minutes by car) and 24...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.17" OriginalAmount="53.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.907053" Longitude="116.448662" StarRating="4" HotelCode="132943|856975" HotelName="Gotel Capital" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12, Yongan xili, Jianguo Men Wai Street, Peking 100022</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/31/a731ea80683156aa50fe3b84440668cf81eb42ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Beijing's CBD, on Jianguomenwai Street. It lies next to the S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.99034143" Longitude="116.19581714" StarRating="4" HotelCode="132334|fragrant_hill_hotel_2" HotelName="BTG Fragrant Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Maimai Street, Haidian District, Beijin</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/50/8250069ec1802e029700844e59f34a93ef547c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 290 rooms. Services and facilities at the hotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.916933" Longitude="116.406964" StarRating="4" HotelCode="410139|sunworld_hotel_beijing" HotelName="Sunworld Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88 Dengshikou Street, Dongcheng District, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/78/4a78770a025aa892efcbe2bf1b916dbe7d82af64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Beijing at the corner of Wangfujing and Dengshikou (the Golden...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.041858644804" Longitude="116.30915381965" StarRating="2" HotelCode="133420|home_inn_shangdi" HotelName="Home Inn Shangdi Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Chuangye Road, Haidan, 100085 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/14/8a140210080754d2ed5aa75fe14b39306c37068e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a convenient location.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.931360260475" Longitude="116.43289089203" StarRating="5" HotelCode="10871|beijing_asia_hotel" HotelName="Asia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Xinzhong Xijie, Gongti Beilu, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/82/6382b42837d9980334ee574060fb068f9a20450a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Beijing's flourishing business area, near the cultural ministry and the emba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.67" OriginalAmount="54.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.00740684" Longitude="116.40760275" StarRating="3.5" HotelCode="369434|2565095" HotelName="D-Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>No. 105 Huizhong Beili, 100021 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/85/2e855169443f3d66b89bf165431ffe4cd161cce7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Beijing, this boutique hotel has the perfect ambience for guests who appreciate a stylish...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.09" OriginalAmount="54.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.789266" Longitude="116.514443" StarRating="3" HotelCode="298611|968975" HotelName="Holiday Inn Express Beijing Yizhuang" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Building, 10 Courtyard, Ronghua South Road, Ec&amp;tech Development Zone, 100176 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/9b/309b5b102fd645ef4add5e79bdcd18b8ef17a944.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.91646727" Longitude="116.43805996" StarRating="3" HotelCode="330349|ji_li_plaza" HotelName="Ji Li Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/c0/90c064dbec45b6b2f3ff745c973c1bba337c68fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Sanlitun Bar St. &amp; Embassy Area, Hotel Beijing Ji Li ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.76" OriginalAmount="55.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.90523892" Longitude="116.44354123" StarRating="3" HotelCode="958950|2565025" HotelName="Atour Light Hotel Jianguomen Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>11 Jianhua South Road, Chaoyang, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/4d/024dd927988da9002252bd7fdaf4b275dd04a741.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.83" OriginalAmount="55.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="0" HotelCode="756766|2634195" HotelName="Hampton By Hilton Beijing Fangshan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Building 1, 66th Yanfu Road, Industrial Park East, Fangshan District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/41/264197f5ea8a8e96c8ae2d19b6d08cd4c128d107.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.00" OriginalAmount="55.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.936712" Longitude="116.443571" StarRating="3" HotelCode="173350|807625" HotelName="Holiday Inn Express Beijing Dongzhimen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Chunxiu Road, Dongcheng District, Beijing 100027</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/38/f7383102c922c7746f52a6d128b1c4c4c6ede8b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.25" OriginalAmount="55.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.917217712842" Longitude="116.44100580126" StarRating="5" HotelCode="317606|2562585" HotelName="Ritan Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Ritan Road, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/bf/f5bf1522f59cc4133d851beded4dc10a48c3387b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.53" OriginalAmount="55.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.900180979891" Longitude="116.41070365906" StarRating="4" HotelCode="19466|49214" HotelName="Novotel Beijing Xin Qiao" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 West Street, Chongwenmen, Dongcheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/7d/0e7d85a3f23828ade29a0ee5aad342cc04c5dc3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre, within walking distance of Tiananmen Square and Wangfujing ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.99508087" Longitude="116.40197472" StarRating="3.5" HotelCode="111358|national_jade_hotel" HotelName="National Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/zz/c0adcec18c8943456a3b1e5ddab01de468f01d6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="111361|holiday_inn_express_beijing_huacai" HotelName="Holiday Inn Express Beijing Huacai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Guangshun North Street, Wangjing, Chaoyang District, Beijing 100102</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/e5/81e5e4d376719cca6253c08513234c51f986aabe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city business hotel is located at Wangjing High Technical Industrial Zone, surrounded by a numb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.035577" Longitude="116.308699" StarRating="3" HotelCode="79045|holiday_inn_express_shangdi_beijing" HotelName="Holiday Inn Express Shangdi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Shangdi Road, 100085 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/de/1bded9ef87c60c23a52761ec054824f6c8098d99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the heart of Zhongguancun Shangdi, an area dominated by the inf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.74" OriginalAmount="56.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.93307" Longitude="116.429449" StarRating="4" HotelCode="93702|3594" HotelName="Poly Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 South Dongzhimen Street, Dongcheng District, Beijing 100027</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/e6/40e6ac6e6bb140e3bb7b81135be90e330b2bf0f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.0480439" Longitude="116.29792008" StarRating="0" HotelCode="381200|yitel_zhongguancun_software_park" HotelName="Yitel Zhongguancun Software Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>No. 9 Zhongguancun Software park, No 8 Beiwang Road, 100193 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/78/cf785a92b0a1fc3526f7ce5b3cf8545242c3b13d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Shangdi &amp; Zhongguancun Science Park, Yitel Zhongguanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.950996666667" Longitude="116.44350666667" StarRating="3" HotelCode="132238|xinghelou_hotel" HotelName="Atour S Hotel Dongzhimen Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Zuojiazhuang, Chaoyang District, 100028 Beijin</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/b7/75b74d843de9e77a34b1caf7fe9a583cf9334e52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.39" OriginalAmount="57.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.908478809484" Longitude="116.4546643347" StarRating="4" HotelCode="76031|3524" HotelName="Jinglun Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Jianguomenwai Avenue, 100020 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/ed/4ded49c8551d8205c1144deb1189206aafd54509.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the centre of Beijing's business district. Guests will find Beijing train s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.50" OriginalAmount="57.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.888898" Longitude="116.653517" StarRating="3" HotelCode="170058|858485" HotelName="Sun Flower Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 201 Cuiping North lane, Jiukeshuxi Road Tongzhou District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/c2/ccc278d4b00991b36474994905e39d1aac164bc6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tongzhou, Beijing's most bustling commercial and financial district. It enj...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.56" OriginalAmount="57.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.88467115" Longitude="116.35831046" StarRating="4" HotelCode="93751|879055" HotelName="Vienna International Hotel Beijing Guang An Men" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>7 Baiguang Road, Xicheng, 100000 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/5d/525d9b1fd684ad4f9f9f4c121c4365fad2e74798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in Fengtai. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.872202" Longitude="116.45026" StarRating="4" HotelCode="76797|beijing_guangxi_plaza" HotelName="Guangxi Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Huaweili, Panjiayuan, Chaoyang District, Beijing 100021</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/1b/c51b8390b4fe063b7a4dd91a28c9585088381372.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Panjiayuan, in the Chaoyang district of Beijing, the hotel is adjacent to the central bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.97821589" Longitude="116.36919038" StarRating="3" HotelCode="111335|peony_hotel_beijing" HotelName="Peony Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Coffee Shop,Elevator,Internet,Laundry,Luggage Storage,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/c4/e8c41c1d9dfccdf534f3747ef773038eb6a997cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Peony Hotel is conveniently located in the popular Shangdi &amp; Zhongguancun Science Park area. Both bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.905142" Longitude="116.462561" StarRating="4" HotelCode="93716|avic_hotel_beijing" HotelName="Avic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 10 Yi, Central East Third Ring Road, Chaoyang District, Beijing 100022</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/7b/637b0bcce4b0712c7c1bf0eac5ba93dca5f781ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the famous Chang'An Jie (Long Peace Street), just 15 minutes from the Capi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.931325362251" Longitude="116.34402581101" StarRating="2" HotelCode="133228|hanting_hotel_beijing_exhibition_center" HotelName="Hanting Beijing Expo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Expo Road, Xicheng District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/c1/5cc156b9a25dcdd16bb2df5890a1aa73104e2da6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hanting Hotel Beijing Exhibition Center is conveniently located in the popular Financial Street area...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="59.63" OriginalAmount="59.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.879227" Longitude="116.385922" StarRating="3" HotelCode="111289|110371" HotelName="Holiday Inn Express Beijing Temple of Heaven" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>36 Nanwei Road, Xuanwu District, Beijing 100050</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/62/c9/62c965469a4baab8caf80c379df3bdd390e79cbf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in Beijing's historic downtown area, in the neighbourhood of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.03" OriginalAmount="59.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.907777557078" Longitude="116.2591534853" StarRating="4" HotelCode="34345|445845" HotelName="Holiday Inn Beijing ChangAn West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Yongding Road, Haidian District, 100039 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/1b/bd1b4905a07ef1a4bc14b03ca9c04965075992f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the junction of West Chang an Avenue and Yongding Road in the district of Ha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="60.42" OriginalAmount="59.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.929559904308" Longitude="116.23963820905" StarRating="4" HotelCode="931002|589080" HotelName="Holiday Inn Beijing Shijingshan Parkview" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>555 Tiancun Road, Shijingshan District, 100049 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/a0/4fa0375dc63c1951a2b9712005ac1fdb19678edb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.60" OriginalAmount="60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.97718" Longitude="116.370752" StarRating="2" HotelCode="133413|452343" HotelName="Home Inn Mudianyuan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Jia Huayuan Dong Lu, Haidian-Qu, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/49/96496781f68c01b7ba4df538309bccfd17773bb8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a convenient location.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="448818|bb_inn_yongfeng" HotelName="B&amp;B Inn (Yongfeng Apartment)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>5 Fengzhi East Road, Yongfeng Science and Technology Park,Haidian District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/02/b902bb8e12245443776bd86e6f3e47fbc9e4f2e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="60.74" OriginalAmount="60.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.89393451" Longitude="116.39687246" StarRating="3" HotelCode="269408|233330" HotelName="Qianmen Courtyard Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>4 Shijia Hutong, Qianmen Street, Xicheng District, 100051 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/6f/036fdcd428effb64fe302dd8e266b8072d8d1818.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.12" OriginalAmount="60.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.93235424" Longitude="116.41478185" StarRating="2" HotelCode="632399|4164975" HotelName="Peking Yard Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Hostels" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Wangzhima Hutong, Dongsi Beidajie, Dongcheng District, 100007 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/a6/49a6c35e7cd10fd49c374add8604ae321a97a571.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Back Lakes (Hou Hai), Peking Yard Hostel promises a r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.14" OriginalAmount="60.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.970107" Longitude="116.418467" StarRating="4" HotelCode="93658|1366968" HotelName="Beijing Guizhou Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Business Centre,Coffee Shop,Concierge,Elevator,Laundry,Meeting Room,Parking,Porter,Restaurant,Room Service,Sauna,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>18 Heping West Bridge Street, Chaoyang, 100029 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/fc/e8fccc4f16087c3f7b2b22f17a6700d4d058c3a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Beijing showcases the perfect mingling of the past and the present. The ancient architecture of Chin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.9375075" Longitude="116.30393" StarRating="4" HotelCode="111399|jinlongtan_hotel" HotelName="JinLongtan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/d9/56d9797f763540fcf15d3e31ef817a2dff3d285d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is situated in Beijing City. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.93290878" Longitude="116.41964702" StarRating="2" HotelCode="417466|dragon_king_hostel" HotelName="Happy Dragon Ally Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Lounge,Massage Centre,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>78 Dong Si Jiu Tiao, Dongcheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/24/902459a17a48dfb428d99cf076d667ea6ca33cb1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Xinmao Youth Hotel Beijing is a 2 star hotel located at 78 Dongsijiutao Dongcheng District in the ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.85" OriginalAmount="62.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.906316742262" Longitude="116.4369893074" StarRating="4" HotelCode="141151|856005" HotelName="Broadcasting Tower" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Jian Guo Men Wai Avenue Jia, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/60/fd604812a8ea78dc7c66a0829d88071f3aa4e2af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located inside the Beijing Broadcasting Tower, with Chang’an Avenue to the north, Dongs...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="63.31" OriginalAmount="62.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.902979383665" Longitude="116.42784833908" StarRating="5" HotelCode="888088|107277" HotelName="Beijing Pudi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Jian Guo Men South Avenue, Dongcheng District, Beijing 100005</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/36/1136c2095a1d4f570773b01e733867bc7a113a17.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Jianguomen Shou Avenue Dongcheng district, around 0.5 km from the railwa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.957595" Longitude="116.414431" StarRating="3" HotelCode="93656|beijing_hepingli_hotel" HotelName="He Ping Li Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 He Ping Li, North Street, East District, Beijing 100013</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/4c/c74cd094c659d9e23f819979f81bce57921e8901.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.956530315365" Longitude="116.37586712837" StarRating="4" HotelCode="148897|holiday_inn_beijing_deshengmen" HotelName="Holiday Inn Beijing Deshengmen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Deshengmenwai Street, Xicheng District, 100088 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/5f/e75f60a21e7e1d46751885fc4c1fa0cc899536bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.86138" Longitude="116.4142" StarRating="4" HotelCode="34352|holiday_inn_temple_of_heaven" HotelName="Holiday Inn Beijing Temple Of Heaven" 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,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Ding An Dong Li, 3rd South Ring Road, 100075 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/32/1b3259be0869ead90b4e18775301d8823e7be946.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in close proximity to the prestigious ancient landmark of China, the Temple of Heaven....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.973852" Longitude="116.302417" StarRating="4" HotelCode="111326|ariva_beijing_west_hotel__serviced_apartment" HotelName="Ariva Beijing West Hotel &amp; Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>36 Haidian Roud South, Haidian District, 100080 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/13/5a130c8c98d26999bc1fba7395cc27008d5bfe77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Silicon Valley on Zhongguancun Haidian Road, adjacent to the Zhongguancun Sc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.93955313" Longitude="116.40336622" StarRating="3" HotelCode="111178|guxiang_20_courtyard" HotelName="Guxiang 20 Club Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>20 South Luogu Alley, Dongcheng District, Peking 100009</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/30/0c30fb42099b63421d819e38eaff96bb1d41437e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.91268824157" Longitude="116.43304581349" StarRating="4" HotelCode="135350|tai_mu_shan_international" HotelName="Taimushan International Business Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Hongtong Xiang, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/0c/d80c0a88e5a64e3fc83ba9afec75df5c952f8472.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.94571887" Longitude="116.38599214" StarRating="3" HotelCode="269252|qomolangma_hotel__beijing" HotelName="Qomolangma Hotel - Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Business Centre,Dry Cleaning,Elevator,Garden,Internet,Laundry,Luggage Storage,Parking,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/17/a917d6b46aa9340b89a02990e4caef23cc09a164.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Qomolangma Hotel - Beijing in Beijing (Xicheng), yo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="63.98" OriginalAmount="63.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.94528318" Longitude="116.3932495" StarRating="3" HotelCode="705112|691183" HotelName="James Joyce Coffetel (Beijing Gulou)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>47 Jiugulou Street, Xicheng District, Xicheng, 100009 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.10" OriginalAmount="63.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.89410152" Longitude="116.39888907" StarRating="3" HotelCode="614500|2397955" HotelName="Beijing Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="24 Hour Power Supply,Designated Smoking Area,Housekeeping,Internet,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>26 Buxiangzi Huong Qian Men Street, Dong Cheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c7/f4/c7f439bba3d374d2ae5b39e4e84bde90977487ef.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Beijing Palace Hotel is located in Qianmen area, one kilometer from National Grand Theater and 3.4 k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.22" OriginalAmount="63.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.957925595991" Longitude="116.45925170437" StarRating="4" HotelCode="315299|4052475" HotelName="Oak Chateau Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Xiaguangli, East Third Ring Road, 100027 Beijing, Chaoyang District</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/27/312756177381bfe036714163f9aa8246accf404a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.908964869954" Longitude="116.45241129171" StarRating="4" HotelCode="34348|jianguo" HotelName="Jianguo Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Jianguomenwai Da Jie, 100020 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/93/0d93befa37cd5b9747427030181b86a98a1b813f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at Dongchanganjie, close to the neighbouring market - the Xiu Shuijie. Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.905650106559" Longitude="116.22133433819" StarRating="5" HotelCode="134762|pullman_beijing_west_wanda" HotelName="Wanda Realm Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Building 1, A-18 Shijingshan Road, Shijingshan Lu, Beijing 100040</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/06/7206a04801918737130b96b53b3049a6b519ffa3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a new upscale hotel in the city's commercial district, Shijingshan. It is 20 minutes' d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.85665622" Longitude="116.37729139" StarRating="4" HotelCode="391083|wanfangyuan_hotel_beijing" HotelName="Wanfangyuan Business Hotel - Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Fengtai, 4 Nansanhuan West Road, 100068 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/5f/455f638552e090b0aa3cd4feacf84f93da835310.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="64.70" OriginalAmount="64.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.912575" Longitude="116.46529" StarRating="5" HotelCode="111236|110146" HotelName="Radegast Hotel Beijing Bohao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>15 Guanghua Road, Chaoyang District, Beijing 100026</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/65/cf65d18685bfb019b5ae8a1646c1e5ee9236c778.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on East Third Ring Guanghua Road, within close proximity of the new CCTV headq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.13" OriginalAmount="64.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.9226559" Longitude="116.15546659" StarRating="3" HotelCode="779139|2358995" HotelName="Holiday Inn Express Beijing Shijingshan Parkview" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 Shijingshan Road, Shijingshan District, 100043 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/cc/f7cc000704441cec15c4faa83bcebb9d5ebe0ac3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.916028" Longitude="116.417736" StarRating="4" HotelCode="93659|ocean_hotel" HotelName="Ocean" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>No.189 Dongsi South Avenue, Dongcheng District, Beijing 100005</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/34/24348813799f87cd53192fd0c58ec44f63c15473.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near Wangfujing Avenue in the district of Dongchen, about 3 km from the railway...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.82" OriginalAmount="65.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.936034" Longitude="116.322021" StarRating="5" HotelCode="76032|3564" HotelName="Nikko New Century" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6 Southern Road, Capital Gym, Haidian District, Beijing 100044</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/61/4261c5c27850ac71ab2504b6babf8aa0c461ccb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is conveniently situated in Beijing's flourishing western business district, jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.66" OriginalAmount="66.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.902189" Longitude="116.36864" StarRating="4" HotelCode="317937|grand_mercure_beijing_central" HotelName="Grand Mercure Beijing Central" 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,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6 Xuanwumen Nei Avenue, Xicheng District, 100031 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/40/3e40b304423288f05a869dfd58acac2dbfcc96ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Beijing, this hotel is only 3 blocks from Tiananmen Square and the legendar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.66" OriginalAmount="66.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.933792" Longitude="116.48658" StarRating="3" HotelCode="111230|jun_wang_fu_" HotelName="Beijing Junwangfu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>No. 19 South Chaoyang Park Road, Chaoyang, 100026 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/19/a3193e59f9e7697b6467aa7e8281b2ebb9abfc81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.11" OriginalAmount="66.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.988357990057" Longitude="116.47456169128" StarRating="4" HotelCode="168463|508415" HotelName="Holiday Inn Beijing Focus Square" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Building 3 Yard 6 Futong Street, Wangjing Chaoyang District, Beijing 100102</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/84/1584727ba5f14f165dffaf6c85430d1b7e04e7ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is less than a 5-minute walk from glitzy shopping centres such as the Focus Mall, with it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.8927733" Longitude="116.4259899" StarRating="3" HotelCode="228488|bijie_business_hotel__beijing" HotelName="Bijie Business Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/93/9d93a1363ff7ae95ebda38d90a390da7b4106f90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.882151990994" Longitude="116.43467325645" StarRating="2" HotelCode="111304|beijing_sicily_hotel" HotelName="Beijing Sicily Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Zuo An Men Nei Street, Chong Wen District, 100061 Peking, Dongcheng District</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/af/62af2579ee879e0f900f088295c9ee561e65fb14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.960132330342" Longitude="116.44295454025" StarRating="4" HotelCode="35994|25608" HotelName="Beijing Royal Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6A East Beisanhuan Road, Chaoyang District, 100028 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/a7/a7affcdd15076c47/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right next to the China International Exhibition Centre (CIEC) and close to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.898107" Longitude="116.271839" StarRating="2" HotelCode="298634|orange_hotel_beijing_wukesong" HotelName="Orange Beijing Tianning (Temple)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>2 Lian Hua Chi Dong (East) Lu (Road), Guang'anmen, Xuanwu District, Finanz Strasse, Beijing 100055</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/44/2744e9d8535bbf3333a38ba6b0cf347de5172e41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel can be found in Beijing City. The 87 welcoming units offer a perfect place ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.91014771428" Longitude="116.41789197922" StarRating="2" HotelCode="93732|east_sacred_wangfujing" HotelName="East Sacred" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>33 Jia 3 Street  Dongdan, 33 Jia Dongdan San Tiao, Dongcheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/9e/7f9ec80475e062a0ee00d21360bfe792e33bef99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.886852" Longitude="116.671175" StarRating="3.5" HotelCode="93756|asia_pacific_garden_" HotelName="Asia Pacific Garden Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 West Yuqiao Road, Tongzhou, Beijing 101101</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/4f/fb4fca314ab4133d215292be09fcd501fa5ff93d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated adjacent to the Liyuan city railway station and is about 15 minutes from the c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.970878" Longitude="116.428183" StarRating="4.5" HotelCode="103352|crowne_plaza_hotel_sun_palace_beijing" HotelName="Crowne Plaza Beijing Sun Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yunnan Dasha, North-East Corner of Taiyanggong Bridge, Xibahe, North-East 3rd Ring Road, Chaoyang District, Beijing 100028</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/70/a770dc7849b83036ed81ec8b2ccee71c00fba761.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the rapidly developing Taiyanggong area on the northeast corner of Beijing'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.89491294" Longitude="116.37490434" StarRating="3" HotelCode="269411|ji_hotel_xuanwumen_beijing" HotelName="Ji Hotel Xuan Wu Meng" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Inns" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="24 Hour Room Service,Air Conditioning,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/bb/bbbb5fe2ab51f4ff59f00f090b29d3455229279f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at JI Hotel Xuanwumen Beijing in Beijing (Xuanwu), you...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.25" OriginalAmount="68.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.899152126241" Longitude="116.4115780592" StarRating="3" HotelCode="78074|504185" HotelName="Chong Wen Men" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, West Chong Wen Men Street, Beijing 100062</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/a3/b5a3d10aa659b24fa7057876c00222aace5cf82c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.05" OriginalAmount="70.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.914468102346" Longitude="116.41939401627" StarRating="4" HotelCode="395073|342645" HotelName="Xinhai Jinjiang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>No.61 Jinbao Street, Dong Cheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/a3/dba3cf32eee1628b47cd3db53997855b5f193909.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the golden Wangfujing business area. The establishment lies just 2 km...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.65" OriginalAmount="70.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.907869" Longitude="116.417132" StarRating="4" HotelCode="65719|445855" HotelName="Jian Guo Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.17 Jianguomen Nei Street, Dongcheng District, Beijing 100005</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/25/67259ae86a8e9fcfae4a950c2c4c5c72f7cffcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the very heart of town. It is 2 km from the railway station and 30 km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.70" OriginalAmount="70.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.939988" Longitude="116.418991" StarRating="3" HotelCode="71276|512585" HotelName="Qianyuan International Business Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19  Dongzhimennei Avenue, Dongcheng District, 100007 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/96582/a_96582_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the heart of Beijing. It is just 18 km from the airport, 4 km f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.904721" Longitude="116.445604" StarRating="5" HotelCode="111218|fairmont_beijing_hotel" HotelName="Fairmont Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>8 Yong An Dong Li, Jian Guo Men Wai Avenue, Chaoyang District, 100022 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/e4/b5e447d5849e7e4c451731632532a702cf9e82c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is just a 5-minute walk from Silk Street/Pearl Market, around 5 km from the Temple of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.08" OriginalAmount="71.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.95597" Longitude="116.457398" StarRating="5" HotelCode="81500|141654" HotelName="Boyue Beijing Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Xiao Yun Road, Chaoyang District, Beijing 100027</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/5a/1b5ab031aa79dc2c7b4c340ff5a48cf811b6e6c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of the city, just a few minutes away from the Embassy Dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.22" OriginalAmount="71.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.90569076007" Longitude="116.4189771914" StarRating="4" HotelCode="904624|1023478" HotelName="Inner Mongolia Grand Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Chong Wen Inner Street, Dong Cheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/11/dd11d1befb1c5b5528172706c8374e773c96ebb7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.969170542084" Longitude="116.32041815806" StarRating="4" HotelCode="111341|beijing_yanshan_hotel" HotelName="Beijing Yanshan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>A 38 Zhongguancun Street, Haidian District, 100086 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/d7/4cd7da7d88a3265fae712fef0e52c436a5c4e6df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 6 km from the Summer Palace and 33 km from Capital International Airport...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.049811" Longitude="116.329226" StarRating="5" HotelCode="181156|taishan_hotel" HotelName="Taishan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 An Ning Bei Li, Xi San Qi, Haidian District, 100085 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/c7/e4c71ce54b3a13e4f9fbd5e598668d4510603d56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.90" OriginalAmount="72.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.943255" Longitude="116.422993" StarRating="3" HotelCode="93664|516875" HotelName="Traveler Inn Hua Qiao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Beixinqiao 3rd Alley, Dongcheng, 100007 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/da/a2daf1ea0b7b4d4575912269b4a4d2450c28aa0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the International Exhibition Centre, Capital International Airport, t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.06" OriginalAmount="72.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.785415" Longitude="116.509934" StarRating="5" HotelCode="111369|180946" HotelName="Pullman Beijing South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Ronghua South Road, Beijing Economic Technological, Development Area, 100176 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/ce/a3ceb972745fef964211f6bcae51bc3e2ae514a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the central part of Beijing's economic and technological development ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.89" OriginalAmount="73.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.957463550275" Longitude="116.45257269783" StarRating="4" HotelCode="497447|2126565" HotelName="Grand Metropark Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>No. 2 Beisanhuan East Road, 100028 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/7c/b87c4bad22cf0aa9cc8c256cbdb5c17830926388.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.72" OriginalAmount="73.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.935919" Longitude="116.326122" StarRating="4.5" HotelCode="93018|172855" HotelName="Xiyuan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Sanlihe Road, Haidian District, Beijing 100044</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/44/4b44f4d24021268296bf8a8736e09530115f7b5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the core area of Beijing's western business centre, close to Zhongguancun Sc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.005133" Longitude="116.406773" StarRating="4" HotelCode="88551|45433" HotelName="Comfort Suites Olympic Park, Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Golf Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>302 Hui Zhong Bei Li, Chao Yang District, 100101 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/28/d4289fe51a102c98502f818abc2146c059aaca1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Yayuncun district, about a five-minute drive from the main stadium for t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.084265" Longitude="116.304343" StarRating="3" HotelCode="181111|ramada_beijing_north" HotelName="Ramada by Wyndham Beijing North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>319 Changping Road, Changping District, 102208 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/27/e227e0dd02638c54bba4f7ff5598abb9d9c6d2d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.86297669" Longitude="116.43507739" StarRating="4" HotelCode="135418|the_hot_spring_hotel_of_the_hot_club_beijing" HotelName="The Hot Spring Hotel of The Hot Club Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/12/2025" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Fangxingyuan, Zone 2, 100078 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/e5/6fe5361d19350e912ea4c44037900b618c572711.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.73" OriginalAmount="74.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.912267" Longitude="116.344748" StarRating="5" HotelCode="162636|333685" HotelName="Tangla" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Fuxingmenwai Avenue, Xicheng, 100045 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/70/717000ce03166b43bbc44fb8089d117748da8ff2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Overlooking Beijing's popular Chang'an Street, the hotel is close to the financial street, just 15 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="5" HotelCode="168488|crowne_plaza_chaoyang_u_town" HotelName="Crowne Plaza Chaoyang U-Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Sanfeng North Area, Chaoyang District, Beijing 100020</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/29/2e/292e9a1889d699bf8b33e663025e2be11b5d072b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in Beijing's Central Business District, 5 km from Tian An Me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.92408544" Longitude="116.42822199" StarRating="3" HotelCode="376259|ji_hotel_chaoyangmen_beijing" HotelName="JI Hotel Chaoyangmen Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Inns" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="24 Hour Room Service,Air Conditioning,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>130 Chaonei Avenue, Dongcheng District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/1e/ea1eba617a01fec5b21a42412fd62a6cd2b5a75f.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at JI Hotel Chaoyangmen Beijing in Beijing (Dongcheng ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.891208856132" Longitude="116.38716459274" StarRating="2" HotelCode="166447|piao_home_inn_beijing_qianmen" HotelName="Piao Home Inn Qianmen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.17 Hanjia Hotong, Zhushikou West Street, Xuanwu District, Beijing, 100050</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/c4/04c4176461c73c2009028ada6f14402651e8795a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.10" OriginalAmount="75.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.872095" Longitude="116.451454" StarRating="4" HotelCode="93663|508175" HotelName="Beijing Henan Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Huaweili, Panjiayuan, Chaoyang District, Beijing 100021</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/60/ef60ceb0c08f9a442c0c772377bbcbe010526605.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is approximately 15 minutes by public transport from the city centre with its central busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="76.65" OriginalAmount="75.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.048900274341" Longitude="116.61956679237" StarRating="5" HotelCode="87268|136309" HotelName="Hilton Beijing Capital Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Terminal 3, Beijing Capital International Airport, 1 Sanjing Road, 100621 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/58/325894ae43b2bbecc852ee532a8ac32683227e8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location just 1 minute by hotel shuttle bus from both Terminal 3 of the n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.72" OriginalAmount="75.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.9375858" Longitude="116.40309345" StarRating="3" HotelCode="664185|4101115" HotelName="Beijing Downtown Backpackers Accommodation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>85 Nan Luo Gu Xiang, Jiao Dao Kou, Dongcheng District, 081768 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/9f/d49fbac4c70a573d7a2bc481ec70df4059e4a7b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A stay at Beijing Downtown Travelotel places you in the heart of Beijing, steps from South Luogu All...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.871453632113" Longitude="116.45801235582" StarRating="5" HotelCode="76794|32606" HotelName="Chang An Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="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,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Hua Wei Li, Chao Yang District, 100021 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/a1/7ba1e209a612c028098b35a2a428462a760c90c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on the southeast corner of old Beijing city. It lies adjacent to Beijing ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.063006" Longitude="116.550414" StarRating="4.5" HotelCode="409215|crowne_plaza_beijing_international_airport" HotelName="Crowne Plaza Beijing International Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>60 Fuqian 1 Street Tianzhu, Shunyi District, 101312 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9c/05/9c051be315ff3361e28971d4a2df5fa60050b264.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just across from the New China International Exhibition Centre, about a 30-minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.37" OriginalAmount="76.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.915826" Longitude="116.452221" StarRating="5" HotelCode="98198|375165" HotelName="Grand Millennium Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Fortune Plaza, 7 DongSanHuan Middle Road, Chaoyang District, Beijing 100020</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/39/zz/39ad0f77527be25aeab88b2d8113cd3567211ed9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 27-storey city hotel is situated in the heart of Beijing's financial and business district putt...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.896057" Longitude="116.350074" StarRating="2" HotelCode="181129|furun_hotel" HotelName="Furun Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>116 Guanganmen Inner Street, Xicheng, 100053 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/d5/1ad5414f2378ec59a28c857d64a992537d529ea9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.888850290161" Longitude="116.34040390675" StarRating="4" HotelCode="409213|11673" HotelName="DoubleTree by Hilton Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168 Guang'anmen Wai Main Street, Xicheng District, 100055 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/58/d1585a5f159535df2ff50df610ccb1f3d51f645d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated on the south west 2nd ring road, the hotel is next to the Beijing Financial Street ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.907477166716" Longitude="116.40409469604" StarRating="5" HotelCode="26539|beijing_hotel" HotelName="Beijing Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>33 East Changan Avenue, Beijing 100004</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f7/b4f714a2840ef540b9873f003db4697c02d29222.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on the famous Chang An Avenue and lies within walking distance of the For...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.911029" Longitude="116.407088" StarRating="3.5" HotelCode="98540|tianan_rega_hotel" HotelName="TianAn Rega" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hua Long Street, Tianan Plaza, Dongcheng District, 100006 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/5c/755c62f406e0af8b27bcad1da8dacd56fb9ed986.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is near the Forbidden City, Wangfujing. The metro station is nearby and the train station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.90994638" Longitude="116.40626573" StarRating="3" HotelCode="402119|days_inn_forbidden_city_beijing" HotelName="Days Inn Forbidden City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Nanwanzi Bystreet, Nanheyan Street, Dongcheng District, 100006 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/51/82511648318b497617075512cf0d9444cb4b741d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in central Beijing, close to the downtown area. To the east is Wanfujing Stree...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.81" OriginalAmount="78.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.885608944009" Longitude="116.30557702042" StarRating="4" HotelCode="111232|2394845" HotelName="Chateau de Luze" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Jia 8 Guanghua Road, Chaoyang District, 100026 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/26/ce266c5c7d66254d770f68e3b7dea862f1176189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located 22 km away from Beijing Capital International Airport, 3 km away f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.08" OriginalAmount="78.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.951776681012" Longitude="116.46913290024" StarRating="4" HotelCode="133029|508075" HotelName="Guangming Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Liangmaqiao Road, Chaoyang District, Beijing 100125</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/23/c9234927e0cf7e0c7906012a9fd472f093566559.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The business hotel is located on Liangmaqiao Road in the Chaoyang district, within easy reach of gre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.40" OriginalAmount="78.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.907103" Longitude="116.426249" StarRating="3.5" HotelCode="181157|2394895" HotelName="Hunan Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Beijing Station Qian Street, Dongcheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/a6/86a6424c0e6635afbf9122c30df79e94b4e04c19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.44" OriginalAmount="78.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.923323" Longitude="116.442592" StarRating="5" HotelCode="73921|891525" HotelName="Kuntai Royal Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>B12 Chaoyangmenwai Street, Chaoyang, Beijing 100020</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ed/9aedd21af4a115fc4197a7a3d973dfef3cb226e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is surrounded by famous tourist sites, such as Dongyue Temple, Ritan Park, Tiananmen Squar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.56" OriginalAmount="78.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.916571" Longitude="116.405527" StarRating="5" HotelCode="135304|328445" HotelName="Sunworld Dynasty" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Wangfujing Avenue, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/07/48077f3a0e7efdcec90584e7ac8c96a84a3b049b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is about 3.5 km from Beijing Railway Station and 1 km from Tiananmen Square.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.66" OriginalAmount="78.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.939973829941" Longitude="116.51717548717" StarRating="4.5" HotelCode="535868|4115195" HotelName="Oakwood Residence Damei Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Building 1, 7 Qingnian Road, Damei Center, Chaoyang District, 100123	Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/1a/3b1a401b72b1b894c39025d3c85ea1480a9c198b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.932923" Longitude="116.435535" StarRating="5" HotelCode="17571|24469" HotelName="Swissôtel Beijing, Hong Kong Macau Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Chao Yang Men Bei Da Jie, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/e3/27e34c2173ec8d4ace58b4a5215ecbd8784811a9.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the second ringroad in the commercial and diplomatic district, allowing for...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.003243089171" Longitude="116.40216350555" StarRating="5" HotelCode="74615|marco_polo_parkside_beijing" HotelName="Marco Polo Parkside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>78 Anli Road, Chaoyang District, Peking 100101</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/32/1b3203063de53e4dbe1bd51043b7d99092aed721.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just a 15-minute walk from the 2008 Olympic Stadium. Bus stops on lines 5 and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.57" OriginalAmount="79.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.915389749864" Longitude="116.41313374042" StarRating="4" HotelCode="60357|309555" HotelName="Park Plaza Beijing Wangfujing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>97 Jinbao Street, Beijing 100005</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/7a/d77a41cd2248821ef3db073e4936418aeabd5626.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located within walking distance of the city's bustling commercial and s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.39" OriginalAmount="80.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.978417569394" Longitude="116.47887767096" StarRating="4" HotelCode="933990|1055258" HotelName="Crowne Plaza Beijing Lido" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Jiangtai Road, Building A, Chaoyang District, 100004 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/fa/eafa105b285a6e5e8a2d50e5043839397e1a4c0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.923561" Longitude="116.520513" StarRating="0" HotelCode="298605|beijing_haoting_international_hotel" HotelName="Haoting International Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>18 Building Yacheng Yili, North Chaoyang Road, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/92/c2921e0ec87c0b42af33284b951d1a0042f923c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Beijing, Beijing Haoting International Hotel puts everything the city has...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.23" OriginalAmount="81.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.958106907603" Longitude="116.27980908221" StarRating="4" HotelCode="111353|375445" HotelName="Four Points by Sheraton Beijing, Haidian Hotel &amp; Serviced Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tower 1, 25 Yuanda Road, Haidian District, 100097 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/c2/88c2af575bf6bd617fbe6b4c69bdf17504c4e8fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Beijing's technology district - Haidian District - a short driv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.69" OriginalAmount="81.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.9605435072" Longitude="116.46655797958" StarRating="5" HotelCode="173320|1023198" HotelName="Grand Concordia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Xiaoyun Road, Chaoyang, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/bd/7fbd7461aa18b015f1792bcba8e3b4e3c8bce294.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.914410498964" Longitude="116.40960931778" StarRating="4" HotelCode="58467|novotel_beijing_peace" HotelName="Novotel Beijing Peace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Finca,Village" CnxPolicy="Free CXL until 22/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Jinyu Hutong, Wangfujing, 100006 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/fa/5efa70c8919b4e0661789374f769fe00b5920fd4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre and overlooks the Forbidden City and Tiananmen Square. It i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="84.08" OriginalAmount="83.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.77935761" Longitude="116.51780257" StarRating="4.5" HotelCode="494981|541381" HotelName="Grand Skylight International Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Block 10, CATIC Plaza, 15 Ronghua South Road, 100176 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b1/9ab1969054a1ba6401ac3605903967d03cbc68a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.76" OriginalAmount="84.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.87427157" Longitude="116.46956779" StarRating="4" HotelCode="631189|2285765" HotelName="Ascott Riverside Garden Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>33A Zhou Zhuang, Jiayuan Dongli, Chaoyang District, 100122 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/6e/ab6e12f14b214004626a8dc9799911b91808563a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.968479" Longitude="116.485252" StarRating="5" HotelCode="221711|east_beijing" HotelName="East Beijing Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Jiuxianqiao Road, Chaoyang District, Peking 100016</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/ff/b9ff4cc3d3aa43fbcaf559a841538b51ed4cba7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.93" OriginalAmount="85.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.9278634314" Longitude="116.40025303572" StarRating="4" HotelCode="171190|1023618" HotelName="The Jingshan Garden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Sanyanjing Hutong, Dongcheng District, 100009 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/62/8a6223a5352d10a01e68d261999ea8ea2db4b20d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 300 m from Jingshan Park and a 10-minute walk from the Forbidden City. It lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.898604381062" Longitude="116.4123500086" StarRating="5" HotelCode="931011|new_world_beijing_hotel" HotelName="New World Beijing Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chongwenmen, 8 Qinian Street, Dongcheng District, 100062 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/9e/bf9e303054533482bad31c10c64bd6b66c0a955c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.94912" Longitude="116.464202" StarRating="5" HotelCode="32264|kempinski_hotel_beijing_lufthansa_center" HotelName="Kempinski Lufthansa Center" 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,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>50 Liangmaqiao Road, 100125 Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/ca/a5caf9e725943a78f045a6e7c89cbc1aa2e75dc3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Beijing’s diplomatic and business district. Its impressiv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.906245" Longitude="116.360637" StarRating="4" HotelCode="14880|beijing_minzu_hotel" HotelName="Minzu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.51 Fuxingmennei Dajie, Xichang District, Beijing 100031</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/11/e91130686572f19029a3b73669a3cd34ac9154c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Xichanganjie, close to the lively business centre and the financial distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.920121427343" Longitude="116.37130727613" StarRating="3" HotelCode="298527|peking_garden_boutique_hotel" HotelName="Peking Garden Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Bicycle Rental,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Library,Luggage Storage,Parking,Restaurant,Room Service,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>15 Xiaoyuan Hutong, Xicheng District, Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/f5/9ff57313074b11d6e81cd19512b9d7285a6a4cc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Peking Garden Boutique Hotel is a popular choice amongst travelers in Beijing, whether exploring or ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.931682" Longitude="116.454789" StarRating="4.5" HotelCode="79348|beijing_zhaolong_hotel" HotelName="Zhaolong Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 North Gongti Road, Chaoyang District, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/84/ce8484613420ce7cefb9e8d6f0627e566dbe5a70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical city hotel is located in the centre of the central business district, in Chaoyang Di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.88" OriginalAmount="86.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.94887904" Longitude="116.43922762" StarRating="4.5" HotelCode="571251|2294405" HotelName="Artyzen Habitat Dongzhimen Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Building 11, 1 Xiangheyuan Street, Dongcheng District, 100028 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/19/a519927798f5b61c561add61a99739d2fe60b157.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.15" OriginalAmount="87.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.23431651" Longitude="116.19582846" StarRating="4" HotelCode="779039|2307455" HotelName="Beijing Marriott Hotel Changping" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Nan Kou Road, Cheng Nan Street, Changping District, 102200 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/e0/3ee0763547d3d591455851c779944601f91556c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is located in Changping. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.91" OriginalAmount="88.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.886221" Longitude="116.385759" StarRating="4" HotelCode="317936|1094238" HotelName="Qianmen Jianguo Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175 Yong Road, 100050 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/16/8d16f190a1f0f2015c0debc32421df73d24ebb23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in the Nancheng Tourism and Cultural Zone in Beijing and is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.24" OriginalAmount="88.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.889068543023" Longitude="116.35422170162" StarRating="4" HotelCode="79321|878535" HotelName="Guanganmen Grand Metropark Hotel Beijing" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>338 Guang An Men Nei, Xicheng, 100053 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e5/eae555e7c57f7f182b2a15ca5e526ef47344abd0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a unique location to the southeast of Guanganmen Bridge, close to the Second Ring ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.89" OriginalAmount="89.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.896569" Longitude="116.454761" StarRating="5" HotelCode="887962|renaissance_beijing_capital_hotel" HotelName="Renaissance Capital Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Dongsanhuan Middle Road, Chaoyang District, Beijing 100022</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/f6/6bf6460c5f9987af52f7f9ab679fdfddd5255e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is located near the East Third Ring Road Shuangjing Bridge. The establishment ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.944296" Longitude="116.307824" StarRating="5" HotelCode="17630|the_shangrila_hotel_beijing" HotelName="Shangri-La Hotel, Beijing" 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,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>29 Zizhuyuan Road, 100089 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/06/dd06eda6ce2f2f46d03834ed91821b392e9b389f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the west of Beijing at the heart of the financial and technological distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.868370211153" Longitude="116.46396067067" StarRating="3" HotelCode="395084|beijing_sentury_apartment_hotel" HotelName="Beijing Sentury Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Nanxinyuan West Road, Majestic Bridge, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/4a/bd4ae74f7c90d6df8d0a2964436790bf653b2f85.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in southern Chaoyang District, the hotel is within close reach of many of Beijing's importan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.42" OriginalAmount="90.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.909205" Longitude="116.469819" StarRating="5" HotelCode="387594|4148495" HotelName="Wanda Vista Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Tower C Wanda Plaza – 93 Jianguo Road, Chaoyang District, 100022 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/55/e755e8e2aa51ece81f84ce7128d1f22c87d63eeb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a fabulous location in the heart of Beijing, this exclusive hotel provides easy access to the E...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.912168" Longitude="116.52595" StarRating="4" HotelCode="134323|the_sandalwood_beijing__marriott_executive_apartments" HotelName="The Sandalwood Beijing - Marriott Executive Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Jian Guo Road, Chaoyang, 100123 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/c2/75c26b419f5af27771e98e1a604ebe50fd03a81a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.991398" Longitude="116.394248" StarRating="4" HotelCode="100153|grand_skylight_catic_hotel_beijing" HotelName="Grand Skylight CATIC Hotel Beijing" 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,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Beichen East Road, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/09/070903feaf0d90275e52b199696234a4ac92dfbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located inside the Olympic Village of the 2008 Beijing Olympic Games, this business hotel is located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.53" OriginalAmount="92.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.922831" Longitude="116.343433" StarRating="5" HotelCode="71280|516605" HotelName="The Presidential Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Fuchengmenwai Road, Xicheng District, 100037 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/53/8a53fbf5ef22ad237ef2f2d12ef2a4f2a0431bef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in West Beijing, a stone's throw from the financial district. Access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.94304" Longitude="116.444172" StarRating="5" HotelCode="311710|baifuyi_hotel" HotelName="Baifuyi Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 South Erlizhuang Dongzhimen Street, Dongcheng District, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/ee/3ceecf1270f2eb4f4330bef7a9834bc3d558e7ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.33" OriginalAmount="93.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.908127" Longitude="116.4103" StarRating="5" HotelCode="59247|89091" HotelName="Beijing Hotel NUO" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>33 East Chang'an Avenue, Dongcheng District, 100004 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/ac/2dacad64a5256713e3e903d9b8f46bc18b2c0e97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated at the crossroads of the famous Chang An Avenue and the district of W...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.93" OriginalAmount="93.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.97665381" Longitude="116.48071301" StarRating="5" HotelCode="320052|431497" HotelName="NUO Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>2A Jiangtai Road, Chaoyang District, 100016 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/47/d6474bb4bd35b869f0455c1e924e560db48d97b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.000711782786" Longitude="116.38810873032" StarRating="5" HotelCode="98032|intercontinental_beijing_beichen" HotelName="InterContinental Beichen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Beichen West Road, Chaoyang District, Beijing 100105</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/16/cb169cfe49fca6adea46977811a9d916933b7bf3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is situated within 10 minutes of the Shangdi Hi-tech Zone and Beijing's Silicon ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="95.52" OriginalAmount="94.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.921018" Longitude="116.422589" StarRating="4" HotelCode="176681|156269" HotelName="Cote Cour Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>70 Yan Yue hutong, Dong Cheng Qu, 100010 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/20/cf20c07e982e7231d2651c1c0ec98570d89ba8a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Yanyue Hutong, once a rehearsal area for royal Ming Dynasty musicians, d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.90117457" Longitude="116.32853149" StarRating="0" HotelCode="135498|beijing_god_bless_mansion" HotelName="Tianyou Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/a0/e7a045f62e73e09e257e36398b55a4e2bb40575c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.53" OriginalAmount="95.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.963664258955" Longitude="116.3874489069" StarRating="4.5" HotelCode="132859|508035" HotelName="Gehua New Century Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Gulouwai Avenue, Chaoyang, Beijing 100120</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/e7/07e74b9906f67b99ceda48cb68a51fb947f2a92a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Chaoyang District, adjacent to the Huangsi China Science and Technology Muse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.74" OriginalAmount="95.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.903008042485" Longitude="116.40750060852" StarRating="5" HotelCode="936073|1076788" HotelName="Sofitel Beijing Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jianguomen South Avenue, Chaoyang District, 100022 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/bd/1cbda1c2e505d3ba8a08e21aaa4af6726d5cb950.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.94121149" Longitude="116.38327715" StarRating="4" HotelCode="607812|229068" HotelName="VUE Hotel HOUHAI BEIJING" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Xicheng District, No. 9 Yangfang Hutong, 100009 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/80/a1802eca7171c72203637b0ec02167857523f5f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.13" OriginalAmount="96.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.908526712042" Longitude="116.43279925662" StarRating="4.5" HotelCode="15135|3574" HotelName="New Otani Chang Fu Gong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>26 Jianguomen Wai Street, 100022 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/4b/534b9fc5727af2467b5b4ed5c16089b9d4c0e825.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the south side of Chang An Street, the most famous street in Beijing, China....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.13" OriginalAmount="96.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.95178" Longitude="116.274672" StarRating="4.5" HotelCode="111344|856335" HotelName="Empark Grand Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 01/01/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 69 Banjing Road, Banjing Haidian District, Beijing 100097</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/34/ea34a983b6d4c240cffa819872149909325b7882.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the western business district of Beijing on the eastern side of Zhongguancun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.52" OriginalAmount="96.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="132236|4508145" HotelName="Xi Nan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18A Taiping Road, Haidian District, 100039 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/da/7eda63fdad563ae945dd3bb93d602c4a2e1bf9e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.70" OriginalAmount="96.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.91126367" Longitude="116.37153066" StarRating="5" HotelCode="571252|2152415" HotelName="Pan Pacific Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Hua Yuan Street, Xi Dan, Xicheng Qu, 100032 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/99/2599fd1f0490492dc03ed2d1b5c1fe14a261f171.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="0" HotelCode="571360|475631" HotelName="Beijing Jinyu Badaling Spa Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 North Guishui Street, 102100 Yanqing, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/fc/16fc406280e8c27da3dc7d3b44c580e0fafa76b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is set in Yanqing. The reception desk is not open throughout the day. Beijing Ji...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.951743782738" Longitude="116.45642995834" StarRating="5" HotelCode="34346|hilton_beijing" HotelName="Hilton Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Dong Fang/North Dong Sanhuan Rd, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/93/ff93dc26d0f8f4079c61d634113b4e36b50dcf94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the business district, close to shops and restaurants. It lies just 20 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="608184|372614" HotelName="Mutianyu GreatWall Wangshanyuan Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mutianyu 11, Bohai Town, 101405 Huairou</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/22/8d2275cebfda6989948ee670648c304fe670d0c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.04" OriginalAmount="99.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.977317414599" Longitude="116.34688854217" StarRating="5" HotelCode="141153|516855" HotelName="Vision" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Xueyuan Road, Haidian, Beijing 100191</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/15/b315c8f49c96ff2998acb1253ddb30d850fcbfc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in an area which enjoys extremely convenient transport connections. It is 4 km...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.38" OriginalAmount="99.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.950485" Longitude="116.460238" StarRating="5" HotelCode="97448|516655" HotelName="The Westin Beijing Chaoyang" 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,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 North Dongsanhuan Road, Chaoyang District, Beijing 100027</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/49/ff491e31c3e9d3a0b6b120846b27433e02e51e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel brings a touch of contemporary class to the heart of Beijing. It is conveniently loc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.874450887775" Longitude="116.43983244896" StarRating="5" HotelCode="160335|radegast_lake_view_hotel" HotelName="Radegast Lake View Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>19 Pan Jiayuan Road, Chaoyang, Beijing 100021</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/41/a64160d87e6ad1678d2c01984150b2419f7847ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is approximately 2.1 km from Beijing's international tennis centre and Tiananmen Squ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.59" OriginalAmount="100.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.948368" Longitude="116.459658" StarRating="5" HotelCode="26337|3544" HotelName="Kunlun" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Xin Yuan Nan Lu, Chaoyang District, Beijing 100004</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/00/7c00dd78a85fcf0abe1d2f1942e9068569f59a6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located approximately 8 km from the city centre and just 3 km from the Forbid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.01" OriginalAmount="101.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.99676276" Longitude="116.48060179" StarRating="4" HotelCode="738781|2491965" HotelName="Hyatt Regency Beijing Wangjing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Guangshun South Street, Lei Shing Hong Center, Chaoyang District, 100102 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/fc/f0fc0257d902878b280ecb23275833b0a618dcde.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.01" OriginalAmount="101.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.913378566983" Longitude="116.4515799828" StarRating="5" HotelCode="888299|kerry_hotel_beijing_3" HotelName="Kerry Hotel Beijing" 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,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Guang Hua Road, 100020 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/fe/4bfeddfe7fd3c73c6fed390d61f288c892226e14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel in Beijing sits at the heart of Beijing's diplomatic, commercial and financial c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.13" OriginalAmount="103.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.974488" Longitude="116.316837" StarRating="4.5" HotelCode="111338|507375" HotelName="Crowne Plaza Beijing Zhongguancun" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106 Zhi Chun Road, Haidian District, Beijing 100086</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/aa/32/aa3271f4f979b98f8d16496205c0b0fdce0ac4a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.96703357591" Longitude="116.40902550926" StarRating="5" HotelCode="173782|sheraton_beijing_dongcheng_hotel" HotelName="Sheraton Grand Beijing Dongcheng Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 North Third Ring Road East, Dongcheng District, Beijing 100013</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/74/42746ee203cbbd38953085e8b352d1dd2ba686a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the northern part of Beijing's Third Ring Road, in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="5" HotelCode="134322|beijing_marriott_hotel_northeast" HotelName="Beijing Marriott Hotel Northeast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26A Xiao Yun Road, Chaoyang, Beijing 100125</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/c8/fec8e466a14e63e417be8ece9f4e35d626dc84e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.991667" Longitude="116.321555" StarRating="5" HotelCode="111412|wenjin_hotel_beijing" HotelName="Wenjin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>South Gate of Tsinghua University, Chengfu Road, Haidian District, 100084 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/75/c3752c2e6a032f3639681f8a47d82a0ddd7979f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in TusPark, which is known as China's Silicon Valley, in the heart of the Zhong...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.41" OriginalAmount="105.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.91309776117" Longitude="116.46089309856" StarRating="4.5" HotelCode="730490|2033125" HotelName="Hotel Jen Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jianguomenwai Avenue, 100004 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/44/12446a9751d2a38b07225cf489b9c2ff22056851.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.944556251733" Longitude="116.45679355225" StarRating="4" HotelCode="93021|beijing_landmark_hotel" HotelName="Beijing Landmark Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>8 North Dongsanhuan Road, Chaoyang, 100004 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/a4/a6a4d1d4f975dea1da8d3a695c6d8d172af9d199.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated around 10 km away from Tiananmen Square. It is approximately 8 km from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.38617285" Longitude="116.67200435" StarRating="5" HotelCode="375656|sunrise_kempinski_hotel_beijing_3" HotelName="Sunrise Kempinski Hotel Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Jia, Yanshui Road, Yanqi Lake, Huairou District, 101407 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/e9/e0e9d58465b4ea5064cc4368e44333c4750addf5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.907872" Longitude="116.422118" StarRating="5" HotelCode="32263|beijing_international_hotel" HotelName="Beijing International" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Jiangguo Mennei Street, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/01/78012c5687fb9699bcb27651b97a21ea16d69072.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Chang'an Street, in the central business and foreign affairs district. It is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.07" OriginalAmount="107.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.922115" Longitude="116.405054" StarRating="5" HotelCode="16196|3604" HotelName="Prime Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Wangfujing Avenue (Wangfujing Dajie), Dongcheng District, 100006 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/11/94110e5c371271832a19fb93b883d3ed9b7a553a.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located on the famous Wangfujing shopping avenue, with easy access to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.02" OriginalAmount="108.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.940862" Longitude="116.412397" StarRating="0" HotelCode="298401|1073178" HotelName="Grand Mercure Beijing Dongcheng" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>101 Jiaodaokou East Street, Dongcheng District, 100007 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/3d/423df96cc353be4561caa03448b8987c93981966.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the Dongcheng district of Beijing, close to the Lama Temple (Yonghegon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.901767" Longitude="116.408901" StarRating="5" HotelCode="11420|capital_hotel_2" HotelName="Capital" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Qian Men East Street, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/03/e5036d5f8c578b9bc5e2544b8a2d440f7d9115fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the scenic shopping and city centre area, this hotel is a 10-minute walk from Tiananmen S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.12" OriginalAmount="112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.42825502" Longitude="116.54965921" StarRating="4" HotelCode="420437|brickyard_retreat_at_mutianyu_great_wall_" HotelName="Brickyard Retreat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Bar,Bicycle Rental,Concierge,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Massage Centre,Meeting Room,Parking,Restaurant,Sauna,Smoking Rooms,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Beigou Village, near Mutianyu Great Wall Entrance, 101405 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/e8/9ee852cc5d8296ca49e09938f802af623b37ada3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Beijing, Brickyard Retreat at Mutianyu Great Wall puts everything the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.921192892466" Longitude="116.40984021559" StarRating="4.5" HotelCode="935125|wangfujing_grand_hotel" HotelName="Renaissance Beijing Wangfujing Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Wangfujing Street, Dongcheng District, 100006 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/b2/1fb26eaa2108d61bfaf485d6d63c74e3bf79bde6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its superb location in the heart of a commercial shopping district, the hotel is only 5 minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.919352" Longitude="116.449493" StarRating="5" HotelCode="293218|hotel_eclat_beijing" HotelName="Hotel Eclat Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Dongdaqiao Road, Chaoyang District, 100020 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/1f/f61f7e8ab48af188615132fc28fcd9833d80eb3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.909338177203" Longitude="116.45942727382" StarRating="5" HotelCode="34350|shangrila_china_world_hotel" HotelName="China World Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Jianguomenwai Avenue, 100004 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/66/2b669e18b1f029f765d5bd0b4768363027b11bf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the Central Business District which holds the prestigious China World Tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.938456" Longitude="116.426539" StarRating="5" HotelCode="900384|ascott_raffles_city_beijing" HotelName="Ascott Raffles City Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Dongzhimen South Street, Dongcheng District, 100007 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/e6/01e6cad6cb9fa0a27289b2b3823d4294b4410860.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right next to Dongzhimen’s transportation hub, providing guests with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.90973032" Longitude="116.40923411" StarRating="4" HotelCode="931009|the_imperial_mansion_beijing_marriott_executive_apartments" HotelName="The Imperial Mansion, Beijing Marriott Executive Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Gate, 1 Xiagongfu Street, Dongcheng District, 100004 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/b6/edb639585e94ad070c093a314d944679b3280006.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.34" OriginalAmount="116.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.914611" Longitude="116.41242" StarRating="5" HotelCode="410146|143326" HotelName="Regent Beijing 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,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Jinbao Street, Dongcheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/88/e088f1c8991601b05d5d049510487957420296a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Beijing's commercial central area, Jinbaojie, and close to various scenic spots and hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.89558164" Longitude="116.37546425" StarRating="5" HotelCode="935122|jw_marriott_hotel_beijing_central" HotelName="JW Marriott Beijing Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Xuanwumenwai Street, Xicheng District, Beijing 100052</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/93/62934ec64de2dfa500b5541aab6aabef104f8ff6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.96931596" Longitude="116.39895" StarRating="4" HotelCode="395082|beijing_fujian_hotel" HotelName="Fujian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>11 Anzhen Xili Sanqu, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/ab/f8ab19033acececda9ebad6d9c3385fb04b06c68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located on the middle of the north third ring road close to the China International ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.984776" Longitude="116.337211" StarRating="5" HotelCode="111370|liaoning_international_hotel" HotelName="Liaoning International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2A North 4th Ring West Road, Haidian District, 100190 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/a5/16a5b3257c0a03d9429c6db2d816b049b11c429a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an excellent location with convenient transport links, and it is situated on the fo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.913299567126" Longitude="116.40715241432" StarRating="5" HotelCode="888098|hilton_beijing_wangfujing" HotelName="Hilton Wangfujing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Wangfujing East Street, Dongcheng, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/9b/f49bfe29d396cdcea72d821b69f26c84b03a2ac4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in the Beijing shopping district of Wangfujing, this city and conference hotel offers an exclusi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.28" OriginalAmount="128.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.39410008" Longitude="116.68183419" StarRating="5" HotelCode="320147|yanqi_hotel_managed_by_kempinski" HotelName="Yanqi Hotel managed by Kempinski" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Room Service,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Yanqi Island, Yanqi Lake, Huairou District, 101407 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/28/a12842aa858690334e22c4d4810f6bd430ef8337.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.28" OriginalAmount="128.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.91670581346" Longitude="116.36424687202" StarRating="4" HotelCode="111262|the_apartments_on_financial_street_beijing" HotelName="The Apartments on Finacial Street Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>No. 1 Jinchengfang Street, Xicheng District, 118305 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/fb/8efb3a27d21ddc5d49698b71e5c5175bdffb7df8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is situated in the central part of Financial Street, adjacent to the central office a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.908241" Longitude="116.471772" StarRating="5" HotelCode="73920|jw_marriott_hotel_beijing" HotelName="JW Marriott Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>83 Jian Guo Road, Chaoyang District, Beijing 100025</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/43/70433f2d5beb9157397935b258be8de43934c152.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the eastern edge of the Chaoyang District, Beijing's central business distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.87" OriginalAmount="130.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.913804" Longitude="116.412594" StarRating="5" HotelCode="111168|116213" HotelName="Legendale Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90-92 Jinbao Street, Dongcheng District, Beijing 100005</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/df/56df2b20bce6e594db366df73618865d0ba1613b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.927547" Longitude="116.46064" StarRating="5" HotelCode="200697|conrad_beijing" HotelName="Conrad Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 North Dongsanhuan Road, Chaoyang District, Beijing 100027</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/05/fb05e505a3bdafac4383e3b2fbcb6299890d8cb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.001714454332" Longitude="116.38764739037" StarRating="4" HotelCode="172118|880475" HotelName="China National Convention Center Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Building 1, 8 Precincts, Beichen West Road, Chaoyang District, Beijing 100105</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/zz/5dadb315e4cfd808dac2a5d1160612c15142e869.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests will find it easy to go to the Great Wall, Tiananmen Square and the Forbidden City. A subway ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.07" OriginalAmount="137.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.02659" Longitude="116.414533" StarRating="2" HotelCode="181185|1445368" HotelName="Jinjiang Inn Olympic Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Yangshan Road, Chaoyang, Beijing 100107</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/de/75deae2cb25dcc45c4c501c0bfdba0dd0124c2de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.97505061" Longitude="116.35255094" StarRating="5" HotelCode="494457|tylfull_hotel" HotelName="Tylfull Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Building 1 1 Yard, Xitucheng Road, Haidian District, 100191 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/b5/f3b5f1d9a4e307f707cd4bb59aa5b3492751582c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.40" OriginalAmount="140.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.908316610452" Longitude="116.40835940838" StarRating="5" HotelCode="317935|grand_hyatt_beijing" HotelName="Grand Hyatt Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 East Chang An Avenue, 100738 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/22/1322327a5b132d261146e1f9849366688caec7e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located in downtown Beijing's bustling Wangfujing district. It lies very clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.44" OriginalAmount="144.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.944684680754" Longitude="116.41676545143" StarRating="2" HotelCode="181110|classic_courtyard_2" HotelName="The Classic Courtyard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/12/2025" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Beixin Alley, Yonghegong Street, Dongcheng, Beijing 100007</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/d3/d8d3012861a14f1311b7daa9f42eaf7dde94c66c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.03" OriginalAmount="147.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.909262" Longitude="116.433821" StarRating="5" HotelCode="93681|180736" HotelName="The St. Regis Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Jianguomenwai Dajie, 100020 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/09/da09902c5c33a2bbc4414eeef45bccd70bb07563.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the central business district outside Jianguomen, close to Xiushui Jie shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.17" OriginalAmount="149.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.915805" Longitude="116.360177" StarRating="5" HotelCode="71278|333715" HotelName="The Westin Beijing Financial Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9C Financial Street, XiCheng District, 100140 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/69/e669f706bc76131ead9686d49c73c08cc0ddade6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the city on Financial Street. With the Forbidden City and Tian...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.950893021418" Longitude="116.46753743453" StarRating="5" HotelCode="200702|four_seasons_beijing" HotelName="Four Seasons Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Liang Ma Qiao Road, Chaoyang District, 100125 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/74/22/74221095bc2c0b0f61c3358afda21ac3460ee355.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 313 rooms. Services and facilities at the hotel inclu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.963619" Longitude="116.278521" StarRating="4" HotelCode="132372|century_huatian_hotel" HotelName="Century Huatian" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 11 West Landianchang Road, Haidian District, 100097 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/19/341932f3d37ba1221c84adfe723973fc508660c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located south of the Summer Palace, the hotel is near the Zhongguancun high-tech park and Jinyuan Sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.59" OriginalAmount="159.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.915392" Longitude="116.363606" StarRating="5" HotelCode="71203|the_ritzcarlton_beijing_financial_street" HotelName="The Ritz-Carlton Beijing, Financial Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Jin Cheng Fang Street East, Financial Street, 100033 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/0b/590bc5feff7d17afc5645f55f6309529f9586178.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel lies at the intersection between Taipingqiao and Jinchengfangdong. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.64" OriginalAmount="164" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.985966" Longitude="116.489634" StarRating="4" HotelCode="181130|63660" HotelName="Grace Beijing 798 Art District" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 706 Art Street Jiuxianqiao, 798 Art District, 100015 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/70/8570fd103fc46873e1d48c9589380b9dce73b79d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.71" OriginalAmount="171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.908547428858" Longitude="116.43349352115" StarRating="4" HotelCode="93661|scitech" HotelName="Scitech" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Jianguomenwai Avenue, Chaoyang District, Beijing 100004</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/d8/f7d80179d2799bb5184f036fff1db010fa8f1959.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of the Chaoyang business and embassy district. Its excellent locat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.71" OriginalAmount="171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.93298468" Longitude="116.45152402" StarRating="5" HotelCode="111241|chao_sanlitun_beijing" HotelName="CHAO Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>4 East Workers' Stadium Road, Chaoyang District, Beijing 100027</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/7c/1d7cb0e3d3fc40fec630425cfa2828fbac6d2432.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.27" OriginalAmount="171.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.933172001181" Longitude="116.45529720031" StarRating="5" HotelCode="433650|2171005" HotelName="Intercontinental Beijing Sanlitun" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>1 South Sanlitun Road, Chaoyang District, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/58/589094/589094a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.74" OriginalAmount="174.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.913957899279" Longitude="116.357370615" StarRating="5" HotelCode="62362|the_ritzcarlton_beijing" HotelName="The Ritz-Carlton Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>83A Jian Guo Road, Chaoyang District, 100025 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/b5/59b53f53580bc427743b69be71edccf557fd8553.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an ideal location in the heart of Beijing’s thriving commercial district, Cha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="198.89" OriginalAmount="196.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.911810067276" Longitude="116.47346735001" StarRating="5" HotelCode="168486|CAS379400" HotelName="China World Summit Wing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jianguomenwai Avenue, Beijing 100004</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/29/f72979b2ca6902d7ed53e5daaa2d1d32f7ef554b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;From the strategic hub of the Central Business District, the city hotel is approximately 45 minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="223.10" OriginalAmount="220.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.906441" Longitude="116.452964" StarRating="5" HotelCode="111221|183526" HotelName="Park Hyatt Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jianguomenwai Street, Chaoyang District, Beijing 100022</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/72/1a72f5a165fefeec1362b135563d65e6a81b95d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Soaring above the heart of Beijing's Central Business District, hotel is part of the prestigious Bei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.25" OriginalAmount="224.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.92398962" Longitude="116.41029594" StarRating="5.5" HotelCode="638017|2396215" HotelName="The Puxuan Hotel And Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Wangfujing Street, Dongcheng District, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/7b/b37b53a220fb2d886c598e08159d3792f9086a91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Puxuan Hotel and Spa offers an unparalleled experience that exudes intuitiveness, authenticity, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="238.65" OriginalAmount="236.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.915488" Longitude="116.411175" StarRating="5" HotelCode="284341|CAV391300" HotelName="Waldorf Astoria Beijing" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-15 Jinyu Hutong Wangfujing, Dongcheng, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/92/ca/92cabb807b62bb69af6d154b091378c7a9ed7c8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="241.22" OriginalAmount="238.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.90685580713" Longitude="116.39742672443" StarRating="5" HotelCode="336607|3414" HotelName="Grand Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 East Chang An Avenue, 100006 Beijing, China</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fb/a2/fba225d59d83f9e002529fbfd4051f5c626e03dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is situated close to the Forbidden City (3.5 km away) and Tiananmen Square (1 km...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.59" OriginalAmount="259.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.913712" Longitude="116.410314" StarRating="5" HotelCode="18400|the_peninsula_beijing" HotelName="The Peninsula Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Goldfish Lane, Wangfujing, 100006 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/c7/aac7d5a8a4b3d35233892fcd83eb61dfaee9f96c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Beijing, between the main shopping areas of Wangfujing and Don...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.82" OriginalAmount="282.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.918907706709" Longitude="116.4543945075" StarRating="5" HotelCode="931012|rosewood_beijing_4" HotelName="Rosewood Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jing Guang Centre, Hujialou, Chaoyang District, 100020 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/6c/806c76c9817da5adff1707cd2b30a7ebe20d0cd9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="288.86" OriginalAmount="286" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="2" HotelCode="955397|372600" HotelName="Huairou Xiangcun Pushe Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>161 Mutianyu Village, Bohai, Huairou, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/01/7b01ff75bb9c63e046980777c57c15e2491afc1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="316.22" OriginalAmount="313.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.909950204312" Longitude="116.36982679367" StarRating="4" HotelCode="34242|508135" HotelName="Guangzhou" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. A3 Xidan Heng Er Tiao, Beijing 100031</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/6f/806f0c044567e49bc5ee0f936a51beb184d566c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre, about 10 minutes by foot from Tian'anmen Square. It is als...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="363.60" OriginalAmount="360.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.86850921" Longitude="116.42410293" StarRating="0" HotelCode="659459|beijing_iris_house" HotelName="Beijing Iris House Tiantan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Building 15</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/3f/dd3ffdd5020801a252b74029f580ec8ecb3ce2db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="435.37" OriginalAmount="431.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.948525326812" Longitude="116.45732501062" StarRating="5.5" HotelCode="545778|2223245" HotelName="Bulgari Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>8 Xin Yuan South Road, Chaoyang District, Beijing 100027</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/f4/f9f468cc722cb9af0382bf384a341cd0d9071159.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="538.61" OriginalAmount="533.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.91217274" Longitude="116.4112282" StarRating="5" HotelCode="785238|CBH090700" HotelName="Mandarin Oriental Wangfujing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>269 Wangfujing Street, 100006 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/0a/530a14531c8df5c125690b29cefce73fc1fd9f3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This outstanding hotel is situated in Wangfujing. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="637.31" OriginalAmount="631.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.934954" Longitude="116.399175" StarRating="5" HotelCode="73931|hans_royal_garden_hotel" HotelName="Han's Royal Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Beibingmasi Hutong / 20 Qinlao Hutong, Dongcheng District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/65/99652df1184d02a512a3d20eb7b3bd25d9be2cf3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located in the heart of Beijing. Its setting is especially ideal for business...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access,Diet Meals,Nightclub,Bicycle Rental,Heated Pool,Shopping Arcade,Kitchen,Golf,Beauty Salon,Business Centre,Elevator,Parking,24 Hour Front Desk,Coffee Shop,Dry Cleaning,Luggage Storage,24 Hour Room Service,Concierge,Meeting Room,Porter,Valet Parking,24 Hour Power Supply,Housekeeping,Wake-up Call Service,Smoking Rooms,Dining,LCD/Projector,Pick &amp;amp; Drop,Library</BasicAmenities>
    <HotelRating>5,4.5,4,3,2,3.5,5.5,2.5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,COUNTRY HOUSE,HISTORIC HOTEL,HOTEL DE CHARME,SPA HOTEL,APARTMENT HOTEL,ECO HOTEL,FAMILY-FRIENDLY HOTEL,GOLF HOTEL,AIRPORT HOTEL,HOTEL,FINCA,VILLAGE,APARTHOTEL,HOSTELS,APARTMENT,CLUB RESORT,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
be2fb77d-c3b2-447a-99e7-27cc6a7f4243|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="be2fb77d-c3b2-447a-99e7-27cc6a7f4243">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="47113" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-01-05T00:00:00" End="2026-01-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be2fb77d-c3b2-447a-99e7-27cc6a7f4243|HotelbedsSearch|error while generating search request: Exception - HotelBed City Hotel Codes List not found.|System.Exception: HotelBed City Hotel Codes List not found.
   at HotelSources.Hotelbeds.GetSearchRQ(String CityCode) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Hotelbeds\Hotelbeds.cs:line 330
   at HotelSources.Hotelbeds.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Hotelbeds\Hotelbeds.cs:line 87|HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be2fb77d-c3b2-447a-99e7-27cc6a7f4243|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be2fb77d-c3b2-447a-99e7-27cc6a7f4243|TravcoSearch|successfull supplier interation||Travco|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be2fb77d-c3b2-447a-99e7-27cc6a7f4243|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
be2fb77d-c3b2-447a-99e7-27cc6a7f4243|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
be2fb77d-c3b2-447a-99e7-27cc6a7f4243|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
be2fb77d-c3b2-447a-99e7-27cc6a7f4243|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
be2fb77d-c3b2-447a-99e7-27cc6a7f4243|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2025-12-05T05:33:43.855593+00:00" Version="0" EchoToken="Search" TransactionIdentifier="be2fb77d-c3b2-447a-99e7-27cc6a7f4243" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="6.06" OriginalAmount="6.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.718994" Longitude="115.17368" StarRating="2" HotelCode="986734|mahendra_beach_inn" HotelName="Mahendra Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Shopping on site,Smoking areas,Garden,Terrace,No elevators,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Bedugul Lane, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b9/92b9d84baae8c347d2572fe12fc012ddbb08a85e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.09" OriginalAmount="9.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.709171" Longitude="115.1687" StarRating="2" HotelCode="986744|legian_mas_beach_inn" HotelName="Legian Mas Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,Smoking areas,Garden,No elevators,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Melasti, Gang. Lebak Bena No 18, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/72/5072c19bf7a380576704cad96ccee932cdff14e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.12" OriginalAmount="12.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.718567" Longitude="115.174355" StarRating="3" HotelCode="986708|maxi_hotel__spa" HotelName="Super OYO Townhouse Oak Maxi Hotel Legian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Air conditioning,24-hour reception,Smoke-free property,Garden,Smoking Allowed">
        <Address>
          <AddressLines>
            <AddressLine>83, Surya Candra, Jalan Raya Legian, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/1d/001dfba974f9c9d40a0734e58ba6561ba25cb39e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.13" OriginalAmount="13.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.679572" Longitude="115.18812" StarRating="3" HotelCode="986410|princess_keisha_hotel" HotelName="Princess Keisha Bali Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="24-hour reception,Garden">
        <Address>
          <AddressLines>
            <AddressLine>JL TEUKU UMAR BARAT NO 350 Denpasar Barat, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/1f/5e1fe649d7aa659bea31fe2f4f99a8b28106a024.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.13" OriginalAmount="13.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7169895" Longitude="115.17847" StarRating="3" HotelCode="986562|teges_inn" HotelName="Teges Inn Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Smoking areas,Security guard,Garden,No elevators,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Majapahit No. 39 Gg. Teges, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/zz/f4ad3c318c49724928d28828cd505435c7ee7924.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.13" OriginalAmount="13.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6724825" Longitude="115.25812" StarRating="3" HotelCode="986684|sanur_agung_hotel" HotelName="Sanur Agung Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air conditioning,24-hour reception,Smoke-free property,Security guard,Newspapers,Ticket assistance,Express check-in/check-out,Garden,Terrace,No elevators">
        <Address>
          <AddressLines>
            <AddressLine>Jl. By Pass Ngurah Rai No. 174, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/12/3112ff9a5910c65dc942a1b9cd71353033b32657.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.14" OriginalAmount="14.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.707771" Longitude="115.17825" StarRating="3" HotelCode="986705|spazzio_bali_hotel" HotelName="Spazzio Bali Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Computer,Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Heating,Security guard,Ticket assistance,Express check-in/check-out,Garden,Television in lobby,Terrace,No elevators">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Dewi Sri No.20, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/6a/dd6a9898505e659a07d4e8f6e30cfa1cdc26506d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.14" OriginalAmount="14.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.708479" Longitude="115.25748" StarRating="1" HotelCode="986702|abian_kokoro_hotel" HotelName="Akarsa Kokoro Sanur Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="ATM,Air conditioning,Currency exchange,Smoke-free property,Ticket assistance,Gift shop,Garden,Terrace,Private check-in/check-out,No elevators,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cemara Beach No. 9, Semawang, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/91/259184ff523fe1f4726cd2713468e2f13b824451.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.15" OriginalAmount="15.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.637017" Longitude="115.18355" StarRating="3" HotelCode="986655|puri_saron_hotel_denpasar" HotelName="Puri Saron Hotel Denpasar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="ATM,Air conditioning,24-hour reception,Elevator/lift,Smoke-free property,Security guard,Newspapers,Ticket assistance,Garden,Terrace,Express check-in">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Gatot Subroto Barat No. 459C, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/bd/ffbdfcab5bbf318afdc7f658dee8b4ca96499653.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.15" OriginalAmount="15.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.718999" Longitude="115.17351" StarRating="3" HotelCode="986699|the_kubu_hotel" HotelName="The Kubu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Shopping on site,24-hour reception,Smoking areas,Ticket assistance,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Popies I Gg. Sorga no. 5, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/6e/8a6e13959e784d9279635c18f2e2ef8c2f416e7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.16" OriginalAmount="16.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.709779" Longitude="115.17851" StarRating="3" HotelCode="986418|euphoria_hotel_2" HotelName="Euphoria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="ATM,Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Express check-in/check-out,Garden,Television in lobby,Upper floors accessible by elevator">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Patih Jelantik 11-12 Legian, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/a6/75a6f76bff57ea036bc3e2a29bd3968ffa8c6f6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.17" OriginalAmount="17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6680975" Longitude="115.21757" StarRating="3" HotelCode="986701|152867" HotelName="Hotel Puri Ayu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,Smoking areas,Smoke-free property,Security guard,Newspapers,Express check-in/check-out,Television in lobby,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Jendral Sudirman No. 14 A, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/91/b891e2dbb64c179bd10fe78896b0ab5f76347c52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.17" OriginalAmount="17.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.160224" Longitude="115.028175" StarRating="3" HotelCode="986520|rambutan_boutique_hotel" HotelName="Rambutan Boutique Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="24-hour reception,Newspapers,Ticket assistance,Gift shop,Garden,No elevators">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Mawar, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/19/e719d445525dc152794563ce6a643ea0aaea1487.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.17" OriginalAmount="17.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.34601" Longitude="115.67172" StarRating="3" HotelCode="986422|alami_resort_and_restaurant_" HotelName="Alami Resort &amp; Restaurant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="ATM,Air conditioning,Smoking areas,Smoke-free property,Garden,Terrace,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Amed, Bunutan, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/a5/55a54b6f2d69497dea1fcdaad67bbb05c77edf8f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.17" OriginalAmount="17.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.43123" Longitude="114.8493" StarRating="3" HotelCode="986586|medewi_bay_retreat" HotelName="Medewi Bay Retreat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Shopping on site,Air conditioning,Smoking areas,Smoke-free property,Security guard,Ticket assistance,Gift shop,Garden,Television in lobby,Terrace,No elevators,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ciwa, Yeh Kuning Hamlet, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/68/6768451e5a43dc99616618dd92f0bbcc3d5c65d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.17" OriginalAmount="17.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.700634" Longitude="115.168816" StarRating="3" HotelCode="986742|maxonehotelscomlegian_" HotelName="Boss Legian Hotel Powered by Archipelago" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Computer,Air conditioning,24-hour reception,Elevator/lift,Smoke-free property,Newspapers,Ticket assistance,Garden,Television in lobby,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Werkudara, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/d5/79d57938ebea3204322cb172e7d4cee6991adee0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.17" OriginalAmount="17.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.277523" Longitude="115.59186" StarRating="3" HotelCode="986750|tulamben_wreck_divers_resort__restaurant" HotelName="Tulamben Wreck Divers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,Smoking areas,Currency exchange,Security guard,Ticket assistance,Garden,Terrace,Fire Extinguisher,Outdoor furniture,No elevators">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Singaraja, Tulamben, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/7f/937ff11387361c9f661060989f6aa505de1574f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.17" OriginalAmount="17.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.708213" Longitude="115.178505" StarRating="3" HotelCode="986729|ibis_styles_bali_kuta_legian" HotelName="Grand Livio Kuta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Smoke-free property,Security guard,Newspapers,Ticket assistance,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Dewi Sri no 17, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/59/f759c1310a27f18a065d5ae8318231370e06dd70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.18" OriginalAmount="18.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.704537" Longitude="115.26122" StarRating="3" HotelCode="986481|mahalaksmi_boutique_hotel" HotelName="Mahalaksmi Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Smoke-free property,Heating,Security guard,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Television in lobby,Terrace,Patio">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Danau Tamblingan No.105, Sanur, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/e3/e7e34fedb2452fcaeb7f8c2918364acafa9b6d2e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.18" OriginalAmount="18.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.72353" Longitude="115.173004" StarRating="3" HotelCode="986455|holiday_inn_express_bali_kuta_square" HotelName="ZIA Hotel Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Shopping on site,Computer,Air conditioning,24-hour reception,Elevator/lift,Smoke-free property,Security guard,Newspapers,Ticket assistance,Express check-in/check-out,Garden,Television in lobby,Terrace,Outdoor furniture,Upper floors accessible by elevator">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Ciung Wanara 17, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b2/a2b2bfda2dc2556f277c6e3bc371586b5305f74d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.19" OriginalAmount="19.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.677304" Longitude="115.19058" StarRating="3" HotelCode="986466|quest_san_hotel_denpasar" HotelName="Quest San Denpasar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24-hour reception">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Mahendradata No. 93, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e1/3c/e13c92b2f836f1bf2843da63b0d8f6c05525c45e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.19" OriginalAmount="19.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.500385" Longitude="115.2663" StarRating="3" HotelCode="986578|rumah_taman" HotelName="Rumah Taman" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air conditioning,Smoking areas,Smoke-free property,Security guard,Garden,Television in lobby,Terrace,Fire Extinguisher,Patio,Outdoor furniture,No elevators,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sriwedari Banjar Taman Kaja, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/f7/59f796871e6385cda4871873ce822635fba8f36a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.19" OriginalAmount="19.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.785982" Longitude="115.20199" StarRating="4" HotelCode="986409|horison_hotel_nusa_dua" HotelName="The Lerina Hotel Nusa Dua" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/12/2025" HotelFacility="Air conditioning,Smoking areas,Smoke-free property,Security guard,Ticket assistance,Express check-in/check-out,Garden,Television in lobby,Terrace,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl. By Pass Ngurah Rai No 1001x Mumbul, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/7f/ca7fef04b7554d81bf995570ecb5a8b8326c1c8c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.19" OriginalAmount="19.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.762858" Longitude="115.1752" StarRating="3" HotelCode="986416|horison_hotel_jimbaran" HotelName="Liberta Hotel Jimbaran" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Television in lobby,Fire Extinguisher">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Uluwatu Kedonganan Kuta No. 389, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f7/6ef7436967eea035e0b79b672e146cd0adea8cd0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.19" OriginalAmount="19.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.738801" Longitude="115.16676" StarRating="3" HotelCode="986716|manggar_indonesia_hotel" HotelName="Manggar Indonesia Hotel &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Express check-in/check-out,Garden,Television in lobby,Terrace,No elevators">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Dewi Sartika, Gg. Nusa Indah No. 19, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/5d/9b5d8bd9aa0da06ada392c67b9710465e34771c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.20" OriginalAmount="20.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.714558" Longitude="115.17379" StarRating="3" HotelCode="986614|restu_bali_hotel" HotelName="Restu Bali Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="ATM,Shopping on site,Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Express check-in/check-out,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Legian 113, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/5b/5f5bea3986e2e4589cfb7695df22f356ece830a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.20" OriginalAmount="20.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.700326" Longitude="115.1772" StarRating="4" HotelCode="986612|_0x1ef44" HotelName="Grand Kuta Hotel and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Smoke-free property,Security guard,Newspapers,Ticket assistance,Garden,Television in lobby,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri No 8 Legian, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/09/df090801bea8d61ed997a17c8ea8c1756c14a600.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.20" OriginalAmount="20.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.784739" Longitude="115.19887" StarRating="4" HotelCode="986397|mahogany_hotel" HotelName="Mahogany Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Computer,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Newspapers,Chapel,Garden,Television in lobby,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Taman Bali No.1, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/94/2594106558ae36f0c6b42f636c000d261e9404f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.20" OriginalAmount="20.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71742" Longitude="115.17251" StarRating="3" HotelCode="986696|barong_bali_hotel__formerly_barong_hotel" HotelName="Grand Barong Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Popies street II, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/97/03978d41bed8fac7d8e7b5973740108d0a7a2385.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.20" OriginalAmount="20.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.712844" Longitude="115.16831" StarRating="3" HotelCode="986766|kuta_beach_hotel" HotelName="Kuta Beach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Express check-in/check-out,Garden,Television in lobby,Terrace,Fire Extinguisher,Outdoor furniture,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari - Pantai Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/31/0831ed79b8e232078905842ee32c1b8280d6bd65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.21" OriginalAmount="21.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.705657" Longitude="115.260574" StarRating="3" HotelCode="986607|stana_puri_gopa_hotel" HotelName="Stana Puri Gopa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air conditioning,24-hour reception,Smoke-free property,Ticket assistance,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kesuma Sari No. 4, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/9c/b19cb03166675c45ab549aeb6d44c4604dab5e5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.21" OriginalAmount="21.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.729826" Longitude="115.17678" StarRating="3" HotelCode="986554|grandmashotels_kuta" HotelName="J Hotels Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Smoke-free property,Security guard,Ticket assistance,Express check-in/check-out,Garden,Terrace,Fire Extinguisher">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Kuta 88D, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/bb/e9bbb034ebec88e79eefca40357b8377578a631e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.21" OriginalAmount="21.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.642024" Longitude="115.254616" StarRating="4" HotelCode="986626|graha_cakra_bali" HotelName="The Cakra Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Terrace,Private check-in/check-out,Outdoor furniture,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jln. By Pass Ngurah Rai No. 28, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/33/a533124684322a68166f520b164d601a1656ae9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.21" OriginalAmount="21.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.786761" Longitude="115.18049" StarRating="4" HotelCode="986430|hastinapura_residence_" HotelName="Hastinapura Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Smoking areas,Smoke-free property,Security guard,Express check-in/check-out,Garden">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Poh Gading II No.2, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/b5/21b5d3bf83e4ac3b86000680bbf1eaf95767eae8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.21" OriginalAmount="21.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.701019" Longitude="115.16671" StarRating="3" HotelCode="986420|bali_chaya_hotel_legian" HotelName="Bali Chaya Hotel Legian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Express check-in/check-out,Garden,Terrace,Upper floors accessible by elevator">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Padma Utara, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/4a/ab4a6ba24122a4b0f2c0a8b39b5dd7966c050748.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.22" OriginalAmount="22.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5125265" Longitude="115.26798" StarRating="3" HotelCode="986454|_0x1e173" HotelName="Tebesaya Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air conditioning,24-hour reception,Smoking areas,Smoke-free property,Ticket assistance,Express check-in/check-out,Garden,Terrace,Private check-in/check-out">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sukma No.6 Br. Tebesaya, Peliatan, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/f5/a9f5a5c3b76a2cb977f4e6e340d48a98cac0fa76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.22" OriginalAmount="22.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51104" Longitude="115.26555" StarRating="3" HotelCode="986474|_0x30207" HotelName="Gatra Ubud Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air conditioning,Smoking areas,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Express check-in/check-out,Garden,Terrace,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sugriwa No.16, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/ef/99ef560e7f215736933b21b47f3851ceb02dc0cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.22" OriginalAmount="22.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.720242" Longitude="115.18516" StarRating="3" HotelCode="986463|hotel_bayt_kaboki" HotelName="Bayt Kaboki Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Smoke-free property,Newspapers,Garden,Terrace,Private check-in/check-out">
        <Address>
          <AddressLines>
            <AddressLine>Griya Anyar Street No 27, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/b0/c8b0cbfe5efd4131a1b86347cc3f9181535ac003.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.22" OriginalAmount="22.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.707825" Longitude="115.18795" StarRating="4" HotelCode="986627|harris_hotel__residences_sunset_road" HotelName="HARRIS Hotel &amp; Residence Sunset Road Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Chapel,Garden,Terrace,Fire Extinguisher">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pura Mertasari, Sunset Road, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/54/2554fa54c9fd249d1d0fac0b7c8648297d5d5cb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.23" OriginalAmount="23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.743211" Longitude="115.178856" StarRating="4" HotelCode="986406|83389" HotelName="Sovereign Bali Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Computer,Air conditioning,Elevator/lift,Smoke-free property,Newspapers,Ticket assistance,Garden,Private check-in/check-out,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Tuban 2, Lingkungan Griya, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/25/ff2527e8f916703ecaf30d4a19bc977fd750a488.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.23" OriginalAmount="23.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.710115" Longitude="115.16886" StarRating="2" HotelCode="986663|vilarisi_hotel" HotelName="Vilarisi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Garden,Terrace,All Spaces Non-Smoking (public and private)">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Melasti / Lebak Bene 15X, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/31/b031c61a37f02c9f1230a08906e6256548907077.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.23" OriginalAmount="23.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.639994" Longitude="115.20622" StarRating="4" HotelCode="986630|aston_denpasar_hotel_and_convention_center" HotelName="Aston Denpasar Hotel &amp; Convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="24-hour reception,Elevator/lift">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Gatot Subroto, Bali, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3b/c8/3bc8d1c0fd8f6755f98d314593b149a04b211b86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.23" OriginalAmount="23.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71009" Longitude="115.17047" StarRating="3" HotelCode="986737|the_sun_hotel__spa_legian_bali" HotelName="The Sun Hotel &amp; Spa Legian, Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Melasti Street, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/6f/aa6f516181fe74660ab652d577f69fa8c61ba9d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.24" OriginalAmount="24.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.722356" Longitude="115.18166" StarRating="4" HotelCode="986645|the_royal_eighteen_resort__spa" HotelName="Royal Singosari Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Computer,Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Garden,Terrace,Outdoor furniture">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bakung Sari No.110, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/76/c376f38e32aa6631d86dcaf594e5ac55bba8cdab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.24" OriginalAmount="24.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.721263" Longitude="115.179504" StarRating="3" HotelCode="986664|hotel_santika_kuta_bali_2" HotelName="Hotel Santika Kuta Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="ATM,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Garden,Television in lobby,Terrace,Smoking Allowed">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Kuta No. 98, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/eb/29ebd0f6b773927d1d3e1b68d5e86561480ee1a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.24" OriginalAmount="24.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.738326" Longitude="115.17488" StarRating="3" HotelCode="986650|quest_hotel_tuban__kuta" HotelName="Quest Hotel Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="24-hour reception">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kediri No. 9, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b2/d7/b2d74ccbdc22058e1da300782eedb77e2e3e6430.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.24" OriginalAmount="24.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.693986" Longitude="115.26213" StarRating="2" HotelCode="986434|louto_dmell_homestay" HotelName="Louto Dmell Guesthouse &amp; Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air conditioning,Smoking areas,Smoke-free property,Ticket assistance,Express check-in/check-out,Garden,Television in lobby,Terrace,Private check-in/check-out,No elevators,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bumi Ayu Gang. Anggrek No. 2, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/85/7d8500abcbca95372f907211f0366c4f7d7bff8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.24" OriginalAmount="24.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6711235" Longitude="115.158585" StarRating="3" HotelCode="986567|brown_feather_hotel" HotelName="Brown Feather Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Smoking areas,Smoke-free property,Newspapers,Garden,Terrace,No elevators">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig No. 100, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/79/9b79fe18d5efc2b81ee2b112d0dece041cd2bdd1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.24" OriginalAmount="24.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.689793" Longitude="115.16194" StarRating="3" HotelCode="986414|destiny_boutique_hotel_by_premier_hospitality_asia" HotelName="Destiny Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24-hour reception,Elevator/lift,Ticket assistance,Television in lobby,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Drupadi, No.10, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/88/6b88fdfe9ed9fd41ae84206ed54d24cf856ef5b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.24" OriginalAmount="24.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.698163" Longitude="115.26252" StarRating="3" HotelCode="986713|hotel_jati_and_home_stay" HotelName="Hotel Jati Sanur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Shopping on site,Computer,Air conditioning,Smoking areas,Security guard,Ticket assistance,Express check-in/check-out,Garden,Terrace,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Danau Tamblingan 168 - 170, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/86/2e869835b544ee71a24e6e79cd09afac128475b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.25" OriginalAmount="25.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.640154" Longitude="115.14303" StarRating="3" HotelCode="986632|lubdhaka_canggu_residence" HotelName="Lubdhaka Canggu Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,Smoke-free property,Ticket assistance,Garden,Television in lobby,Terrace,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kubu Manyar, Banjar Pipitan, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/b1/2db1fbd874fdcd8248f7342767c8b9888a860462.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.25" OriginalAmount="25.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.723354" Longitude="115.17785" StarRating="3" HotelCode="986594|suris_boutique_hotel_2" HotelName="Suris Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air conditioning,24-hour reception,Smoke-free property,Security guard,Ticket assistance,Garden,Television in lobby,Terrace,Express check-out,Fire Extinguisher,Adults Only">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Blambangan no. 5, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/12/f0/12f04d6948b477ce9b312cb51cbae6c29e780126.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.25" OriginalAmount="25.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69802" Longitude="115.1774" StarRating="3" HotelCode="986419|berry_biz_hotel" HotelName="Berry Biz Hotel Powered by Archipelago" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Shopping on site,Computer,Air conditioning,24-hour reception,Elevator/lift,Smoke-free property,Security guard,Newspapers,Ticket assistance,Express check-in/check-out,Garden,Television in lobby">
        <Address>
          <AddressLines>
            <AddressLine>Jln. Sunset Road No. 99, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/f5/34f5ba6d038aa4c6ec63f6d1d8c0a61761cb4212.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.25" OriginalAmount="25.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.710097" Longitude="115.181496" StarRating="3" HotelCode="986456|holiday_inn_express_bali_raya_kuta" HotelName="Diamond Hotel Kuta Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Computer,Air conditioning,24-hour reception,Elevator/lift,Smoke-free property,Garden,Terrace,Upper floors accessible by elevator">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta No. 39, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/54/da540656686e5ca67b534426cda968be5c5ef081.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.25" OriginalAmount="25.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.673624" Longitude="115.14938" StarRating="3" HotelCode="986636|nipuri_resort_and_restaurant" HotelName="Nipuri Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Smoking areas,Smoke-free property,Security guard,Ticket assistance,Express check-in/check-out,Garden,Terrace,Outdoor furniture">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Batubelig No.16x, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/63/bb63dd47b3c630021e2e02069f76be654eb7590e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.26" OriginalAmount="26.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.716985" Longitude="115.17491" StarRating="3" HotelCode="986513|the_niche_bali" HotelName="The Niche Bali Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="24-hour reception,Currency exchange,Security guard,Garden,Late check-out,Fire Extinguisher,Smoking Allowed,Outdoor furniture,No elevators">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Legian, 190, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b8/9e/b89e92118254de289dda9341c91d7477e89f75f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.26" OriginalAmount="26.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.688155" Longitude="115.17139" StarRating="4" HotelCode="986574|swissbelinn_seminyak_2" HotelName="Sense Sunset Hotel Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Computer,Air conditioning,24-hour reception,Elevator/lift,Smoke-free property,Newspapers,Ticket assistance,Garden,Television in lobby,Terrace,Fire Extinguisher,All Spaces Non-Smoking (public and private)">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Sunset Road No. 88 S, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/88/66885fe4c8c48fff215d66ed5b82a179751c9a95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.26" OriginalAmount="26.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.671335" Longitude="115.23942" StarRating="2" HotelCode="986604|praja_hotel" HotelName="Praja Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/12/2025" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Smoke-free property,Security guard,Newspapers,Ticket assistance,Express check-in/check-out,Garden">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Mohamad Yamin IV No. 2A, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/0e/440eca3df10f0f568be36fc79793d911edaf96d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.26" OriginalAmount="26.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.710231" Longitude="115.1701" StarRating="4" HotelCode="986530|champlung_mas_hotel_legian" HotelName="Champlung Mas Hotel Legian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/12/2025" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Gift shop,Garden,Television in lobby,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lebak Bene, Legian, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/48/494821672e7610be3d484d82f5d4e44a953c513c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.27" OriginalAmount="27.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.676304" Longitude="115.1544" StarRating="3" HotelCode="986494|the_taman_ayu_2" HotelName="The Taman Ayu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="ATM,Computer,Air conditioning,Smoking areas,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Garden,Television in lobby,Terrace,Fire Extinguisher,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Petitenget, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/e7/dfe77f74392bb423a4bda1fad191a93dce467080.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.27" OriginalAmount="27.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.636722" Longitude="115.19287" StarRating="2" HotelCode="986435|hotel_neo_denpasar_2" HotelName="Neo Denpasar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="24-hour reception">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Gatot Subroto Barat, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1e/93/1e9348071fa23a65c33e1a851ac7f3dc087735f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.27" OriginalAmount="27.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.70757" Longitude="115.25823" StarRating="3" HotelCode="986577|ari_putri" HotelName="Ari Putri Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Danau Tamblingan Po Box 834 Denpasar, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/f5/34f53016e407ea7938e2b93cfd9028f30e37953b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.27" OriginalAmount="27.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.643539" Longitude="115.155365" StarRating="3" HotelCode="986479|litus_rinaya_canggu" HotelName="The Rinaya Canggu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2025" HotelFacility="Air conditioning,Smoking areas,Smoke-free property,Security guard,Terrace,No elevators,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan raya Canggu Gang Leli No 2, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/3a/b93ae7990ea2475a2e044b6e5a153a24188d334d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.27" OriginalAmount="27.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.696467" Longitude="115.2637" StarRating="3" HotelCode="986411|nesa_sanur_bali" HotelName="NESA Sanur Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Ticket assistance,Express check-in/check-out,Garden,Terrace,Private check-in/check-out,Dryer">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Danau Tamblingan no. 144, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/58/275868cf1b39133c7945ac4cde67aff46f406dec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.27" OriginalAmount="27.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.653437" Longitude="115.12892" StarRating="3" HotelCode="986499|echoland_bed__breakfast" HotelName="Echoland Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Smoking areas,Smoke-free property,Security guard,Ticket assistance,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pantai Batu Mejan - Echo B, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/50/bf507c30cec5ff7a34fd138673468337c94ad744.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.27" OriginalAmount="27.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.179403" Longitude="115.045555" StarRating="4" HotelCode="986724|puri_mangga_sea_view_resort_and_spa" HotelName="Puri Mangga Sea View Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Shopping on site,Air conditioning,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Terrace,Private check-in/check-out,Patio,Outdoor furniture,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Damai Kayu Putih Lovina, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/e0/3ee0aad647ceed92f4bae28485a35b4171f18d6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.27" OriginalAmount="27.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.495211" Longitude="115.28075" StarRating="3" HotelCode="986715|manyi_village" HotelName="Manyi Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Express check-in/check-out,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Laplapan, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/b1/8ab1717d5d8ae158fb1ecaaaeb4d03c595ce5cfc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.518434" Longitude="115.26307" StarRating="3" HotelCode="986447|the_evitel_resort_ubud" HotelName="The Evitel Resort Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Computer,Air conditioning,Elevator/lift,Smoking areas,Smoke-free property,Security guard,Newspapers,Express check-in/check-out,Garden,Television in lobby,Terrace,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Monkey Forest, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/bd/85bdd9628bbc830f44e5895219d91be0a3ff49d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.804913" Longitude="115.221954" StarRating="4" HotelCode="986581|hotel_santika_siligita_nusa_dua__bali" HotelName="Hotel Santika Siligita Nusa Dua - Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Shopping on site,Air conditioning,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Gift shop,Garden,Television in lobby,Terrace,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pintas Siligita 3A Banjar Peminge, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/a7/88a75c1d95cacaddfd6d0decff8b503547456a40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.708958" Longitude="115.16983" StarRating="3" HotelCode="986444|serela_legian_bali" HotelName="Serela Legian Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="24-hour reception,Smoking areas,Smoke-free property,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lebak Bene No.168, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/ce/f3cee61416ad1fd7c21a6574f5c814f2a2c1b319.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.156144" Longitude="115.02932" StarRating="3" HotelCode="986629|bali_paradise_hotel_boutique_resort" HotelName="Bali Paradise Hotel Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air conditioning,Smoking areas,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Express check-in/check-out,Garden,Television in lobby,Terrace,Private check-in/check-out,Outdoor furniture,No elevators,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl Kartika, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/a4/0fa459e6239e9105cc8e71d8fdad7a4b8f166bf5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.699316" Longitude="115.16732" StarRating="3" HotelCode="986746|kusnadi_hotel" HotelName="Kusnadi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Smoking areas,Smoke-free property,Newspapers,Ticket assistance,Garden,Terrace,No elevators">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Werkudara 518, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/4e/ac4ed5fa8edd45c3b5abc1a16dace5da63fdba07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.30" OriginalAmount="30.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.27395" Longitude="115.590256" StarRating="3" HotelCode="986693|liberty_dive_resort" HotelName="Liberty Dive Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air conditioning,Smoking areas,Security guard,Ticket assistance,Garden,Television in lobby,Terrace,Fire Extinguisher,No elevators,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Tulamben, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/78/5278229e56ab6a415cc7a899ee60e39d85a1ec4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.30" OriginalAmount="30.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.517089" Longitude="115.260445" StarRating="3" HotelCode="986529|champlung_sari_hotel" HotelName="Champlung Sari Hotel and Spa Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air conditioning,Currency exchange,Smoke-free property,Ticket assistance,Gift shop,Garden,Terrace,Patio,No elevators,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Monkey Forest, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/ac/fcacfe78ed6194a2264187cffc85d3dd8e052997.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.30" OriginalAmount="30.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7219925" Longitude="115.18631" StarRating="3" HotelCode="986423|harris_hotel_kuta_galleria" HotelName="HARRIS Hotel Kuta Galleria - Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Smoke-free property,Security guard,Garden">
        <Address>
          <AddressLines>
            <AddressLine>Jl.Bypass Ngurah Rai No.1, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/53/b353cd5318d70ebf7085163802ae13e8ddad8359.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.30" OriginalAmount="30.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.462712" Longitude="115.6295" StarRating="3" HotelCode="986441|taman_ujung_resort_spa" HotelName="Taman Surgawi Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air conditioning,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Express check-in/check-out,Garden,Television in lobby,Terrace,Fire Extinguisher,Dishwasher,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Taman Ujung, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/b1/79b19831e6404b1c9d9cf3e0b7dfe779234dcebd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.655302" Longitude="115.21846" StarRating="3" HotelCode="986443|grand_mirah_boutique_hotel" HotelName="Capital O 1068 Grand Mirah Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Smoke-free property,Newspapers,Express check-in/check-out,Garden,Terrace,Private check-in/check-out,All Spaces Non-Smoking (public and private),Upper floors accessible by elevator">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kaliasem No.1, Denpasar Utara, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/4a/3c4a5321a035a919617dc68eb9db1d31bf1fe318.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.14286" Longitude="115.04955" StarRating="3" HotelCode="986643|villa_agung_beach_inn" HotelName="Villa Agung Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air conditioning,Smoking areas,Smoke-free property,Ticket assistance,Gift shop,Garden,Terrace,Outdoor furniture,No elevators,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Singaraja-Seririt, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/ea/76ead0acccd62d5124cce7623d117b32d94c9453.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.708777" Longitude="115.17139" StarRating="4" HotelCode="986620|rivavi_fashion_hotel" HotelName="The Rivavi Legian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Express check-in/check-out,Garden,Television in lobby,Terrace,Fire Extinguisher">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Melasti No.1, Legian Kelod, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/69/fe693764b091dfc374a53475a2e90d78752e7fb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.160099" Longitude="115.02704" StarRating="3" HotelCode="986399|jublu_hotel" HotelName="Jublu Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air conditioning,24-hour reception,Smoking areas,Smoke-free property,Security guard,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jalan.Mawar,Desa Kalibukubuk,Lovina, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/6c/966c762e0a9bda042446dcba5ca6784137660e14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.682178" Longitude="115.15439" StarRating="4" HotelCode="986651|sense_hotel_seminyak" HotelName="d'primahotel Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Computer,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Garden,Television in lobby,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kayu Jati No 16, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/zz/c0ad7dd2f828da8436fdac14c0e3f1647e253ddf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.654424" Longitude="115.1315" StarRating="4" HotelCode="986741|the_kirana_hotel_resto_and_spa" HotelName="The Kirana Canggu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Computer,Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Smoke-free property,Security guard,Ticket assistance,Garden,Television in lobby,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pantai Batu Bolong, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/76/1e766fa4a0fb92ee32e2286be97c7dd700ea20b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.798782" Longitude="115.124916" StarRating="4" HotelCode="986730|lorin_new_kuta_hotel" HotelName="New Kuta Hotel by LORIN" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Garden,Terrace,Outdoor furniture">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya New Kuta, Pecatu Indah Resort, 80361 Uluwatu, Indonesia, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/cc/2ccc521a761b10a4ebe3d277abe31a1474429c8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.713313" Longitude="115.17348" StarRating="4" HotelCode="986711|sun_island_hotel_legian_2" HotelName="Sun Island Hotel &amp; Spa Legian" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Garden,Television in lobby,Terrace,Fire Extinguisher,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Legian 123, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/8b/688b84ef358f47683a4c115f7d2ba5e358a17ba2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.32" OriginalAmount="32.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.516239" Longitude="115.260414" StarRating="3" HotelCode="986690|ubud_inn_and_villas" HotelName="Ubud Inn Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="ATM,Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Express check-in/check-out,Garden,Terrace,Outdoor furniture">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Monkey Forest, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/92/f592c2372c892b55288ec9502e7659320a886340.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.32" OriginalAmount="32.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.273321" Longitude="115.59124" StarRating="3" HotelCode="986657|ocean_view_tulamben" HotelName="Ocean View Dive Resort Tulamben" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,Smoking areas,Currency exchange,Smoke-free property,Security guard,Garden,Television in lobby,Terrace,Fire Extinguisher,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Tulamben - Kubu, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/50/7d5026fecd4002ac03c016b465add7d7611d9a25.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.32" OriginalAmount="32.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.622442" Longitude="115.15875" StarRating="4" HotelCode="986398|katak_tepi_sawah_villa" HotelName="KTS Balinese Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Beringin Gang Untung No.71, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/55/905540ecd09f5ece40c44454d37838b3efbad47c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.509158" Longitude="115.26575" StarRating="2" HotelCode="986445|the_peacock_inn_6" HotelName="The Peacock Inn Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Air conditioning,24-hour reception,Smoking areas,Smoke-free property,Security guard,Newspapers,Ticket assistance,Express check-in/check-out,Garden,Terrace,Private check-in/check-out,No elevators">
        <Address>
          <AddressLines>
            <AddressLine>4 Jl. Sugriwa, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/1d/6f1d0ee3ed06faaff6d6500d0f4aef1ffcd2a522.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.706716" Longitude="115.1834" StarRating="4" HotelCode="986646|adhi_jaya_sunset_hotel_2" HotelName="Adhi Jaya Sunset Road Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Newspapers,Gift shop,Express check-in/check-out,Garden,Terrace,Outdoor furniture,Upper floors accessible by elevator">
        <Address>
          <AddressLines>
            <AddressLine>Sunset Road Street Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/13/d413f2919f7b22aaf52acc6c8dbded164c025967.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69808" Longitude="115.26241" StarRating="3" HotelCode="986745|taman_agung" HotelName="Taman Agung Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Ticket assistance,Garden,Terrace,No elevators,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Danau Tamblingan No. 166, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/55/275509f2a041134fbdeac63fdf69021cfe13eab6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.703942" Longitude="115.26382" StarRating="3" HotelCode="986727|hotel_segara_agung" HotelName="Hotel Segara Agung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Smoking areas,Smoke-free property,Security guard,Newspapers,Ticket assistance,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Duyung No. 43, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/45/0f4542c9a9b9d64c533f03a4592d6af10dfa263c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.741762" Longitude="115.18152" StarRating="3" HotelCode="986747|grandmashotelscom__tuban" HotelName="Grandmas Plus Hotel Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Smoke-free property,Security guard,Gift shop,Express check-in/check-out,Garden">
        <Address>
          <AddressLines>
            <AddressLine>Jl. I Gusti Ngurah Rai Tuban, Tuban, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/83/19839babdf8991665b4e47f22225c6d0db92f61a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.692491" Longitude="115.25925" StarRating="3" HotelCode="986669|hotel_puri_tempo_doeloe" HotelName="Hotel Puri Tempo Doeloe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,Smoke-free property,Security guard,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Terrace,Patio,No elevators,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai 209, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/32/6a32cb3fc0c2ec1522f537b084311202e75174b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6836605" Longitude="115.15599" StarRating="3" HotelCode="986467|seminyak_square_hotel" HotelName="Seminyak Square Hotel And Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya 100, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/88/e088bacd24bf84fce53ae245d0a33549c52e3359.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.513031" Longitude="115.2639" StarRating="3" HotelCode="986457|amoya_inn" HotelName="Amoya Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air conditioning,Smoking areas,Smoke-free property,Ticket assistance,Express check-in/check-out,Garden,Television in lobby,Terrace,Private check-in/check-out,Dryer,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hanoman 37 A, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/77/d777f754beac6c886bdb631071d2b95fd6b5cfa6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.80692" Longitude="115.22074" StarRating="4" HotelCode="986585|mercure_bali_nusa_dua" HotelName="Mercure Bali Nusa Dua" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Newspapers,Ticket assistance,Gift shop,Garden,Television in lobby,Terrace,Express check-in,Private check-in/check-out">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nusa Dua Selatan Lot SW 03, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/f4/78f4c98ceb6db0fd90c39901c62d362acf38ad90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.479192" Longitude="115.270706" StarRating="3" HotelCode="986619|junjungan_ubud_hotel__spa" HotelName="Junjungan Ubud Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Smoking areas,Smoke-free property,Security guard,Ticket assistance,Express check-in/check-out,Garden,Television in lobby,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Tirta Tawar Km.3.5 Br. Junjungan, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/38/50/3850b21b5af4bf318bfe47d63585b94b247023d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71262" Longitude="115.17128" StarRating="3" HotelCode="986714|hotel_terrace_at_kuta" HotelName="Hotel Terrace at Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Smoke-free property,Security guard,Newspapers,Express check-in/check-out,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Benesari No. 2, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/e0/f2e0bb8cc496e69721a11231025431ae1b53cd13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.35" OriginalAmount="35.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.142236" Longitude="115.05109" StarRating="4" HotelCode="986492|bali_taman_beach_resort_2" HotelName="Bali Taman Beach Resort &amp; Spa - Lovina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Computer,Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Television in lobby,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Seririt - Singaraja Tukadmungg, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/01/9d01cc8007f5dfb9ac6664c962540ca8f60b7036.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.35" OriginalAmount="35.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.674714" Longitude="115.156" StarRating="4" HotelCode="986763|the_visala_boutique_suites_seminyak" HotelName="The Visala Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2025" HotelFacility="Air conditioning,24-hour reception,Smoke-free property,Heating,Security guard,Ticket assistance,Express check-in/check-out,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih No. 8, Petitenget, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/c6/61c60501fdc6d0c112ec90a3480c1bd956326a3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.489866" Longitude="115.25423" StarRating="3" HotelCode="986539|beji_ubud_resort" HotelName="Beji Ubud Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,Smoking areas,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Express check-in/check-out,Garden,Terrace,Outdoor furniture,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Sanggingan, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/a0/eba01a9e75004684ebd69ae61381a5ecf201d488.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.467695" Longitude="115.27175" StarRating="4" HotelCode="986412|om_ham_resort_ubud" HotelName="Om Ham Retreat and Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Terrace,Private check-in/check-out,Dryer,Outdoor furniture">
        <Address>
          <AddressLines>
            <AddressLine>Tirta Tawar street, Junjungan, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/zz/a7adaf5c8991ecd0acb463e150e42ffdeefb5818.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7848835" Longitude="115.17797" StarRating="4" HotelCode="986452|bali_paragon_resort_hotel" HotelName="Bali Paragon Resort Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Shopping on site,Air conditioning,Elevator/lift,Smoke-free property,Security guard,Express check-in/check-out,Garden,Television in lobby,Fire Extinguisher,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Kampus Unud, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/f2/c1f203c8b34b6938a985f6994cfe1e86f8ff2feb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.736666" Longitude="115.1652" StarRating="4" HotelCode="986523|risata_bali_resort_and_spa" HotelName="Risata Bali Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Shopping on site,Computer,Air conditioning,Smoking areas,Currency exchange,Smoke-free property,Heating,Security guard,Newspapers,Ticket assistance,Gift shop,Garden,Television in lobby,Terrace,Fire Extinguisher,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl.Wana Segara, South Kuta Beach, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/16/4e16287b0ce8f417d440de4e3ec6d29031c9e189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.686839" Longitude="115.18473" StarRating="4" HotelCode="986453|cozy_stay_simpang_enam" HotelName="Choice Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Smoking areas,Smoke-free property,Security guard,Ticket assistance,Express check-in/check-out,Television in lobby,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pulau Kawe No. 40, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/97/3297a01196b302687fb9e9713c46f613c6b3f905.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.797565" Longitude="115.2062" StarRating="3" HotelCode="986490|goodway_hotels_resort_nusa_dua" HotelName="Plagoo Holiday Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Garden,Television in lobby,Terrace,Fire Extinguisher,No elevators">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Dalem Tarukan No.7 Taman Mumbul, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/58/48586445ed872bd7557024298cbcde074bfac486.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.73378" Longitude="115.17705" StarRating="3" HotelCode="986589|ibis_bali_kuta" HotelName="ibis Bali Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,Currency exchange,Smoke-free property,Newspapers,Garden,Television in lobby,Fire Extinguisher,All Spaces Non-Smoking (public and private),Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl Raya Kuta Kuta Bali, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/a6/99a6d52002aae325323d6c2f0e4bf541de3cfc59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.722626" Longitude="115.17324" StarRating="3" HotelCode="986563|kuta_angel_hotel" HotelName="Kuta Angel Hotel Luxurious Living" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Smoke-free property,Heating,Express check-in/check-out,Television in lobby,Terrace,Fire Extinguisher,All Spaces Non-Smoking (public and private)">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pantai Kuta No. 33, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/d2/01d249b1fbe85daa2ed357c0d5eda43236aebe17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.511315" Longitude="115.26121" StarRating="3" HotelCode="986678|yulia_village_inn" HotelName="Yulia Village Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Express check-in/check-out,Garden,Television in lobby,Terrace,Fire Extinguisher">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Monkey Forest, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/99/f799186f3c18a6d4fb07b5acf2af1ae772615a90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.696758" Longitude="115.16636" StarRating="4" HotelCode="986609|horison_seminyak_bali" HotelName="Horison Seminyak Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Shopping on site,Computer,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Arjuna (Double Six Beach), Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/44/d9447793428fa78badf2e1c9dff1ab584f839eb0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.518994" Longitude="115.26305" StarRating="3" HotelCode="986674|puri_padi" HotelName="Puri Padi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2025" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Terrace,No elevators">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hanoman, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/4f/7b4f583aea9f4b2ef3985f0dd1d518840f090384.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.720183" Longitude="115.16978" StarRating="3" HotelCode="986427|kutabex_beach_front_boutique_hotel" HotelName="Kutabex Beach Front Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Gift shop">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/55/18552b01a4d8af55a7da8b8504724ab8fe5ad492.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.509706" Longitude="115.26887" StarRating="4" HotelCode="986461|_0x1cc8e" HotelName="SenS Hotel and Spa Conference Ubud Town Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Smoke-free property,Newspapers,Ticket assistance,Garden,Television in lobby,Outdoor furniture,Upper floors accessible by elevator">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Sukma Banjar Tebesaya, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0943eb3f9c4ba2ec30e7d16d83017b99a25f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.708066" Longitude="115.17216" StarRating="4" HotelCode="986408|mercure_bali_legian" HotelName="Mercure Bali Legian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Computer,Air conditioning,24-hour reception,Elevator/lift,Smoke-free property,Newspapers,Ticket assistance,Express check-in/check-out,Garden,Terrace,Upper floors accessible by elevator">
        <Address>
          <AddressLines>
            <AddressLine>Jl Legian No 328 - Legian Kelod Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/01/bb011e9f502090403d20ef7cb7d1a92a747b4e56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.39" OriginalAmount="39.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.733156" Longitude="115.16746" StarRating="4" HotelCode="986616|grand_whiz_hotel_kuta" HotelName="Grand Ixora Kuta Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,Elevator/lift,Smoke-free property,Security guard,Newspapers,Ticket assistance,Garden,Television in lobby,Terrace,Fire Extinguisher,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kartika Plaza 92, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/a9/15a95e3a9b98e13ac874fae0c1303026b1ce0e68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.39" OriginalAmount="39.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.683179" Longitude="115.169815" StarRating="3" HotelCode="986631|uma_karan" HotelName="Uma Karan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Smoke-free property,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Bidadari III/8, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/00/3000be450fb18fcaf4116b8cb6f8f20221d48589.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.39" OriginalAmount="39.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.703552" Longitude="115.18404" StarRating="4" HotelCode="986725|b_hotel_bali_2" HotelName="b Hotel Bali &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Smoke-free property,Security guard,Newspapers,Ticket assistance,Express check-in/check-out,Garden,Terrace,Upper floors accessible by elevator">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Imam Bonjol No. 508, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/ff/59ffad167c54ab17c6c82a1233eba651419c0bf6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.729514" Longitude="115.16853" StarRating="4" HotelCode="986511|adhi_jaya_hotel" HotelName="Adhi Jaya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kartika Plaza, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/96/d296389b92f0c5375d10b29ff50055e00a4eca5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.675293" Longitude="115.26005" StarRating="4" HotelCode="986525|sanur_paradise_plaza_hotel" HotelName="Prime Plaza Hotel Sanur - Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Garden,Television in lobby,Terrace,Fire Extinguisher,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Hang Tuah, No. 46, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/7c/a57c0083c4a4d4021ff935203a7950be131f6322.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.730228" Longitude="115.16812" StarRating="4" HotelCode="986551|bali_rani_hotel" HotelName="Bali Rani Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kartika Plaza, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/09/ac09f14b8bbc45bde301a506c651c2123230641d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71731" Longitude="115.17574" StarRating="3" HotelCode="986401|hotel_neo_kuta_legian" HotelName="Neo+ Kuta Legian Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24-hour reception">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Troppozone No. 8 Legian, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/94/93/9493fe115930914d1403069dd4dbd6fd12e702a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.137867" Longitude="114.56951" StarRating="4" HotelCode="986512|naya_gawana_resort__spa" HotelName="Naya Gawana Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Smoking areas,Smoke-free property,Security guard,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Television in lobby,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>West Bali National Park, Banyuwedang, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/3f/7a3fd768862f0e35a3f41caf58ccc4152a9a2356.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.552837" Longitude="115.26286" StarRating="3" HotelCode="986653|bumi_ubud_resort_3" HotelName="Bumi Ubud Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air conditioning,24-hour reception,Smoking areas,Smoke-free property,Security guard,Ticket assistance,Garden,Terrace,Smoking Allowed">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Lod Tunduh No. 88, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/64/4e64140ea7317bc3259de8330d6def768e16bbfe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.718996" Longitude="115.1743" StarRating="3" HotelCode="986721|harper_kuta" HotelName="Harper Kuta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2025" HotelFacility="24-hour reception">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Legian No. 73, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/30/2d/302de03e8b598a6a79878ae0ee578a893098bd0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.816128" Longitude="115.15133" StarRating="4" HotelCode="986606|le_nixsun_villa__spa" HotelName="Avery Le Nixsun Villas by Waringin Hospitality" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Ticket assistance,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Balangan no. 88, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/e5/6ae582ef77b618211730324c0ff1cf39762b30a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.672127" Longitude="115.16371" StarRating="4" HotelCode="986473|_0x3a51d" HotelName="Daun Bali Seminyak Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Heating,Security guard,Ticket assistance,Express check-in/check-out,Television in lobby,Terrace,Dryer,Fire Extinguisher,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Petitenget No. 08, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/6b/4d6b9b45a30b0598372f5ac0193bda6baaf94c41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.673973" Longitude="115.146454" StarRating="3" HotelCode="986526|grand_balisani_suites" HotelName="Balisani Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Shopping on site,Computer,Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Terrace,Dryer,No elevators">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pantai Batu Belig, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/84/ee841b188c1c61e1c5ee4fe07187a2dfa95fbf35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.690744" Longitude="115.16162" StarRating="4" HotelCode="986476|tijili_seminyak" HotelName="Ikosharold Suites Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Television in lobby,Terrace,Fire Extinguisher,Outdoor furniture">
        <Address>
          <AddressLines>
            <AddressLine>No.9 Jl. Drupadi, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/41/6f4106c07768e816ff3e3e74f442411112646ae1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.43" OriginalAmount="43.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.705867" Longitude="115.25603" StarRating="4" HotelCode="986731|taksu_sanur_hotel" HotelName="Taksu Sanur Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/12/2025" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Express check-in/check-out,Garden,Terrace,Upper floors accessible by elevator">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sudamala No. 26, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/7f/d67f21f359c5f9ca8281593aa160f83d3992e73b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.679142" Longitude="115.2053" StarRating="3" HotelCode="986642|all_seasons_bali_denpasar" HotelName="ibis Styles Bali Denpasar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Computer,Air conditioning,Elevator/lift,Currency exchange,Smoke-free property,Newspapers,Ticket assistance,Gift shop,Garden,Television in lobby,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl Teuku Umar No 183, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/c0/73c00130bcb92b66964ac1a5824c2bd47c07324f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.167986" Longitude="115.007866" StarRating="3" HotelCode="986495|nugraha_lovina_seaview_resort" HotelName="Nugraha Lovina Seaview Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air conditioning,24-hour reception,Smoking areas,Smoke-free property,Security guard,Ticket assistance,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Lovina Beach, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/4a/804ae0ac510d4a419940f4c27541f9b850792c5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.654471" Longitude="115.129555" StarRating="3" HotelCode="986720|echo_beach_resort" HotelName="Echo Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Shopping on site,Air conditioning,Smoking areas,Smoke-free property,Ticket assistance,Garden,Television in lobby,Terrace,Express check-in,Outdoor furniture,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Munduk Catu, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/8c/488ca5625fa4b75a51ea3b94d10aea5bc09ccb93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.597845" Longitude="115.29611" StarRating="4" HotelCode="986665|bali_masari_villas" HotelName="Bali Masari Villas &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Computer,Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Express check-in/check-out,Garden,Terrace,Dishwasher,Patio">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Bali Masari, Banjar Gelumpang, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/7c/c37ced0534f13136b74b7cc6cf85e533b409163a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.715577" Longitude="115.16899" StarRating="4" HotelCode="986548|grand_istana_rama_hotel" HotelName="Grand Istana Rama Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Garden,Television in lobby,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pantai Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/95/8b95be61654c271d0ea3cce4b584162e7d929eb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.531145" Longitude="115.26444" StarRating="4" HotelCode="986582|bhuwana_ubud_hotel" HotelName="Bhuwana Ubud Hotel and Farming" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Terrace,Private check-in/check-out,All Spaces Non-Smoking (public and private),Outdoor furniture,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pengosekan, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/60/80/60809ff74d45749324b5b0010ffe93e13dd2a8ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.530215" Longitude="115.51104" StarRating="3" HotelCode="986516|padang_bai_beach_resort" HotelName="Absolute Scuba Bali Dive Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Ticket assistance,Gift shop,Garden,Terrace,Outdoor furniture,No elevators">
        <Address>
          <AddressLines>
            <AddressLine>Amlapura Bali Jl. Pantai Silayukti, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/7b/797bc2d2b637e5c0a87c0fb5c938c7c217997735.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.189939" Longitude="115.00087" StarRating="3" HotelCode="986652|the_hamsa" HotelName="The Hamsa Bali Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,Smoking areas,Currency exchange,Security guard,Ticket assistance,Express check-in/check-out,Garden,Terrace,Smoking Allowed,Patio,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Air Terjun Sing Sing, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/78/4d78ec91cded7d44a2e67d4a8d7533bdcc7d2c3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.725856" Longitude="115.17034" StarRating="5" HotelCode="986507|kuta_paradiso_hotel" HotelName="Kuta Paradiso Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Garden,Terrace,Dryer,Outdoor furniture,Upper floors accessible by elevator">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kartika Plaza, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/c3/09c3640458830353bacd3bd3f4f6ef462f542aa5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.690768" Longitude="115.263115" StarRating="4" HotelCode="986732|swissbelresort_watu_jimbar" HotelName="Sanur Resort Watujimbar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Gift shop,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Danau Tamblingan 99A, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/e1/bae154e58fb2b8b1e6215f66c1919a3dd281a421.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.503009" Longitude="115.54166" StarRating="4" HotelCode="986695|sea_breeze_candidasa" HotelName="Sea Breeze Candidasa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="ATM,Air conditioning,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Chapel,Garden,Terrace,Private check-in/check-out,Outdoor furniture,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Mendira Beach, Banjar Mendira, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/1f/fa1f07270d0c0613adf800524c8b365d8abf5a74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.500501" Longitude="115.264984" StarRating="3" HotelCode="986564|ketuts_place" HotelName="Ketut's Place Cottage Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Smoking areas,Smoke-free property,Security guard,Ticket assistance,Express check-in/check-out,Garden,Terrace,No elevators">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Suweta No.85, Ubud, Kecamatan Ubud, Kabupaten Gianyar, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/4b/df4b2d366ca6b2dc26123899239890344f1e8588.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.763145" Longitude="115.17289" StarRating="3" HotelCode="986666|puri_bambu_hotel" HotelName="Hotel Puri Bambu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Gift shop,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pengeracikan, Kedonganan, Jimbaran, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/43/f943f2d284023e822d945345f4a040663af4216a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.720388" Longitude="115.179886" StarRating="4" HotelCode="986770|cross_vibe_paasha_atelier_bali_kuta" HotelName="Cross Vibe Paasha Atelier Bali Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="ATM,Shopping on site,Computer,Air conditioning,24-hour reception,Elevator/lift,Smoke-free property,Newspapers,Ticket assistance,Garden,Television in lobby,Terrace,Express check-in">
        <Address>
          <AddressLines>
            <AddressLine>88 Jl. Raya Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a3/9aa393837935d745b24a8ea942cf6e09f28cf678.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.720398" Longitude="115.17016" StarRating="4" HotelCode="986560|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,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Newspapers,Ticket assistance,Television in lobby,Terrace,All Spaces Non-Smoking (public and private)">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pantai Kuta, Br. Pande Mas, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/94/33945fc793f0da153d4c71f26db5aed6c1adbabe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.695196" Longitude="115.26389" StarRating="3" HotelCode="986493|puri_hiromi" HotelName="Puri Hiromi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Smoke-free property,Heating,Security guard,Ticket assistance,Express check-in/check-out,Garden,Television in lobby,Terrace,Private check-in/check-out,Fire Extinguisher">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Danau Tamblingan No 152, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/9e/9f9e0c27d83661436604e7e4edb310056432eb92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.723038" Longitude="115.170555" StarRating="4" HotelCode="986546|grand_inna_kuta" HotelName="Truntum Kuta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2025" HotelFacility="ATM,Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Garden,Television in lobby,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl Pantai Kuta No 1 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/e3/c7e3be1ae9d7efec0f527d4476ab133f79220a2b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.809106" Longitude="115.15858" StarRating="4" HotelCode="986433|aston_ungasan_hotel__convention_center" HotelName="Four Points by Sheraton Bali, Ungasan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Chapel,Garden,Terrace,Upper floors accessible by elevator">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Uluwatu, Br. Giri Dharma, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/d2/28d2aa984a6a75904b8be263d1db60065f478e04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.533369" Longitude="115.26636" StarRating="4" HotelCode="986448|radha_phala_resort_spa" HotelName="Radha Phala Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air conditioning,Smoke-free property,Security guard,Ticket assistance,Express check-in/check-out,Garden,Television in lobby,Terrace,Fire Extinguisher,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pengosekan, Banjar Kumbuh, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/78/7d781fba530299bb667b8c83e4e3ab76f57322a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.766592" Longitude="115.17001" StarRating="4" HotelCode="986471|jimbaran_bay_beach_resort_spa" HotelName="Jimbaran Bay Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Newspapers,Ticket assistance,Garden,Television in lobby,Terrace,Fire Extinguisher,All Spaces Non-Smoking (public and private),Upper floors accessible by elevator">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pantai Kedonganan 888, Jimbaran Bay, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/4e/894edf7bb165fa2c90cafc98fc4cc1754384599c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.718433" Longitude="115.18349" StarRating="4" HotelCode="986485|_0x3e46e" HotelName="Golden Tulip Jineng Resort Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Garden,Television in lobby,Terrace,Fire Extinguisher">
        <Address>
          <AddressLines>
            <AddressLine>Jl Sunset Road 98, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3b/b73b31bb8b55306dd32fb9452608c464176a4310.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.695171" Longitude="115.263084" StarRating="4" HotelCode="986689|the_oasis_lagoon_sanur" HotelName="THE 1O1 Bali Oasis Sanur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Danau Tamblingan No 136 A, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/1f/0e1f3ec036c8eafd8cba02b1a362bec94ffd3fc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.679245" Longitude="115.15378" StarRating="4" HotelCode="986462|dash_hotel" HotelName="Viva Dash Hotel Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,Elevator/lift,Currency exchange,Security guard,Express check-in/check-out,Garden,Terrace,Patio">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Petitenget No.468X, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2b/08/2b08c119fc04cd3ccac4d6dbfc831df208964da1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.673952" Longitude="115.15832" StarRating="4" HotelCode="986681|ivory_resort_seminyak_2" HotelName="Rama Residence Petitenget Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Shopping on site,Computer,Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Washing machine,Express check-in/check-out,Garden,Television in lobby,Terrace,Private check-in/check-out,Fire Extinguisher,Outdoor furniture">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Petitenget No. 35, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/79/09794a1b5cd04b88731bd69c932f277e6e2ffe54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.523147" Longitude="115.23356" StarRating="4" HotelCode="986685|villa_semana_resort_spa" HotelName="Villa Semana Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Television in lobby,Terrace,Fire Extinguisher,Patio,Outdoor furniture,Adults Only,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Semana Desa Singakerta, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/68/c268790a5dc5a584fa66492780965c676ab69667.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.52787" Longitude="115.25682" StarRating="4" HotelCode="986677|bali_spirit_hotel_spa" HotelName="Bali Spirit Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Television in lobby,Terrace,Outdoor furniture">
        <Address>
          <AddressLines>
            <AddressLine>Nyuh Kuning Village, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/96/709677a32e2b4195ce2d386efb8c40cf3a5e5e86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.696656" Longitude="115.168236" StarRating="4" HotelCode="986510|the_haven_bali_seminyak" HotelName="THE HAVEN Bali Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Security guard,Ticket assistance,Garden,Television in lobby,Terrace,Fire Extinguisher">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Seminyak 500, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/11/cf11a538c21ad78b85b5676260eed3efcfd769f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.667161" Longitude="115.139755" StarRating="3" HotelCode="986688|legong_keraton_beach_hotel" HotelName="Legong Keraton Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Computer,Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pantai Berawa, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/77/ff77eab4648664a322d8e2a87ba1ae9857f6a57b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.806769" Longitude="115.1317" StarRating="4" HotelCode="986515|le_grande_bali_2" HotelName="Le Grande Bali Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Smoke-free property,Newspapers,Ticket assistance,Gift shop,Chapel,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Pecatu Indah Resort Block 5, Jalan Raya Uluwatu, Pecatu, Kecamatan Kuta Selatan, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/5e/115ed2f4076894fdfedb52fb03deb38a743d8f51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.721029" Longitude="115.17006" StarRating="4" HotelCode="986534|mercure_kuta_bali" HotelName="Mercure Kuta Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Television in lobby,Terrace,Fire Extinguisher,All Spaces Non-Smoking (public and private)">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta 10 X, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/73/e17331ebb9bfb362025b87950dcfe4c52eddabb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.8303385" Longitude="115.12945" StarRating="4" HotelCode="986576|hidden_valley_resort_bali" HotelName="S Resorts Hidden Valley Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Smoking areas,Smoke-free property,Ticket assistance,Gift shop,Garden,Television in lobby,Terrace,Outdoor furniture">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Nabor No. 29, Kuta Selatan, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/75/4c/754c929a8de54ec7da1d8c3c109842d482f149f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.791638" Longitude="115.22794" StarRating="4" HotelCode="986728|grand_whiz_hotel_nusa_dua_bali" HotelName="Grand Whiz Nusa Dua Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Computer,Air conditioning,24-hour reception,Smoke-free property,Security guard,Newspapers,Ticket assistance,Express check-in/check-out,Garden,Television in lobby,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Blok T, Kawasan Wisata, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/7f/8e7f3b38df0cfc23191f85ee212c70dea36eac76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.420542" Longitude="115.28742" StarRating="3" HotelCode="986432|villa_kemuning_" HotelName="Villa Kemuning Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air conditioning,Smoking areas,Smoke-free property,Ticket assistance,Express check-in/check-out,Garden,Terrace,Private check-in/check-out,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Bau-Bau, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/dc/dbdc648b19f89ab8f9a53c141e48788830a6d9a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.494609" Longitude="115.253136" StarRating="3" HotelCode="986639|kori_ubud_resort_2" HotelName="Kori Ubud Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Television in lobby,Terrace,Fire Extinguisher,Patio,Outdoor furniture">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Sanggingan, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/c2/46c2eaf2bf3b7fedb7379129ba5562c34db5526f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.70909" Longitude="115.25392" StarRating="4" HotelCode="986536|mercure_resort_sanur" HotelName="Mercure Sanur Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Computer,Air conditioning,Smoking areas,Currency exchange,Smoke-free property,Newspapers,Ticket assistance,Gift shop,Garden,Television in lobby,Terrace,Fire Extinguisher,Outdoor furniture,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Mertasari Sanur, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/0d/be0d901778fd9d6619da7218907d2931e4dce190.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.709637" Longitude="115.17023" StarRating="3" HotelCode="986601|rosani_hotel" HotelName="Rosani Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Ticket assistance,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Melasti, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/fc/17fc129d9b5c891ab3e1bfd3ac2e1e4f4a7cfa7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.688045" Longitude="115.26353" StarRating="3" HotelCode="986670|respati_beach_hotel" HotelName="Respati Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Smoking areas,Currency exchange,Security guard,Ticket assistance,Garden,Terrace,No elevators">
        <Address>
          <AddressLines>
            <AddressLine>Jl. danu Tamblingan No. 33, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/b2/04b2732ad3edd726a320a0d3dc55a3e49d6d2e1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.733826" Longitude="115.16599" StarRating="5" HotelCode="986704|ramada_bintang_bali_resort" HotelName="Bintang Bali Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Newspapers,Gift shop,Garden,Terrace,Upper floors accessible by elevator">
        <Address>
          <AddressLines>
            <AddressLine>JL Kartika Plaza, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/fb/43fb4e9ab410a2238110bb9fe8f027e1c7ddf511.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.661143" Longitude="115.166824" StarRating="3" HotelCode="986712|villa_tukad_alit_" HotelName="Villa Kisaraa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,Smoking areas,Smoke-free property,Security guard,Ticket assistance,Express check-in/check-out,Garden,Television in lobby,Terrace,Fire Extinguisher,Patio,No elevators,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Kerobokan, BR Semer Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/a6/21a62f9afd7db19e5b87efebb70c6d5f495247cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.705749" Longitude="115.26161" StarRating="3" HotelCode="986718|palm_garden_bali" HotelName="Palm Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Air conditioning,24-hour reception,Smoking areas,Smoke-free property,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kesumasari 3 Sanur, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/54/9e54ec69b1adc3cb8a6c650361ad9fb6871adfd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.594155" Longitude="115.10653" StarRating="3" HotelCode="986478|de_moksha_boutique_resort" HotelName="De Moksha Eco Friendly Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,Smoking areas,Smoke-free property,Express check-in/check-out,Garden,Television in lobby,Terrace,Private check-in/check-out,Dryer,Fire Extinguisher,Outdoor furniture,No elevators,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benuo, Banjar Kebilbil, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/50/6e50fe1a743d472f6d692e6e7fac3cafef8867fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6781" Longitude="115.1538" StarRating="4" HotelCode="986658|tonys_villas" HotelName="Tonys Villas &amp; Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Express check-in/check-out,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Petitenget Kerobokan, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/ee/0dee2c918321fe4a61db886148ccfea79708836e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.679495" Longitude="115.15314" StarRating="4" HotelCode="986440|_0x2908f" HotelName="Montigo Resorts Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Terrace,Dryer">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Petitenget, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/58/28/5828c9e17bfb32ea0874c966394306c423938ffc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.684288" Longitude="115.16055" StarRating="4" HotelCode="986580|ize_seminyak" HotelName="IZE Seminyak by LifestyleRetreats" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Computer,Air conditioning,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Gift shop,Express check-in/check-out,Television in lobby,Terrace,Fire Extinguisher,All Spaces Non-Smoking (public and private),Outdoor furniture,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya No. 68, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/08/1e08656437995e0270599b5b8cf6a644d16a8b3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.793317" Longitude="115.22678" StarRating="4" HotelCode="986431|bali_nusa_dua_hotel__convention" HotelName="Bali Nusa Dua Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Garden,Television in lobby,Terrace,Fire Extinguisher">
        <Address>
          <AddressLines>
            <AddressLine>Kawasan Terpadu ITDC NW/1, Nusa Dua, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/6c/9b6cff272c39514176777cfeba792bc2528e3321.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.138801" Longitude="114.57187" StarRating="4" HotelCode="986644|mimpi_resort_menjangan" HotelName="Mimpi Resort Menjangan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Gift shop,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Banyuwedang, Buleleng, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/49/d749cc455f2a3af8146e51e885349bd0d3ca9c76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.65092" Longitude="115.15978" StarRating="4" HotelCode="986748|the_khayangan_dreams_villa_kerobokan" HotelName="The Khayangan Dreams Villa Umalas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air conditioning,24-hour reception,Smoking areas,Ticket assistance,Garden,Smoking Allowed">
        <Address>
          <AddressLines>
            <AddressLine>JL. Tegal Cupek ll, Br Anyar Kelod, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/0b/e70b7ce3de50027e93971d41a2cab912d5148506.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.782404" Longitude="115.224464" StarRating="4" HotelCode="986610|ibis_styles_bali_benoa" HotelName="Hilton Garden Inn Bali Nusa Dua" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Newspapers,Garden,Terrace,All Spaces Non-Smoking (public and private),Outdoor furniture">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pratama, 57 A 5 6, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/ee/19eed02128ecf11c46a5b24f560688d6981da88d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.66" OriginalAmount="66.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.50342" Longitude="115.55239" StarRating="4" HotelCode="986545|candi_beach_resort_and_spa" HotelName="Candi Beach Resort and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Computer,Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Garden,Television in lobby,Terrace,Dryer,Fire Extinguisher">
        <Address>
          <AddressLines>
            <AddressLine>Mendira Beach, Sengkidu, Candidasa, Karangasem, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/fe/c1fe61138911f4b5a720574fc9b289ddb4e4b3ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.520743" Longitude="115.26218" StarRating="3" HotelCode="986679|green_field_hotel_and_restaurant" HotelName="Green Field Hotel and Restaurant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pengosekan, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</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="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.510492" Longitude="115.25239" StarRating="4" HotelCode="986442|pondok_sawah_asri" HotelName="Pondok Sawah Asri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air conditioning,Elevator/lift,Garden,Terrace,Patio,Outdoor furniture">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Penestanan Kelod, Sayan, Kabupaten Gianyar, 80571 Ubud, Indonesia, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</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="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.698184" Longitude="115.16465" StarRating="3" HotelCode="986568|hotel_kumala_pantai" HotelName="Hotel Kumala Pantai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Werkudara, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/8c/738ca893227c05f31ee5e69aac9ab9ecd1ce3666.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.357746" Longitude="115.69481" StarRating="3" HotelCode="986726|aquaterrace_amed" HotelName="Aquaterrace Amed" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Security guard,Garden,Terrace,No elevators">
        <Address>
          <AddressLines>
            <AddressLine>Selang, Bunutan, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/1f/be1fc54c9dc1875b10fd38a32a880d2b32c78b7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.71895" Longitude="115.17221" StarRating="3" HotelCode="986482|_0x2d978" HotelName="Poppies Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Computer,Air conditioning,24-hour reception,Smoking areas,Smoke-free property,Security guard,Newspapers,Ticket assistance,Express check-in/check-out,Garden,Terrace,Fire Extinguisher">
        <Address>
          <AddressLines>
            <AddressLine>Poppies Lane 1, No. 19, Jalan Legian, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/07/4a075a3458b0033e37a99e0222072a26ce0efeba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.366739" Longitude="115.70069" StarRating="3" HotelCode="986477|nalini_resort" HotelName="Nalini Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,Smoking areas,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Terrace,Patio,Outdoor furniture,No elevators">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Dinas Banyuning, Desa Bunatan, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/fc/99fc176de7ec9104f59bf7363b21425e14f4c2c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.772171" Longitude="115.22281" StarRating="5" HotelCode="986552|grand_aston_bali_beach_resort" HotelName="Hotel Nikko Bali Benoa Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Shopping on site,Air conditioning,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Terrace,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pratama 68X, Tanjung Benoa, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d6/07/d60719a94d8a3c386e319cf337a2a7586beaf085.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5337" Longitude="115.2664" StarRating="4" HotelCode="986469|purana_boutique_resort" HotelName="Purana Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Terrace,Private check-in/check-out,Smoking Allowed,Patio">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Kumbuh, Desa Mas, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/24/1a24d768b410cfa57fd257d80997b01a04f3d6d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.709527" Longitude="115.16752" StarRating="5" HotelCode="986686|pullman_bali_legian_nirwana" HotelName="Pullman Bali Legian Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Shopping on site,Computer,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Newspapers,Ticket assistance,Express check-in/check-out,Garden,Television in lobby,Terrace,All Spaces Non-Smoking (public and private)">
        <Address>
          <AddressLines>
            <AddressLine>Melasti 1, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/35/6135e99dd6101867e2eb5b9665cf4259427c4a94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.713875" Longitude="115.17331" StarRating="4" HotelCode="986608|fourteen_roses_legian" HotelName="Fourteen Roses Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Express check-in/check-out,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Legian No.153, Kuta, Kec. Kuta, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/04/bb04077e23d4ac0d3e726ee91c177fe043f358fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69388" Longitude="115.1619" StarRating="4" HotelCode="986765|pelangi_bali_hotel_spa" HotelName="Pelangi Bali Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Camplung Tanduk, Seminyak Beach, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/d1/77d1328d7b21767fff52c68d0668557ebaed1dff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.466415" Longitude="115.243454" StarRating="4" HotelCode="986709|sankara_ubud_resort_3" HotelName="The Sankara Resort by Pramana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Computer,Air conditioning,Smoking areas,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Television in lobby,Terrace,Private check-in/check-out,Fire Extinguisher,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Kumbuh, Desa Mas, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/4a/964acb58f5610af3faaf039f2bd1596b48ba77e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.691015" Longitude="115.16091" StarRating="3" HotelCode="986509|bali_agung_village" HotelName="Bali Agung Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Computer,Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Television in lobby,Terrace,Outdoor furniture">
        <Address>
          <AddressLines>
            <AddressLine>Sarinande Street No:03, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/80/448094e1bbae09e78d11b569ac68ca7be27f6f29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.764395" Longitude="115.22236" StarRating="4" HotelCode="986532|novotel_bali_benoa" HotelName="Novotel Bali Benoa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Shopping on site,Computer,Air conditioning,Currency exchange,Smoke-free property,Newspapers,Ticket assistance,Gift shop,Chapel,Garden,Terrace,Dryer,Outdoor furniture,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>#70 Jalan Pratama, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/f5/aef58a3ba6f421177521dfbde0c5d8454eba264f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.736907" Longitude="115.16368" StarRating="5" HotelCode="986535|holiday_inn_resort_baruna_bali" HotelName="Holiday Inn Resort Baruna Bali by IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Computer,Air conditioning,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Garden,Television in lobby,Terrace,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wana Segara 33, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/a6/a9a61fe6adfffecd7eab7ccccd2430c39de9d313.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.769937" Longitude="115.222694" StarRating="5" HotelCode="986662|kind_villa_bintang_resort" HotelName="Sadara Boutique Beach Resort Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Newspapers,Gift shop,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Tanjung Benoa, Jl. Pratama, Benoa, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b5/1b/b51b9805aafb489f4592a541e8138bc4c913f7bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.808427" Longitude="115.22339" StarRating="4" HotelCode="986549|the_grand_bali_nusa_dua_3" HotelName="The Grand Bali Nusa Dua" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Terrace,All Spaces Non-Smoking (public and private)">
        <Address>
          <AddressLines>
            <AddressLine>ITDC Complex Nusa Dua Lot RA 6, Jl. Nusa Dua Selatan No. 8, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/70/947016acc8078346e4109760c0891070316ec5d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.78239" Longitude="115.22526" StarRating="5" HotelCode="986472|holiday_inn_resort_bali_benoa" HotelName="Holiday Inn Resort Bali Nusa Dua by IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Shopping on site,Computer,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl Pratama, No 86, Tanjung Benoa, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/38/c73878ccc78280de0211545de19e5f7e3e07213b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.78688" Longitude="115.19859" StarRating="4" HotelCode="986597|tanadewa_luxury_villa__spa" HotelName="tanadewa Villas Nusa Dua Bali By Cross Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Television in lobby,Terrace,Private check-in/check-out,Dryer,Fire Extinguisher,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Taman Giri No. 11, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/76/237677b27f593d56b177394867d4ff539fd01ed3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.54067" Longitude="115.28459" StarRating="3" HotelCode="986522|bhanuswari" HotelName="Bhanuswari Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air conditioning,24-hour reception,Smoke-free property,Security guard,Ticket assistance,Express check-in/check-out,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Ir.Sutami, Tengkulak Tengah, Kemenuh, Sukawat, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/17/8d17ad327848ea46f752c29d2480a8258719efea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.49254" Longitude="115.25758" StarRating="5" HotelCode="986736|the_lokha_ubud" HotelName="The Lokha Ubud Resort, Villas &amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Computer,Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Chapel,Garden,Television in lobby,Terrace,Upper floors accessible by elevator">
        <Address>
          <AddressLines>
            <AddressLine>Jln Bangkiangsidem, Desa Keliki, Tegallalang, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/47/3747d911de9d30b6bcae2f3c06055af8105b3cc5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.482275" Longitude="115.26714" StarRating="4" HotelCode="986757|the_sankara_suites_villas" HotelName="The Sankara Suites &amp; Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Express check-in/check-out,Chapel,Garden,Terrace,Early check-in,Late check-out,Design hotel,Private check-in/check-out,Dryer,Fire Extinguisher,Smoking Allowed,All Spaces Non-Smoking (public and private),Outdoor furniture,Upper floors accessible by elevator">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Sri Wedari No.973, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ca/53/ca5342d1fc557d176fca29a00c735a78b1330a2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.708921" Longitude="115.17018" StarRating="5" HotelCode="986769|the_maganichse_certified_hotel_and_spa" HotelName="The Magani Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Computer,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Security guard,Newspapers,Chapel,Television in lobby,Terrace,Fire Extinguisher">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Melasti, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/47/b0/47b0f99c772c3d059f556becd989df376634f015.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.4500065" Longitude="115.23324" StarRating="5" HotelCode="986559|ayung_resort_ubud_3" HotelName="Ayung Resort Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Television in lobby,Terrace,Private check-in/check-out,Fire Extinguisher">
        <Address>
          <AddressLines>
            <AddressLine>Desa Melinggih Kelod, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/83/de830183769f14831ab4860b14bbeffd72b66e6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.729628" Longitude="115.16698" StarRating="5" HotelCode="986519|discovery_kartika_plaza_hotel" HotelName="Discovery Kartika Plaza Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Shopping on site,Computer,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Television in lobby,Terrace,Fire Extinguisher,Smoking Allowed">
        <Address>
          <AddressLines>
            <AddressLine>Jl Kartika Plaza, PO. Box 1012, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/38/a53887cbfa9107c7be242a91aa09d58ffc751ed5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.89" OriginalAmount="89.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.512319" Longitude="115.260765" StarRating="4" HotelCode="986671|ubud_village" HotelName="Ubud Village Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Terrace,Upper floors accessible by elevator">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Monkey Forest, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/11/f911bfdc481a66b7d9afb52e8e58b3395bdc505f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.781297" Longitude="115.16553" StarRating="5" HotelCode="986593|le_meridien_bali_jimbaran" HotelName="Le Meridien Bali Jimbaran" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="ATM,Shopping on site,Computer,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Chapel,Garden,Terrace,Private check-in/check-out">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bukit Permai, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/68/c0682bd56ca742c2f992f2b64111815b672ca554.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.708452" Longitude="115.16725" StarRating="4" HotelCode="986543|legian_beach_hotel" HotelName="Legian Beach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Gift shop,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Melasti, Legian Kelod, Legian Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/6c/d06c1ac0582d9eba28830758f954c379aa7d6259.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.785887" Longitude="115.22532" StarRating="4" HotelCode="986706|bali_tropic_resort__spa" HotelName="Bali Tropic Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Gift shop,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl Pratama 34A, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/9e/af9ecf6222196a86b381416887c5291cea099583.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.499843" Longitude="115.246346" StarRating="3" HotelCode="986460|rumah_dadong" HotelName="Rumah Dadong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Air conditioning,Smoking areas,Currency exchange,Smoke-free property,Ticket assistance,Garden,Terrace,Patio,No elevators,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Penestanan Kaja, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/bb/e2bb2493c030e620e63745923f0e5a3f7a874808.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.702159" Longitude="115.164604" StarRating="5" HotelCode="986661|bali_niksoma_boutique_beach_resort_2" HotelName="Bali Niksoma Boutique Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,Currency exchange,Smoke-free property,Security guard,Newspapers,Gift shop,Garden,Television in lobby,Terrace,Fire Extinguisher,Patio,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Padma Utara, Legian Kaja, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/97/c09793595d1f2633150c1748ab70be7cdb4640a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.807057" Longitude="115.225235" StarRating="5" HotelCode="986700|courtyard_by_marriott_bali_nusa_dua" HotelName="Courtyard Bali Nusa Dua Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="ATM,Shopping on site,Computer,Air conditioning,Elevator/lift,Currency exchange,Smoke-free property,Heating,Security guard,Newspapers,Garden,Television in lobby,Terrace,Outdoor furniture,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Kawasan Pariwisata Lot Sw1, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/b2/e3b2de9ebc4552c8be8bfd062d0b08acf175a8d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.689508" Longitude="115.1718" StarRating="4" HotelCode="986514|the_amala_2" HotelName="The Amala Boutique Retreat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/12/2025" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Gift shop,Garden,Terrace,Outdoor furniture">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti 108, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/58/1b580a3051a538eb4721cfe33e3adab9510aede7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.691854" Longitude="115.162224" StarRating="5" HotelCode="986437|courtyard_by_marriott_bali_seminyak" HotelName="Courtyard By Marriott Bali Seminyak Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Shopping on site,Computer,Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Television in lobby,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk 103, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/57/db5794c11e3de5fe7e9c8d33ba7008a1bc621b8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.47113" Longitude="115.258026" StarRating="4" HotelCode="986405|puri_sebali_resort" HotelName="Puri Sebali Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Express check-in/check-out,Garden,Terrace,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Sebali, Banjar Sebali, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/ba/2bbabccc7fdbb32417fc1a11e4fca1f2476ec2e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.684345" Longitude="115.15929" StarRating="4" HotelCode="986579|u_paasha_seminyak_bali" HotelName="Cross Paasha Bali Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Express check-in/check-out,Terrace,Fire Extinguisher">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kayu Aya No.78, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/21/5d21a6c131cfec8df1c5a33f3fface7a6aaa4612.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.695167" Longitude="115.167755" StarRating="4" HotelCode="986538|the_seminyak_suite__private_villa" HotelName="The Seminyak Suite - Private Villa - By Astadala" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,Elevator/lift,Smoking areas,Smoke-free property,Security guard,Express check-in/check-out,Garden,Television in lobby,Terrace,Fire Extinguisher,Smoking Allowed,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Seminyak No. 17, 17, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/67/9a675f4868a3ecf1815c2518f7a2bcf2de102c0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.430113" Longitude="114.818214" StarRating="4" HotelCode="986675|puri_dajuma_beach_eco_resort__spa" HotelName="Puri Dajuma Beach Eco-Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Shopping on site,Computer,Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Garden,Television in lobby,Terrace,Fire Extinguisher">
        <Address>
          <AddressLines>
            <AddressLine>Pekutatan Negara, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/91/cf91308622867737133e8aabae61066f0d08da09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.482513" Longitude="115.25828" StarRating="5" HotelCode="986470|jannata_resort_and_spa" HotelName="Jannata Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air conditioning,Smoking areas,Currency exchange,Smoke-free property,Newspapers,Ticket assistance,Garden,Terrace,Private check-in/check-out,Outdoor furniture,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Rsi Markandya, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/16/fb167e213dd63d2220b7091112811007d08e8a0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.690172" Longitude="115.2647" StarRating="4" HotelCode="986502|griya_santrian" HotelName="Griya Santrian a Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Computer,Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Gift shop,Garden,Television in lobby,Terrace,Fire Extinguisher">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Danau Tamblingan 47, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/71/7d710ac24e2b8a4b9447ce9c9b9569ac0894c48d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.57978" Longitude="115.26747" StarRating="3" HotelCode="986621|bali_purnati_center_for_the_arts" HotelName="The Bali Purnati Center For The Arts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air conditioning,24-hour reception,Smoke-free property,Ticket assistance,Express check-in/check-out,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Gunung Abang, Br. Penataran, Ubud, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/6b/4d6bb557290a52f978bf679e47499bc50e7c048a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.825772" Longitude="115.21889" StarRating="5" HotelCode="986544|grand_nikko_bali_3" HotelName="Hilton Bali Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="ATM,Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Newspapers,Ticket assistance,Gift shop,Chapel,Garden,Terrace,Upper floors accessible by elevator">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Nusa Dua, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f4/8d/f48d60e61e4cd069ee2bb1172d7debdf04347cd0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.806965" Longitude="115.23023" StarRating="5" HotelCode="986459|inaya_putri_bali" HotelName="MERUSAKA Nusa Dua" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="ATM,Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Chapel,Garden,Terrace,Fire Extinguisher">
        <Address>
          <AddressLines>
            <AddressLine>Kawasan Wisata Nusa Dua Lot S-3, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4e/53/4e535271e09f99fe3ffb138a674883ba36f69e5b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.20" OriginalAmount="120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.496009" Longitude="115.253746" StarRating="4" HotelCode="986540|pita_maha_2" HotelName="Pita Maha Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/12/2025" HotelFacility="Shopping on site,Computer,Air conditioning,Elevator/lift,Smoking areas,Currency exchange,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Television in lobby,Terrace,Private check-in/check-out,Dryer,Fire Extinguisher,Outdoor furniture,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Sanggingan, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/56/c4569389a282133f1dd7d5f9ca8fa83b84028dce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.808986" Longitude="115.22514" StarRating="5" HotelCode="986533|hotel_novotel_bali_nusa_dua_hotel__residences" HotelName="Novotel Bali Nusa Dua - Hotel &amp; Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Shopping on site,Computer,Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Newspapers,Ticket assistance,Gift shop,Garden,Television in lobby,Terrace,Express check-in,Outdoor furniture,Upper floors accessible by elevator">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pantai Mengiat, BTDC Complex, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/82/0c82b3a7a871546674a271148d562ecd390228b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.679744" Longitude="115.157776" StarRating="4" HotelCode="986622|centra_taum_seminyak_bali" HotelName="Taum Resort Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/12/2025" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>37-39 Lebaksari St, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/7f/e97f810b767e76cba628bbe29744474ad6d05a29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.51313" Longitude="115.27792" StarRating="5" HotelCode="986547|maya_ubud_resort_and_spa" HotelName="Maya Ubud Resort and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Terrace,Outdoor furniture">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Gunung Sari, Peliatan, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/7a/a27a3b701b476074b1e26c587e5b920088f2c828.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.692026" Longitude="115.16729" StarRating="4" HotelCode="986625|blue_karma_resort" HotelName="Blue Karma Dijiwa Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Shopping on site,Air conditioning,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Television in lobby,Terrace,Private check-in/check-out,Fire Extinguisher,Outdoor furniture,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak, Gang Bima No 2, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/de/3dde2a185590d0824114875d6736a0dd4110e51b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.25" OriginalAmount="125.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.709116" Longitude="115.25869" StarRating="4" HotelCode="986521|puri_santrian" HotelName="Puri Santrian" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Garden,Television in lobby,Terrace,Fire Extinguisher">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cemara 35, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/4a/d24a47030fb2d1a191407a3738c43b439ae1bd81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.28" OriginalAmount="128.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.678403" Longitude="115.26268" StarRating="4" HotelCode="986486|inna_grand_bali_beach" HotelName="Bali Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Shopping on site,Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Security guard,Gift shop,Garden,Terrace,Dryer">
        <Address>
          <AddressLines>
            <AddressLine>Jl Hang Tuah, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/f1/7cf12ce4f32c594af78b4782879b6310d0eabf0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.28" OriginalAmount="128.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.795775" Longitude="115.23061" StarRating="5" HotelCode="986635|the_westin_resort__nusa_dua_bali" HotelName="The Westin Resort Nusa Dua, Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="ATM,Shopping on site,Computer,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Television in lobby,Terrace,Dryer,Fire Extinguisher,Outdoor furniture,Electric car charging">
        <Address>
          <AddressLines>
            <AddressLine>Kawasan Pariwisata Nusa Dua ITDC Lot N-3, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/72/68727beca3162e25351542ab9ca17911c7495dab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.697774" Longitude="115.263855" StarRating="5" HotelCode="986407|maya_sanur_resort__spa" HotelName="Maya Sanur Resort &amp; Spa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Heating,Newspapers,Garden,Terrace,Design hotel,Fire Extinguisher,Upper floors accessible by elevator">
        <Address>
          <AddressLines>
            <AddressLine>Indonesia, Bali, Denpasar, rayon Sanur, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b1/59/b1595dade412f2aaa72d49fc1d059978b5dcbff2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.78063" Longitude="115.22523" StarRating="5" HotelCode="986550|conrad_bali" HotelName="Conrad Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2025" HotelFacility="ATM,Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Chapel,Garden,Television in lobby,Terrace,Private check-in/check-out,Fire Extinguisher,Outdoor furniture">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pratama 168, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/60/5f6042901250d53d70c648da64e32beb267cfd13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.39" OriginalAmount="139" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.79164" Longitude="115.229195" StarRating="5" HotelCode="986717|49627" HotelName="Sofitel Bali Nusa Dua Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Shopping on site,Computer,Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Newspapers,Ticket assistance,Gift shop,Chapel,Garden,Television in lobby,Terrace,Express check-out,Fire Extinguisher,Outdoor furniture,Electric car charging">
        <Address>
          <AddressLines>
            <AddressLine>Lot N5, ITDC Tourism Complex Nusa Dua, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/cc/8ccc53d1cd74a434dff3d530d368664cb4cdfed1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.682806" Longitude="115.263435" StarRating="4" HotelCode="986537|segara_village_hotel" HotelName="Segara Village Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/12/2025" HotelFacility="Shopping on site,Air conditioning,Smoking areas,Currency exchange,Smoke-free property,Newspapers,Ticket assistance,Gift shop,Garden,Television in lobby,Terrace,Fire Extinguisher,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Segara Ayu,bali, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/37/db372b0f729383388a2a8bfb1ce57fe6535eb831.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.803827" Longitude="115.23333" StarRating="5" HotelCode="986496|grand_hyatt_bali_3" HotelName="Grand Hyatt Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Garden,Television in lobby,Terrace,Express check-in,Dryer,Fire Extinguisher,Upper floors accessible by elevator">
        <Address>
          <AddressLines>
            <AddressLine>Kawasan Wisata Nusa Dua ITDC, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/88/92887b855cb91df7136ab8f3b08cda1c986a89de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.51" OriginalAmount="151.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.476358" Longitude="115.28056" StarRating="4" HotelCode="986436|the_kayon_resort" HotelName="The Kayon Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Chapel,Garden,Terrace,Private check-in/check-out,Dryer">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Kepitu, Desa Kendran,, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/20/7e2063384859e7cc02f7e414f5a23e51ef539a20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.51" OriginalAmount="151.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.717738" Longitude="115.16942" StarRating="5" HotelCode="986605|sheraton_bali_kuta_resort" HotelName="Sheraton Bali Kuta Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="ATM,Shopping on site,Air conditioning,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Express check-in/check-out,Garden,Television in lobby,Terrace,Dryer,Fire Extinguisher,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Beachwalk Mall, Jalan Pantai Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/70/04704625c21fbf11f66fd94a6d2eb7b69e9bf6f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.52" OriginalAmount="152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.695133" Longitude="115.16257" StarRating="5" HotelCode="986749|hotel_indigo_bali_seminyak_beach" HotelName="Indigo Bali Seminyak Beach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Shopping on site,Computer,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Newspapers,Gift shop,Express check-in/check-out,Garden,Television in lobby,Terrace,Fire Extinguisher,Outdoor furniture">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Camplung Tanduk No.10, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/ef/95ef0ea572242906bf9554374bf24145ced1ec45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.61" OriginalAmount="161.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.512126" Longitude="115.258" StarRating="4" HotelCode="986480|goya_boutique_resort" HotelName="Goya Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,Elevator/lift,Smoke-free property,Security guard,Ticket assistance,Gift shop,Garden,Terrace,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/e6/46e64141147db81e9b3eb872cf64d523172e796c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.61" OriginalAmount="161.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.698207" Longitude="115.26139" StarRating="4" HotelCode="986561|klumpu_bali_resort" HotelName="Klumpu Bali Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Garden,Television in lobby,Terrace,Fire Extinguisher,Outdoor furniture">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kesari, No. 16B, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/56/c9566a665ee84ff0cdd77dc2a6850d44ece467e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.79" OriginalAmount="179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.474045" Longitude="115.27837" StarRating="5" HotelCode="986484|tejaprana_resort_spa" HotelName="Tejaprana Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air conditioning,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Chapel,Garden,Television in lobby,Terrace,Private check-in/check-out,Fire Extinguisher,Outdoor furniture,Upper floors accessible by elevator,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Sapat, Tegallalang, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/fe/a9febc5b8c45dcbf03bdc758b53a983f90c21c32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.85" OriginalAmount="185.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.182839" Longitude="115.04277" StarRating="5" HotelCode="986508|the_damai" HotelName="The Damai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Newspapers,Ticket assistance,Gift shop,Garden,Terrace,Express check-in,Electric car charging">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Damai, Kayu Putih, Lovina, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/2d/722d903f8b4a0ad582d81a38b9645b6b247dfd26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.89" OriginalAmount="189.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.383313" Longitude="115.27443" StarRating="5" HotelCode="986449|padma_resort_ubud" HotelName="Padma Resort Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Carik, Desa Puhu, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/8e/e58ed8187c967bf00f2a95a152c5492613eee219.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.91" OriginalAmount="191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.513164" Longitude="115.2366" StarRating="5" HotelCode="986491|the_samaya_ubud" HotelName="The Samaya Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Express check-in/check-out,Garden,Terrace,Fire Extinguisher,Outdoor furniture">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Baung, Desa Sayan, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/bf/6dbf814eab602dac9ffb07559c7ab00a4c32ee77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.92" OriginalAmount="192.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.688911" Longitude="115.26382" StarRating="4" HotelCode="986673|tandjung_sari" HotelName="Tandjung Sari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Smoking areas,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Garden,Television in lobby,Terrace,Fire Extinguisher,Outdoor furniture">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Danau Tamblingan No. 41, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/ba/f0babd0ae0b68b5d66d7158d2a5beedbf75133f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.97" OriginalAmount="197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.672185" Longitude="115.14556" StarRating="4" HotelCode="986656|eden_the_residence_at_the_sea_2" HotelName="Eden The Residence at The Sea Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Smoking areas,Smoke-free property,Heating,Security guard,Ticket assistance,Garden,Television in lobby,Terrace,Fire Extinguisher,Smoking Allowed,Outdoor furniture">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/c4/d5c41109671d616a1033359fb7d6e9a52b019bc0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="204.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.797283" Longitude="115.23076" StarRating="5" HotelCode="986633|the_laguna_a_luxury_collection_resort__spa_nusa_dua_bali_2" HotelName="The Laguna, a Luxury Collection Resort &amp; Spa, Nusa Dua, Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="ATM,Shopping on site,Computer,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Television in lobby,Terrace,Dryer,Fire Extinguisher,Outdoor furniture,Electric car charging">
        <Address>
          <AddressLines>
            <AddressLine>Kawasan Pariwisata Lot N2, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/32/e3321deb4817870250543617713773539d12ce2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.13" OriginalAmount="213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.429087" Longitude="115.25842" StarRating="5" HotelCode="986752|samsara_ubud" HotelName="Samsara Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Newspapers,Express check-in/check-out,Garden,Television in lobby,Terrace,Fire Extinguisher,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Ayah, Desa Kelusa, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/f0/61f069daa439fd7b7e2ba689d0a8b0e4acbf7711.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.16" OriginalAmount="216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.676095" Longitude="115.157524" StarRating="5" HotelCode="986697|maca_villas__spa" HotelName="Maca Villas &amp; Spa Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Express check-in/check-out,Garden,Terrace,Dishwasher,Patio">
        <Address>
          <AddressLines>
            <AddressLine>No. 7, Jalan Lebak Sari, Petitenget, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/38/a2386e5c8d328703bc04acc9e89fe7542aa461be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.25" OriginalAmount="225.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.828452" Longitude="115.213264" StarRating="5" HotelCode="986415|the_ritzcarlton_bali" HotelName="The Ritz-Carlton, Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Chapel,Garden,Terrace,All Spaces Non-Smoking (public and private)">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Nusa Dua Selatan Lot III, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/db/2ddb647c875f0816acf071fbdcc172140a7189d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.25" OriginalAmount="225.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.696486" Longitude="115.16142" StarRating="4" HotelCode="986733|doublesix_luxury_hotel" HotelName="Double-Six Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="ATM,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Ticket assistance,Express check-in/check-out,Television in lobby,Terrace,Private check-in/check-out,Fire Extinguisher,Outdoor furniture">
        <Address>
          <AddressLines>
            <AddressLine>No.66 Double Six Beach, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/86/2c863b3192548e770d6c5ce2dab0a8a80112e137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.25" OriginalAmount="225.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-9.59806" Longitude="123.77" StarRating="5" HotelCode="986771|marriotts_bali_nusa_dua_terrace_4" HotelName="Marriott’s Bali Nusa Dua Terrace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24-hour reception,Currency exchange,Smoke-free property,Newspapers">
        <Address>
          <AddressLines>
            <AddressLine>Kawasan Pariwisata ITDC Lot SW 4-5, Bali, Indonesia, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/dd/b4dd043fa3966736124d33c8fc863eff465c2b74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.49" OriginalAmount="249.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.799149" Longitude="115.232605" StarRating="5" HotelCode="986583|melia_bali_indonesia_all_inclusive" HotelName="Paradisus by Meliá Bali Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Garden,Television in lobby,Terrace,Express check-in,Express check-out,Private check-in/check-out">
        <Address>
          <AddressLines>
            <AddressLine>Kawasan Pariwisata ITDC Lot N1, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/35/f2/35f20b4e98be4edb8630e9c846983c7360f9649c.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="254.52" OriginalAmount="252.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.491756" Longitude="115.25383" StarRating="5" HotelCode="986660|uma_by_como_ubud" HotelName="Como Uma Ubud Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/01/2026" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Newspapers,Ticket assistance,Gift shop,Garden,Terrace,Express check-in,Dryer">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Sanggingan,Banjar Lungsiakan, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/5b/185b62c8ddd53e8a49bfc072c843cd239458d0d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.56" OriginalAmount="256.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.814049" Longitude="115.222565" StarRating="5" HotelCode="986553|the_bale" HotelName="The Bale Nusa Dua by LifestyleRetreats" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Computer,Air conditioning,Smoking areas,Currency exchange,Smoke-free property,Newspapers,Ticket assistance,Gift shop,Garden,Television in lobby,Terrace,Private check-in/check-out,Fire Extinguisher,Adults Only,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Nusa Dua Selatan, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/9d/179ded6a96725f0c071fa80c8ce45fd27c81f22b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.64" OriginalAmount="264.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.466411" Longitude="115.242485" StarRating="5" HotelCode="986488|puri_wulandari_a_boutique_resort_and_spa" HotelName="Puri Wulandari a Boutique Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Television in lobby,Terrace,Fire Extinguisher,Reception desk">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Kedewatan, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/c7/70c75a2f554b3604562fde8b0e082d5721924f56.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="274.72" OriginalAmount="272.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.474314" Longitude="115.24351" StarRating="5" HotelCode="986541|royal_pita_maha" HotelName="Royal Pita Maha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2025" HotelFacility="Shopping on site,Computer,Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Chapel,Garden,Terrace,Private check-in/check-out">
        <Address>
          <AddressLines>
            <AddressLine>Desa Kedewatan, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/31/51/315182a17da384d7697c827e7365ee8f50febd2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.82" OriginalAmount="282.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.816536" Longitude="115.218506" StarRating="5" HotelCode="986571|mulia_resort_3" HotelName="Mulia Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Nusa Dua Selatan, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/9a/d89abd32d4b56c9b3c9fdfb32d930b062a1e9969.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="434.30" OriginalAmount="430.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.846665" Longitude="115.15339" StarRating="5" HotelCode="986528|karma_kandara" HotelName="Karma Kandara Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Computer,Air conditioning,24-hour reception,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Villa Kandara Banjar Wijaya Kusuma, Ungasan, Kec. Kuta Sel., Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/f7/78f7bbddbb8b6a329bd9781e9562c163697b8ef1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="489.85" OriginalAmount="485.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.81506" Longitude="115.22208" StarRating="5" HotelCode="986572|mulia_villas" HotelName="Mulia Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Currency exchange,Smoke-free property,Security guard,Newspapers,Gift shop,Garden,Terrace">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Nusa Dua Selatan, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a9/34a9d0c3ab51030424e53f93e7ec5db4dcda4b88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="542.37" OriginalAmount="537.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.843793" Longitude="115.15924" StarRating="5" HotelCode="986518|banyan_tree_ungasan" HotelName="Umana Bali, LXR Hotels &amp; Resorts by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2025" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Express check-in/check-out,Chapel,Garden,Terrace,Private check-in/check-out,Outdoor furniture">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Melasti, Banjar Kelod, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/15/7e15ff8fa60d7a4a0bdd50aa6144ef5d515348c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="612.06" OriginalAmount="606.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.847275" Longitude="115.122894" StarRating="5" HotelCode="986668|the_edge" HotelName="The Edge Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Computer,Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Heating,Security guard,Newspapers,Ticket assistance,Express check-in/check-out,Chapel,Garden,Television in lobby,Terrace,Private check-in/check-out,Dryer,Fire Extinguisher,Outdoor furniture">
        <Address>
          <AddressLines>
            <AddressLine>Jl Pura Goa Lempeh Br Dinas Kangin, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/e0/e4e09bbd98754cf88a8ca575dcc01d450e8585d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="652.46" OriginalAmount="646.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.812363" Longitude="115.22585" StarRating="5" HotelCode="986634|the_st_regis_bali_resort" HotelName="The St. Regis Bali Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="ATM,Shopping on site,Computer,Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Smoke-free property,Security guard,Newspapers,Ticket assistance,Gift shop,Chapel,Garden,Television in lobby,Terrace,Express check-in,Express check-out,Private check-in/check-out,Fire Extinguisher,Outdoor furniture,Upper floors accessible by elevator">
        <Address>
          <AddressLines>
            <AddressLine>Kawasan Pariwisata, Nusa Dua, Lot S6, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/c8/f3c8da378f6047f7015b7f12797ee1701136fbbe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2798.71" OriginalAmount="2771.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.826747" Longitude="115.20857" StarRating="5" HotelCode="986760|amanusa_7" HotelName="Aman Villas at Nusa Dua" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Shopping on site,Air conditioning,24-hour reception,Elevator/lift,Smoking areas,Currency exchange,Security guard,Newspapers,Garden">
        <Address>
          <AddressLines>
            <AddressLine>Nusa Dua, Bali</AddressLine>
          </AddressLines>
          <CityName>Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/4c/7e4cd4d6a84a402bf689ae030491d8154acd62c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Shopping on site,Air conditioning,24-hour reception,Currency exchange,Smoke-free property,Ticket assistance,Gift shop,Garden,Terrace,Outdoor furniture,No elevators,Elevator/lift,Security guard,Newspapers,Express check-in/check-out,Upper floors accessible by elevator,ATM,Computer,Television in lobby,Fire Extinguisher,Smoking Allowed,Smoking areas,Reception desk,Private check-in/check-out,Dryer,Washing machine,Chapel,Express check-out,Electric car charging,Late check-out,Express check-in,Heating,All Spaces Non-Smoking (public and private),Patio,Design hotel,Adults Only,Dishwasher,Early check-in</BasicAmenities>
    <HotelRating>3,4,5,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD</Meals>
  </Filter>
</HotelSearchRS>||True